Agent skill
execute
Execute an approved Maestro implementation plan using the shared session-state contract
Install this agent skill to your Project
npx add-skill https://github.com/josstei/maestro-orchestrate/tree/main/src/platforms/codex/skills/execute
SKILL.md
Read ../../references/runtime-guide.md.
Call get_skill_content with resources: ["architecture", "execution", "session-management", "delegation", "validation"].
Startup
- If
get_runtime_contextappears in your available tools, call it first. - Prefer Maestro MCP tools for settings, workspace initialization, session status, planning validation, and session transitions.
- If MCP tools are unavailable, use direct file operations under
docs/maestro.
Workflow
- Confirm the approved implementation plan path under
docs/maestro/plans/. - Resolve execution mode using the shared execution skill.
- Create or resume session state before any implementation delegation.
- Delegate each phase using
get_agentfor the matching Maestro role. - Persist every completed phase back to session state.
- Run the completion review gate before archiving.
Do not skip the shared execution and session-management protocols.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
execute
Execute an approved Maestro implementation plan using the shared session-state contract
orchestrate
Run the full Maestro workflow for complex engineering tasks that need a mandatory design dialogue, approved implementation plan, and then execution with shared session state
resume
Resume an interrupted Maestro session using the existing active-session file and shared phase tracking
orchestrate
Run the full Maestro workflow for tasks that need design dialogue, implementation planning, shared session state, delegated execution, and review
resume
Resume the active Maestro session from docs/maestro state
implementation-planning
Generates detailed implementation plans from finalized designs
Didn't find tool you were looking for?