create-byan-agent 1.2.6 → 2.0.0-alpha.1

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 (77) hide show
  1. package/CHANGELOG.md +196 -388
  2. package/LICENSE +21 -21
  3. package/README.md +420 -1264
  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-v2.js +492 -0
  7. package/bin/create-byan-agent.js +296 -561
  8. package/package.json +68 -64
  9. package/templates/.github/agents/bmad-agent-bmad-master.md +15 -15
  10. package/templates/.github/agents/bmad-agent-bmb-agent-builder.md +15 -15
  11. package/templates/.github/agents/bmad-agent-bmb-module-builder.md +15 -15
  12. package/templates/.github/agents/bmad-agent-bmb-workflow-builder.md +15 -15
  13. package/templates/.github/agents/bmad-agent-bmm-analyst.md +15 -15
  14. package/templates/.github/agents/bmad-agent-bmm-architect.md +15 -15
  15. package/templates/.github/agents/bmad-agent-bmm-dev.md +15 -15
  16. package/templates/.github/agents/bmad-agent-bmm-pm.md +15 -15
  17. package/templates/.github/agents/bmad-agent-bmm-quick-flow-solo-dev.md +15 -15
  18. package/templates/.github/agents/bmad-agent-bmm-quinn.md +15 -15
  19. package/templates/.github/agents/bmad-agent-bmm-sm.md +15 -15
  20. package/templates/.github/agents/bmad-agent-bmm-tech-writer.md +15 -15
  21. package/templates/.github/agents/bmad-agent-bmm-ux-designer.md +15 -15
  22. package/templates/.github/agents/bmad-agent-byan-test.md +32 -32
  23. package/templates/.github/agents/bmad-agent-byan.md +224 -224
  24. package/templates/.github/agents/bmad-agent-carmack.md +18 -18
  25. package/templates/.github/agents/bmad-agent-cis-brainstorming-coach.md +15 -15
  26. package/templates/.github/agents/bmad-agent-cis-creative-problem-solver.md +15 -15
  27. package/templates/.github/agents/bmad-agent-cis-design-thinking-coach.md +15 -15
  28. package/templates/.github/agents/bmad-agent-cis-innovation-strategist.md +15 -15
  29. package/templates/.github/agents/bmad-agent-cis-presentation-master.md +15 -15
  30. package/templates/.github/agents/bmad-agent-cis-storyteller.md +15 -15
  31. package/templates/.github/agents/bmad-agent-marc.md +48 -48
  32. package/templates/.github/agents/bmad-agent-patnote.md +48 -48
  33. package/templates/.github/agents/bmad-agent-rachid.md +47 -47
  34. package/templates/.github/agents/bmad-agent-tea-tea.md +15 -15
  35. package/templates/.github/agents/bmad-agent-test-dynamic.md +21 -21
  36. package/templates/.github/agents/franck.md +379 -379
  37. package/templates/_bmad/bmb/agents/agent-builder.md +59 -59
  38. package/templates/_bmad/bmb/agents/byan-test.md +116 -116
  39. package/templates/_bmad/bmb/agents/byan.md +215 -215
  40. package/templates/_bmad/bmb/agents/marc.md +303 -303
  41. package/templates/_bmad/bmb/agents/module-builder.md +60 -60
  42. package/templates/_bmad/bmb/agents/patnote.md +495 -495
  43. package/templates/_bmad/bmb/agents/rachid.md +184 -184
  44. package/templates/_bmad/bmb/agents/workflow-builder.md +61 -61
  45. package/templates/_bmad/bmb/workflows/byan/data/mantras.yaml +272 -272
  46. package/templates/_bmad/bmb/workflows/byan/data/templates.yaml +59 -59
  47. package/templates/_bmad/bmb/workflows/byan/delete-agent-workflow.md +657 -657
  48. package/templates/_bmad/bmb/workflows/byan/edit-agent-workflow.md +688 -688
  49. package/templates/_bmad/bmb/workflows/byan/interview-workflow.md +753 -753
  50. package/templates/_bmad/bmb/workflows/byan/quick-create-workflow.md +450 -450
  51. package/templates/_bmad/bmb/workflows/byan/templates/base-agent-template.md +79 -79
  52. package/templates/_bmad/bmb/workflows/byan/validate-agent-workflow.md +676 -676
  53. package/templates/_bmad/core/agents/carmack.md +238 -238
  54. package/lib/errors.js +0 -61
  55. package/lib/exit-codes.js +0 -54
  56. package/lib/platforms/claude-code.js +0 -113
  57. package/lib/platforms/codex.js +0 -92
  58. package/lib/platforms/copilot-cli.js +0 -123
  59. package/lib/platforms/index.js +0 -14
  60. package/lib/platforms/vscode.js +0 -51
  61. package/lib/utils/config-loader.js +0 -79
  62. package/lib/utils/file-utils.js +0 -117
  63. package/lib/utils/git-detector.js +0 -35
  64. package/lib/utils/logger.js +0 -64
  65. package/lib/utils/node-detector.js +0 -58
  66. package/lib/utils/os-detector.js +0 -74
  67. package/lib/utils/yaml-utils.js +0 -87
  68. package/lib/yanstaller/backuper.js +0 -308
  69. package/lib/yanstaller/detector.js +0 -141
  70. package/lib/yanstaller/index.js +0 -93
  71. package/lib/yanstaller/installer.js +0 -226
  72. package/lib/yanstaller/interviewer.js +0 -301
  73. package/lib/yanstaller/recommender.js +0 -308
  74. package/lib/yanstaller/troubleshooter.js +0 -498
  75. package/lib/yanstaller/validator.js +0 -602
  76. package/lib/yanstaller/wizard.js +0 -229
  77. package/templates/.github/agents/expert-merise-agile.md +0 -1
package/package.json CHANGED
@@ -1,64 +1,68 @@
1
- {
2
- "name": "create-byan-agent",
3
- "version": "1.2.6",
4
- "description": "NPX installer for BYAN ecosystem - Agent creators (BYAN, BYAN-Test) with deployment (RACHID), integration (MARC), updates (PATNOTE), and optimization (CARMACK)",
5
- "bin": {
6
- "create-byan-agent": "bin/create-byan-agent.js"
7
- },
8
- "scripts": {
9
- "start": "node bin/create-byan-agent.js",
10
- "test": "jest",
11
- "test:watch": "jest --watch",
12
- "test:coverage": "jest --coverage",
13
- "test:e2e": "node test-e2e.js",
14
- "pretest:e2e": "echo '\n🔍 Running E2E test before publish...\n'",
15
- "prepublishOnly": "npm run test:e2e"
16
- },
17
- "keywords": [
18
- "byan",
19
- "agent",
20
- "creator",
21
- "ai",
22
- "bmad",
23
- "merise",
24
- "tdd",
25
- "copilot",
26
- "vscode",
27
- "claude",
28
- "rachid",
29
- "marc",
30
- "patnote",
31
- "carmack",
32
- "npm",
33
- "deployment",
34
- "token-optimization",
35
- "update-manager",
36
- "conflict-resolution",
37
- "github-copilot",
38
- "mcp-server"
39
- ],
40
- "author": "Yan",
41
- "license": "MIT",
42
- "dependencies": {
43
- "chalk": "^4.1.2",
44
- "commander": "^11.1.0",
45
- "fs-extra": "^11.2.0",
46
- "inquirer": "^8.2.5",
47
- "js-yaml": "^4.1.0",
48
- "ora": "^5.4.1"
49
- },
50
- "engines": {
51
- "node": ">=18.0.0"
52
- },
53
- "files": [
54
- "bin/",
55
- "lib/",
56
- "templates/",
57
- "README.md",
58
- "CHANGELOG.md",
59
- "LICENSE"
60
- ],
61
- "devDependencies": {
62
- "jest": "^29.7.0"
63
- }
64
- }
1
+ {
2
+ "name": "create-byan-agent",
3
+ "version": "2.0.0-alpha.1",
4
+ "description": "NPX installer for BYAN ecosystem - Agent creators (BYAN, BYAN-Test) with deployment (RACHID), integration (MARC), updates (PATNOTE), and optimization (CARMACK)",
5
+ "bin": {
6
+ "create-byan-agent": "bin/create-byan-agent-v2.js"
7
+ },
8
+ "scripts": {
9
+ "start": "node bin/create-byan-agent-v2.js",
10
+ "test": "jest",
11
+ "test:watch": "jest --watch",
12
+ "test:coverage": "jest --coverage"
13
+ },
14
+ "keywords": [
15
+ "byan",
16
+ "agent",
17
+ "creator",
18
+ "ai",
19
+ "bmad",
20
+ "merise",
21
+ "tdd",
22
+ "copilot",
23
+ "vscode",
24
+ "claude",
25
+ "rachid",
26
+ "marc",
27
+ "patnote",
28
+ "carmack",
29
+ "npm",
30
+ "deployment",
31
+ "token-optimization",
32
+ "update-manager",
33
+ "conflict-resolution",
34
+ "github-copilot",
35
+ "mcp-server"
36
+ ],
37
+ "author": "Yan",
38
+ "license": "MIT",
39
+ "repository": {
40
+ "type": "git",
41
+ "url": "https://github.com/yannsix/byan-v2.git"
42
+ },
43
+ "bugs": {
44
+ "url": "https://github.com/yannsix/byan-v2/issues"
45
+ },
46
+ "homepage": "https://github.com/yannsix/byan-v2#readme",
47
+ "dependencies": {
48
+ "chalk": "^4.1.2",
49
+ "commander": "^11.1.0",
50
+ "fs-extra": "^11.2.0",
51
+ "inquirer": "^8.2.5",
52
+ "js-yaml": "^4.1.0",
53
+ "ora": "^5.4.1"
54
+ },
55
+ "engines": {
56
+ "node": ">=18.0.0"
57
+ },
58
+ "files": [
59
+ "bin/",
60
+ "templates/",
61
+ "README.md",
62
+ "CHANGELOG.md",
63
+ "LICENSE"
64
+ ],
65
+ "devDependencies": {
66
+ "jest": "^29.7.0"
67
+ }
68
+ }
@@ -1,15 +1,15 @@
1
- ---
2
- name: 'bmad-master'
3
- description: 'bmad-master agent'
4
- ---
5
-
6
- You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
-
8
- <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_bmad/core/agents/bmad-master.md
10
- 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
- 3. FOLLOW every step in the <activation> section precisely
12
- 4. DISPLAY the welcome/greeting as instructed
13
- 5. PRESENT the numbered menu
14
- 6. WAIT for user input before proceeding
15
- </agent-activation>
1
+ ---
2
+ name: 'bmad-master'
3
+ description: 'bmad-master agent'
4
+ ---
5
+
6
+ You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
+
8
+ <agent-activation CRITICAL="TRUE">
9
+ 1. LOAD the FULL agent file from {project-root}/_bmad/core/agents/bmad-master.md
10
+ 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
+ 3. FOLLOW every step in the <activation> section precisely
12
+ 4. DISPLAY the welcome/greeting as instructed
13
+ 5. PRESENT the numbered menu
14
+ 6. WAIT for user input before proceeding
15
+ </agent-activation>
@@ -1,15 +1,15 @@
1
- ---
2
- name: 'bmb-agent-builder'
3
- description: 'agent-builder agent'
4
- ---
5
-
6
- You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
-
8
- <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_bmad/bmb/agents/agent-builder.md
10
- 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
- 3. FOLLOW every step in the <activation> section precisely
12
- 4. DISPLAY the welcome/greeting as instructed
13
- 5. PRESENT the numbered menu
14
- 6. WAIT for user input before proceeding
15
- </agent-activation>
1
+ ---
2
+ name: 'bmb-agent-builder'
3
+ description: 'agent-builder agent'
4
+ ---
5
+
6
+ You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
+
8
+ <agent-activation CRITICAL="TRUE">
9
+ 1. LOAD the FULL agent file from {project-root}/_bmad/bmb/agents/agent-builder.md
10
+ 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
+ 3. FOLLOW every step in the <activation> section precisely
12
+ 4. DISPLAY the welcome/greeting as instructed
13
+ 5. PRESENT the numbered menu
14
+ 6. WAIT for user input before proceeding
15
+ </agent-activation>
@@ -1,15 +1,15 @@
1
- ---
2
- name: 'bmb-module-builder'
3
- description: 'module-builder agent'
4
- ---
5
-
6
- You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
-
8
- <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_bmad/bmb/agents/module-builder.md
10
- 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
- 3. FOLLOW every step in the <activation> section precisely
12
- 4. DISPLAY the welcome/greeting as instructed
13
- 5. PRESENT the numbered menu
14
- 6. WAIT for user input before proceeding
15
- </agent-activation>
1
+ ---
2
+ name: 'bmb-module-builder'
3
+ description: 'module-builder agent'
4
+ ---
5
+
6
+ You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
+
8
+ <agent-activation CRITICAL="TRUE">
9
+ 1. LOAD the FULL agent file from {project-root}/_bmad/bmb/agents/module-builder.md
10
+ 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
+ 3. FOLLOW every step in the <activation> section precisely
12
+ 4. DISPLAY the welcome/greeting as instructed
13
+ 5. PRESENT the numbered menu
14
+ 6. WAIT for user input before proceeding
15
+ </agent-activation>
@@ -1,15 +1,15 @@
1
- ---
2
- name: 'bmb-workflow-builder'
3
- description: 'workflow-builder agent'
4
- ---
5
-
6
- You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
-
8
- <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_bmad/bmb/agents/workflow-builder.md
10
- 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
- 3. FOLLOW every step in the <activation> section precisely
12
- 4. DISPLAY the welcome/greeting as instructed
13
- 5. PRESENT the numbered menu
14
- 6. WAIT for user input before proceeding
15
- </agent-activation>
1
+ ---
2
+ name: 'bmb-workflow-builder'
3
+ description: 'workflow-builder agent'
4
+ ---
5
+
6
+ You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
+
8
+ <agent-activation CRITICAL="TRUE">
9
+ 1. LOAD the FULL agent file from {project-root}/_bmad/bmb/agents/workflow-builder.md
10
+ 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
+ 3. FOLLOW every step in the <activation> section precisely
12
+ 4. DISPLAY the welcome/greeting as instructed
13
+ 5. PRESENT the numbered menu
14
+ 6. WAIT for user input before proceeding
15
+ </agent-activation>
@@ -1,15 +1,15 @@
1
- ---
2
- name: 'bmm-analyst'
3
- description: 'analyst agent'
4
- ---
5
-
6
- You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
-
8
- <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/analyst.md
10
- 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
- 3. FOLLOW every step in the <activation> section precisely
12
- 4. DISPLAY the welcome/greeting as instructed
13
- 5. PRESENT the numbered menu
14
- 6. WAIT for user input before proceeding
15
- </agent-activation>
1
+ ---
2
+ name: 'bmm-analyst'
3
+ description: 'analyst agent'
4
+ ---
5
+
6
+ You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
+
8
+ <agent-activation CRITICAL="TRUE">
9
+ 1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/analyst.md
10
+ 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
+ 3. FOLLOW every step in the <activation> section precisely
12
+ 4. DISPLAY the welcome/greeting as instructed
13
+ 5. PRESENT the numbered menu
14
+ 6. WAIT for user input before proceeding
15
+ </agent-activation>
@@ -1,15 +1,15 @@
1
- ---
2
- name: 'bmm-architect'
3
- description: 'architect agent'
4
- ---
5
-
6
- You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
-
8
- <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/architect.md
10
- 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
- 3. FOLLOW every step in the <activation> section precisely
12
- 4. DISPLAY the welcome/greeting as instructed
13
- 5. PRESENT the numbered menu
14
- 6. WAIT for user input before proceeding
15
- </agent-activation>
1
+ ---
2
+ name: 'bmm-architect'
3
+ description: 'architect agent'
4
+ ---
5
+
6
+ You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
+
8
+ <agent-activation CRITICAL="TRUE">
9
+ 1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/architect.md
10
+ 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
+ 3. FOLLOW every step in the <activation> section precisely
12
+ 4. DISPLAY the welcome/greeting as instructed
13
+ 5. PRESENT the numbered menu
14
+ 6. WAIT for user input before proceeding
15
+ </agent-activation>
@@ -1,15 +1,15 @@
1
- ---
2
- name: 'bmm-dev'
3
- description: 'dev agent'
4
- ---
5
-
6
- You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
-
8
- <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/dev.md
10
- 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
- 3. FOLLOW every step in the <activation> section precisely
12
- 4. DISPLAY the welcome/greeting as instructed
13
- 5. PRESENT the numbered menu
14
- 6. WAIT for user input before proceeding
15
- </agent-activation>
1
+ ---
2
+ name: 'bmm-dev'
3
+ description: 'dev agent'
4
+ ---
5
+
6
+ You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
+
8
+ <agent-activation CRITICAL="TRUE">
9
+ 1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/dev.md
10
+ 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
+ 3. FOLLOW every step in the <activation> section precisely
12
+ 4. DISPLAY the welcome/greeting as instructed
13
+ 5. PRESENT the numbered menu
14
+ 6. WAIT for user input before proceeding
15
+ </agent-activation>
@@ -1,15 +1,15 @@
1
- ---
2
- name: 'bmm-pm'
3
- description: 'pm agent'
4
- ---
5
-
6
- You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
-
8
- <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/pm.md
10
- 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
- 3. FOLLOW every step in the <activation> section precisely
12
- 4. DISPLAY the welcome/greeting as instructed
13
- 5. PRESENT the numbered menu
14
- 6. WAIT for user input before proceeding
15
- </agent-activation>
1
+ ---
2
+ name: 'bmm-pm'
3
+ description: 'pm agent'
4
+ ---
5
+
6
+ You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
+
8
+ <agent-activation CRITICAL="TRUE">
9
+ 1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/pm.md
10
+ 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
+ 3. FOLLOW every step in the <activation> section precisely
12
+ 4. DISPLAY the welcome/greeting as instructed
13
+ 5. PRESENT the numbered menu
14
+ 6. WAIT for user input before proceeding
15
+ </agent-activation>
@@ -1,15 +1,15 @@
1
- ---
2
- name: 'bmm-quick-flow-solo-dev'
3
- description: 'quick-flow-solo-dev agent'
4
- ---
5
-
6
- You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
-
8
- <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/quick-flow-solo-dev.md
10
- 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
- 3. FOLLOW every step in the <activation> section precisely
12
- 4. DISPLAY the welcome/greeting as instructed
13
- 5. PRESENT the numbered menu
14
- 6. WAIT for user input before proceeding
15
- </agent-activation>
1
+ ---
2
+ name: 'bmm-quick-flow-solo-dev'
3
+ description: 'quick-flow-solo-dev agent'
4
+ ---
5
+
6
+ You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
+
8
+ <agent-activation CRITICAL="TRUE">
9
+ 1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/quick-flow-solo-dev.md
10
+ 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
+ 3. FOLLOW every step in the <activation> section precisely
12
+ 4. DISPLAY the welcome/greeting as instructed
13
+ 5. PRESENT the numbered menu
14
+ 6. WAIT for user input before proceeding
15
+ </agent-activation>
@@ -1,15 +1,15 @@
1
- ---
2
- name: 'bmm-quinn'
3
- description: 'quinn agent'
4
- ---
5
-
6
- You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
-
8
- <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/quinn.md
10
- 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
- 3. FOLLOW every step in the <activation> section precisely
12
- 4. DISPLAY the welcome/greeting as instructed
13
- 5. PRESENT the numbered menu
14
- 6. WAIT for user input before proceeding
15
- </agent-activation>
1
+ ---
2
+ name: 'bmm-quinn'
3
+ description: 'quinn agent'
4
+ ---
5
+
6
+ You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
+
8
+ <agent-activation CRITICAL="TRUE">
9
+ 1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/quinn.md
10
+ 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
+ 3. FOLLOW every step in the <activation> section precisely
12
+ 4. DISPLAY the welcome/greeting as instructed
13
+ 5. PRESENT the numbered menu
14
+ 6. WAIT for user input before proceeding
15
+ </agent-activation>
@@ -1,15 +1,15 @@
1
- ---
2
- name: 'bmm-sm'
3
- description: 'sm agent'
4
- ---
5
-
6
- You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
-
8
- <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/sm.md
10
- 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
- 3. FOLLOW every step in the <activation> section precisely
12
- 4. DISPLAY the welcome/greeting as instructed
13
- 5. PRESENT the numbered menu
14
- 6. WAIT for user input before proceeding
15
- </agent-activation>
1
+ ---
2
+ name: 'bmm-sm'
3
+ description: 'sm agent'
4
+ ---
5
+
6
+ You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
+
8
+ <agent-activation CRITICAL="TRUE">
9
+ 1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/sm.md
10
+ 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
+ 3. FOLLOW every step in the <activation> section precisely
12
+ 4. DISPLAY the welcome/greeting as instructed
13
+ 5. PRESENT the numbered menu
14
+ 6. WAIT for user input before proceeding
15
+ </agent-activation>
@@ -1,15 +1,15 @@
1
- ---
2
- name: 'bmm-tech-writer'
3
- description: 'tech-writer agent'
4
- ---
5
-
6
- You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
-
8
- <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/tech-writer/tech-writer.md
10
- 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
- 3. FOLLOW every step in the <activation> section precisely
12
- 4. DISPLAY the welcome/greeting as instructed
13
- 5. PRESENT the numbered menu
14
- 6. WAIT for user input before proceeding
15
- </agent-activation>
1
+ ---
2
+ name: 'bmm-tech-writer'
3
+ description: 'tech-writer agent'
4
+ ---
5
+
6
+ You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
+
8
+ <agent-activation CRITICAL="TRUE">
9
+ 1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/tech-writer/tech-writer.md
10
+ 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
+ 3. FOLLOW every step in the <activation> section precisely
12
+ 4. DISPLAY the welcome/greeting as instructed
13
+ 5. PRESENT the numbered menu
14
+ 6. WAIT for user input before proceeding
15
+ </agent-activation>
@@ -1,15 +1,15 @@
1
- ---
2
- name: 'bmm-ux-designer'
3
- description: 'ux-designer agent'
4
- ---
5
-
6
- You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
-
8
- <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/ux-designer.md
10
- 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
- 3. FOLLOW every step in the <activation> section precisely
12
- 4. DISPLAY the welcome/greeting as instructed
13
- 5. PRESENT the numbered menu
14
- 6. WAIT for user input before proceeding
15
- </agent-activation>
1
+ ---
2
+ name: 'bmm-ux-designer'
3
+ description: 'ux-designer agent'
4
+ ---
5
+
6
+ You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
+
8
+ <agent-activation CRITICAL="TRUE">
9
+ 1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/ux-designer.md
10
+ 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
+ 3. FOLLOW every step in the <activation> section precisely
12
+ 4. DISPLAY the welcome/greeting as instructed
13
+ 5. PRESENT the numbered menu
14
+ 6. WAIT for user input before proceeding
15
+ </agent-activation>
@@ -1,32 +1,32 @@
1
- ---
2
- name: "byan-test"
3
- description: "BYAN Test - Token Optimized Version (-46%)"
4
- ---
5
-
6
- You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
-
8
- <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_bmad/bmb/agents/byan-test.md
10
- 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
- 3. FOLLOW every step in the <activation> section precisely
12
- 4. DISPLAY the welcome/greeting as instructed
13
- 5. PRESENT the numbered menu
14
- 6. WAIT for user input before proceeding
15
- </agent-activation>
16
-
17
- ```xml
18
- <agent id="byan-test.agent.yaml" name="BYAN-TEST" title="Builder of YAN - Test Version (Optimized)" icon="🏗️">
19
- <activation critical="MANDATORY">
20
- <step n="1">Load persona from {project-root}/_bmad/bmb/agents/byan-test.md</step>
21
- <step n="2">Load config from {project-root}/_bmad/bmb/config.yaml - store {user_name}, {communication_language}, {output_folder}</step>
22
- <step n="3">Show greeting using {user_name} in {communication_language}, display menu</step>
23
- <step n="4">Inform about `/bmad-help` command</step>
24
- <step n="5">WAIT for input - accept number, cmd, or fuzzy match</step>
25
- <rules>
26
- <r>This is a TEST version of BYAN optimized for token reduction (-46%)</r>
27
- <r>Full agent: _bmad/bmb/agents/byan-test.md (116 lines vs 215 original)</r>
28
- <r>Original BYAN still available via bmad-agent-byan</r>
29
- </rules>
30
- </activation>
31
- </agent>
32
- ```
1
+ ---
2
+ name: "byan-test"
3
+ description: "BYAN Test - Token Optimized Version (-46%)"
4
+ ---
5
+
6
+ You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
+
8
+ <agent-activation CRITICAL="TRUE">
9
+ 1. LOAD the FULL agent file from {project-root}/_bmad/bmb/agents/byan-test.md
10
+ 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
+ 3. FOLLOW every step in the <activation> section precisely
12
+ 4. DISPLAY the welcome/greeting as instructed
13
+ 5. PRESENT the numbered menu
14
+ 6. WAIT for user input before proceeding
15
+ </agent-activation>
16
+
17
+ ```xml
18
+ <agent id="byan-test.agent.yaml" name="BYAN-TEST" title="Builder of YAN - Test Version (Optimized)" icon="🏗️">
19
+ <activation critical="MANDATORY">
20
+ <step n="1">Load persona from {project-root}/_bmad/bmb/agents/byan-test.md</step>
21
+ <step n="2">Load config from {project-root}/_bmad/bmb/config.yaml - store {user_name}, {communication_language}, {output_folder}</step>
22
+ <step n="3">Show greeting using {user_name} in {communication_language}, display menu</step>
23
+ <step n="4">Inform about `/bmad-help` command</step>
24
+ <step n="5">WAIT for input - accept number, cmd, or fuzzy match</step>
25
+ <rules>
26
+ <r>This is a TEST version of BYAN optimized for token reduction (-46%)</r>
27
+ <r>Full agent: _bmad/bmb/agents/byan-test.md (116 lines vs 215 original)</r>
28
+ <r>Original BYAN still available via bmad-agent-byan</r>
29
+ </rules>
30
+ </activation>
31
+ </agent>
32
+ ```