Agent skill
debug
Run the Maestro debugging workflow for investigation-heavy tasks
Install this agent skill to your Project
npx add-skill https://github.com/josstei/maestro-orchestrate/tree/main/plugins/maestro/skills/debug
SKILL.md
Read ../../references/runtime-guide.md.
Call get_skill_content with resources: ["architecture", "delegation"].
Call get_agent with agents: ["debugger"].
Workflow
- Establish the failing behavior, repro path, and expected behavior
- Form concrete hypotheses (2-3 likely root causes)
- Gather evidence from code, logs, tests, and runtime behavior before proposing fixes
- Isolate the most likely root cause and trace the execution path from trigger to failure
- Verify the conclusion explains all symptoms and present the recommended fix with specific code location
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
execute
Execute an approved Maestro implementation plan using the shared session-state contract
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
Didn't find tool you were looking for?