Implementation Plan Creation

VerifiedSafe

Create a structured feature plan with progress tracking and modular steps.

Sby Skills Guide Bot
ProductivityBeginner
307/31/2026
Claude CodeCursorWindsurfCopilotCodex
#planning#markdown#feature-implementation#status-tracking

Recommended for

Our review

Generates a structured markdown feature implementation plan with progress tracking, task statuses, and critical decisions from a conversation.

Strengths

  • Clear, modular structure with steps and subtasks
  • Visual tracking of progress via emojis and percentage
  • Captures critical decisions to guide implementation
  • Avoids unnecessary complexity by sticking to discussed details

Limitations

  • Requires prior exploration exchange to be meaningful
  • Status updates are manual and not automated
  • The template may be too formal for very small changes
When to use it

When starting a feature implementation and needing a concise, trackable plan before writing code.

When not to use it

For trivial modifications or when no prior discussion has taken place.

Security analysis

Safe
Quality score85/100

The skill only instructs generating a markdown plan document, with no execution of commands or access to external resources. It poses no security risk.

No concerns found

Examples

Plan for user authentication feature
Create a feature implementation plan for adding user authentication to our existing web app.
Plan from refactoring discussion
Based on our discussion about the refactoring, produce a markdown plan with steps and subtasks.
Plan for payment API integration
Generate a plan document for integrating the new payment API into the backend service.

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