
write-plan-doc
by eveld
Research, planning, and implementation workflows for Claude Code
SKILL.md
name: write-plan-doc description: Use when creating implementation plans to generate properly structured plans with phases, success criteria, and project references.
Write Plan Document
Create structured implementation plans following project conventions.
Document Structure
Use the template from templates/plan-document.md:
- Overview - Brief description
- Current State Analysis - What exists now
- Desired End State - Specification and verification
- What We're NOT Doing - Explicit out-of-scope items
- Implementation Approach - High-level strategy
- Project References - Links to commands.md and testing.md
- Phases - Detailed implementation steps
- Testing Strategy - Unit, integration, manual
- References - Links to tickets, research
File Path and Naming
Save to: thoughts/shared/plans/YYYY-MM-DD-NN-description.md
Format:
YYYY-MM-DD- Today's dateNN- Sequence number (01, 02, etc.)description- Kebab-case brief description- Optional: Include ticket number like
ENG-1234-description
Example: 2025-12-23-01-ENG-1478-email-notifications.md
Phase Structure
Each phase must include:
Overview - What this phase accomplishes
Changes Required - Specific files and code changes
Success Criteria - Split into two sections:
- Automated Verification: Commands that can be run
- Manual Verification: Human testing needed
Success Criteria Guidelines
Automated (use make when possible):
- [ ] Tests pass: `make test`
- [ ] Linting passes: `make lint`
- [ ] Build succeeds: `make build`
Manual:
- [ ] Feature appears correctly in UI
- [ ] Performance acceptable with 1000+ items
- [ ] Error messages are user-friendly
Project References
Always reference these documents if they exist:
thoughts/notes/commands.md- Available commandsthoughts/notes/testing.md- Test patterns
These are created by discover-project-commands and discover-test-patterns skills.
File References
Include specific file:line references throughout:
- When mentioning existing code
- When suggesting where to add code
- When referencing similar patterns
No Open Questions
Plans must be complete and actionable. If you have open questions:
- STOP writing the plan
- Research or ask for clarification
- Only proceed once all decisions are made
Score
Total Score
Based on repository quality metrics
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
Reviews
Reviews coming soon
