create-byan-agent 1.1.2 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/CHANGELOG.md +250 -177
  2. package/LICENSE +21 -21
  3. package/README.md +1245 -421
  4. package/bin/create-byan-agent-backup.js +220 -220
  5. package/bin/create-byan-agent-fixed.js +301 -301
  6. package/bin/create-byan-agent.js +322 -301
  7. package/lib/errors.js +61 -0
  8. package/lib/exit-codes.js +54 -0
  9. package/lib/platforms/claude-code.js +113 -0
  10. package/lib/platforms/codex.js +92 -0
  11. package/lib/platforms/copilot-cli.js +123 -0
  12. package/lib/platforms/index.js +14 -0
  13. package/lib/platforms/vscode.js +51 -0
  14. package/lib/utils/config-loader.js +79 -0
  15. package/lib/utils/file-utils.js +104 -0
  16. package/lib/utils/git-detector.js +35 -0
  17. package/lib/utils/logger.js +64 -0
  18. package/lib/utils/node-detector.js +58 -0
  19. package/lib/utils/os-detector.js +74 -0
  20. package/lib/utils/yaml-utils.js +87 -0
  21. package/lib/yanstaller/backuper.js +308 -0
  22. package/lib/yanstaller/detector.js +141 -0
  23. package/lib/yanstaller/index.js +93 -0
  24. package/lib/yanstaller/installer.js +225 -0
  25. package/lib/yanstaller/interviewer.js +250 -0
  26. package/lib/yanstaller/recommender.js +298 -0
  27. package/lib/yanstaller/troubleshooter.js +498 -0
  28. package/lib/yanstaller/validator.js +578 -0
  29. package/lib/yanstaller/wizard.js +211 -0
  30. package/package.json +61 -55
  31. package/templates/.github/agents/bmad-agent-bmad-master.md +15 -15
  32. package/templates/.github/agents/bmad-agent-bmb-agent-builder.md +15 -15
  33. package/templates/.github/agents/bmad-agent-bmb-module-builder.md +15 -15
  34. package/templates/.github/agents/bmad-agent-bmb-workflow-builder.md +15 -15
  35. package/templates/.github/agents/bmad-agent-bmm-analyst.md +15 -15
  36. package/templates/.github/agents/bmad-agent-bmm-architect.md +15 -15
  37. package/templates/.github/agents/bmad-agent-bmm-dev.md +15 -15
  38. package/templates/.github/agents/bmad-agent-bmm-pm.md +15 -15
  39. package/templates/.github/agents/bmad-agent-bmm-quick-flow-solo-dev.md +15 -15
  40. package/templates/.github/agents/bmad-agent-bmm-quinn.md +15 -15
  41. package/templates/.github/agents/bmad-agent-bmm-sm.md +15 -15
  42. package/templates/.github/agents/bmad-agent-bmm-tech-writer.md +15 -15
  43. package/templates/.github/agents/bmad-agent-bmm-ux-designer.md +15 -15
  44. package/templates/.github/agents/bmad-agent-byan-test.md +32 -0
  45. package/templates/.github/agents/bmad-agent-byan.md +224 -224
  46. package/templates/.github/agents/bmad-agent-carmack.md +18 -0
  47. package/templates/.github/agents/bmad-agent-cis-brainstorming-coach.md +15 -15
  48. package/templates/.github/agents/bmad-agent-cis-creative-problem-solver.md +15 -15
  49. package/templates/.github/agents/bmad-agent-cis-design-thinking-coach.md +15 -15
  50. package/templates/.github/agents/bmad-agent-cis-innovation-strategist.md +15 -15
  51. package/templates/.github/agents/bmad-agent-cis-presentation-master.md +15 -15
  52. package/templates/.github/agents/bmad-agent-cis-storyteller.md +15 -15
  53. package/templates/.github/agents/bmad-agent-marc.md +48 -48
  54. package/templates/.github/agents/bmad-agent-patnote.md +48 -0
  55. package/templates/.github/agents/bmad-agent-rachid.md +47 -47
  56. package/templates/.github/agents/bmad-agent-tea-tea.md +15 -15
  57. package/templates/.github/agents/bmad-agent-test-dynamic.md +21 -0
  58. package/templates/.github/agents/expert-merise-agile.md +1 -0
  59. package/templates/.github/agents/franck.md +379 -0
  60. package/templates/_bmad/bmb/agents/agent-builder.md +59 -59
  61. package/templates/_bmad/bmb/agents/byan-test.md +116 -116
  62. package/templates/_bmad/bmb/agents/byan.md +215 -215
  63. package/templates/_bmad/bmb/agents/marc.md +303 -303
  64. package/templates/_bmad/bmb/agents/module-builder.md +60 -60
  65. package/templates/_bmad/bmb/agents/patnote.md +495 -495
  66. package/templates/_bmad/bmb/agents/rachid.md +184 -184
  67. package/templates/_bmad/bmb/agents/workflow-builder.md +61 -61
  68. package/templates/_bmad/bmb/workflows/byan/data/mantras.yaml +272 -272
  69. package/templates/_bmad/bmb/workflows/byan/data/templates.yaml +59 -59
  70. package/templates/_bmad/bmb/workflows/byan/delete-agent-workflow.md +657 -657
  71. package/templates/_bmad/bmb/workflows/byan/edit-agent-workflow.md +688 -688
  72. package/templates/_bmad/bmb/workflows/byan/interview-workflow.md +753 -753
  73. package/templates/_bmad/bmb/workflows/byan/quick-create-workflow.md +450 -450
  74. package/templates/_bmad/bmb/workflows/byan/templates/base-agent-template.md +79 -79
  75. package/templates/_bmad/bmb/workflows/byan/validate-agent-workflow.md +676 -676
  76. package/templates/_bmad/core/agents/carmack.md +238 -238
@@ -1,272 +1,272 @@
1
- ---
2
- # 64 Mantras - Merise Agile + TDD
3
- # Version: 1.0.0
4
- # Source: Brainstorming Yan + Carson 2026-02-02
5
-
6
- conception:
7
- philosophie:
8
- - id: 1
9
- name: "Le Modèle Sert le Métier, Pas l'Inverse"
10
- category: "philosophie"
11
- description: "Le modèle doit toujours servir les besoins métier, jamais l'inverse"
12
- priority: "critique"
13
-
14
- - id: 2
15
- name: "User Story → Entité (Bottom-Up)"
16
- category: "philosophie"
17
- description: "Les user stories génèrent les entités, pas l'inverse"
18
- priority: "haute"
19
-
20
- - id: 3
21
- name: "Itératif et Incrémental"
22
- category: "philosophie"
23
- description: "MCD évolue sprint par sprint, pas big bang"
24
- priority: "haute"
25
-
26
- collaboration:
27
- - id: 4
28
- name: "Fail Fast, Fail Visible"
29
- category: "collaboration"
30
- description: "Détecter et signaler les problèmes rapidement"
31
- priority: "critique"
32
-
33
- - id: 5
34
- name: "Communication Transparente"
35
- category: "collaboration"
36
- description: "Pas de silos, partage d'information systématique"
37
- priority: "haute"
38
-
39
- - id: 6
40
- name: "Feedback Loops Courts"
41
- category: "collaboration"
42
- description: "Validation fréquente avec les parties prenantes"
43
- priority: "haute"
44
-
45
- qualite:
46
- - id: 7
47
- name: "Keep It Simple, Stupid (KISS)"
48
- category: "qualite"
49
- description: "Simplicité avant tout, éviter la sur-ingénierie"
50
- priority: "critique"
51
-
52
- - id: 8
53
- name: "Don't Repeat Yourself (DRY)"
54
- category: "qualite"
55
- description: "Éliminer la duplication de code et logique"
56
- priority: "haute"
57
-
58
- - id: 9
59
- name: "You Aren't Gonna Need It (YAGNI)"
60
- category: "qualite"
61
- description: "Ne pas développer des fonctionnalités non nécessaires"
62
- priority: "haute"
63
-
64
- agilite:
65
- - id: 10
66
- name: "Sprint 0 = Squelette MCD"
67
- category: "agilite"
68
- description: "Commencer avec un MCD minimal viable"
69
- priority: "haute"
70
-
71
- - id: 11
72
- name: "Story Mapping Driven Design"
73
- category: "agilite"
74
- description: "Story mapping guide la conception du MCD"
75
- priority: "haute"
76
-
77
- - id: 12
78
- name: "UX is Priority #1"
79
- category: "agilite"
80
- description: "L'expérience utilisateur prime sur la perfection technique"
81
- priority: "critique"
82
-
83
- technique:
84
- - id: 13
85
- name: "MCD Versionné (Git)"
86
- category: "technique"
87
- description: "MCD sous contrôle de version en texte"
88
- priority: "haute"
89
-
90
- - id: 14
91
- name: "Architecture Hexagonale"
92
- category: "technique"
93
- description: "Séparer domaine, application et infrastructure"
94
- priority: "moyenne"
95
-
96
- - id: 15
97
- name: "API First"
98
- category: "technique"
99
- description: "Définir l'API avant l'implémentation"
100
- priority: "haute"
101
-
102
- tests:
103
- - id: 18
104
- name: "TDD is Not Optional"
105
- category: "tests"
106
- description: "Tests écrits avant le code"
107
- priority: "critique"
108
-
109
- - id: 19
110
- name: "Test the Behavior, Not Implementation"
111
- category: "tests"
112
- description: "Tester le comportement métier, pas les détails techniques"
113
- priority: "haute"
114
-
115
- performance:
116
- - id: 20
117
- name: "Performance is a Feature (from Sprint 0)"
118
- category: "performance"
119
- description: "La performance se conçoit dès le début"
120
- priority: "haute"
121
-
122
- - id: 21
123
- name: "Security by Design"
124
- category: "performance"
125
- description: "La sécurité fait partie de la conception"
126
- priority: "critique"
127
-
128
- merise_rigueur:
129
- - id: 33
130
- name: "Data Dictionary First"
131
- category: "merise_rigueur"
132
- description: "Dictionnaire de données créé avant le MCD"
133
- priority: "critique"
134
-
135
- - id: 34
136
- name: "MCD ⇄ MCT Cross-Validation"
137
- category: "merise_rigueur"
138
- description: "Validation croisée données-traitements obligatoire"
139
- priority: "critique"
140
-
141
- - id: 35
142
- name: "MOD ⇄ MOT Validation"
143
- category: "merise_rigueur"
144
- description: "Validation organisationnelle (géo, temps, volume, sécu, tech)"
145
- priority: "haute"
146
-
147
- - id: 36
148
- name: "Three Levels Are Complementary"
149
- category: "merise_rigueur"
150
- description: "Conceptuel, Organisationnel, Physique sont complémentaires"
151
- priority: "haute"
152
-
153
- resolution_problemes:
154
- - id: 37
155
- name: "Rasoir d'Ockham (Ockham's Razor)"
156
- category: "resolution_problemes"
157
- description: "La solution la plus simple est souvent la meilleure"
158
- priority: "critique"
159
-
160
- - id: 38
161
- name: "Inversion - Si Bloqué, Retourne le Problème"
162
- category: "resolution_problemes"
163
- description: "6 techniques d'inversion pour débloquer"
164
- priority: "haute"
165
- techniques:
166
- - "Inverser le problème (chercher le pire)"
167
- - "Inverser les acteurs (qui d'autre?)"
168
- - "Inverser le temps (et si on avait fait ça avant?)"
169
- - "Inverser la contrainte (et si on l'enlevait?)"
170
- - "Inverser le scope (plus petit/plus grand?)"
171
- - "Inverser la solution (faire l'opposé)"
172
-
173
- - id: 39
174
- name: "Chaque Action a des Conséquences"
175
- category: "resolution_problemes"
176
- description: "Évaluer 10 dimensions avant toute action importante"
177
- priority: "critique"
178
- dimensions:
179
- - "Scope (périmètre impacté)"
180
- - "Data (bases de données)"
181
- - "Code (fichiers modifiés)"
182
- - "Team (équipe affectée)"
183
- - "Clients (utilisateurs impactés)"
184
- - "Legal (conformité)"
185
- - "Operations (déploiement)"
186
- - "Dependencies (dépendances)"
187
- - "Time (temps nécessaire)"
188
- - "Alternatives (autres options)"
189
-
190
- agents_ia:
191
- intelligence:
192
- - id: "IA-1"
193
- name: "Trust But Verify"
194
- category: "intelligence"
195
- description: "Toujours valider les demandes utilisateur"
196
- priority: "critique"
197
-
198
- - id: "IA-2"
199
- name: "Context is King"
200
- category: "intelligence"
201
- description: "Comprendre le contexte avant d'agir"
202
- priority: "critique"
203
-
204
- - id: "IA-3"
205
- name: "Explain Your Reasoning"
206
- category: "intelligence"
207
- description: "Toujours expliquer le raisonnement derrière les décisions"
208
- priority: "haute"
209
-
210
- validation:
211
- - id: "IA-16"
212
- name: "Challenge Before Confirm"
213
- category: "validation"
214
- description: "Jouer l'avocat du diable avant d'exécuter"
215
- priority: "critique"
216
-
217
- - id: "IA-17"
218
- name: "Detect Bullshit, Signal Bullshit"
219
- category: "validation"
220
- description: "Détecter les incohérences et les signaler"
221
- priority: "critique"
222
-
223
- - id: "IA-18"
224
- name: "Question Assumptions"
225
- category: "validation"
226
- description: "Remettre en question les hypothèses implicites"
227
- priority: "haute"
228
-
229
- autonomie:
230
- - id: "IA-21"
231
- name: "Self-Aware Agent"
232
- category: "autonomie"
233
- description: "Connaître ses limites et les communiquer"
234
- priority: "critique"
235
-
236
- - id: "IA-22"
237
- name: "Proactive Problem Detection"
238
- category: "autonomie"
239
- description: "Anticiper et signaler les problèmes potentiels"
240
- priority: "haute"
241
-
242
- code_quality:
243
- - id: "IA-23"
244
- name: "No Emoji Pollution"
245
- category: "code_quality"
246
- description: "Aucun emoji dans le code, commits Git, ou production"
247
- priority: "critique"
248
- forbidden:
249
- - "Code source"
250
- - "Git commits"
251
- - "Interfaces production"
252
- - "Documentation technique"
253
-
254
- - id: "IA-24"
255
- name: "Clean Code = No Useless Comments"
256
- category: "code_quality"
257
- description: "Code auto-documenté, commentaires uniquement pour WHY"
258
- priority: "critique"
259
- allowed_comments:
260
- - "WHY (pas WHAT)"
261
- - "Workarounds temporaires"
262
- - "Contraintes légales/business"
263
- - "TODOs avec ticket"
264
-
265
- metadata:
266
- total_mantras: 64
267
- conception_count: 39
268
- agents_ia_count: 25
269
- version: "1.0.0"
270
- last_updated: "2026-02-02"
271
- authors: ["Yan", "Carson"]
272
- methodology: "Merise Agile + TDD"
1
+ ---
2
+ # 64 Mantras - Merise Agile + TDD
3
+ # Version: 1.0.0
4
+ # Source: Brainstorming Yan + Carson 2026-02-02
5
+
6
+ conception:
7
+ philosophie:
8
+ - id: 1
9
+ name: "Le Modèle Sert le Métier, Pas l'Inverse"
10
+ category: "philosophie"
11
+ description: "Le modèle doit toujours servir les besoins métier, jamais l'inverse"
12
+ priority: "critique"
13
+
14
+ - id: 2
15
+ name: "User Story → Entité (Bottom-Up)"
16
+ category: "philosophie"
17
+ description: "Les user stories génèrent les entités, pas l'inverse"
18
+ priority: "haute"
19
+
20
+ - id: 3
21
+ name: "Itératif et Incrémental"
22
+ category: "philosophie"
23
+ description: "MCD évolue sprint par sprint, pas big bang"
24
+ priority: "haute"
25
+
26
+ collaboration:
27
+ - id: 4
28
+ name: "Fail Fast, Fail Visible"
29
+ category: "collaboration"
30
+ description: "Détecter et signaler les problèmes rapidement"
31
+ priority: "critique"
32
+
33
+ - id: 5
34
+ name: "Communication Transparente"
35
+ category: "collaboration"
36
+ description: "Pas de silos, partage d'information systématique"
37
+ priority: "haute"
38
+
39
+ - id: 6
40
+ name: "Feedback Loops Courts"
41
+ category: "collaboration"
42
+ description: "Validation fréquente avec les parties prenantes"
43
+ priority: "haute"
44
+
45
+ qualite:
46
+ - id: 7
47
+ name: "Keep It Simple, Stupid (KISS)"
48
+ category: "qualite"
49
+ description: "Simplicité avant tout, éviter la sur-ingénierie"
50
+ priority: "critique"
51
+
52
+ - id: 8
53
+ name: "Don't Repeat Yourself (DRY)"
54
+ category: "qualite"
55
+ description: "Éliminer la duplication de code et logique"
56
+ priority: "haute"
57
+
58
+ - id: 9
59
+ name: "You Aren't Gonna Need It (YAGNI)"
60
+ category: "qualite"
61
+ description: "Ne pas développer des fonctionnalités non nécessaires"
62
+ priority: "haute"
63
+
64
+ agilite:
65
+ - id: 10
66
+ name: "Sprint 0 = Squelette MCD"
67
+ category: "agilite"
68
+ description: "Commencer avec un MCD minimal viable"
69
+ priority: "haute"
70
+
71
+ - id: 11
72
+ name: "Story Mapping Driven Design"
73
+ category: "agilite"
74
+ description: "Story mapping guide la conception du MCD"
75
+ priority: "haute"
76
+
77
+ - id: 12
78
+ name: "UX is Priority #1"
79
+ category: "agilite"
80
+ description: "L'expérience utilisateur prime sur la perfection technique"
81
+ priority: "critique"
82
+
83
+ technique:
84
+ - id: 13
85
+ name: "MCD Versionné (Git)"
86
+ category: "technique"
87
+ description: "MCD sous contrôle de version en texte"
88
+ priority: "haute"
89
+
90
+ - id: 14
91
+ name: "Architecture Hexagonale"
92
+ category: "technique"
93
+ description: "Séparer domaine, application et infrastructure"
94
+ priority: "moyenne"
95
+
96
+ - id: 15
97
+ name: "API First"
98
+ category: "technique"
99
+ description: "Définir l'API avant l'implémentation"
100
+ priority: "haute"
101
+
102
+ tests:
103
+ - id: 18
104
+ name: "TDD is Not Optional"
105
+ category: "tests"
106
+ description: "Tests écrits avant le code"
107
+ priority: "critique"
108
+
109
+ - id: 19
110
+ name: "Test the Behavior, Not Implementation"
111
+ category: "tests"
112
+ description: "Tester le comportement métier, pas les détails techniques"
113
+ priority: "haute"
114
+
115
+ performance:
116
+ - id: 20
117
+ name: "Performance is a Feature (from Sprint 0)"
118
+ category: "performance"
119
+ description: "La performance se conçoit dès le début"
120
+ priority: "haute"
121
+
122
+ - id: 21
123
+ name: "Security by Design"
124
+ category: "performance"
125
+ description: "La sécurité fait partie de la conception"
126
+ priority: "critique"
127
+
128
+ merise_rigueur:
129
+ - id: 33
130
+ name: "Data Dictionary First"
131
+ category: "merise_rigueur"
132
+ description: "Dictionnaire de données créé avant le MCD"
133
+ priority: "critique"
134
+
135
+ - id: 34
136
+ name: "MCD ⇄ MCT Cross-Validation"
137
+ category: "merise_rigueur"
138
+ description: "Validation croisée données-traitements obligatoire"
139
+ priority: "critique"
140
+
141
+ - id: 35
142
+ name: "MOD ⇄ MOT Validation"
143
+ category: "merise_rigueur"
144
+ description: "Validation organisationnelle (géo, temps, volume, sécu, tech)"
145
+ priority: "haute"
146
+
147
+ - id: 36
148
+ name: "Three Levels Are Complementary"
149
+ category: "merise_rigueur"
150
+ description: "Conceptuel, Organisationnel, Physique sont complémentaires"
151
+ priority: "haute"
152
+
153
+ resolution_problemes:
154
+ - id: 37
155
+ name: "Rasoir d'Ockham (Ockham's Razor)"
156
+ category: "resolution_problemes"
157
+ description: "La solution la plus simple est souvent la meilleure"
158
+ priority: "critique"
159
+
160
+ - id: 38
161
+ name: "Inversion - Si Bloqué, Retourne le Problème"
162
+ category: "resolution_problemes"
163
+ description: "6 techniques d'inversion pour débloquer"
164
+ priority: "haute"
165
+ techniques:
166
+ - "Inverser le problème (chercher le pire)"
167
+ - "Inverser les acteurs (qui d'autre?)"
168
+ - "Inverser le temps (et si on avait fait ça avant?)"
169
+ - "Inverser la contrainte (et si on l'enlevait?)"
170
+ - "Inverser le scope (plus petit/plus grand?)"
171
+ - "Inverser la solution (faire l'opposé)"
172
+
173
+ - id: 39
174
+ name: "Chaque Action a des Conséquences"
175
+ category: "resolution_problemes"
176
+ description: "Évaluer 10 dimensions avant toute action importante"
177
+ priority: "critique"
178
+ dimensions:
179
+ - "Scope (périmètre impacté)"
180
+ - "Data (bases de données)"
181
+ - "Code (fichiers modifiés)"
182
+ - "Team (équipe affectée)"
183
+ - "Clients (utilisateurs impactés)"
184
+ - "Legal (conformité)"
185
+ - "Operations (déploiement)"
186
+ - "Dependencies (dépendances)"
187
+ - "Time (temps nécessaire)"
188
+ - "Alternatives (autres options)"
189
+
190
+ agents_ia:
191
+ intelligence:
192
+ - id: "IA-1"
193
+ name: "Trust But Verify"
194
+ category: "intelligence"
195
+ description: "Toujours valider les demandes utilisateur"
196
+ priority: "critique"
197
+
198
+ - id: "IA-2"
199
+ name: "Context is King"
200
+ category: "intelligence"
201
+ description: "Comprendre le contexte avant d'agir"
202
+ priority: "critique"
203
+
204
+ - id: "IA-3"
205
+ name: "Explain Your Reasoning"
206
+ category: "intelligence"
207
+ description: "Toujours expliquer le raisonnement derrière les décisions"
208
+ priority: "haute"
209
+
210
+ validation:
211
+ - id: "IA-16"
212
+ name: "Challenge Before Confirm"
213
+ category: "validation"
214
+ description: "Jouer l'avocat du diable avant d'exécuter"
215
+ priority: "critique"
216
+
217
+ - id: "IA-17"
218
+ name: "Detect Bullshit, Signal Bullshit"
219
+ category: "validation"
220
+ description: "Détecter les incohérences et les signaler"
221
+ priority: "critique"
222
+
223
+ - id: "IA-18"
224
+ name: "Question Assumptions"
225
+ category: "validation"
226
+ description: "Remettre en question les hypothèses implicites"
227
+ priority: "haute"
228
+
229
+ autonomie:
230
+ - id: "IA-21"
231
+ name: "Self-Aware Agent"
232
+ category: "autonomie"
233
+ description: "Connaître ses limites et les communiquer"
234
+ priority: "critique"
235
+
236
+ - id: "IA-22"
237
+ name: "Proactive Problem Detection"
238
+ category: "autonomie"
239
+ description: "Anticiper et signaler les problèmes potentiels"
240
+ priority: "haute"
241
+
242
+ code_quality:
243
+ - id: "IA-23"
244
+ name: "No Emoji Pollution"
245
+ category: "code_quality"
246
+ description: "Aucun emoji dans le code, commits Git, ou production"
247
+ priority: "critique"
248
+ forbidden:
249
+ - "Code source"
250
+ - "Git commits"
251
+ - "Interfaces production"
252
+ - "Documentation technique"
253
+
254
+ - id: "IA-24"
255
+ name: "Clean Code = No Useless Comments"
256
+ category: "code_quality"
257
+ description: "Code auto-documenté, commentaires uniquement pour WHY"
258
+ priority: "critique"
259
+ allowed_comments:
260
+ - "WHY (pas WHAT)"
261
+ - "Workarounds temporaires"
262
+ - "Contraintes légales/business"
263
+ - "TODOs avec ticket"
264
+
265
+ metadata:
266
+ total_mantras: 64
267
+ conception_count: 39
268
+ agents_ia_count: 25
269
+ version: "1.0.0"
270
+ last_updated: "2026-02-02"
271
+ authors: ["Yan", "Carson"]
272
+ methodology: "Merise Agile + TDD"
@@ -1,59 +1,59 @@
1
- ---
2
- # BYAN Agent Templates Configuration
3
- # Version: 1.0.0
4
- # Last Updated: 2026-02-02
5
-
6
- templates:
7
- base:
8
- name: "Base Agent Template"
9
- description: "Minimal agent structure compatible with all platforms"
10
- platforms: ["copilot", "vscode", "claude", "codex"]
11
- structure:
12
- frontmatter: true
13
- activation: true
14
- persona: true
15
- menu: true
16
- knowledge_base: optional
17
- capabilities: true
18
-
19
- platform_specific:
20
- copilot:
21
- name: "GitHub Copilot CLI Agent"
22
- format: "bmad-markdown"
23
- icon_support: true
24
- menu_style: "numbered"
25
-
26
- vscode:
27
- name: "VSCode Extension Agent"
28
- format: "bmad-markdown"
29
- icon_support: true
30
- menu_style: "numbered"
31
-
32
- claude:
33
- name: "Claude Code Agent"
34
- format: "bmad-markdown"
35
- icon_support: false
36
- menu_style: "simple"
37
-
38
- codex:
39
- name: "Codex AI Agent"
40
- format: "bmad-markdown"
41
- icon_support: true
42
- menu_style: "numbered"
43
-
44
- defaults:
45
- communication_style: "balanced"
46
- min_capabilities: 3
47
- min_mantras: 5
48
- min_use_cases: 3
49
- status: "draft"
50
-
51
- validation:
52
- strict_mode: true
53
- enforce_mantras: true
54
- require_bmad_compliance: true
55
-
56
- generation:
57
- output_folder: "{project-root}/_bmad-output/agents"
58
- backup_before_edit: true
59
- auto_validate: true
1
+ ---
2
+ # BYAN Agent Templates Configuration
3
+ # Version: 1.0.0
4
+ # Last Updated: 2026-02-02
5
+
6
+ templates:
7
+ base:
8
+ name: "Base Agent Template"
9
+ description: "Minimal agent structure compatible with all platforms"
10
+ platforms: ["copilot", "vscode", "claude", "codex"]
11
+ structure:
12
+ frontmatter: true
13
+ activation: true
14
+ persona: true
15
+ menu: true
16
+ knowledge_base: optional
17
+ capabilities: true
18
+
19
+ platform_specific:
20
+ copilot:
21
+ name: "GitHub Copilot CLI Agent"
22
+ format: "bmad-markdown"
23
+ icon_support: true
24
+ menu_style: "numbered"
25
+
26
+ vscode:
27
+ name: "VSCode Extension Agent"
28
+ format: "bmad-markdown"
29
+ icon_support: true
30
+ menu_style: "numbered"
31
+
32
+ claude:
33
+ name: "Claude Code Agent"
34
+ format: "bmad-markdown"
35
+ icon_support: false
36
+ menu_style: "simple"
37
+
38
+ codex:
39
+ name: "Codex AI Agent"
40
+ format: "bmad-markdown"
41
+ icon_support: true
42
+ menu_style: "numbered"
43
+
44
+ defaults:
45
+ communication_style: "balanced"
46
+ min_capabilities: 3
47
+ min_mantras: 5
48
+ min_use_cases: 3
49
+ status: "draft"
50
+
51
+ validation:
52
+ strict_mode: true
53
+ enforce_mantras: true
54
+ require_bmad_compliance: true
55
+
56
+ generation:
57
+ output_folder: "{project-root}/_bmad-output/agents"
58
+ backup_before_edit: true
59
+ auto_validate: true