Notre avis
Génère un plan de mise en œuvre structuré en Markdown avec suivi de progression et statuts par emoji.
Points forts
- Produit un plan clair et modulaire avec des étapes et sous-tâches
- Inclut un suivi visuel de la progression (pourcentage et emojis)
- Met en avant les décisions architecturales clés
Limites
- Nécessite une discussion préalable détaillée pour être pertinent
- Ne génère pas de code ni n'exécute les étapes
Lorsqu'il faut formaliser un plan d'implémentation après une exploration avec l'agent.
Si un plan existe déjà ou si la tâche est triviale et ne nécessite pas de structuration.
Analyse de sécurité
SûrThe skill only instructs generation of a markdown plan document with no executable commands, destructive actions, or data exfiltration. It poses no security risk.
Aucun point d'attention détecté
Exemples
Based on our discussion about adding dark mode to the app, create a plan document with steps, status emojis, and progress percentage.Produce a plan for refactoring the authentication module following the decisions we made. Include tasks, subtasks, and status 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.
Generateur de Documentation API
Documentation
Genere automatiquement de la documentation API OpenAPI/Swagger.
Rédacteur Technique
Documentation
Rédige de la documentation technique claire selon les meilleurs style guides.
Assistant de docstring Google
Documentation
Rédigez des docstrings Python selon le guide de style Google, avec sections et exemples clairs.