Synthesizes durable memory entries from a completed SpecSwarm chunk's signals — commits, final tasks.md, verify-queue outcomes (PASS/DRIFT), captured interventions, AskUserQuestion answers. Use at /ss:ship time (or just before) to capture the cross-chunk lessons that would otherwise live only in session history and…
Polishes raw decision-candidate signals from a SpecSwarm plan.md into a small, well-formed batch of strategic decisions for AskUserQuestion. Use after /ss:plan completes and before /ss:tasks runs. Reads plan.md, tech-stack.md, constitution.md, quality-standards.md (locked prior commitments), and a TSV list of…
Predicts what a SpecSwarm chunk's execution would look like WITHOUT running it. Use after /ss:specify (or any later phase) to surface anticipated decisions, risk register, out-of-scope guards, memory gaps, touchpoint estimate, and predicted artifacts. Reads spec.md plus foundation files plus memory plus intervention…
Multi-agent orchestration specialist for SpecSwarm. Analyzes tasks.md, identifies parallelizable work streams, routes tasks to specialist agents, and creates integration manifests. Use during implementation phase when --orchestrate flag is set.
Adversarial verification agent for SpecSwarm tasks. Use when a task has just been marked complete and you need a fresh-context, judgment-grade check that the implementation matches the spec verbatim. Compares git diff against §-referenced spec sections + plan.md task block + memory files; returns PASS, DRIFT (with…