From ai-maestro-orchestrator-agent
Handles Plan Phase in AI Maestro two-phase mode: starts with /start-planning to document requirements, refines them, approves plan via /approve-plan creating GitHub Issues for modules.
npx claudepluginhub emasoft/ai-maestro-orchestrator-agentThis skill uses the workspace's default tool permissions.
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.mdManages Plan-then-Execute workflows: /start-planning creates state YAML, /approve-plan generates GitHub Issues, assigns remote agents, runs verification loops. For AI Maestro orchestration.
Executes multi-phase implementation plans by dispatching task implementers and reviewers, tracking progress per task in plan.json. Use for independent tasks in sessions.
Breaks down complex tasks into milestone plans with specs and dependencies, reviews them, then executes via delegation to agents. For multi-step projects, architectures, or migrations.
Share bugs, ideas, or general feedback.
Plan 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.