Overview
The Master Agent is the orchestrator of the AI-DLC flow. It maintains awareness of the entire project state and routes you to the appropriate specialized agent.Invocation
- Claude Code
- Cursor
- GitHub Copilot
Commands
| Command | Purpose |
|---|---|
project-init | Initialize project with standards |
analyze-context | View current project state |
route-request | Get directed to the right agent |
explain-flow | Learn about AI-DLC methodology |
answer-question | Get help with any specs.md question |
project-init
Initializes your project with standards. This is typically the first command you run.
Each standard is established through a facilitation guide that asks relevant questions and generates the standard document.
analyze-context
Shows the current state of your project:- Active intents and their status
- Units in progress
- Current bolt stage
- Incomplete artifacts
- Suggested next actions
route-request
When you’re not sure which agent to use:explain-flow
Get an explanation of the AI-DLC methodology:- The three phases (Inception, Construction, Operations)
- What Intents, Units, and Bolts are
- How checkpoints work
- Memory Bank structure
answer-question
Get help with any specs.md question:- AI-DLC methodology knowledge
- Your project’s current state
- Memory Bank artifacts
Routing Flow
The Master Agent doesn’t have checkpoints - it routes to specialized agents based on project state:The Master Agent is the entry point. It determines where you are in the AI-DLC flow and routes you to the appropriate specialist agent.
When to Use Master Agent
Starting a New Project
Run
project-init to establish standardsUnsure Where to Go
Use
route-request to find the right agentNeed Orientation
Run
analyze-context to see project stateLearning AI-DLC
Use
explain-flow for methodology guidanceExample Session
Best Practices
Start Here
Start Here
For new projects, always start with the Master Agent and
project-init.Check Context Regularly
Check Context Regularly
Use
analyze-context to understand where you are in the flow.Ask for Routing
Ask for Routing
When unsure, ask the Master Agent. It knows the methodology.
