From e513577da73ac5dfb9080f5f2d7fa7163611cbc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Ats=C3=A9?= <4688434+eatse21@users.noreply.github.com> Date: Thu, 21 May 2026 18:45:27 +0200 Subject: [PATCH] docs(fr): refine commands.md rename bmad-create-prd to bmad-prd and update skill descriptions --- docs/fr/reference/commands.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/fr/reference/commands.md b/docs/fr/reference/commands.md index a93f331b9..e0ec4b19a 100644 --- a/docs/fr/reference/commands.md +++ b/docs/fr/reference/commands.md @@ -52,7 +52,7 @@ Chaque skill est un répertoire contenant un fichier `SKILL.md`. Par exemple, un .claude/skills/ ├── bmad-help/ │ └── SKILL.md -├── bmad-create-prd/ +├── bmad-prd/ │ └── SKILL.md ├── bmad-agent-dev/ │ └── SKILL.md @@ -91,9 +91,9 @@ Les skills de workflow exécutent un processus structuré en plusieurs étapes s | Exemple de skill | Objectif | | --- | --- | -| `bmad-product-brief` | Créer un product brief[^3] — découverte guidée lorsque votre concept est clair | +| `bmad-product-brief` | Créer ou mettre à jour un product brief[^3] — découverte guidée lorsque votre concept est clair | | `bmad-prfaq` | Défi [PRFAQ Working Backwards](../explanation/analysis-phase.md#prfaq-working-backwards) pour éprouver votre concept produit | -| `bmad-create-prd` | Créer un PRD[^1] | +| `bmad-prd` | Créer, mettre à jour ou valider un PRD[^1] | | `bmad-create-architecture` | Concevoir l'architecture système | | `bmad-create-epics-and-stories` | Créer des epics et des stories | | `bmad-dev-story` | Implémenter une story | @@ -124,7 +124,7 @@ Le module principal inclut 11 outils intégrés — revues, compression, brainst ## Convention de nommage -Tous les skills utilisent le préfixe `bmad-` suivi d'un nom descriptif (ex. `bmad-agent-dev`, `bmad-create-prd`, `bmad-help`). Consultez [Modules](./modules.md) pour les modules disponibles. +Tous les skills utilisent le préfixe `bmad-` suivi d'un nom descriptif (ex. `bmad-agent-dev`, `bmad-prd`, `bmad-help`). Consultez [Modules](./modules.md) pour les modules disponibles. ## Dépannage