/v-collect
Re-run the collect + scope-gate + review tail of a Compound V run by run-id. Normalizes each job's output into results/<id>.json, re-runs the git-derived scope gate on every job, then the three-pass Review Gate (AC-gated). Use to re-check a dispatched run without re-dispatching
$ npx -y skills add procoders/superpowers-v --agent claude-codeShips with superpowers-v. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/v-collect
Context preview
What this command does when you run it.
Re-run the collect + scope-gate + review tail of a Compound V run by run-id. Normalizes each job's output into results/<id>.json, re-runs the git-derived scope gate on every job, then the three-pass Review Gate (AC-gated). Use to re-check a dispatched run without re-dispatching
Compound V β a multi-model coding sidekick for Superpowers, running on Claude Code. "You don't tell people you're injecting them with Compound V. You just hand them the spec and watch them ship." You describe a feature.
Other commands on superpowers-v.
- /v-adr
Capture one genuine architecture decision as a thin, human-confirmed ADR under docs/superpowers/adr/NNNN-slug.md β decision-with-alternatives-and-consequences, references verified to exist, draftβconfirmβcommit, then FTS5-recallable via /v:remember. ADR only β no C4 diagrams, no
Open command - /v-archaeology
Run Compound V Phase 1A β code archaeology β on a topic without running the other pre-flights. Useful when you want the technical audit but already have domain + library context.
Open command - /v-dashboard
Open the Compound V observability dashboard β a present-only, read-only browser view over docs/superpowers/execution/** (runs, epics, per-job status, scope-gate verdicts, blocker ledger). `emit` writes a static self-contained HTML snapshot; `serve` runs an ephemeral,
Open command - /v-dispatch
Execute a Compound-V-ready plan, manifest, or run-id via batched parallel multi-backend dispatch. Accepts a bare plan path (auto-materializes the manifest), or a manifest|run-id (dispatches directly). Runs partition-reviewer first; on PASS dispatches Task 0 serially then the
Open command - /v-epic
Drive an EPIC β chain several features into one autonomous, resumable, dependency-ordered build on a single branch. Each feature runs through the FULL v1.0 pipeline (recon-gated spec β 3 pre-flights β writing-plans + partition β manifest β dispatch β 3-pass review) in
Open command - /v-init
Initialize Compound V in this project β detect backends and capabilities (Codex, Context7, required skills/agents), walk through any missing installs one at a time, pick a routing stance, and save project + user config.
Open command

