← Back to list

review-plan
by CaptainCrouton89
Claude Code plugins marketplace by Silas Rhyneer
⭐ 24🍴 3📅 Jan 24, 2026
SKILL.md
name: review-plan description: Validate implementation plans against specs. Use after creating a plan to ensure full spec coverage and no ambiguities. user-invocable: false context: fork agent: general-purpose model: sonnet
Review Plan Against Spec
Input: $ARGUMENTS
Parse the input to extract:
- Spec file path (
.claude/specs/*.spec.md) - Plan file path (
.claude/plans/*.plan.md)
Validation Process
-
Read both documents - spec first, then plan
-
Extract spec requirements
- List every behavioral requirement from the spec
- Include acceptance criteria, constraints, edge cases
-
Map requirements to plan coverage
- For each spec requirement, find corresponding plan section
- Mark as: covered, partially covered, or missing
-
Check plan quality
- No ambiguous language ("might", "could", "possibly")
- No deferred decisions ("investigate later", "TBD")
- No conditional branches ("if X, then Y")
- No unexplored complexity ("this may be tricky")
- No irrelevant information
Output
If all requirements are covered and no issues found:
PASS
If issues exist, provide numbered plaintext feedback:
1. Missing: [requirement from spec not in plan]
2. Ambiguous: [unclear section that needs resolution]
...
Score
Total Score
40/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon