maestro-bundle
Route work into the right maestro tier and drive the SPEC/NOTES/VERIFY bundle lifecycle - open, resume, close, recall.
Answer an evidence question without touching production code - research external facts against primary sources, build or iterate a disposable prototype (its own bugfixes included), or baseline current repository behavior before deciding or implementing. Use when the question is
$ npx -y skills add ReinaMacCredy/maestro --skill maestro-explore --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/maestro-exploreContext preview
The summary Claude sees to decide when to auto-load this skill.
Answer an evidence question without touching production code - research external facts against primary sources, build or iterate a disposable prototype (its own bugfixes included), or baseline current repository behavior before deciding or implementing. Use when the question is
name: maestro-explore description: Answer an evidence question without touching production code - research external facts against primary sources, build or iterate a disposable prototype (its own bugfixes included), or baseline current repository behavior before deciding or implementing. Use when the question is answerable by reading, building, or measuring with no user decision required; unsettled decisions belong to maestro-design. Prototypes are throwaway. Also triggers on Vietnamese phrasings such as làm 1 vòng research xem, research xem. review-date: 2026-11-28
<!-- maestro-skill-version: dev -->
Answer an open question with evidence, without touching production code. Read-only toward production paths; exploration never authorizes implementation. Any tier may use it. Apply [WORKFLOW.md](~/maestro/WORKFLOW.md) for tier selection, authority, and durable decision thresholds.
Three modes; pick whichever settles the question:
record findings with links so claims stay traceable. Procedure: [references/research.md](references/research.md).
cannot settle: build the smallest throwaway that answers it, outside production paths. Prototypes are disposable; only a decision-encoding fragment (a schema, a reducer, a type shape) may be inlined into a locked decision or the bundle's SPEC.md. Fixing the prototype's own bugs is still this mode - a fix routes to `maestro-work` only when the target is production code; iterate directly, no re-routing pass per request. When the user approves porting, the port is production work: route it by tier (`maestro-bundle` tier rule); the prototype never merges as-is. "Ship it as-is" waives the rewrite, not the route. A prototype that is deployed or relied on in real work is no longer throwaway: say so, and route its next change by tier. Procedure: [references/prototype.md](references/prototype.md).
changed: capture it as runnable commands with observed output, so `maestro-verify` can compare later. Phrase each behavior the work must preserve as a guard, "the system SHALL CONTINUE TO <existing behavior>", so preserved behavior is a checkable claim, not an assumption.
choice under the shared workflow, record that choice: `maestro decision draft "<choice>" --rationale "<why, with source link>" --work <id>`, then `maestro decision lock <id>`.
in a bundle, also the NOTES.md Current State.
the work item's acceptance when there is no bundle.
a work item only if the question feeds work that will actually happen; a finding alone never opens a bundle.
`maestro search "<topic>"` before any research: a past decision or note may already hold the answer.
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…
Diagnosis-only investigation of a failure with unknown cause - reproduce, localize, reduce, deliver root cause with evidence. Read-only; an explicit fix…
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…