Création de plan de fonctionnalité

VérifiéSûr

Créez un plan de mise en œuvre détaillé avec suivi de progression, étapes modulaires et décisions clés.

Spar Skills Guide Bot
ProductiviteDébutant
1024/07/2026
Claude CodeCursorWindsurf
#plan-creation#feature-planning#task-tracking#markdown#progress-tracking

Recommandé pour

Notre avis

Génère un plan d'implémentation en markdown avec suivi de progression et états des tâches.

Points forts

  • Structure claire et modulaire pour les plans de fonctionnalités
  • Suivi visuel de progression avec emojis et pourcentage
  • Intègre les décisions architecturales clés

Limites

  • Nécessite une clarification préalable des exigences
  • Le format markdown fixe peut ne pas convenir à tous les contextes
  • Pas de génération automatique de code ou de test
Quand l'utiliser

Utilisez cette compétence pour formaliser un plan de fonctionnalité après une discussion exploratoire.

Quand l'éviter

Ne l'utilisez pas si vous avez besoin d'une implémentation directe ou d'un plan très détaillé avec dépendances temporelles.

Analyse de sécurité

Sûr
Score qualité70/100

This skill only provides a markdown template and formatting guidelines for creating a plan document. It does not instruct any executable actions or involve sensitive operations.

Aucun point d'attention détecté

Exemples

Feature plan for user authentication
Create a plan document for implementing user authentication with JWT, including progress tracking and task statuses.
Plan for API rate limiting
Generate a feature plan for adding rate limiting to the API endpoints, with steps and subtasks.
Refactoring plan with progress
Produce a plan to refactor the payment module into a microservice, with overall 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