procoders

42 mods across 4 repositories, 37 stars between them.

superpowers-v

02

procoders/superpowers-v

Plugin Claude Code

Compound V for Superpowers: triple parallel pre-flight (code archaeology + domain-expert advisor + library/doc validator via Context7), disjoint file partitioning, manifest-driven multi-backend dispatch (Claude + headless Codex + Antigravity + Cursor workers), git-diff scope enforcement, crash-resumable runs, adaptive.

35 2d ago A tokens not measured original MIT

procoders/superpowers-v

Instructions file CodexOpenCode

Instructions for procoders/superpowers-v, covering what this plugin does, orchestrator surface (v1.0 + 1.1), v-memory recall surface (v2.0), how codex / non-claude-code harnesses use it and tool name mapping (claude code → codex).

35 2d ago A 2,842 tokens original MIT

procoders/superpowers-v

Instructions file

Instructions for procoders/superpowers-v, a project described as: Compound V — a multi-model orchestrator for Claude Code, layered on Superpowers: a deterministic router (Opus for risky work, Sonnet for the mechanical), cross-model review (Claude + Codex), 3 scouts (code · docs · domain), semantic memory, and…

35 2d ago A 258 tokens original MIT

procoders/superpowers-v

Instructions file Gemini CLI

Instructions for procoders/superpowers-v, covering compound v — gemini cli shim (🧪 experimental, untested), what this plugin does, orchestrator surface (v1.0 + 1.1), v-memory recall surface (v2.0) and how gemini uses it.

35 2d ago A 2,170 tokens original MIT

code-archaeologist

06

procoders/superpowers-v

Agent

Use when a brainstorming spec touches existing code — middleware, auth, credentials, session, shared-state variables, mode/server/auth-type branching, "path like X but for Y" patterns, or external APIs. Skip when greenfield in a new directory, pure UI, or copy/config edits.

35 2d ago A 64 tokens original MIT

doc-validator

07

procoders/superpowers-v

Agent

Use when a brainstorming spec names or implies any library, SDK, framework, language version, or external API — almost always. Skip only when the spec has zero technical dependencies (pure prose/UX copy). Catches abandoned libraries, version drift, and outdated API signatures the LLM's training data missed.

35 2d ago A 64 tokens original MIT

domain-expert

08

procoders/superpowers-v

Agent

Use when a brainstorming spec has any user-facing or domain-specific surface — payments, auth, healthcare, localization, mapping, astrology, LLM/AI features, regulated data, anything where domain knowledge or regulatory rules apply. Skip only for pure internal plumbing (build config, lint rules, dev tooling). Catches…

35 2d ago A 74 tokens original MIT

parallel-dispatcher

09

procoders/superpowers-v

Agent

Use when a Compound V manifest (or a plan with a verified Partition Map) is ready to execute and you want to offload the batched, manifest-driven, multi-backend parallel dispatch. Refuses to start if partition-reviewer did not return PASS or if no audit context exists. Runs the git-derived scope gate after every job…

35 2d ago A 79 tokens original MIT

partition-reviewer

10

procoders/superpowers-v

Agent

Use when a Compound V manifest (or a plan with a Partition Map) is ready and you need to verify its partition is genuinely disjoint and its invariants hold BEFORE executing parallel dispatch. Runs compound-v-validate-manifest.py as the deterministic backing gate, then returns PASS or FAIL with specific violations…

35 2d ago A 102 tokens original MIT

spec-reviewer

11

procoders/superpowers-v

Agent

Use to run Compound V's three-pass Review Gate. Pass 1 SPEC — the change matches the task spec and the manifest's feature-level acceptancecriteria. Pass 2 QUALITY — code quality, no regressions, no fabricated metrics. Pass 3 INTEGRATION — cross-job seams hold and the build is green. DONE is gated on all three passing.…

35 2d ago A 105 tokens original MIT

v-adr

12

procoders/superpowers-v

Command

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 SAD documents.

35 2d ago A 73 tokens original MIT

v-archaeology

13

procoders/superpowers-v

Command

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.

35 2d ago A 37 tokens original MIT

v-collect

14

procoders/superpowers-v

Command

Re-run the collect + scope-gate + review tail of a Compound V run by run-id. Normalizes each job's output into results/ .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 workers.

35 2d ago A 70 tokens original MIT

v-dashboard

15

procoders/superpowers-v

Command

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, localhost-only, read-only live viewer. Observe in the…

35 2d ago A 80 tokens original MIT

v-dispatch

16

procoders/superpowers-v

Command

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 parallel batches, enforces the scope gate…

35 2d ago A 83 tokens original MIT

v-epic

17

procoders/superpowers-v

Command

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 topological order, accumulating onto the current…

35 2d ago A 95 tokens original MIT

v-init

18

procoders/superpowers-v

Command

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.

35 2d ago A 46 tokens original MIT

v-memory-refresh

19

procoders/superpowers-v

Command

(Re)index docs/superpowers prose into the local V-memory cache so recall is current. Incremental by file hash; runs fully offline (FTS5, pure stdlib). Optionally enable the semantic lane with a one-time bootstrap. Run it after pulling new docs, or when /v:remember looks stale.

35 2d ago A 65 tokens original MIT

v-models

20

procoders/superpowers-v

Command

Refresh the Compound V tier→model map — discover the concrete models each backend (claude, codex, antigravity, cursor, devin, opencode) currently offers, show them, let you assign deep/standard/light, and write the result into .claude/compound-v.json so intent-based routing survives model churn without touching any…

35 2d ago A 73 tokens original MIT

v-onboard

21

procoders/superpowers-v

Command

Scan this repo and build a trusted, citation-verified knowledge base (docs/superpowers/architecture/) plus an AGENTS.md/CLAUDE.md bridge, behind a human approval gate; --refresh re-checks staleness.

35 2d ago A 49 tokens original MIT

v-orchestrate

22

procoders/superpowers-v

Command

Materialize a Compound V execution manifest from a plan (or an accepted fast-path pre-eval). Applies the routing policy and writes manifest.yaml plus an initial state.json into docs/superpowers/execution/ / — without dispatching. Binds every pre-eval-backed run. Use this to inspect or edit the manifest before…

35 2d ago A 72 tokens original MIT

v-pr-review

23

procoders/superpowers-v

Command

Deep, two-axis, stack-agnostic code review of a pull/merge request or a local diff — review-only, never edits code. Runs the pr-review skill. Works on GitHub (gh), GitLab (glab), or a hostless local branch. Argument = PR/MR URL or number; empty = current branch vs base.

35 2d ago A 71 tokens original MIT

v-preferences

24

procoders/superpowers-v

Command

Manage Compound V decision preferences — your OWN dated past-reasoning memory (memory + challenge, never a clone). Present-only, observe-in-output / control-via-CLI. stats shows override/disagreement rates and demoted/expired patterns; distill regenerates the in-repo (secret+PII-scrubbed) preferences.md; show prints…

35 2d ago A 120 tokens original MIT