From implementer
Forcer l'implémentation complète d'une feature (pas juste planification)
How this skill is triggered — by the user, by Claude, or both
Slash command
/implementer:implementopusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Ce skill produit du CODE, pas un plan.
Ce skill produit du CODE, pas un plan.
$ARGUMENTS
IMPORTANT : Exécute ce workflow étape par étape :
Règle : Maximum 5 fichiers lus avant de coder. Pas de phase explore longue.
CLAUDE.md du projet pour les contraintes architecturales.claude/rules/ si le répertoire existecreate ou modifySortie :
Inventaire des fichiers
Fichiers à créer :
- src/Service/NewService.php (create) : Service principal
- tests/Service/NewServiceTest.php (create) : Tests unitaires
Fichiers à modifier :
- config/services.yaml (modify) : Enregistrer le service
- src/Controller/MainController.php (modify) : Utiliser le service
Total : X fichiers
Créer une tâche pour CHAQUE fichier identifié :
TaskCreate : "Créer src/Service/NewService.php"
TaskCreate : "Créer tests/Service/NewServiceTest.php"
TaskCreate : "Modifier config/services.yaml"
TaskCreate : "Modifier src/Controller/MainController.php"
activeForm pour chaque tâche (ex: "Créant NewService.php")Pour chaque fichier de la checklist :
TaskUpdate → tâche en in_progressTaskUpdate → tâche en completedOrdre d'implémentation :
Contraintes :
Rapport final :
Implémentation terminée
Checklist : X/Y fichiers complétés
Fichiers créés :
- src/Service/NewService.php
- tests/Service/NewServiceTest.php
Fichiers modifiés :
- config/services.yaml
- src/Controller/MainController.php
Manquants : (aucun | liste)
npx claudepluginhub atournayre/claude-personas --plugin implementerCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.