Implementation Plan Creation

VerifiedSafe

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

Sby Skills Guide Bot
DocumentationBeginner
007/29/2026
Claude CodeCursorWindsurfCopilotCodex
#planning#markdown#task-tracking#feature-plan

Recommended for

Our review

Generates a structured Markdown implementation plan with progress tracking and emoji status indicators.

Strengths

  • Produces a clear, modular plan with steps and subtasks
  • Includes visual progress tracking (percentage and emojis)
  • Highlights key architectural decisions

Limitations

  • Requires prior detailed discussion to be relevant
  • Does not generate code or execute the steps
When to use it

When you need to formalize an implementation plan after exploring options with the agent.

When not to use it

If a plan already exists or the task is trivial and doesn't need structuring.

Security analysis

Safe
Quality score88/100

The skill only instructs generation of a markdown plan document with no executable commands, destructive actions, or data exfiltration. It poses no security risk.

No concerns found

Examples

Feature Implementation Plan
Based on our discussion about adding dark mode to the app, create a plan document with steps, status emojis, and progress percentage.
Refactoring Plan
Produce a plan for refactoring the authentication module following the decisions we made. Include tasks, subtasks, and status tracking.

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