Création de plan d'implémentation

VérifiéSûr

Créez un plan de fonctionnalité structuré avec suivi de progression et étapes modulaires.

Spar Skills Guide Bot
ProductiviteDébutant
4031/07/2026
Claude CodeCursorWindsurfCopilotCodex
#planning#markdown#feature-implementation#status-tracking

Recommandé pour

Notre avis

Génère un document de plan d'implémentation de fonctionnalité en Markdown, avec suivi de progression, statuts des tâches et décisions clés issues de l'échange.

Points forts

  • Structure claire et modulaire avec étapes et sous-tâches
  • Suivi visuel de l'avancement via emojis et pourcentage
  • Intègre les décisions critiques pour guider l'implémentation
  • Évite la complexité inutile en restant fidèle à la discussion

Limites

  • Nécessite une exploration préalable de l'échange pour être utile
  • La mise à jour des statuts reste manuelle
  • Le modèle peut être trop rigide pour des changements très simples
Quand l'utiliser

Quand vous démarrez l'implémentation d'une fonctionnalité et souhaitez un plan concis et traçable à partager avant de coder.

Quand l'éviter

Pour une modification triviale sans discussion préalable ou lorsqu'un plan informel suffit.

Analyse de sécurité

Sûr
Score qualité85/100

The skill only instructs generating a markdown plan document, with no execution of commands or access to external resources. It poses no security risk.

Aucun point d'attention détecté

Exemples

Plan for user authentication feature
Create a feature implementation plan for adding user authentication to our existing web app.
Plan from refactoring discussion
Based on our discussion about the refactoring, produce a markdown plan with steps and subtasks.
Plan for payment API integration
Generate a plan document for integrating the new payment API into the backend service.

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