jforksy

create-plan

Generate structured implementation plans with status tracking for development tasks

jforksy 2 1 Updated 3mo ago
GitHub

Install

npx skillscat add jforksy/claude-skills/create-plan

Install via the SkillsCat registry.

SKILL.md

Plan Creation Stage

Based on our full exchange, produce a markdown plan document.

Requirements for the plan:

  • Include clear, minimal, concise steps.
  • Track the status of each step using these emojis:
    • ๐ŸŸฉ Done
    • ๐ŸŸจ In Progress
    • ๐ŸŸฅ To Do
  • Include dynamic tracking of overall progress percentage (at top).
  • Do NOT add extra scope or unnecessary complexity beyond explicitly clarified details.
  • Steps should be modular, elegant, minimal, and integrate seamlessly within the existing codebase.

Markdown Template:

# Feature Implementation Plan

**Overall Progress:** `0%`

## TLDR
Short summary of what we're building and why.

## Critical Decisions
Key architectural/implementation choices made during exploration:
- Decision 1: [choice] - [brief rationale]
- Decision 2: [choice] - [brief rationale]

## Tasks:

- [ ] ๐ŸŸฅ **Step 1: [Name]**
  - [ ] ๐ŸŸฅ Subtask 1
  - [ ] ๐ŸŸฅ Subtask 2

- [ ] ๐ŸŸฅ **Step 2: [Name]**
  - [ ] ๐ŸŸฅ Subtask 1
  - [ ] ๐ŸŸฅ Subtask 2

...

Again, it's still not time to build yet. Just write the clear plan document. No extra complexity or extra scope beyond what we discussed.