Scaffold a conforming AI-layer artifact — a rule, skill, hook, agent, or output style — that already passes the format checks, then verify it. Use when adding any new .claude/ artifact, so it matches the existing shape instead of drifting.
The "wrap" verb of the loop — end the session by writing the journal entry, updating touched project READMEs, committing, and pushing. Auto-invoked as the tail of /spec and /implement (the producer verbs) on clean completion, so "wrap" is not a verb the user types; also runnable directly. Dispatches /implement-audit…
Adversarial debate — spawn competing AI agents to argue a question, then synthesize the strongest conclusion. Use when the user says "debate this", "I'm torn between X and Y", "red-team this plan", or "council on this".
Deep research into a topic or issue — investigate until confident, then present executive summary and root cause analysis. Use when you need to understand WHY.
Adversarial review of freshly-built code — find what was missed, what's inconsistent, what breaks. The single code reviewer for the loop, and it runs exactly once per session. Auto-fired by /implement; standalone-callable after any substantial ad-hoc change. Emits the implement-audit: commit trailer the git hook…
The "do" verb of the loop — execute a lean SPEC with rigorous self-validation. Use ONLY in a fresh context, after a prior session wrote the SPEC via /project.
Single entry point for project work. No args renders the live priority-sorted project index. Existing slug loads the README, detects stage via scripts/detect-stage.sh, and routes to the right action (think flow, /implement, /close, or report-state). New freeform creates a project and runs the think flow.…
Adversarial review of a freshly-written or materially-rewritten SPEC, before any code is written. Runs an independent reviewer against the SPEC's design and the spirit-check agent against the user's verbatim ask, in one pass. Auto-fired by /spec; also callable standalone after any SPEC edit. Emits the spec-audit…
Write the SPEC. Given a design (handed over by /project, or gathered ad-hoc mid-session), write the lean 4-section SPEC file, audit it via /spec-audit (independent design review + spirit-check), then auto-invoke /close on a clean pass. The SPEC-writing half of the loop's Think verb — broken out so a SPEC can be…