siesa-agents 2.1.1 → 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.
- package/README.md +83 -83
- package/bin/install.js +400 -399
- package/bin/prepare-publish.js +26 -26
- package/bin/restore-folders.js +26 -26
- package/bmad-core/agent-teams/team-all.yaml +15 -15
- package/bmad-core/agent-teams/team-fullstack.yaml +19 -19
- package/bmad-core/agent-teams/team-ide-minimal.yaml +11 -11
- package/bmad-core/agent-teams/team-no-ui.yaml +14 -14
- package/bmad-core/agents/analyst.md +84 -84
- package/bmad-core/agents/architect.md +94 -94
- package/bmad-core/agents/backend-agent.md +189 -189
- package/bmad-core/agents/bmad-master.md +110 -110
- package/bmad-core/agents/bmad-orchestrator.md +147 -147
- package/bmad-core/agents/dev.md +81 -81
- package/bmad-core/agents/frontend-agent.md +168 -168
- package/bmad-core/agents/pm.md +84 -84
- package/bmad-core/agents/po.md +79 -79
- package/bmad-core/agents/qa.md +91 -91
- package/bmad-core/agents/sm.md +65 -65
- package/bmad-core/agents/ux-expert.md +69 -69
- package/bmad-core/checklists/architect-checklist.md +440 -440
- package/bmad-core/checklists/backend-checklist.md +142 -142
- package/bmad-core/checklists/change-checklist.md +184 -184
- package/bmad-core/checklists/frontend-checklist.md +105 -105
- package/bmad-core/checklists/pm-checklist.md +372 -372
- package/bmad-core/checklists/po-master-checklist.md +434 -434
- package/bmad-core/checklists/story-dod-checklist.md +96 -96
- package/bmad-core/checklists/story-draft-checklist.md +155 -155
- package/bmad-core/core-config.yaml +22 -22
- package/bmad-core/data/backend-standards.md +439 -439
- package/bmad-core/data/bmad-kb.md +809 -809
- package/bmad-core/data/brainstorming-techniques.md +38 -38
- package/bmad-core/data/elicitation-methods.md +156 -156
- package/bmad-core/data/frontend-standards.md +323 -323
- package/bmad-core/data/technical-preferences.md +5 -5
- package/bmad-core/data/test-levels-framework.md +148 -148
- package/bmad-core/data/test-priorities-matrix.md +174 -174
- package/bmad-core/enhanced-ide-development-workflow.md +248 -248
- package/bmad-core/install-manifest.yaml +230 -230
- package/bmad-core/tasks/advanced-elicitation.md +119 -119
- package/bmad-core/tasks/apply-qa-fixes.md +150 -150
- package/bmad-core/tasks/brownfield-create-epic.md +162 -162
- package/bmad-core/tasks/brownfield-create-story.md +149 -149
- package/bmad-core/tasks/correct-course.md +72 -72
- package/bmad-core/tasks/create-brownfield-story.md +314 -314
- package/bmad-core/tasks/create-component.md +102 -102
- package/bmad-core/tasks/create-deep-research-prompt.md +280 -280
- package/bmad-core/tasks/create-doc.md +103 -103
- package/bmad-core/tasks/create-entity.md +132 -132
- package/bmad-core/tasks/create-feature.md +90 -90
- package/bmad-core/tasks/create-next-story.md +114 -114
- package/bmad-core/tasks/create-service.md +117 -117
- package/bmad-core/tasks/create-use-case.md +140 -140
- package/bmad-core/tasks/document-project.md +345 -345
- package/bmad-core/tasks/execute-checklist.md +88 -88
- package/bmad-core/tasks/facilitate-brainstorming-session.md +138 -138
- package/bmad-core/tasks/generate-ai-frontend-prompt.md +53 -53
- package/bmad-core/tasks/index-docs.md +175 -175
- package/bmad-core/tasks/kb-mode-interaction.md +77 -77
- package/bmad-core/tasks/nfr-assess.md +345 -345
- package/bmad-core/tasks/qa-gate.md +163 -163
- package/bmad-core/tasks/review-story.md +316 -316
- package/bmad-core/tasks/risk-profile.md +355 -355
- package/bmad-core/tasks/scaffold-backend.md +110 -110
- package/bmad-core/tasks/scaffold-frontend.md +78 -78
- package/bmad-core/tasks/shard-doc.md +187 -187
- package/bmad-core/tasks/test-design.md +176 -176
- package/bmad-core/tasks/trace-requirements.md +266 -266
- package/bmad-core/tasks/validate-next-story.md +136 -136
- package/bmad-core/templates/architecture-tmpl.yaml +662 -662
- package/bmad-core/templates/brainstorming-output-tmpl.yaml +156 -156
- package/bmad-core/templates/brownfield-architecture-tmpl.yaml +477 -477
- package/bmad-core/templates/brownfield-prd-tmpl.yaml +281 -281
- package/bmad-core/templates/competitor-analysis-tmpl.yaml +307 -307
- package/bmad-core/templates/front-end-architecture-tmpl.yaml +258 -258
- package/bmad-core/templates/front-end-spec-tmpl.yaml +350 -350
- package/bmad-core/templates/fullstack-architecture-tmpl.yaml +824 -824
- package/bmad-core/templates/market-research-tmpl.yaml +253 -253
- package/bmad-core/templates/prd-tmpl.yaml +203 -203
- package/bmad-core/templates/project-brief-tmpl.yaml +222 -222
- package/bmad-core/templates/qa-gate-tmpl.yaml +103 -103
- package/bmad-core/templates/story-tmpl.yaml +138 -138
- package/bmad-core/user-guide.md +530 -530
- package/bmad-core/utils/bmad-doc-template.md +327 -327
- package/bmad-core/utils/workflow-management.md +71 -71
- package/bmad-core/workflows/brownfield-fullstack.yaml +298 -298
- package/bmad-core/workflows/brownfield-service.yaml +188 -188
- package/bmad-core/workflows/brownfield-ui.yaml +198 -198
- package/bmad-core/workflows/greenfield-fullstack.yaml +241 -241
- package/bmad-core/workflows/greenfield-service.yaml +207 -207
- package/bmad-core/workflows/greenfield-ui.yaml +236 -236
- package/bmad-core/working-in-the-brownfield.md +606 -606
- package/claude/commands/BMad/agents/analyst.md +88 -0
- package/claude/commands/BMad/agents/architect.md +89 -0
- package/claude/commands/BMad/agents/backend.md +188 -0
- package/claude/commands/BMad/agents/bmad-master.md +114 -0
- package/claude/commands/BMad/agents/bmad-orchestrator.md +151 -0
- package/claude/commands/BMad/agents/dev.md +85 -0
- package/claude/commands/BMad/agents/frontend.md +151 -0
- package/claude/commands/BMad/agents/pm.md +88 -0
- package/claude/commands/BMad/agents/po.md +83 -0
- package/claude/commands/BMad/agents/qa.md +95 -0
- package/claude/commands/BMad/agents/sm.md +69 -0
- package/claude/commands/BMad/agents/ux-expert.md +73 -0
- package/claude/commands/BMad/tasks/advanced-elicitation.md +123 -0
- package/claude/commands/BMad/tasks/apply-qa-fixes.md +154 -0
- package/claude/commands/BMad/tasks/brownfield-create-epic.md +166 -0
- package/claude/commands/BMad/tasks/brownfield-create-story.md +153 -0
- package/claude/commands/BMad/tasks/correct-course.md +76 -0
- package/claude/commands/BMad/tasks/create-brownfield-story.md +318 -0
- package/claude/commands/BMad/tasks/create-deep-research-prompt.md +284 -0
- package/claude/commands/BMad/tasks/create-doc.md +107 -0
- package/claude/commands/BMad/tasks/create-next-story.md +118 -0
- package/claude/commands/BMad/tasks/document-project.md +349 -0
- package/claude/commands/BMad/tasks/execute-checklist.md +92 -0
- package/claude/commands/BMad/tasks/facilitate-brainstorming-session.md +142 -0
- package/claude/commands/BMad/tasks/generate-ai-frontend-prompt.md +57 -0
- package/claude/commands/BMad/tasks/index-docs.md +179 -0
- package/claude/commands/BMad/tasks/kb-mode-interaction.md +81 -0
- package/claude/commands/BMad/tasks/nfr-assess.md +349 -0
- package/claude/commands/BMad/tasks/qa-gate.md +167 -0
- package/claude/commands/BMad/tasks/review-story.md +320 -0
- package/claude/commands/BMad/tasks/risk-profile.md +359 -0
- package/claude/commands/BMad/tasks/shard-doc.md +191 -0
- package/claude/commands/BMad/tasks/test-design.md +180 -0
- package/claude/commands/BMad/tasks/trace-requirements.md +270 -0
- package/claude/commands/BMad/tasks/validate-next-story.md +140 -0
- package/claude/settings.local.json +20 -0
- package/github/b-mad-expert.md +742 -742
- package/github/chatmodes/analyst.chatmode.md +89 -89
- package/github/chatmodes/architect.chatmode.md +97 -97
- package/github/chatmodes/backend.chatmode.md +194 -194
- package/github/chatmodes/bmad-master.chatmode.md +115 -115
- package/github/chatmodes/bmad-orchestrator.chatmode.md +152 -152
- package/github/chatmodes/dev.chatmode.md +86 -86
- package/github/chatmodes/frontend.chatmode.md +157 -157
- package/github/chatmodes/pm.chatmode.md +89 -89
- package/github/chatmodes/po.chatmode.md +84 -84
- package/github/chatmodes/qa.chatmode.md +96 -96
- package/github/chatmodes/sm.chatmode.md +70 -70
- package/github/chatmodes/ux-expert.chatmode.md +74 -74
- package/index.js +9 -9
- package/package.json +37 -36
- package/vscode/mcp.json +11 -11
- 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]
|