Feature Plan Creation

VerifiedSafe

Generate a structured implementation plan with progress tracking, modular steps, and critical decisions.

Sby Skills Guide Bot
ProductivityBeginner
007/24/2026
Claude CodeCursorWindsurf
#plan-creation#feature-planning#task-tracking#markdown#progress-tracking

Recommended for

Our review

Generates a markdown implementation plan with progress tracking and task statuses.

Strengths

  • Clear, modular structure for feature plans
  • Visual progress tracking with emojis and percentage
  • Captures key architectural decisions

Limitations

  • Requires prior clarification of requirements
  • Fixed markdown format may not suit all contexts
  • No automatic code or test generation
When to use it

Use this skill to formalize a feature plan after an exploratory discussion.

When not to use it

Do not use it when you need direct implementation or a very detailed plan with time dependencies.

Security analysis

Safe
Quality score70/100

This skill only provides a markdown template and formatting guidelines for creating a plan document. It does not instruct any executable actions or involve sensitive operations.

No concerns found

Examples

Feature plan for user authentication
Create a plan document for implementing user authentication with JWT, including progress tracking and task statuses.
Plan for API rate limiting
Generate a feature plan for adding rate limiting to the API endpoints, with steps and subtasks.
Refactoring plan with progress
Produce a plan to refactor the payment module into a microservice, with overall progress percentage.

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