One-time install of the SpecSwarm status line. Preserves and wraps your existing statusline if you have one (it becomes the cached base), adds the real-time background-builder segment (🔨 building / 💀 died / ✓ safe to close), and sets a refreshInterval so status updates even while the session is idle. Fully…
Restore the statusline configuration exactly as it was before /ss-status:install — the saved original statusLine settings entry is put back (or removed, if none existed before).
Calibration loop for taste-heavy choices (v7.16.0). Generates N candidate implementations/outputs, renders a side-by-side contact sheet, captures your verdict, pins the winner with a regression test, and distills the ruling into the taste model. Converts fuzzy judgment into deterministic constants.
Assume-first gap resolution for the current feature spec (v7.13.0). Auto-fills gaps resolvable from the taste model, spec corpus, or codebase precedent — recorded as provenance-cited entries in the spec's ASSUMPTIONS section — and asks only genuine forks, batched. Reviewing assumptions is 5× faster for a human than…
Mentor→builder headless dispatch loop (v7.18.0). Author a slice prompt in the proven grammar, dispatch it to a headless builder in the target repo (opus-pinned, per-tree locked, group-killed on timeout, fully audited), then run the INDEPENDENT verification protocol — commit-hash check, real-diff read, targeted gates …
Pre-batch all strategic decisions for a feature into one AskUserQuestion-driven sheet, BEFORE /ss:tasks runs. Collapses the mid-chunk "wait, decide this" interrupts into a single front-loaded touchpoint. Hybrid deterministic-scan + decision-miner subagent; writes decision-sheet.md and appends a locked Pre-Batched…
Predict what a SpecSwarm chunk's execution would look like WITHOUT running it. Phase-aware — detects which artifacts exist, simulates everything still ahead. Produces a structured dry-run.md with anticipated decisions, risk register, out-of-scope guards, memory gaps, touchpoint estimate, predicted artifacts.…
The single default entry point (v7.17.0). Walks the full AUTO-MAGIC ladder — specify → assume-first clarify → plan → decisions → tasks → preflight → implement (slice gates + verify) → retrospective — pausing ONLY for the batched decision sheet, the assumptions review, sighted gates, and the ship blessing. Every phase…
Capture a "wait, something feels off" moment as a durable memory file. Each intervention becomes training data for future SpecSwarm automation (preflight, spec-mentor, hooks). Today's manual catch → tomorrow's automatic catch.
Scaffold a mentor directory for the mentor→builder operating pattern (v7.18.0). Stamps out MENTOR-KICKOFF.md (the standing role), process/escalation-boundary.md (three-lane human-escalation model), process/PARKING-LOT.md (verbatim idea capture), the conduct dispatch config, and a SessionStart hook that injects the…
Command "feature-metrics" from MartyBonacci/specswarm, covering feature-level metrics dashboard, parse arguments, default to current directory if no path specified, source the feature metrics collector library and set project root for library.
Fire a SpecSwarm notification (sound + desktop banner + optional phone vibrate via Termux) with cascading fallbacks. Useful inside long workflows to ping yourself when a chunk completes or a decision is needed.
Run a SpecSwarm chunk autonomously while you sleep. Combines pre-batched decisions (v7.6.0) + verification queue (v7.4.0) + headless claude --print to execute /ss:preflight → /ss:implement → /ss:verify → /ss:retrospective without user input. Default mode is --check (validate readiness). --exec opt-in actually runs…