claude/skills/execute/SKILL.md
Execute an approved Maestro implementation plan using the shared session-state contract
npx skillsauth add josstei/maestro-gemini executeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
get_runtime_context if it appears in your available tools. Use the returned tool mappings,
agent dispatch syntax, MCP prefix, and paths throughout this session.get_runtime_context is unavailable, use this compact fallback:
get_skill_content(resources: ["<name>"])Call get_skill_content with resources: ["execution", "delegation", "session-management", "validation"].
Read the approved implementation plan at the user-provided path (or check docs/maestro/plans/ for the most recent plan). Resolve the execution mode gate, create or resume session state, then execute phases through child agents following the loaded methodology.
tools
Manages orchestration session state, tracking, and resumption
data-ai
Generates detailed implementation plans from finalized designs
tools
Phase execution methodology for orchestration workflows with error handling and completion protocols
documentation
Guides structured design conversations for complex engineering tasks