Création de plan d'implémentation

VérifiéSûr

Créer un document de plan markdown avec suivi de progression et étapes claires pour l'implémentation d'une fonctionnalité.

Spar Skills Guide Bot
DeveloppementIntermédiaire
1001/08/2026
Claude CodeCursorWindsurfCopilotCodex
#plan-creation#markdown#progress-tracking#feature-planning#task-breakdown

Recommandé pour

Notre avis

Cette compétence génère un document de plan d'implémentation de fonctionnalité en Markdown, avec suivi de progression par emojis et pourcentage global.

Points forts

  • Structure claire et concise avec étapes modulaires
  • Suivi visuel de l'avancement grâce aux emojis et au pourcentage
  • Met en évidence les décisions critiques déjà prises
  • Évite la suringénierie en restant strictement dans le périmètre défini

Limites

  • Ne fournit que le plan, pas le code ni l'implémentation
  • Dépend de la qualité des discussions précédentes pour être précis
  • Le format emoji peut être moins adapté à des systèmes de gestion de tickets
Quand l'utiliser

Après une exploration approfondie d'une fonctionnalité à implémenter, quand vous avez besoin d'un plan clair et actionnable avant de coder.

Quand l'éviter

Pour des modifications triviales ou directement exécutables qui ne nécessitent pas de plan écrit, ou quand le périmètre n'a pas encore été clarifié.

Analyse de sécurité

Sûr
Score qualité80/100

The skill only instructs to produce a markdown plan document based on the conversation. It does not involve any tool usage, network access, or system modification. There is no risk of destructive actions or data exfiltration.

Aucun point d'attention détecté

Exemples

Plan for authentication feature
Based on our full exchange, produce a markdown plan document for implementing JWT authentication, with overall progress, critical decisions, and tasks tracked by emojis.
Plan for API pagination improvement
Create a markdown implementation plan for adding pagination to our existing REST API. Keep it minimal and include the TLDR, decisions, and modifiable steps with progress tracking.
Plan for database migration
Generate a feature implementation plan for migrating from MySQL to PostgreSQL. Use the template with overall progress percentage and per-step status emojis.

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