plan-review
14
总安装量
3
周安装量
#24213
全站排名
安装命令
npx skills add https://github.com/duc01226/easyplatform --skill plan-review
Agent 安装分布
antigravity
3
gemini-cli
3
replit
2
opencode
2
droid
2
codex
2
Skill 文档
CRITICAL: Do NOT use
EnterPlanModetool â it blocks Write/Edit/Task tools. Follow the workflow below.
Your Mission
Critically self-review the implementation plan to ensure quality before coding begins.
Plan Resolution
- If
$ARGUMENTSprovided â Use that path - Else check
## Plan Contextâ Use active plan path - If no plan found â Error: run
/planfirst
Review Checklist
| Category | Check |
|---|---|
| Structure | Has plan.md with YAML frontmatter (title, status, effort)? |
| Structure | Phases numbered and linked correctly? |
| Logic | Dependencies between phases mapped? |
| Logic | Risk assessment present with mitigations? |
| Patterns | Uses platform patterns (not custom solutions)? |
| Patterns | Files in correct project locations? |
| Completeness | Success criteria defined and measurable? |
| Completeness | All edge cases considered? |
| Best Practices | Follows YAGNI/KISS/DRY principles? |
| Best Practices | No over-engineering or premature abstraction? |
Review Process
- Read plan.md and all phase-*.md files
- Evaluate each checklist item
- Identify issues with specific locations and fixes
- Output approval or revision requirements
Output Format
If Plan Passes:
â
Plan Review: APPROVED
- Structure: Valid
- Logic: Sound
- Patterns: Compliant
- Completeness: Adequate
- Best Practices: Followed
Proceeding to implementation...
If Issues Found:
â ï¸ Plan Review: NEEDS REVISION
Issues:
1. [Category] [File:Line] Issue description â Fix suggestion
2. [Category] [File:Line] Issue description â Fix suggestion
Update plan before proceeding.
IMPORTANT Task Planning Notes
- Always plan and break many small todo tasks
- Always add a final review todo task to review the works done at the end to find any fix or enhancement needed
Important Notes
- Focus on major issues that would impact implementation
- Don’t nitpick formatting or style unless it affects clarity
- If plan is simple and solid, approve quickly
- Always provide actionable fix suggestions for issues