
create-plan
by mshuffett
@mshuffett does dotfiles
SKILL.md
name: create-plan description: convert structure outline into a detailed implementation plan
Create Plan
You are in the final Plan Writing phase. Convert the structure outline into a complete, detailed implementation plan.
Steps
-
Read all input files FULLY:
- Use Read tool WITHOUT limit/offset to read all provided file paths
ls rpi/tasks/TASKNAMEto find all related documents in the task directory- Read everything in the task directory to build full context
-
Read relevant code files:
- Read any source files mentioned in the research, design, or structure documents
- Build context for writing specific code examples
-
Read the plan template:
Read({SKILLBASE}/references/plan_template.md)
- Write the implementation plan:
- Write to
rpi/tasks/ENG-XXXX-description/YYYY-MM-DD-plan.md - Convert each phase from the structure outline into detailed implementation steps
- Include specific code examples for each change
- Add both automated and manual success criteria
- Write to
Plan Writing Guidelines
- Each phase should be independently testable
- Include specific code examples, not just descriptions
- Automated verification should be runnable commands
- Manual verification should be specific, actionable steps
- Pause for human confirmation between phases
Output
- Read the final output template:
Read({SKILLBASE}/references/plan_final_answer.md)
- Respond with a summary following the template, including GitHub permalinks
When referencing documents in rpi/, use the rpi permalink command to generate GitHub links:
- Run
rpi permalink rpi/tasks/TASKNAME/document.mdto get the permalink - Include this link in your final output for easy navigation
Markdown Formatting
When writing markdown files that contain code blocks showing other markdown (like README examples or SKILL.md templates), use 4 backticks (````) for the outer fence so inner 3-backtick code blocks don't prematurely close it:
# Example README
## Installation
```bash
npm install example
```
Validation Design
Not every phase requires manual validation, don't put steps for manual validation just to have them.
Score
Total Score
Based on repository quality metrics
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
1ヶ月以内に更新
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
Reviews
Reviews coming soon

