Création d'un plan d'étape

VérifiéSûr

Générer un plan de mise en œuvre structuré avec suivi de progression et statuts des étapes en utilisant des emojis.

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

Recommandé pour

Notre avis

Crée un document de plan structuré en Markdown à partir d'une conversation, avec suivi de progression et d'étapes.

Points forts

  • Structure claire avec étapes et sous-tâches
  • Suivi visuel de progression via emojis et pourcentage
  • Minimal et évite la complexité inutile

Limites

  • Nécessite une conversation préalable détaillée
  • Le suivi n'est pas dynamique (état manuel)
  • Pas de génération automatique de code
Quand l'utiliser

Lorsqu'une feature ou un projet nécessite un plan précis avant implémentation.

Quand l'éviter

Pour des tâches triviales ou déjà bien comprises sans besoin de documentation.

Analyse de sécurité

Sûr
Score qualité80/100

The skill only instructs the agent to generate a markdown plan document; it does not involve any execution of code, system tools, or network operations, and there are no declarations of tools that could be misused.

Aucun point d'attention détecté

Exemples

Feature implementation plan
Based on our discussion about adding user authentication, create a plan document with steps and progress tracking.
Refactoring plan
Create a plan for refactoring the payment module following the template, with steps and subtasks.

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