Agents are written once in aegis/agents/ and generated for GitHub
Copilot (.github/agents/), Claude Code (.claude/agents/) and the Claude Code plugin
(plugins/aegis/agents/). Orchestrators talk to
you. Specialists do focused work and report back to their orchestrator. In Claude Code,
orchestrators run in the main conversation and specialists run as subagents; see
Using AEGIS with Claude Code. In the
Claude Code plugin, every name below carries an aegis: prefix:
agents such as aegis:artifact-manager, and commands such as /aegis:start-ideation.
Prompts are written in aegis/prompts/ and run as slash commands in
Copilot Chat and Claude Code. Most take the application name as their first argument.
Prompt
Runs
Use it to
/start-ideation
Ideation Orchestrator
Start a product from a one-line idea.
/add-requirement
Ideation Orchestrator
Add or change a requirement and propagate it.
/start-architecture
Architecture Orchestrator
Start phase 2 from the business artifacts.
/add-adr
ADR Author
Record a significant architectural decision.
/run-review-cycle
Critic Reviewer
Run a full self-correction review over the artifacts.
/start-implementation
Implementation Orchestrator
Start phase 3 against a target repository.
/resume-implementation
Implementation Orchestrator
Resume phase 3 after checking for drift.
/implementation-status
Implementation Orchestrator
Report progress, coverage and blockers (read-only).
/add-implementation-decision
Implementation Orchestrator
Record a tactical choice or escalate a material one.