ma-agents 3.0.1 → 3.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 (35) hide show
  1. package/.opencode/skills/.ma-agents.json +99 -99
  2. package/README.md +48 -2
  3. package/bin/cli.js +546 -2
  4. package/lib/bmad-extension/module-help.csv +8 -4
  5. package/lib/bmad-extension/skills/add-sprint/SKILL.md +126 -40
  6. package/lib/bmad-extension/skills/add-to-sprint/SKILL.md +116 -142
  7. package/lib/bmad-extension/skills/cleanup-done/.gitkeep +0 -0
  8. package/lib/bmad-extension/skills/cleanup-done/SKILL.md +159 -0
  9. package/lib/bmad-extension/skills/cleanup-done/bmad-skill-manifest.yaml +3 -0
  10. package/lib/bmad-extension/skills/create-bug-story/SKILL.md +75 -7
  11. package/lib/bmad-extension/skills/generate-backlog/SKILL.md +183 -0
  12. package/lib/bmad-extension/skills/generate-backlog/bmad-skill-manifest.yaml +3 -0
  13. package/lib/bmad-extension/skills/modify-sprint/SKILL.md +63 -0
  14. package/lib/bmad-extension/skills/prioritize-backlog/.gitkeep +0 -0
  15. package/lib/bmad-extension/skills/prioritize-backlog/SKILL.md +195 -0
  16. package/lib/bmad-extension/skills/prioritize-backlog/bmad-skill-manifest.yaml +3 -0
  17. package/lib/bmad-extension/skills/remove-from-sprint/.gitkeep +0 -0
  18. package/lib/bmad-extension/skills/remove-from-sprint/SKILL.md +163 -0
  19. package/lib/bmad-extension/skills/remove-from-sprint/bmad-skill-manifest.yaml +3 -0
  20. package/lib/bmad-extension/skills/sprint-status-view/SKILL.md +199 -138
  21. package/lib/bmad-extension/workflows/add-sprint/workflow.md +129 -39
  22. package/lib/bmad-extension/workflows/add-to-sprint/workflow.md +3 -205
  23. package/lib/bmad-extension/workflows/modify-sprint/workflow.md +5 -0
  24. package/lib/bmad-extension/workflows/sprint-status-view/workflow.md +3 -192
  25. package/lib/installer.js +109 -2
  26. package/lib/templates/project-context.template.md +1 -1
  27. package/package.json +2 -2
  28. package/test/cicd-remote-mode.test.js +224 -0
  29. package/test/config-layout.test.js +230 -0
  30. package/test/config-lost-on-update.test.js +363 -0
  31. package/test/config-storage.test.js +275 -0
  32. package/test/cross-repo-validation.test.js +201 -0
  33. package/test/generate-project-context.test.js +148 -2
  34. package/test/portable-paths.test.js +268 -0
  35. package/test/repo-layout.test.js +246 -0
@@ -8,233 +8,233 @@
8
8
  "skills": {
9
9
  "ai-audit-trail": {
10
10
  "version": "1.0.0",
11
- "installedAt": "2026-03-28T12:59:37.172Z",
12
- "updatedAt": "2026-03-28T12:59:37.172Z",
13
- "installerVersion": "3.0.0",
11
+ "installedAt": "2026-03-30T07:38:17.583Z",
12
+ "updatedAt": "2026-03-30T07:38:17.583Z",
13
+ "installerVersion": "3.0.1",
14
14
  "agentVersion": "1.0.0"
15
15
  },
16
16
  "auto-bug-detection": {
17
17
  "version": "1.0.0",
18
- "installedAt": "2026-03-28T12:59:37.365Z",
19
- "updatedAt": "2026-03-28T12:59:37.365Z",
20
- "installerVersion": "3.0.0",
18
+ "installedAt": "2026-03-30T07:38:17.827Z",
19
+ "updatedAt": "2026-03-30T07:38:17.827Z",
20
+ "installerVersion": "3.0.1",
21
21
  "agentVersion": "1.0.0"
22
22
  },
23
23
  "cmake-best-practices": {
24
24
  "version": "1.0.0",
25
- "installedAt": "2026-03-28T12:59:37.614Z",
26
- "updatedAt": "2026-03-28T12:59:37.614Z",
27
- "installerVersion": "3.0.0",
25
+ "installedAt": "2026-03-30T07:38:18.032Z",
26
+ "updatedAt": "2026-03-30T07:38:18.032Z",
27
+ "installerVersion": "3.0.1",
28
28
  "agentVersion": "1.0.0"
29
29
  },
30
30
  "code-documentation": {
31
31
  "version": "1.0.0",
32
- "installedAt": "2026-03-28T12:59:37.909Z",
33
- "updatedAt": "2026-03-28T12:59:37.909Z",
34
- "installerVersion": "3.0.0",
32
+ "installedAt": "2026-03-30T07:38:18.342Z",
33
+ "updatedAt": "2026-03-30T07:38:18.342Z",
34
+ "installerVersion": "3.0.1",
35
35
  "agentVersion": "1.0.0"
36
36
  },
37
37
  "code-review": {
38
38
  "version": "1.0.0",
39
- "installedAt": "2026-03-28T12:59:38.389Z",
40
- "updatedAt": "2026-03-28T12:59:38.389Z",
41
- "installerVersion": "3.0.0",
39
+ "installedAt": "2026-03-30T07:38:18.569Z",
40
+ "updatedAt": "2026-03-30T07:38:18.569Z",
41
+ "installerVersion": "3.0.1",
42
42
  "agentVersion": "1.0.0"
43
43
  },
44
44
  "commit-message": {
45
45
  "version": "1.0.0",
46
- "installedAt": "2026-03-28T12:59:38.636Z",
47
- "updatedAt": "2026-03-28T12:59:38.636Z",
48
- "installerVersion": "3.0.0",
46
+ "installedAt": "2026-03-30T07:38:18.880Z",
47
+ "updatedAt": "2026-03-30T07:38:18.880Z",
48
+ "installerVersion": "3.0.1",
49
49
  "agentVersion": "1.0.0"
50
50
  },
51
51
  "cpp-best-practices": {
52
52
  "version": "1.0.0",
53
- "installedAt": "2026-03-28T12:59:38.881Z",
54
- "updatedAt": "2026-03-28T12:59:38.881Z",
55
- "installerVersion": "3.0.0",
53
+ "installedAt": "2026-03-30T07:38:19.224Z",
54
+ "updatedAt": "2026-03-30T07:38:19.224Z",
55
+ "installerVersion": "3.0.1",
56
56
  "agentVersion": "1.0.0"
57
57
  },
58
58
  "cpp-concurrency-safety": {
59
59
  "version": "1.0.0",
60
- "installedAt": "2026-03-28T12:59:39.191Z",
61
- "updatedAt": "2026-03-28T12:59:39.191Z",
62
- "installerVersion": "3.0.0",
60
+ "installedAt": "2026-03-30T07:38:19.867Z",
61
+ "updatedAt": "2026-03-30T07:38:19.867Z",
62
+ "installerVersion": "3.0.1",
63
63
  "agentVersion": "1.0.0"
64
64
  },
65
65
  "cpp-const-correctness": {
66
66
  "version": "1.0.0",
67
- "installedAt": "2026-03-28T12:59:39.642Z",
68
- "updatedAt": "2026-03-28T12:59:39.642Z",
69
- "installerVersion": "3.0.0",
67
+ "installedAt": "2026-03-30T07:38:20.239Z",
68
+ "updatedAt": "2026-03-30T07:38:20.239Z",
69
+ "installerVersion": "3.0.1",
70
70
  "agentVersion": "1.0.0"
71
71
  },
72
72
  "cpp-memory-handling": {
73
73
  "version": "1.0.0",
74
- "installedAt": "2026-03-28T12:59:40.263Z",
75
- "updatedAt": "2026-03-28T12:59:40.263Z",
76
- "installerVersion": "3.0.0",
74
+ "installedAt": "2026-03-30T07:38:20.582Z",
75
+ "updatedAt": "2026-03-30T07:38:20.582Z",
76
+ "installerVersion": "3.0.1",
77
77
  "agentVersion": "1.0.0"
78
78
  },
79
79
  "cpp-modern-composition": {
80
80
  "version": "1.0.0",
81
- "installedAt": "2026-03-28T12:59:40.785Z",
82
- "updatedAt": "2026-03-28T12:59:40.785Z",
83
- "installerVersion": "3.0.0",
81
+ "installedAt": "2026-03-30T07:38:20.879Z",
82
+ "updatedAt": "2026-03-30T07:38:20.879Z",
83
+ "installerVersion": "3.0.1",
84
84
  "agentVersion": "1.0.0"
85
85
  },
86
86
  "cpp-robust-interfaces": {
87
87
  "version": "1.0.0",
88
- "installedAt": "2026-03-28T12:59:41.138Z",
89
- "updatedAt": "2026-03-28T12:59:41.138Z",
90
- "installerVersion": "3.0.0",
88
+ "installedAt": "2026-03-30T07:38:21.308Z",
89
+ "updatedAt": "2026-03-30T07:38:21.308Z",
90
+ "installerVersion": "3.0.1",
91
91
  "agentVersion": "1.0.0"
92
92
  },
93
93
  "create-hardened-docker-skill": {
94
94
  "version": "1.0.0",
95
- "installedAt": "2026-03-28T12:59:41.601Z",
96
- "updatedAt": "2026-03-28T12:59:41.601Z",
97
- "installerVersion": "3.0.0",
95
+ "installedAt": "2026-03-30T07:38:21.581Z",
96
+ "updatedAt": "2026-03-30T07:38:21.581Z",
97
+ "installerVersion": "3.0.1",
98
98
  "agentVersion": "1.0.0"
99
99
  },
100
100
  "csharp-best-practices": {
101
101
  "version": "1.0.0",
102
- "installedAt": "2026-03-28T12:59:41.901Z",
103
- "updatedAt": "2026-03-28T12:59:41.901Z",
104
- "installerVersion": "3.0.0",
102
+ "installedAt": "2026-03-30T07:38:21.837Z",
103
+ "updatedAt": "2026-03-30T07:38:21.837Z",
104
+ "installerVersion": "3.0.1",
105
105
  "agentVersion": "1.0.0"
106
106
  },
107
107
  "docker-hardening-verification": {
108
108
  "version": "1.0.0",
109
- "installedAt": "2026-03-28T12:59:42.156Z",
110
- "updatedAt": "2026-03-28T12:59:42.156Z",
111
- "installerVersion": "3.0.0",
109
+ "installedAt": "2026-03-30T07:38:22.129Z",
110
+ "updatedAt": "2026-03-30T07:38:22.129Z",
111
+ "installerVersion": "3.0.1",
112
112
  "agentVersion": "1.0.0"
113
113
  },
114
114
  "docker-image-signing": {
115
115
  "version": "1.0.0",
116
- "installedAt": "2026-03-28T12:59:42.486Z",
117
- "updatedAt": "2026-03-28T12:59:42.486Z",
118
- "installerVersion": "3.0.0",
116
+ "installedAt": "2026-03-30T07:38:22.408Z",
117
+ "updatedAt": "2026-03-30T07:38:22.408Z",
118
+ "installerVersion": "3.0.1",
119
119
  "agentVersion": "1.0.0"
120
120
  },
121
121
  "document-revision-history": {
122
122
  "version": "1.0.0",
123
- "installedAt": "2026-03-28T12:59:42.704Z",
124
- "updatedAt": "2026-03-28T12:59:42.704Z",
125
- "installerVersion": "3.0.0",
123
+ "installedAt": "2026-03-30T07:38:22.650Z",
124
+ "updatedAt": "2026-03-30T07:38:22.650Z",
125
+ "installerVersion": "3.0.1",
126
126
  "agentVersion": "1.0.0"
127
127
  },
128
128
  "git-workflow-skill": {
129
129
  "version": "2.1.0",
130
- "installedAt": "2026-03-28T12:59:43.187Z",
131
- "updatedAt": "2026-03-28T12:59:43.187Z",
132
- "installerVersion": "3.0.0",
130
+ "installedAt": "2026-03-30T07:38:22.986Z",
131
+ "updatedAt": "2026-03-30T07:38:22.986Z",
132
+ "installerVersion": "3.0.1",
133
133
  "agentVersion": "1.0.0"
134
134
  },
135
135
  "js-ts-dependency-mgmt": {
136
136
  "version": "1.0.0",
137
- "installedAt": "2026-03-28T12:59:43.520Z",
138
- "updatedAt": "2026-03-28T12:59:43.520Z",
139
- "installerVersion": "3.0.0",
137
+ "installedAt": "2026-03-30T07:38:23.345Z",
138
+ "updatedAt": "2026-03-30T07:38:23.345Z",
139
+ "installerVersion": "3.0.1",
140
140
  "agentVersion": "1.0.0"
141
141
  },
142
142
  "js-ts-security-skill": {
143
143
  "version": "1.0.0",
144
- "installedAt": "2026-03-28T12:59:43.851Z",
145
- "updatedAt": "2026-03-28T12:59:43.851Z",
146
- "installerVersion": "3.0.0",
144
+ "installedAt": "2026-03-30T07:38:23.737Z",
145
+ "updatedAt": "2026-03-30T07:38:23.737Z",
146
+ "installerVersion": "3.0.1",
147
147
  "agentVersion": "1.0.0"
148
148
  },
149
149
  "logging-best-practices": {
150
150
  "version": "1.0.0",
151
- "installedAt": "2026-03-28T12:59:44.278Z",
152
- "updatedAt": "2026-03-28T12:59:44.278Z",
153
- "installerVersion": "3.0.0",
151
+ "installedAt": "2026-03-30T07:38:24.232Z",
152
+ "updatedAt": "2026-03-30T07:38:24.232Z",
153
+ "installerVersion": "3.0.1",
154
154
  "agentVersion": "1.0.0"
155
155
  },
156
156
  "open-presentation": {
157
157
  "version": "1.0.0",
158
- "installedAt": "2026-03-28T12:59:44.759Z",
159
- "updatedAt": "2026-03-28T12:59:44.759Z",
160
- "installerVersion": "3.0.0",
158
+ "installedAt": "2026-03-30T07:38:24.567Z",
159
+ "updatedAt": "2026-03-30T07:38:24.567Z",
160
+ "installerVersion": "3.0.1",
161
161
  "agentVersion": "1.0.0"
162
162
  },
163
163
  "opentelemetry-best-practices": {
164
164
  "version": "1.0.0",
165
- "installedAt": "2026-03-28T12:59:45.608Z",
166
- "updatedAt": "2026-03-28T12:59:45.608Z",
167
- "installerVersion": "3.0.0",
165
+ "installedAt": "2026-03-30T07:38:24.856Z",
166
+ "updatedAt": "2026-03-30T07:38:24.856Z",
167
+ "installerVersion": "3.0.1",
168
168
  "agentVersion": "1.0.0"
169
169
  },
170
170
  "python-best-practices": {
171
171
  "version": "1.0.0",
172
- "installedAt": "2026-03-28T12:59:45.915Z",
173
- "updatedAt": "2026-03-28T12:59:45.915Z",
174
- "installerVersion": "3.0.0",
172
+ "installedAt": "2026-03-30T07:38:25.153Z",
173
+ "updatedAt": "2026-03-30T07:38:25.153Z",
174
+ "installerVersion": "3.0.1",
175
175
  "agentVersion": "1.0.0"
176
176
  },
177
177
  "python-dependency-mgmt": {
178
178
  "version": "1.0.0",
179
- "installedAt": "2026-03-28T12:59:46.563Z",
180
- "updatedAt": "2026-03-28T12:59:46.563Z",
181
- "installerVersion": "3.0.0",
179
+ "installedAt": "2026-03-30T07:38:25.410Z",
180
+ "updatedAt": "2026-03-30T07:38:25.410Z",
181
+ "installerVersion": "3.0.1",
182
182
  "agentVersion": "1.0.0"
183
183
  },
184
184
  "python-security-skill": {
185
185
  "version": "1.0.0",
186
- "installedAt": "2026-03-28T12:59:47.064Z",
187
- "updatedAt": "2026-03-28T12:59:47.064Z",
188
- "installerVersion": "3.0.0",
186
+ "installedAt": "2026-03-30T07:38:25.870Z",
187
+ "updatedAt": "2026-03-30T07:38:25.870Z",
188
+ "installerVersion": "3.0.1",
189
189
  "agentVersion": "1.0.0"
190
190
  },
191
191
  "self-signed-cert": {
192
192
  "version": "1.0.0",
193
- "installedAt": "2026-03-28T12:59:47.333Z",
194
- "updatedAt": "2026-03-28T12:59:47.333Z",
195
- "installerVersion": "3.0.0",
193
+ "installedAt": "2026-03-30T07:38:26.163Z",
194
+ "updatedAt": "2026-03-30T07:38:26.163Z",
195
+ "installerVersion": "3.0.1",
196
196
  "agentVersion": "1.0.0"
197
197
  },
198
198
  "skill-creator": {
199
199
  "version": "1.0.0",
200
- "installedAt": "2026-03-28T12:59:47.643Z",
201
- "updatedAt": "2026-03-28T12:59:47.643Z",
202
- "installerVersion": "3.0.0",
200
+ "installedAt": "2026-03-30T07:38:26.672Z",
201
+ "updatedAt": "2026-03-30T07:38:26.672Z",
202
+ "installerVersion": "3.0.1",
203
203
  "agentVersion": "1.0.0"
204
204
  },
205
205
  "story-status-lookup": {
206
206
  "version": "1.0.0",
207
- "installedAt": "2026-03-28T12:59:48.041Z",
208
- "updatedAt": "2026-03-28T12:59:48.041Z",
209
- "installerVersion": "3.0.0",
207
+ "installedAt": "2026-03-30T07:38:26.940Z",
208
+ "updatedAt": "2026-03-30T07:38:26.940Z",
209
+ "installerVersion": "3.0.1",
210
210
  "agentVersion": "1.0.0"
211
211
  },
212
212
  "test-accompanied-development": {
213
213
  "version": "1.0.0",
214
- "installedAt": "2026-03-28T12:59:48.284Z",
215
- "updatedAt": "2026-03-28T12:59:48.284Z",
216
- "installerVersion": "3.0.0",
214
+ "installedAt": "2026-03-30T07:38:27.207Z",
215
+ "updatedAt": "2026-03-30T07:38:27.207Z",
216
+ "installerVersion": "3.0.1",
217
217
  "agentVersion": "1.0.0"
218
218
  },
219
219
  "test-generator": {
220
220
  "version": "1.0.0",
221
- "installedAt": "2026-03-28T12:59:48.465Z",
222
- "updatedAt": "2026-03-28T12:59:48.465Z",
223
- "installerVersion": "3.0.0",
221
+ "installedAt": "2026-03-30T07:38:27.564Z",
222
+ "updatedAt": "2026-03-30T07:38:27.564Z",
223
+ "installerVersion": "3.0.1",
224
224
  "agentVersion": "1.0.0"
225
225
  },
226
226
  "vercel-react-best-practices": {
227
227
  "version": "1.0.0",
228
- "installedAt": "2026-03-28T12:59:48.870Z",
229
- "updatedAt": "2026-03-28T12:59:48.870Z",
230
- "installerVersion": "3.0.0",
228
+ "installedAt": "2026-03-30T07:38:27.860Z",
229
+ "updatedAt": "2026-03-30T07:38:27.860Z",
230
+ "installerVersion": "3.0.1",
231
231
  "agentVersion": "1.0.0"
232
232
  },
233
233
  "verify-hardened-docker-skill": {
234
234
  "version": "1.0.0",
235
- "installedAt": "2026-03-28T12:59:49.112Z",
236
- "updatedAt": "2026-03-28T12:59:49.112Z",
237
- "installerVersion": "3.0.0",
235
+ "installedAt": "2026-03-30T07:38:28.478Z",
236
+ "updatedAt": "2026-03-30T07:38:28.478Z",
237
+ "installerVersion": "3.0.1",
238
238
  "agentVersion": "1.0.0"
239
239
  }
240
240
  }
package/README.md CHANGED
@@ -60,7 +60,11 @@ The `_bmad-output/` folder is **intentionally tracked in version control** as pr
60
60
  `_bmad-output/` holds all AI-generated planning artifacts produced by BMAD agents:
61
61
 
62
62
  - **`planning-artifacts/`** — PRDs, architecture documents, UX designs
63
- - **`implementation-artifacts/`** — Epics, user stories, sprint status
63
+ - **`implementation-artifacts/`** — Epics, user stories, sprint status, backlog
64
+ - **`sprints/`** — Sprint entity YAML files (`sprint-{id}.yaml`)
65
+ - **`done/`** — Archived completed stories and bugs
66
+ - **`backlog.yaml`** — Flat prioritized backlog (generated)
67
+ - **`sprint-status.yaml`** — Sprint status (derived, auto-regenerated)
64
68
  - **`methodology/`** — BMAD-METHOD training materials and onboarding presentation
65
69
 
66
70
  ### Why it is version-controlled
@@ -117,7 +121,7 @@ The file is version-controlled as part of `_bmad-output/` project knowledge. Com
117
121
  | Joseph (MIL-STD-498) | `_bmad/skills/` | `generic` | `_bmad/bmm/agents/mil498.md` |
118
122
  | Antigravity | `_bmad/skills/` | `generic` | `_bmad/bmm/agents/antigravity.md` |
119
123
 
120
- ## Available Skills (28)
124
+ ## Available Skills (34)
121
125
 
122
126
  | Skill ID | Domain | Description |
123
127
  | :--- | :--- | :--- |
@@ -154,6 +158,13 @@ The file is version-controlled as part of `_bmad-output/` project knowledge. Com
154
158
  | `self-signed-cert` | Security | Automated Root CA and self-signed certificate generation |
155
159
  | `docker-image-signing` | Security | Automated cryptographic signing for Docker images |
156
160
  | `docker-hardening-verification` | Security | Audits images for least-privilege and OpenShift compatibility |
161
+ | **Sprint Management** | | |
162
+ | `add-sprint` | Agile | Create sprint entities with capacity, ISO dates, and structured YAML schema |
163
+ | `generate-backlog` | Agile | Generate or refresh a flat prioritized backlog from epics and bug stories |
164
+ | `add-to-sprint` | Agile | Assign backlog items to a sprint with capacity enforcement |
165
+ | `remove-from-sprint` | Agile | Remove items from a sprint and return to unassigned backlog |
166
+ | `cleanup-done` | Agile | Archive done items to `done/` and remove from sprint/backlog tracking |
167
+ | `prioritize-backlog` | Agile | Reprioritize backlog using severity, value, dependencies, and type |
157
168
 
158
169
  ## Automated Skill Discovery
159
170
 
@@ -242,6 +253,36 @@ The integration includes a suite of specialized playbooks:
242
253
  - **Security & Trust**: Vault secrets, certificate generation, and vulnerability scanning.
243
254
  - **Diagnostics**: Advanced health checks across K8s, Docker, and Podman.
244
255
 
256
+ #### Sprint Management (v3.1+)
257
+
258
+ `ma-agents` includes a complete sprint management system built on first-class YAML entities:
259
+
260
+ **Data Model:**
261
+ - **Sprint entities** at `sprints/sprint-{id}.yaml` — capacity, dates, assigned items, status lifecycle (`planning` -> `active` -> `closed`)
262
+ - **Flat backlog** at `backlog.yaml` — prioritized list of stories and bugs, independent of epic grouping
263
+ - **Bug lifecycle** — bugs are first-class backlog items with severity, type classification, and the same lifecycle as stories
264
+ - **Derived sprint-status.yaml** — auto-regenerated from backlog + sprint files (no manual maintenance)
265
+
266
+ **Workflows:**
267
+
268
+ | Command | Description |
269
+ |---------|-------------|
270
+ | `/add-sprint` | Create a sprint with capacity limits and optional ISO dates |
271
+ | `/generate-backlog` | Build or refresh the flat backlog from epics and bug files |
272
+ | `/add-to-sprint` | Assign backlog items to a sprint (dual-write: backlog + sprint file) |
273
+ | `/remove-from-sprint` | Return items from sprint to backlog (status preserved) |
274
+ | `/cleanup-done` | Archive completed items to `done/`, auto-close empty sprints |
275
+ | `/prioritize-backlog` | Reorder backlog — full, quick-adjust, or AI-suggested modes |
276
+ | `/sprint-status-view` | View sprint capacity, items, backlog, and regenerate sprint-status.yaml |
277
+ | `/create-bug-story` | Create a structured bug with severity, type, and automatic backlog entry |
278
+
279
+ **Key Design Principles:**
280
+ - **Dual-write consistency**: assigning/removing items updates both `backlog.yaml` and the sprint file atomically
281
+ - **Single-active sprint**: only one sprint can be `active` at a time
282
+ - **Done item archival**: completed work moves to `done/` subfolder, freeing sprint capacity
283
+ - **Priority is independent of epics**: stories from different epics interleave by priority, not epic order
284
+ - **Concurrency guards**: sprint files use `last_modified` timestamps to detect external modifications
285
+
245
286
  ### Install Options (Direct)
246
287
  ```bash
247
288
  # Default: installs to project-level paths (current directory)
@@ -436,6 +477,11 @@ ma-agents/
436
477
  │ ├── bmad.js # BMAD-METHOD integration and injection logic
437
478
  │ ├── bmad-cache/ # Pre-bundled BMAD external modules (bmb, cis, gds, tea)
438
479
  │ ├── bmad-customizations/ # BMAD persona templates (.md) and YAML configs
480
+ │ ├── bmad-extension/ # Extension module: sprint management, bug tracking, agent skills
481
+ │ │ ├── skills/ # SKILL.md packages (add-sprint, generate-backlog, etc.)
482
+ │ │ ├── workflows/ # Legacy workflow copies (redirects to SKILL.md)
483
+ │ │ ├── module.yaml # Extension module definition
484
+ │ │ └── module-help.csv # Skill registry with descriptions and output paths
439
485
  │ ├── bmad-workflows/ # Specialized BMAD playbooks (SRE, Cyber, etc.)
440
486
  │ └── mil498-templates/ # MIL-STD-498 DID library (SRS, SSS, SSDD, etc.)
441
487
  ├── scripts/