Création de plan

VérifiéSûr

Produire un document de plan structuré en markdown avec suivi de progression et emojis de statut.

Spar Skills Guide Bot
DeveloppementIntermédiaire
0028/07/2026
Claude CodeCopilot
#plan-creation#implementation-plan#task-tracking#markdown-template

Recommandé pour

Notre avis

Ce skill génère un document de planification au format Markdown avec des étapes suivies par émojis et un pourcentage de progression dynamique.

Points forts

  • Structure claire et minimaliste adaptée au suivi de tâches.
  • Utilisation d'émojis pour un statut visuel immédiat.
  • Pourcentage de progression automatique en haut du document.
  • Évite la portée excessive en se basant strictement sur la discussion.

Limites

  • Nécessite un échange complet préalable pour générer le plan.
  • Les décisions critiques sont limitées à ce qui a été discuté explicitement.
  • Pas de mise à jour automatique après création du plan.
Quand l'utiliser

Utilisez ce skill après une discussion approfondie pour obtenir un plan d'implémentation structuré et partageable.

Quand l'éviter

Ne l'utilisez pas si le projet est trivial ou si vous avez besoin d'un plan dynamique et évolutif.

Analyse de sécurité

Sûr
Score qualité75/100

The skill only instructs the AI to generate a markdown plan document. There are no declared allowed-tools, and the content does not involve any execution of commands or handling of sensitive data. It poses no security risk.

Aucun point d'attention détecté

Exemples

Implement user authentication
Based on our conversation about adding JWT-based authentication, please create a plan document following the Plan Creation Stage template.
Add search feature to blog
Generate an implementation plan for the search feature we discussed. Use the markdown template with emojis and progress 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