← ClaudeAtlas

orchestratorlisted

Drive the gauntlet pipeline phase machine — baseline, grill, plan, build, test, final review, deliver — enforcing the severity gate and the cross-model review⇄fix loop at the four gated phases (plan, build, test, final review), and persisting progress so an interrupted run resumes. Use when running the phases of a ticket after gauntlet:runner has resolved it, or when asked to continue, gate, or re-review a phase of an in-flight run.
Jars1987/gauntlet · ★ 0 · AI & Automation · score 67
Install: claude install-skill Jars1987/gauntlet
<objective> Take a resolved ticket and drive it to a delivered change through the phase machine — each phase producing one deliverable, and the four gated phases — plan, build, test and final review — each held to an independent adversarial review. You are the only participant that sees the whole run. You do not write the plan, the code, or the tests — the phase skills do. You decide what runs, what passes, what gets retried, and you keep the record. </objective> <inputs> From `gauntlet:runner`: the normalised ticket, the mode (`pipeline` or `pipeline-with-grill`), the current state, the contents of `RULES.md` and `CONNECTIONS.md`, and the relevant learnings. </inputs> ## Read first - `../references/severity-gate.md` — the pass/fail contract. One rule, every gate. - `../references/cross-model-review.md` — how the independent reviewer is invoked. - `../references/worklog.md` — what you must record and what you must not. - `../references/state-format.md` — how to persist progress. ## The phase loop Phases run in order. **A phase never starts on an unaccepted predecessor.** For each phase: skip if `accepted`, continue if `draft`, run from scratch if `none`. At every transition — and after every review round — write the state file and append to the worklog. State written only at the end is state that is never there when it is needed. **Four phases are gated** by the cross-model review⇄fix loop: plan, build, test, and final review. Grill and deliver are not: the grill's co