siesa-agents 2.1.2 → 2.1.3

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 (111) hide show
  1. package/README.md +83 -83
  2. package/bin/install.js +400 -400
  3. package/bin/prepare-publish.js +26 -26
  4. package/bin/restore-folders.js +26 -26
  5. package/bmad-core/agent-teams/team-all.yaml +15 -15
  6. package/bmad-core/agent-teams/team-fullstack.yaml +19 -19
  7. package/bmad-core/agent-teams/team-ide-minimal.yaml +11 -11
  8. package/bmad-core/agent-teams/team-no-ui.yaml +14 -14
  9. package/bmad-core/agents/analyst.md +84 -84
  10. package/bmad-core/agents/architect.md +94 -94
  11. package/bmad-core/agents/backend-agent.md +189 -189
  12. package/bmad-core/agents/bmad-master.md +110 -110
  13. package/bmad-core/agents/bmad-orchestrator.md +147 -147
  14. package/bmad-core/agents/dev.md +81 -81
  15. package/bmad-core/agents/frontend-agent.md +168 -168
  16. package/bmad-core/agents/pm.md +84 -84
  17. package/bmad-core/agents/po.md +79 -79
  18. package/bmad-core/agents/qa.md +91 -91
  19. package/bmad-core/agents/sm.md +65 -65
  20. package/bmad-core/agents/ux-expert.md +69 -69
  21. package/bmad-core/checklists/architect-checklist.md +440 -440
  22. package/bmad-core/checklists/backend-checklist.md +142 -142
  23. package/bmad-core/checklists/change-checklist.md +184 -184
  24. package/bmad-core/checklists/frontend-checklist.md +105 -105
  25. package/bmad-core/checklists/pm-checklist.md +372 -372
  26. package/bmad-core/checklists/po-master-checklist.md +434 -434
  27. package/bmad-core/checklists/story-dod-checklist.md +96 -96
  28. package/bmad-core/checklists/story-draft-checklist.md +155 -155
  29. package/bmad-core/core-config.yaml +22 -22
  30. package/bmad-core/data/backend-standards.md +439 -439
  31. package/bmad-core/data/bmad-kb.md +809 -809
  32. package/bmad-core/data/brainstorming-techniques.md +38 -38
  33. package/bmad-core/data/elicitation-methods.md +156 -156
  34. package/bmad-core/data/frontend-standards.md +323 -323
  35. package/bmad-core/data/technical-preferences.md +5 -5
  36. package/bmad-core/data/test-levels-framework.md +148 -148
  37. package/bmad-core/data/test-priorities-matrix.md +174 -174
  38. package/bmad-core/enhanced-ide-development-workflow.md +248 -248
  39. package/bmad-core/install-manifest.yaml +230 -230
  40. package/bmad-core/tasks/advanced-elicitation.md +119 -119
  41. package/bmad-core/tasks/apply-qa-fixes.md +150 -150
  42. package/bmad-core/tasks/brownfield-create-epic.md +162 -162
  43. package/bmad-core/tasks/brownfield-create-story.md +149 -149
  44. package/bmad-core/tasks/correct-course.md +72 -72
  45. package/bmad-core/tasks/create-brownfield-story.md +314 -314
  46. package/bmad-core/tasks/create-component.md +102 -102
  47. package/bmad-core/tasks/create-deep-research-prompt.md +280 -280
  48. package/bmad-core/tasks/create-doc.md +103 -103
  49. package/bmad-core/tasks/create-entity.md +132 -132
  50. package/bmad-core/tasks/create-feature.md +90 -90
  51. package/bmad-core/tasks/create-next-story.md +114 -114
  52. package/bmad-core/tasks/create-service.md +117 -117
  53. package/bmad-core/tasks/create-use-case.md +140 -140
  54. package/bmad-core/tasks/document-project.md +345 -345
  55. package/bmad-core/tasks/execute-checklist.md +88 -88
  56. package/bmad-core/tasks/facilitate-brainstorming-session.md +138 -138
  57. package/bmad-core/tasks/generate-ai-frontend-prompt.md +53 -53
  58. package/bmad-core/tasks/index-docs.md +175 -175
  59. package/bmad-core/tasks/kb-mode-interaction.md +77 -77
  60. package/bmad-core/tasks/nfr-assess.md +345 -345
  61. package/bmad-core/tasks/qa-gate.md +163 -163
  62. package/bmad-core/tasks/review-story.md +316 -316
  63. package/bmad-core/tasks/risk-profile.md +355 -355
  64. package/bmad-core/tasks/scaffold-backend.md +110 -110
  65. package/bmad-core/tasks/scaffold-frontend.md +78 -78
  66. package/bmad-core/tasks/shard-doc.md +187 -187
  67. package/bmad-core/tasks/test-design.md +176 -176
  68. package/bmad-core/tasks/trace-requirements.md +266 -266
  69. package/bmad-core/tasks/validate-next-story.md +136 -136
  70. package/bmad-core/templates/architecture-tmpl.yaml +662 -662
  71. package/bmad-core/templates/brainstorming-output-tmpl.yaml +156 -156
  72. package/bmad-core/templates/brownfield-architecture-tmpl.yaml +477 -477
  73. package/bmad-core/templates/brownfield-prd-tmpl.yaml +281 -281
  74. package/bmad-core/templates/competitor-analysis-tmpl.yaml +307 -307
  75. package/bmad-core/templates/front-end-architecture-tmpl.yaml +258 -258
  76. package/bmad-core/templates/front-end-spec-tmpl.yaml +350 -350
  77. package/bmad-core/templates/fullstack-architecture-tmpl.yaml +824 -824
  78. package/bmad-core/templates/market-research-tmpl.yaml +253 -253
  79. package/bmad-core/templates/prd-tmpl.yaml +203 -203
  80. package/bmad-core/templates/project-brief-tmpl.yaml +222 -222
  81. package/bmad-core/templates/qa-gate-tmpl.yaml +103 -103
  82. package/bmad-core/templates/story-tmpl.yaml +138 -138
  83. package/bmad-core/user-guide.md +530 -530
  84. package/bmad-core/utils/bmad-doc-template.md +327 -327
  85. package/bmad-core/utils/workflow-management.md +71 -71
  86. package/bmad-core/workflows/brownfield-fullstack.yaml +298 -298
  87. package/bmad-core/workflows/brownfield-service.yaml +188 -188
  88. package/bmad-core/workflows/brownfield-ui.yaml +198 -198
  89. package/bmad-core/workflows/greenfield-fullstack.yaml +241 -241
  90. package/bmad-core/workflows/greenfield-service.yaml +207 -207
  91. package/bmad-core/workflows/greenfield-ui.yaml +236 -236
  92. package/bmad-core/working-in-the-brownfield.md +606 -606
  93. package/claude/commands/BMad/agents/backend.md +187 -187
  94. package/claude/commands/BMad/agents/frontend.md +150 -150
  95. package/github/b-mad-expert.md +742 -742
  96. package/github/chatmodes/analyst.chatmode.md +89 -89
  97. package/github/chatmodes/architect.chatmode.md +97 -97
  98. package/github/chatmodes/backend.chatmode.md +194 -194
  99. package/github/chatmodes/bmad-master.chatmode.md +115 -115
  100. package/github/chatmodes/bmad-orchestrator.chatmode.md +152 -152
  101. package/github/chatmodes/dev.chatmode.md +86 -86
  102. package/github/chatmodes/frontend.chatmode.md +157 -157
  103. package/github/chatmodes/pm.chatmode.md +89 -89
  104. package/github/chatmodes/po.chatmode.md +84 -84
  105. package/github/chatmodes/qa.chatmode.md +96 -96
  106. package/github/chatmodes/sm.chatmode.md +70 -70
  107. package/github/chatmodes/ux-expert.chatmode.md +74 -74
  108. package/index.js +9 -9
  109. package/package.json +37 -37
  110. package/vscode/mcp.json +11 -11
  111. package/vscode/settings.json +12 -12
@@ -1,175 +1,175 @@
1
- <!-- Powered by BMAD™ Core -->
2
-
3
- # Index Documentation Task
4
-
5
- ## Purpose
6
-
7
- This task maintains the integrity and completeness of the `docs/index.md` file by scanning all documentation files and ensuring they are properly indexed with descriptions. It handles both root-level documents and documents within subfolders, organizing them hierarchically.
8
-
9
- ## Task Instructions
10
-
11
- You are now operating as a Documentation Indexer. Your goal is to ensure all documentation files are properly cataloged in the central index with proper organization for subfolders.
12
-
13
- ### Required Steps
14
-
15
- 1. First, locate and scan:
16
- - The `docs/` directory and all subdirectories
17
- - The existing `docs/index.md` file (create if absent)
18
- - All markdown (`.md`) and text (`.txt`) files in the documentation structure
19
- - Note the folder structure for hierarchical organization
20
-
21
- 2. For the existing `docs/index.md`:
22
- - Parse current entries
23
- - Note existing file references and descriptions
24
- - Identify any broken links or missing files
25
- - Keep track of already-indexed content
26
- - Preserve existing folder sections
27
-
28
- 3. For each documentation file found:
29
- - Extract the title (from first heading or filename)
30
- - Generate a brief description by analyzing the content
31
- - Create a relative markdown link to the file
32
- - Check if it's already in the index
33
- - Note which folder it belongs to (if in a subfolder)
34
- - If missing or outdated, prepare an update
35
-
36
- 4. For any missing or non-existent files found in index:
37
- - Present a list of all entries that reference non-existent files
38
- - For each entry:
39
- - Show the full entry details (title, path, description)
40
- - Ask for explicit confirmation before removal
41
- - Provide option to update the path if file was moved
42
- - Log the decision (remove/update/keep) for final report
43
-
44
- 5. Update `docs/index.md`:
45
- - Maintain existing structure and organization
46
- - Create level 2 sections (`##`) for each subfolder
47
- - List root-level documents first
48
- - Add missing entries with descriptions
49
- - Update outdated entries
50
- - Remove only entries that were confirmed for removal
51
- - Ensure consistent formatting throughout
52
-
53
- ### Index Structure Format
54
-
55
- The index should be organized as follows:
56
-
57
- ```markdown
58
- # Documentation Index
59
-
60
- ## Root Documents
61
-
62
- ### [Document Title](./document.md)
63
-
64
- Brief description of the document's purpose and contents.
65
-
66
- ### [Another Document](./another.md)
67
-
68
- Description here.
69
-
70
- ## Folder Name
71
-
72
- Documents within the `folder-name/` directory:
73
-
74
- ### [Document in Folder](./folder-name/document.md)
75
-
76
- Description of this document.
77
-
78
- ### [Another in Folder](./folder-name/another.md)
79
-
80
- Description here.
81
-
82
- ## Another Folder
83
-
84
- Documents within the `another-folder/` directory:
85
-
86
- ### [Nested Document](./another-folder/document.md)
87
-
88
- Description of nested document.
89
- ```
90
-
91
- ### Index Entry Format
92
-
93
- Each entry should follow this format:
94
-
95
- ```markdown
96
- ### [Document Title](relative/path/to/file.md)
97
-
98
- Brief description of the document's purpose and contents.
99
- ```
100
-
101
- ### Rules of Operation
102
-
103
- 1. NEVER modify the content of indexed files
104
- 2. Preserve existing descriptions in index.md when they are adequate
105
- 3. Maintain any existing categorization or grouping in the index
106
- 4. Use relative paths for all links (starting with `./`)
107
- 5. Ensure descriptions are concise but informative
108
- 6. NEVER remove entries without explicit confirmation
109
- 7. Report any broken links or inconsistencies found
110
- 8. Allow path updates for moved files before considering removal
111
- 9. Create folder sections using level 2 headings (`##`)
112
- 10. Sort folders alphabetically, with root documents listed first
113
- 11. Within each section, sort documents alphabetically by title
114
-
115
- ### Process Output
116
-
117
- The task will provide:
118
-
119
- 1. A summary of changes made to index.md
120
- 2. List of newly indexed files (organized by folder)
121
- 3. List of updated entries
122
- 4. List of entries presented for removal and their status:
123
- - Confirmed removals
124
- - Updated paths
125
- - Kept despite missing file
126
- 5. Any new folders discovered
127
- 6. Any other issues or inconsistencies found
128
-
129
- ### Handling Missing Files
130
-
131
- For each file referenced in the index but not found in the filesystem:
132
-
133
- 1. Present the entry:
134
-
135
- ```markdown
136
- Missing file detected:
137
- Title: [Document Title]
138
- Path: relative/path/to/file.md
139
- Description: Existing description
140
- Section: [Root Documents | Folder Name]
141
-
142
- Options:
143
-
144
- 1. Remove this entry
145
- 2. Update the file path
146
- 3. Keep entry (mark as temporarily unavailable)
147
-
148
- Please choose an option (1/2/3):
149
- ```
150
-
151
- 2. Wait for user confirmation before taking any action
152
- 3. Log the decision for the final report
153
-
154
- ### Special Cases
155
-
156
- 1. **Sharded Documents**: If a folder contains an `index.md` file, treat it as a sharded document:
157
- - Use the folder's `index.md` title as the section title
158
- - List the folder's documents as subsections
159
- - Note in the description that this is a multi-part document
160
-
161
- 2. **README files**: Convert `README.md` to more descriptive titles based on content
162
-
163
- 3. **Nested Subfolders**: For deeply nested folders, maintain the hierarchy but limit to 2 levels in the main index. Deeper structures should have their own index files.
164
-
165
- ## Required Input
166
-
167
- Please provide:
168
-
169
- 1. Location of the `docs/` directory (default: `./docs`)
170
- 2. Confirmation of write access to `docs/index.md`
171
- 3. Any specific categorization preferences
172
- 4. Any files or directories to exclude from indexing (e.g., `.git`, `node_modules`)
173
- 5. Whether to include hidden files/folders (starting with `.`)
174
-
175
- Would you like to proceed with documentation indexing? Please provide the required input above.
1
+ <!-- Powered by BMAD™ Core -->
2
+
3
+ # Index Documentation Task
4
+
5
+ ## Purpose
6
+
7
+ This task maintains the integrity and completeness of the `docs/index.md` file by scanning all documentation files and ensuring they are properly indexed with descriptions. It handles both root-level documents and documents within subfolders, organizing them hierarchically.
8
+
9
+ ## Task Instructions
10
+
11
+ You are now operating as a Documentation Indexer. Your goal is to ensure all documentation files are properly cataloged in the central index with proper organization for subfolders.
12
+
13
+ ### Required Steps
14
+
15
+ 1. First, locate and scan:
16
+ - The `docs/` directory and all subdirectories
17
+ - The existing `docs/index.md` file (create if absent)
18
+ - All markdown (`.md`) and text (`.txt`) files in the documentation structure
19
+ - Note the folder structure for hierarchical organization
20
+
21
+ 2. For the existing `docs/index.md`:
22
+ - Parse current entries
23
+ - Note existing file references and descriptions
24
+ - Identify any broken links or missing files
25
+ - Keep track of already-indexed content
26
+ - Preserve existing folder sections
27
+
28
+ 3. For each documentation file found:
29
+ - Extract the title (from first heading or filename)
30
+ - Generate a brief description by analyzing the content
31
+ - Create a relative markdown link to the file
32
+ - Check if it's already in the index
33
+ - Note which folder it belongs to (if in a subfolder)
34
+ - If missing or outdated, prepare an update
35
+
36
+ 4. For any missing or non-existent files found in index:
37
+ - Present a list of all entries that reference non-existent files
38
+ - For each entry:
39
+ - Show the full entry details (title, path, description)
40
+ - Ask for explicit confirmation before removal
41
+ - Provide option to update the path if file was moved
42
+ - Log the decision (remove/update/keep) for final report
43
+
44
+ 5. Update `docs/index.md`:
45
+ - Maintain existing structure and organization
46
+ - Create level 2 sections (`##`) for each subfolder
47
+ - List root-level documents first
48
+ - Add missing entries with descriptions
49
+ - Update outdated entries
50
+ - Remove only entries that were confirmed for removal
51
+ - Ensure consistent formatting throughout
52
+
53
+ ### Index Structure Format
54
+
55
+ The index should be organized as follows:
56
+
57
+ ```markdown
58
+ # Documentation Index
59
+
60
+ ## Root Documents
61
+
62
+ ### [Document Title](./document.md)
63
+
64
+ Brief description of the document's purpose and contents.
65
+
66
+ ### [Another Document](./another.md)
67
+
68
+ Description here.
69
+
70
+ ## Folder Name
71
+
72
+ Documents within the `folder-name/` directory:
73
+
74
+ ### [Document in Folder](./folder-name/document.md)
75
+
76
+ Description of this document.
77
+
78
+ ### [Another in Folder](./folder-name/another.md)
79
+
80
+ Description here.
81
+
82
+ ## Another Folder
83
+
84
+ Documents within the `another-folder/` directory:
85
+
86
+ ### [Nested Document](./another-folder/document.md)
87
+
88
+ Description of nested document.
89
+ ```
90
+
91
+ ### Index Entry Format
92
+
93
+ Each entry should follow this format:
94
+
95
+ ```markdown
96
+ ### [Document Title](relative/path/to/file.md)
97
+
98
+ Brief description of the document's purpose and contents.
99
+ ```
100
+
101
+ ### Rules of Operation
102
+
103
+ 1. NEVER modify the content of indexed files
104
+ 2. Preserve existing descriptions in index.md when they are adequate
105
+ 3. Maintain any existing categorization or grouping in the index
106
+ 4. Use relative paths for all links (starting with `./`)
107
+ 5. Ensure descriptions are concise but informative
108
+ 6. NEVER remove entries without explicit confirmation
109
+ 7. Report any broken links or inconsistencies found
110
+ 8. Allow path updates for moved files before considering removal
111
+ 9. Create folder sections using level 2 headings (`##`)
112
+ 10. Sort folders alphabetically, with root documents listed first
113
+ 11. Within each section, sort documents alphabetically by title
114
+
115
+ ### Process Output
116
+
117
+ The task will provide:
118
+
119
+ 1. A summary of changes made to index.md
120
+ 2. List of newly indexed files (organized by folder)
121
+ 3. List of updated entries
122
+ 4. List of entries presented for removal and their status:
123
+ - Confirmed removals
124
+ - Updated paths
125
+ - Kept despite missing file
126
+ 5. Any new folders discovered
127
+ 6. Any other issues or inconsistencies found
128
+
129
+ ### Handling Missing Files
130
+
131
+ For each file referenced in the index but not found in the filesystem:
132
+
133
+ 1. Present the entry:
134
+
135
+ ```markdown
136
+ Missing file detected:
137
+ Title: [Document Title]
138
+ Path: relative/path/to/file.md
139
+ Description: Existing description
140
+ Section: [Root Documents | Folder Name]
141
+
142
+ Options:
143
+
144
+ 1. Remove this entry
145
+ 2. Update the file path
146
+ 3. Keep entry (mark as temporarily unavailable)
147
+
148
+ Please choose an option (1/2/3):
149
+ ```
150
+
151
+ 2. Wait for user confirmation before taking any action
152
+ 3. Log the decision for the final report
153
+
154
+ ### Special Cases
155
+
156
+ 1. **Sharded Documents**: If a folder contains an `index.md` file, treat it as a sharded document:
157
+ - Use the folder's `index.md` title as the section title
158
+ - List the folder's documents as subsections
159
+ - Note in the description that this is a multi-part document
160
+
161
+ 2. **README files**: Convert `README.md` to more descriptive titles based on content
162
+
163
+ 3. **Nested Subfolders**: For deeply nested folders, maintain the hierarchy but limit to 2 levels in the main index. Deeper structures should have their own index files.
164
+
165
+ ## Required Input
166
+
167
+ Please provide:
168
+
169
+ 1. Location of the `docs/` directory (default: `./docs`)
170
+ 2. Confirmation of write access to `docs/index.md`
171
+ 3. Any specific categorization preferences
172
+ 4. Any files or directories to exclude from indexing (e.g., `.git`, `node_modules`)
173
+ 5. Whether to include hidden files/folders (starting with `.`)
174
+
175
+ Would you like to proceed with documentation indexing? Please provide the required input above.
@@ -1,77 +1,77 @@
1
- <!-- Powered by BMAD™ Core -->
2
-
3
- # KB Mode Interaction Task
4
-
5
- ## Purpose
6
-
7
- Provide a user-friendly interface to the BMad knowledge base without overwhelming users with information upfront.
8
-
9
- ## Instructions
10
-
11
- When entering KB mode (\*kb-mode), follow these steps:
12
-
13
- ### 1. Welcome and Guide
14
-
15
- Announce entering KB mode with a brief, friendly introduction.
16
-
17
- ### 2. Present Topic Areas
18
-
19
- Offer a concise list of main topic areas the user might want to explore:
20
-
21
- **What would you like to know more about?**
22
-
23
- 1. **Setup & Installation** - Getting started with BMad
24
- 2. **Workflows** - Choosing the right workflow for your project
25
- 3. **Web vs IDE** - When to use each environment
26
- 4. **Agents** - Understanding specialized agents and their roles
27
- 5. **Documents** - PRDs, Architecture, Stories, and more
28
- 6. **Agile Process** - How BMad implements Agile methodologies
29
- 7. **Configuration** - Customizing BMad for your needs
30
- 8. **Best Practices** - Tips for effective BMad usage
31
-
32
- Or ask me about anything else related to BMad-Method!
33
-
34
- ### 3. Respond Contextually
35
-
36
- - Wait for user's specific question or topic selection
37
- - Provide focused, relevant information from the knowledge base
38
- - Offer to dive deeper or explore related topics
39
- - Keep responses concise unless user asks for detailed explanations
40
-
41
- ### 4. Interactive Exploration
42
-
43
- - After answering, suggest related topics they might find helpful
44
- - Maintain conversational flow rather than data dumping
45
- - Use examples when appropriate
46
- - Reference specific documentation sections when relevant
47
-
48
- ### 5. Exit Gracefully
49
-
50
- When user is done or wants to exit KB mode:
51
-
52
- - Summarize key points discussed if helpful
53
- - Remind them they can return to KB mode anytime with \*kb-mode
54
- - Suggest next steps based on what was discussed
55
-
56
- ## Example Interaction
57
-
58
- **User**: \*kb-mode
59
-
60
- **Assistant**: I've entered KB mode and have access to the full BMad knowledge base. I can help you with detailed information about any aspect of BMad-Method.
61
-
62
- **What would you like to know more about?**
63
-
64
- 1. **Setup & Installation** - Getting started with BMad
65
- 2. **Workflows** - Choosing the right workflow for your project
66
- 3. **Web vs IDE** - When to use each environment
67
- 4. **Agents** - Understanding specialized agents and their roles
68
- 5. **Documents** - PRDs, Architecture, Stories, and more
69
- 6. **Agile Process** - How BMad implements Agile methodologies
70
- 7. **Configuration** - Customizing BMad for your needs
71
- 8. **Best Practices** - Tips for effective BMad usage
72
-
73
- Or ask me about anything else related to BMad-Method!
74
-
75
- **User**: Tell me about workflows
76
-
77
- **Assistant**: [Provides focused information about workflows from the KB, then offers to explore specific workflow types or related topics]
1
+ <!-- Powered by BMAD™ Core -->
2
+
3
+ # KB Mode Interaction Task
4
+
5
+ ## Purpose
6
+
7
+ Provide a user-friendly interface to the BMad knowledge base without overwhelming users with information upfront.
8
+
9
+ ## Instructions
10
+
11
+ When entering KB mode (\*kb-mode), follow these steps:
12
+
13
+ ### 1. Welcome and Guide
14
+
15
+ Announce entering KB mode with a brief, friendly introduction.
16
+
17
+ ### 2. Present Topic Areas
18
+
19
+ Offer a concise list of main topic areas the user might want to explore:
20
+
21
+ **What would you like to know more about?**
22
+
23
+ 1. **Setup & Installation** - Getting started with BMad
24
+ 2. **Workflows** - Choosing the right workflow for your project
25
+ 3. **Web vs IDE** - When to use each environment
26
+ 4. **Agents** - Understanding specialized agents and their roles
27
+ 5. **Documents** - PRDs, Architecture, Stories, and more
28
+ 6. **Agile Process** - How BMad implements Agile methodologies
29
+ 7. **Configuration** - Customizing BMad for your needs
30
+ 8. **Best Practices** - Tips for effective BMad usage
31
+
32
+ Or ask me about anything else related to BMad-Method!
33
+
34
+ ### 3. Respond Contextually
35
+
36
+ - Wait for user's specific question or topic selection
37
+ - Provide focused, relevant information from the knowledge base
38
+ - Offer to dive deeper or explore related topics
39
+ - Keep responses concise unless user asks for detailed explanations
40
+
41
+ ### 4. Interactive Exploration
42
+
43
+ - After answering, suggest related topics they might find helpful
44
+ - Maintain conversational flow rather than data dumping
45
+ - Use examples when appropriate
46
+ - Reference specific documentation sections when relevant
47
+
48
+ ### 5. Exit Gracefully
49
+
50
+ When user is done or wants to exit KB mode:
51
+
52
+ - Summarize key points discussed if helpful
53
+ - Remind them they can return to KB mode anytime with \*kb-mode
54
+ - Suggest next steps based on what was discussed
55
+
56
+ ## Example Interaction
57
+
58
+ **User**: \*kb-mode
59
+
60
+ **Assistant**: I've entered KB mode and have access to the full BMad knowledge base. I can help you with detailed information about any aspect of BMad-Method.
61
+
62
+ **What would you like to know more about?**
63
+
64
+ 1. **Setup & Installation** - Getting started with BMad
65
+ 2. **Workflows** - Choosing the right workflow for your project
66
+ 3. **Web vs IDE** - When to use each environment
67
+ 4. **Agents** - Understanding specialized agents and their roles
68
+ 5. **Documents** - PRDs, Architecture, Stories, and more
69
+ 6. **Agile Process** - How BMad implements Agile methodologies
70
+ 7. **Configuration** - Customizing BMad for your needs
71
+ 8. **Best Practices** - Tips for effective BMad usage
72
+
73
+ Or ask me about anything else related to BMad-Method!
74
+
75
+ **User**: Tell me about workflows
76
+
77
+ **Assistant**: [Provides focused information about workflows from the KB, then offers to explore specific workflow types or related topics]