maestro-bundle
Route work into the right maestro tier and drive the SPEC/NOTES/VERIFY bundle lifecycle - open, resume, close, recall.
Diagnosis-only investigation of a failure with unknown cause - reproduce, localize, reduce, deliver root cause with evidence. Read-only; an explicit fix request routes by target and tier instead, never here. Also triggers on Vietnamese phrasings such as root cause là ở đâu,
$ npx -y skills add ReinaMacCredy/maestro --skill maestro-diagnose --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/maestro-diagnoseContext preview
The summary Claude sees to decide when to auto-load this skill.
Diagnosis-only investigation of a failure with unknown cause - reproduce, localize, reduce, deliver root cause with evidence. Read-only; an explicit fix request routes by target and tier instead, never here. Also triggers on Vietnamese phrasings such as root cause là ở đâu,
name: maestro-diagnose description: Diagnosis-only investigation of a failure with unknown cause - reproduce, localize, reduce, deliver root cause with evidence. Read-only; an explicit fix request routes by target and tier instead, never here. Also triggers on Vietnamese phrasings such as root cause là ở đâu, nguyên nhân là gì, tại sao nó không. review-date: 2026-11-28
<!-- maestro-skill-version: dev -->
Find the cause; change nothing. Any tier may use it.
1. **Reproduce.** Capture the exact failing command or input and its output. No reproduction: say so and stop; do not guess from symptoms. 2. **Localize.** Bisect the surface: which layer, module, commit, or input feature flips the behavior. Prefer evidence (logs, minimal harnesses, `git bisect`) over reading and speculating. 3. **Reduce.** Shrink to the smallest input or state that still fails. 4. **Deliver.** Root cause plus its evidence chain, the reduced reproduction, and the smallest fix direction. With a work item: `maestro work note <id>` carries the one-line cause and the reproduction command; in a bundle, also the NOTES.md Current State. Otherwise the conversation.
Y", then the minimal test that can falsify it. No hypothesis, no probe.
prior `failed:` note on the same mechanism is evidence about which hypotheses are already refuted.
Question the architecture; a structural cause or an unsettled design decision is `maestro-design` work, not a fourth probe.
known, changing several things at once, "probably X" without a check.
Diagnosis is read-only toward production code: instrumentation and harnesses live outside production paths or are reverted before delivery.
An explicit fix request routes by target and tier (`maestro-bundle` tier rule): a quickfix or Light fix proceeds directly with the diagnosis as its first step; Full-tier scope is `maestro-work` inside the bundle, with the diagnosis as its first phase; a prototype fix belongs to `maestro-explore`. Never downgrade a requested fix to analysis.
Maestro is a local-first coordination system for human and agent work. It keeps durable work, decisions, sessions, evidence, dispatches, and handbacks in each repository's shared Git root.
Repo: ReinaMacCredy/maestro
Route work into the right maestro tier and drive the SPEC/NOTES/VERIFY bundle lifecycle - open, resume, close, recall.
Decision support and grounded teaching for the human. Invoke when the user signals a message did not land ("wait, what?", "I don't understand", "explain it…
Lead-only council for a hard-to-reverse fork - a neutral brief, sealed independent seats, one premise verifier on unanimity, bounded verifiers, one…
Resolve material unknowns blocking the next authorized slice, using research, grilling, prototypes, models, or wayfinding. Record durable decisions and apply…
Answer an evidence question without touching production code - research external facts against primary sources, build or iterate a disposable prototype (its…
Drive a pre-known multi-agent path as a maestro graph - run it by name or from a file you just wrote, pull each agent node with graph next, spawn it as a…