How this skill is triggered — by the user, by Claude, or both
Slash command
/implementer:codesonnetThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Phase d'implémentation du workflow de développement : implémenter la feature selon le plan généré.
Phase d'implémentation du workflow de développement : implémenter la feature selon le plan généré.
PATH_TO_PLAN: $ARGUMENTS
IMPORTANT : Exécute ce workflow étape par étape :
.claude/data/.dev-workflow-state.json avec ReadplanPath du JSONSi lancé sans argument --auto :
Attendre confirmation de l'utilisateur avant de continuer.
Si lancé avec --auto ou si le contexte workflow le demande :
Démarrage immédiat sans checkpoint d'approbation.
Pour chaque étape du plan :
TaskCreate)TaskUpdate)Ordre d'implémentation recommandé :
make phpstan # PHPStan niveau 9
make fix # Formatage PSR-12
Corriger TOUTES les erreurs PHPStan avant de continuer.
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
PHPStan : 0 erreur
Tests : verts
npx claudepluginhub atournayre/claude-personas --plugin implementerExecutes an implementation plan — writes code and tests, runs quality review, and ships a pull request.
Executes approved implementation plans with checkpoint validation, progress tracking, and stakes-based enforcement. Locates plans, verifies approval, and runs verification criteria before proceeding.
Generates atomic-task implementation plans for multi-step projects, with file paths, code examples, TDD steps, and verification for handoff to unfamiliar developers.