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.
Utilisez ce skill après une discussion approfondie pour obtenir un plan d'implémentation structuré et partageable.
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ûrThe 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
Based on our conversation about adding JWT-based authentication, please create a plan document following the Plan Creation Stage template.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.
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.