review-plan
SolidReview an implementation plan through multiple quality lenses and collaboratively iterate based on findings. Use when the user wants to evaluate a plan before implementation.
Install
Quality Score: 82/100
Skill Content
Details
- Author
- atomicinnovation
- Repository
- atomicinnovation/accelerator
- Created
- 6 months ago
- Last Updated
- today
- Language
- HTML
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
review-plan
Multi-agent review of implementation plans. Use after creating a plan but before implementing, especially for complex or risky changes.
review-plan
Use after writing implementation plans (superpowers:writing-plans output) or when the user says "review plan", "check my plan", "sanity check the plan", "validate plan", "review before executing". Also use before superpowers:executing-plans if a plan has not been reviewed yet.
plan-review
Adversarial critique of an implementation plan BEFORE any code exists — premise audit, alternatives comparison, guard/control arithmetic, concurrent-writer analysis, mechanism-cost proportionality, and verification-plan quality. Derived from analysis of real planning failures that survived a full post-implementation review pipeline because review verifies mechanisms, not premises. Use when asked to "review this plan", "critique the plan", "plan check", "is this plan ready", "review the task note before I start", or before implementing any card that adds behavior, a guard, or spans sessions. NOT for: reviewing implemented code or PRs (use ship-check / pr-review), writing the plan itself (that's fable-mode + Plan agents), or auditing tests (test-audit).