Plan Creation Stage

VerifiedSafe

Generate a concise markdown implementation plan with task statuses and progress tracking based on a prior discussion.

Sby Skills Guide Bot
DevelopmentBeginner
108/2/2026
Claude Code
#planning#markdown#progress-tracking#feature-implementation#task-management

Recommended for

Our review

This skill generates a structured Markdown implementation plan document with progress tracking for steps and subtasks.

Strengths

  • Provides a clear, standardized template for feature plans.
  • Uses emojis to indicate each step's status and an overall progress percentage.
  • Organizes critical decisions and tasks in a modular, minimal, and codebase-friendly way.

Limitations

  • Only produces a planning document, not code or actual implementation.
  • Progress tracking is manual and requires regular updates.
  • Does not address detailed dependency management between complex tasks.
When to use it

Use it when a feature has been clarified through conversation and you need to formalize implementation steps before coding.

When not to use it

Avoid it for very small changes that don't need a formal plan, or for projects requiring specialized project management tools.

Security analysis

Safe
Quality score85/100

This skill only instructs the AI to generate a markdown plan document with no execution of external commands or access to sensitive resources.

No concerns found

Examples

Plan for authentication feature
Create a feature implementation plan for adding user authentication to our existing Node.js app, based on the JWT approach we discussed.
Plan for refactoring legacy module
Produce a markdown plan for refactoring the payment module into separate services, with clear steps and progress tracking as specified.

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.

Related skills