What problem does it solve?
Development plans generated by planning assistants can drift in scope, duplicate work, miss tests, or hide risky assumptions; this Skill hardens those plans before implementation by running structural simplification, an adversarial cross-model review, and by batching long plans into checkpointed review units so reviews are meaningful and actionable.
Core Features & Use Cases
- Simplification pass: Detects DRY/YAGNI/scope creep, granularity issues, missing tests, and repeated work and produces concrete revision suggestions.
- Adversarial cross-model review: Invokes codex adversarial-review verbatim to challenge assumptions and surface design risks that same-model self-review misses.
- Checkpoint injection & parallel tracks: For long or multi-track plans, inserts checkpoint blocks and supports one worktree per parallel track so reviews stay scoped and reproducible.
- Use case: After a plan is generated by superpowers:writing-plans, run this Skill to get a triaged set of edits, commit-safe revisions, and checkpoint markers so implementers can execute with batched code-quality reviews.
Quick Start
Run /review-plan on the generated plan to get simplification suggestions, adversarial findings, and optional checkpoint injection.