Skip to content
Development
Skill

/debug-workflow

Run the Maestro debugging workflow for investigation-heavy tasks

From plugin
maestro-orchestrate
45359 skills72 agents4 hooks1 MCP
Install
$ npx -y skills add josstei/maestro-orchestrate --skill debug-workflow --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/debug-workflow

Context preview

The summary Claude sees to decide when to auto-load this skill.

Run the Maestro debugging workflow for investigation-heavy tasks

SKILL.md

debug-workflow.SKILL.md
name: debug-workflow
description: Run the Maestro debugging workflow for investigation-heavy tasks

Maestro Debug Workflow

Call `get_skill_content` with resources: ["architecture"].

Protocol

Before delegating, call `get_skill_content` with resources: ["delegation"] and follow the returned methodology.

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

Constraints

  • Prefer evidence over speculation
  • Make uncertainty explicit when the issue cannot be reproduced
  • Return root cause, affected files, confidence level, and the smallest defensible next action
Ships withmaestro-orchestrate

Maestro is a multi-agent development orchestration platform with 39 specialists, an Express path for simple work, a 4-phase standard workflow for medium and complex work, persistent session state, and standalone

Get the whole plugin