Création de plan d'implémentation

VérifiéSûr

Crée un plan d'implémentation clair avec des étapes, suivi de progression et décisions critiques.

Spar Skills Guide Bot
DocumentationDébutant
1029/07/2026
Claude CodeCursorWindsurfCopilotCodex
#planning#markdown#task-tracking#feature-plan

Recommandé pour

Notre avis

Génère un plan de mise en œuvre structuré en Markdown avec suivi de progression et statuts par emoji.

Points forts

  • Produit un plan clair et modulaire avec des étapes et sous-tâches
  • Inclut un suivi visuel de la progression (pourcentage et emojis)
  • Met en avant les décisions architecturales clés

Limites

  • Nécessite une discussion préalable détaillée pour être pertinent
  • Ne génère pas de code ni n'exécute les étapes
Quand l'utiliser

Lorsqu'il faut formaliser un plan d'implémentation après une exploration avec l'agent.

Quand l'éviter

Si un plan existe déjà ou si la tâche est triviale et ne nécessite pas de structuration.

Analyse de sécurité

Sûr
Score qualité88/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.

Aucun point d'attention détecté

Exemples

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.

Skills similaires