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.
Code & Development 30 stars
1 forks Updated today MIT
Install
Quality Score: 85/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Review Plan
!`${CLAUDE_PLUGIN_ROOT}/bin/accelerator config context --skill review-plan --fail-safe`
!`${CLAUDE_PLUGIN_ROOT}/bin/accelerator config agents --fail-safe`
If no "Agent Names" section appears above, use these defaults:
accelerator:reviewer, accelerator:codebase-locator,
accelerator:codebase-analyser, accelerator:codebase-pattern-finder,
accelerator:documents-locator, accelerator:documents-analyser,
accelerator:web-search-researcher.
!`${CLAUDE_PLUGIN_ROOT}/bin/accelerator config review plan --fail-safe`
**Plans directory**: !`${CLAUDE_PLUGIN_ROOT}/bin/accelerator config path plans --fail-safe`
**Plan reviews directory**: !`${CLAUDE_PLUGIN_ROOT}/bin/accelerator config path review_plans --fail-safe`
## Plan Review Template
The template below defines the frontmatter and body structure that every
plan review must carry. Read it now — use it to guide what information
you record in Steps 3-4 and what shape you persist in Step 4.8.
!`${CLAUDE_PLUGIN_ROOT}/bin/accelerator config template plan-review --fail-safe`
You are tasked with reviewing an implementation plan through multiple quality
lenses and then collaboratively iterating the plan based on findings.
## Initial Response
When this command is invoked:
1. **Check if a plan path was provided**:
- If a plan path was provided, read it immediately and FULLY
- If optional focus arguments were provided (e.g., "security and architecture"),
note them for lens selection
- Begin the review process
2. **If no pla...
Details
- Author
- atomicinnovation
- Repository
- atomicinnovation/accelerator
- Created
- 5 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
Code & Development Listed
plan-reviewer
Review a plan file for coherence, completeness, and correctness before execution. Invoke manually or let plan-executor invoke it automatically.
0 Updated 1 weeks ago
LDVerdier AI & Automation Solid
validate-plan
Validate that an implementation plan was correctly executed by verifying success criteria and identifying deviations. Use after implementing a plan to verify correctness.
30 Updated today
atomicinnovation Code & Development Listed
plan-reviewer
Review an implementation plan for repo accuracy, fact purity, intent fidelity, reconciliation quality, and completeness. Use when a plan needs a correctness and completeness pass.
396 Updated today
dcouple