.agents/skills/plan-review/SKILL.md
Perform iterative implementation plan review using Rule of 5 methodology. Reviews feasibility, completeness, TDD alignment, ordering, and executability.
npx skillsauth add charly-vibes/wai plan-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Perform thorough implementation plan review using the Rule of 5 - iterative refinement until convergence.
If plan path provided: Read the plan completely
If no plan path: Ask for the plan path or list available plans from plans/
Perform 5 passes, each focusing on different aspects. After each pass (starting with pass 2), check for convergence.
Focus on:
Output format:
PASS 1: Feasibility & Risk
Issues Found:
[FEAS-001] [CRITICAL|HIGH|MEDIUM|LOW] - Phase/Section
Description: [What's wrong]
Evidence: [Why this is a problem]
Recommendation: [How to fix with specific guidance]
[FEAS-002] ...
What to look for:
Focus on:
Prefix: COMP-001, COMP-002, etc.
What to look for:
Focus on:
Prefix: TDD-001, TDD-002, etc.
What to look for:
Focus on:
Prefix: ORD-001, ORD-002, etc.
What to look for:
Focus on:
Prefix: EXEC-001, EXEC-002, etc.
What to look for:
After each pass (starting with pass 2), report:
Convergence Check After Pass [N]:
1. New CRITICAL issues: [count]
2. Total new issues this pass: [count]
3. Total new issues previous pass: [count]
4. Estimated false positive rate: [percentage]
Status: [CONVERGED | ITERATE | NEEDS_HUMAN]
Convergence criteria:
If CONVERGED before Pass 5: Stop and report final findings.
After convergence or completing all passes:
## Plan Review Final Report
**Plan:** plans/[filename].md
### Summary
Total Issues by Severity:
- CRITICAL: [count] - Must fix before implementation
- HIGH: [count] - Should fix before implementation
- MEDIUM: [count] - Consider addressing
- LOW: [count] - Nice to have
Convergence: Pass [N]
### Top 3 Most Critical Findings
1. [FEAS-001] [Description] - Phase [N]
Impact: [Why this matters]
Fix: [What to do]
2. [COMP-003] [Description] - Phase [N]
Impact: [Why this matters]
Fix: [What to do]
3. [TDD-002] [Description] - Phase [N]
Impact: [Why this matters]
Fix: [What to do]
### Recommended Next Actions
1. [Action 1 - specific and actionable]
2. [Action 2 - specific and actionable]
3. [Action 3 - specific and actionable]
### Verdict
[READY_TO_IMPLEMENT | NEEDS_REVISION | NEEDS_MORE_RESEARCH]
**Rationale:** [1-2 sentences explaining the verdict]
testing
Compare original and distilled prompts to verify the distillation is faithful and lossless. Checks completeness, accuracy, and appropriate conciseness.
development
Implement features following Test-Driven Development methodology. Red-Green-Refactor cycle with phased approach and verification at each step.
development
Orchestrate multi-agent code review with three waves - parallel analysis, cross-validation, and convergence check. Simulates specialist reviewers and synthesizes findings.
development
Apply Steve Yegge's Rule of 5 iterative review to any artifact - code, plans, research, issues, specs, or documents. Five stages from draft through excellence.