Run the Maestro debugging workflow for investigation-heavy tasks
Scanned 9/6/2026
Install to Claude Code
npx -y skills add josstei/maestro-orchestrate --skill debug-workflow --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Debug Workflow?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/josstei-debug-workflow-maestro-orchestrate)More formats (shields.io, HTML) on the badges page.
---
name: debug-workflow
description: Run the Maestro debugging workflow for investigation-heavy tasks
---
Read `../../references/runtime-guide.md`.
Call `get_skill_content` with resources: ["architecture", "delegation"].
Call `get_agent` with agents: ["debugger"].
## Workflow
1. Establish the failing behavior, repro path, and expected behavior
2. Form concrete hypotheses (2-3 likely root causes)
3. Gather evidence from code, logs, tests, and runtime behavior before proposing fixes
4. Isolate the most likely root cause and trace the execution path from trigger to failure
5. Verify the conclusion explains all symptoms and present the recommended fix with specific code location
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!