← Back to list

writing-plans
by TriNgo0108
⭐ 0🍴 0📅 Jan 25, 2026
SKILL.md
name: writing-plans description: Create detailed implementation plans. Use when planning new features or refactoring work. license: MIT
Writing Implementation Plans
Create clear, actionable implementation plans that can be executed step-by-step.
Plan Structure
1. Goal Description
- What problem are we solving?
- What is the desired outcome?
- What are the success criteria?
2. Background Context
- Current state of the system
- Relevant constraints
- Prior decisions and their rationale
3. Proposed Changes
Group by component, ordered by dependency:
### Component Name
#### [MODIFY] filename.ts
- Change X to Y
- Add validation for Z
#### [NEW] newfile.ts
- Purpose of this file
- Key responsibilities
4. Implementation Steps
Numbered, atomic steps:
- Create the new module
- Add tests for the new functionality
- Integrate with existing code
- Update documentation
5. Verification Plan
- Unit tests to add
- Integration tests needed
- Manual verification steps
Best Practices
- Keep steps small and atomic
- Include rollback considerations
- Identify risks and mitigations
- Estimate effort for each step
- Mark dependencies between steps
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+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