From ai-maestro-orchestrator-agent
Runs the Plan Phase of two-phase mode: document requirements, decompose into modules, approve plan. Creates state files and GitHub Issues via slash commands.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-maestro-orchestrator-agent:amoa-plan-phaseamoa-mainThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Plan Phase of two-phase mode: document requirements, decompose into modules, approve plan for execution.
references/command-reference.mdreferences/native-task-persistence.mdreferences/plan-phase-workflow.mdreferences/script-reference-part1-plan-phase.mdreferences/script-reference-part2-orchestration-basic.mdreferences/script-reference-part3-orchestration-advanced.mdreferences/script-reference-part4-modified.mdreferences/script-reference.mdreferences/state-file-formats.mdreferences/troubleshooting.mdPlan Phase of two-phase mode: document requirements, decompose into modules, approve plan for execution.
AI Maestro messaging, GitHub CLI (gh).
Use native-task-persistence.md for Claude Tasks.
/start-planning -- create state file, document requirements/approve-plan -- transition to Orchestration Phase, create GitHub IssuesCopy this checklist and track your progress:
/start-planning -- state file + requirements/approve-plan -- create Issues, start orchestrationCommands: command-reference.md
State YAML, GitHub Issues, phase confirmations. See state-file-formats.md.
Input: /start-planning -- Output: Creates design/plan-state.yaml, enters Plan Phase.
Input: /approve-plan -- Output: Creates GitHub Issues per module, starts Orchestration Phase.
See troubleshooting.md.
npx claudepluginhub emasoft/ai-maestro-orchestrator-agentCoordinates Plan-then-Execute workflows with state files, GitHub Issues, and agent registration. Use for multi-step orchestration with verification loops.
Executes implementation plans by dispatching tasks to implementer and reviewer subagents. Tracks progress per-task and coordinates sequential phases.