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
Après une exploration approfondie d'une fonctionnalité à implémenter, quand vous avez besoin d'un plan clair et actionnable avant de coder.
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ûrThe 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
Based on our full exchange, produce a markdown plan document for implementing JWT authentication, with overall progress, critical decisions, and tasks tracked by emojis.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.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.
Expert Next.js App Router
Developpement
Un skill qui transforme Claude en expert Next.js App Router.
Générateur de README
Developpement
Crée des README.md professionnels et complets pour vos projets.
Rédacteur de Documentation API
Developpement
Génère de la documentation API complète au format OpenAPI/Swagger.