procoders
01Plugin Claude Code
procoders plugins marketplace.
Plugin Claude Code
procoders plugins marketplace.
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.
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).
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…
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.
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.
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.
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…
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…
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…
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.…
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.
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.
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.
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…
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…
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…
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.
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.
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…
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.
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…
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.
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…