.claude/skills/bmad-init/SKILL.md
Installe BMAD-METHOD dans le projet courant. Réservé aux gros projets nécessitant un cycle complet analyse→plan→architecture→implémentation. Utiliser quand /atelier-setup propose BMAD ou quand l'utilisateur demande /bmad-init.
npx skillsauth add malikkaraoui/claude-atelier bmad-initInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Tu installes la méthodologie BMAD dans le projet courant.
BMAD-METHOD fournit 6 agents spécialisés avec des personas :
| Agent | Nom | Rôle | Phase | | --- | --- | --- | --- | | Analyst | Mary | Business Analyst + Requirements | 1. Analyse | | PM | John | Product Manager | 2. Planning | | UX Designer | Sally | UX/UI Design | 2. Planning | | Architect | Winston | System Architecture | 3. Solutioning | | Developer | Amelia | Implementation | 4. Implementation | | Tech Writer | Paige | Documentation | Transverse |
⚠️ BMAD est une méthodologie conséquente. Elle est faite pour des projets avec :
Pour un script, un petit outil, ou un projet solo de quelques jours : BMAD est du overkill. Utilise l'atelier standard sans BMAD.
"Tu es sûr de vouloir installer BMAD ? C'est une méthodologie complète avec 6 agents et un cycle de vie structuré.
[OUI] Installer BMAD | [NON] Annuler"
npx bmad-method install
L'installeur BMAD est interactif — il demande :
Après installation, vérifier que les dossiers existent :
ls _bmad/ .claude/skills/bmad-*
"BMAD installé. Pour commencer :
/bmad-help pour voir où tu en es/bmad-agent-analystLe cycle complet : Analyse → Planning → Solutioning → Implementation. Chaque phase produit des artefacts que la suivante consomme.
Repo BMAD : https://github.com/bmad-code-org/BMAD-METHOD"
tools
Loop autonome PR → Copilot review → handoff JSON → fixes → merge. Lance le polling automatique après un git push sur une branche feature. Zéro intervention utilisateur.
data-ai
Tableau de contrôle des features claude-atelier (on/off, paramètres). Affiche l'état de chaque rail et permet de les activer/désactiver interactivement.
tools
Génère un handoff review structuré pour Copilot/GPT. Utiliser après une feature, un bug fix, ou quand > 100 lignes ont changé. Aussi déclenché automatiquement par §25.
testing
Ferme la boucle d'un handoff inter-LLM. Si response.content est null, va chercher les inline Copilot sur la PR GitHub associée et les retranscrit automatiquement. Puis classe les points, applique les fixes, génère l'intégration. Utiliser quand Copilot a reviewé une PR portant un handoff.