Back to list
mshuffett

create-plan

by mshuffett

@mshuffett does dotfiles

0🍴 0📅 Jan 25, 2026

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

  1. Read all input files FULLY:

    • Use Read tool WITHOUT limit/offset to read all provided file paths
    • ls rpi/tasks/TASKNAME to find all related documents in the task directory
    • Read everything in the task directory to build full context
  2. Read relevant code files:

    • Read any source files mentioned in the research, design, or structure documents
    • Build context for writing specific code examples
  3. Read the plan template:

Read({SKILLBASE}/references/plan_template.md)

  1. 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

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

  1. Read the final output template:

Read({SKILLBASE}/references/plan_final_answer.md)

  1. 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.md to 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

65/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon