Implementation Plan Creation

VerifiedSafe

Create a clear implementation plan with progress tracking and task status.

Sby Skills Guide Bot
DocumentationBeginner
107/24/2026
Claude CodeCopilotCursorWindsurfCodex
#planning#markdown#task-tracking#step-by-step#implementation-plan

Recommended for

Our review

Generates a structured Markdown implementation plan with progress tracking via steps and subtasks.

Strengths

  • Produces a clear, minimal, actionable plan
  • Includes visual progress tracking with emojis and percentage
  • Forces explicit architectural decisions before coding

Limitations

  • Does not generate code, only the plan
  • Progress must be updated manually
  • May require clarifications for complex projects
When to use it

When you need to formalize a design conversation into a precise action plan before starting implementation.

When not to use it

When the requirement is already well understood and it's more efficient to code directly without a prior plan.

Security analysis

Safe
Quality score85/100

This is a static markdown template for creating project plans. It contains no executable code, no dangerous commands, and no interaction with external systems. It poses no security risk.

No concerns found

Examples

Plan for adding user authentication
Create a detailed implementation plan for adding JWT-based user authentication to our Node.js API. Include step-by-step tasks with progress tracking.
Plan for refactoring a component
Write a plan to refactor the PaymentGateway class in our Python service into smaller modules. Use the plan creation stage format with 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