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…
Run deterministic preflight checks against a feature's plan.md before /ss:implement. Catches hallucinated versions, missing memory files, spec drift, ambiguous grep patterns, heading typos, and uncited spec assumptions in <5 seconds.
Adversarial spec-vs-implementation verification for a completed task. Dispatches the spec-mentor subagent with fresh context (no anchoring bias), parses its verdict (PASS / DRIFT / NEEDS-MARTY), and updates the verification queue. The v7.4.0 architectural replacement for a dedicated "mentor session.".
Background watchdog daemon that monitors a SpecSwarm project for new commits, newly-checked tasks, flagged verifications, and (v7.18.0) mentor→builder conduct runs — pings Marty via ssnotify when something needs attention. Completes the autonomous-execution loop by surviving session restarts and detecting changes even…