Partition Reviewer banner
procoders procoders

Partition Reviewer

Development community

Description

--- name: partition-reviewer description: 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 (write-glob overlap, codex-not-worktree, reviewer-not-opus, shared-resource misplacement, unjustified Sonnet), plus advisory-only WARNINGS that

Installation

Installs to ~/.claude/agents/procoders-superpowers-v-partition-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/procoders/superpowers-v/HEAD/agents/partition-reviewer.md -o ~/.claude/agents/procoders-superpowers-v-partition-reviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository