원클릭으로
maestro
AI agent workflow with interview-driven planning and team-based execution. Use /design to start planning, /work to execute.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
AI agent workflow with interview-driven planning and team-based execution. Use /design to start planning, /work to execute.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
UI/UX design intelligence with searchable database
Generate comprehensive implementation plans through systematic discovery, synthesis, verification, and decomposition into beads. Use when asked to plan a feature, create a roadmap, design an implementation approach, or decompose work into trackable issues. Do NOT use for simple one-step tasks, quick fixes, or when the user just wants to execute an existing plan — use the work skill instead.
Execute a plan or direct task with worker delegation and verification.
Deep investigation mode. Gather context, analyze, synthesize recommendations without making code changes.
Fetch up-to-date library documentation via Context7 MCP. Use when working with external libraries, APIs, or frameworks.
Start interview-driven planning with Prometheus. Asks clarifying questions before generating implementation plan.
| name | maestro |
| description | AI agent workflow with interview-driven planning and team-based execution. Use /design to start planning, /work to execute. |
"Spend tokens once on a good plan; reuse it many times."
| Trigger | Action |
|---|---|
/design <request> | Start Prometheus interview mode (supports --quick) |
/work | Execute plan with Agent Teams (supports --resume) |
/setup-check | Validate Maestro prerequisites |
/status | Show current Maestro state |
/review | Post-execution plan verification |
/styleguide | Inject code style guides into project CLAUDE.md |
/setup | Scaffold project context (product, tech stack, guidelines) |
/reset | Clean stale Maestro state |
/analyze <problem or topic> | Deep read-only investigation with structured report |
/note [--priority <P0-P3>] <text> | Capture decisions, context, and constraints to persistent notepad |
/learner [--from-session | --from-diff | <topic>] | Extract hard-won principles as reusable learned skills |
/security-review [<files> | --diff [range]] | Delegated security analysis with severity ratings |
/ultraqa [--tests|--build|--lint|--typecheck|--custom '<cmd>'] | Iterative fix-and-verify loop (max 5 cycles) |
/research <topic> [--depth shallow|deep] | Multi-agent research with session persistence |
/trace | Show agent execution timeline and performance summary |
/doctor | Diagnose and fix Maestro installation issues |
/psm | Project Session Manager — isolated dev environments with git worktrees and tmux |
/release | Automated release workflow with version bump, tag, publish, and GitHub release |
@tdd | TDD implementation (kraken) |
@spark | Quick fixes |
@oracle | Strategic advisor (sonnet) |
@explore | Codebase search |
/design → prometheus (team lead) → detect libraries → fetch docs (Context7/WebSearch) → spawns explore/oracle → interview → leviathan (review) → plan file
/design <description>.maestro/wisdom/ (if any)
2.7. Detects external library/framework mentions and fetches docs via Context7 MCP (falls back to WebSearch/WebFetch).maestro/drafts/{topic}.md.maestro/plans/{name}.mdQuick mode (--quick) streamlines to: team → 1 explore → 1-2 questions → plan
/work → orchestrator (team lead) → spawn workers in parallel → workers self-claim tasks
/work.maestro/plans/
2.5. Validates plan structure and confirms with user before proceeding
2.7. Optionally creates a git worktree for isolated execution (prevents conflicts with concurrent sessions).maestro/wisdom//review for post-execution verificationUse --resume to skip already-completed tasks.
.maestro/
├── plans/ # Committed work plans
├── drafts/ # Interview drafts
├── wisdom/ # Accumulated learnings
└── context/ # Project context (product, tech stack, guidelines)
.worktrees/ # Git worktrees for isolated plan execution (project root)
| Agent | Purpose | Model | Team Lead? | Has Team Tools? |
|---|---|---|---|---|
prometheus | Interview-driven planner. Detects libraries and fetches docs via Context7 MCP. Has web research tools (WebSearch, WebFetch) | sonnet | Yes | Yes (full) |
orchestrator | Execution coordinator | sonnet | Yes | Yes (full) |
kraken | TDD implementation | sonnet | No | Yes (self-claim) |
spark | Quick fixes | sonnet | No | Yes (self-claim) |
oracle | Strategic advisor | sonnet | No | Yes (self-claim) |
explore | Codebase search | haiku | No | Yes (self-claim) |
leviathan | Deep plan reviewer | sonnet | No | Yes (self-claim) |
wisdom-synthesizer | Knowledge consolidation | haiku | No | Yes (self-claim) |
progress-reporter | Status tracking | haiku | No | Yes (self-claim) |
security-reviewer | Security analysis (read-only) | sonnet | No | Yes (self-claim) |
All agents have TaskList, TaskGet, TaskUpdate, SendMessage for team self-coordination. Only team leads have Task, TeamCreate, and TeamDelete for spawning.
Requires experimental feature flag in ~/.claude/settings.json:
{
"env": {
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
}
}
Maestro auto-detects installed skills and injects their guidance into worker prompts. This allows workers to follow project-specific conventions without manual configuration.
Discovery locations:
.claude/skills/~/.claude/skills/Graceful degradation: If no skills are found, workflows proceed normally without injection.
See docs/SKILL-INTEROP.md for full details.
/design add user authentication/work@explore, @oracle, /research@tdd, @spark/analyze, /security-review, /trace/ultraqa, /review, /doctor/note, /learner/setup, /psm, /release