One deep-dive per mission: what it does, when to reach for it (and when not to), the pipeline
with its phases, terminal states, human gates, convergence proof, and the failure modes it is
built to prevent. The agent-facing contracts live in skills/; these pages are
for the human deciding what to run and what to expect.
| Guide | One line |
|---|---|
| 🚢 ship-it | Intent or a frozen spec → a released, verified change |
| 🧹 clean-sweep | A finite backlog exhausted to zero, PR-per-finding, re-enumerated until dry |
| 🤝 oss-contribute | Upstream issues → open, reviewed, etiquette-correct PRs on a repo you cannot merge |
| 🛡️ harden-it | A threat model closed: audit → exploit → fix → re-attack → clean re-audit |
| ⚡ speed-it | Every declared journey within its perf budget, proven to a measurement contract |
| 📦 modernize-it | Every dependency current or pinned-with-a-reason, CI green the whole way |
| 🧪 prove-it | A mutation-audited test on every critical path |
| 🎯 deflake-it | Flakes eradicated to a consecutive-green streak, local and CI |
| 🔍 review-it | A read-only, SHA-bound GO/NO-GO verdict — no fix authority |
| 🗺️ map-it | A foggy goal resolved into a frozen execution map ship-it can consume |
| 🔬 root-cause | A reproduced symptom and a demonstrated cause — diagnosis only |
Not sure which one? The decision flowchart in the README routes by what you have in hand: a goal, a set of known problems, or a question. Every guide ends with a worked example; for a real run with its incidents intact, read Anatomy of a run.
