Création de plan d'implémentation

VérifiéSûr

Créez un plan d'implémentation clair avec suivi de progression et statuts des tâches.

Spar Skills Guide Bot
DocumentationDébutant
2024/07/2026
Claude CodeCopilotCursorWindsurfCodex
#planning#markdown#task-tracking#step-by-step#implementation-plan

Recommandé pour

Notre avis

Génère un plan de mise en œuvre structuré en Markdown avec suivi de progression par étapes et sous-tâches.

Points forts

  • Produit un plan clair et concis directement exploitable
  • Inclut un suivi visuel de progression avec emojis et pourcentage
  • Encourage des décisions architecturales explicites avant de coder

Limites

  • Ne génère pas de code, seulement le plan
  • La progression doit être mise à jour manuellement
  • Peut nécessiter des clarifications pour des projets complexes
Quand l'utiliser

Lorsqu'il faut formaliser une conversation de conception en un plan d'action précis avant de commencer l'implémentation.

Quand l'éviter

Quand le besoin est déjà bien compris et qu'il est plus efficace de coder directement sans plan préalable.

Analyse de sécurité

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

Aucun point d'attention détecté

Exemples

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.

Skills similaires