@rdmind/rdmind 0.0.9-alpha.0 → 0.0.9-alpha.2

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 (106) hide show
  1. package/.knowledge/.ext/.bmad-core/agent-teams/team-all.yaml +15 -0
  2. package/.knowledge/.ext/.bmad-core/agent-teams/team-fullstack.yaml +19 -0
  3. package/.knowledge/.ext/.bmad-core/agent-teams/team-ide-minimal.yaml +11 -0
  4. package/.knowledge/.ext/.bmad-core/agent-teams/team-no-ui.yaml +14 -0
  5. package/.knowledge/.ext/.bmad-core/agents/analyst.md +84 -0
  6. package/.knowledge/.ext/.bmad-core/agents/architect.md +85 -0
  7. package/.knowledge/.ext/.bmad-core/agents/bmad-master.md +110 -0
  8. package/.knowledge/.ext/.bmad-core/agents/bmad-orchestrator.md +147 -0
  9. package/.knowledge/.ext/.bmad-core/agents/dev.md +81 -0
  10. package/.knowledge/.ext/.bmad-core/agents/pm.md +84 -0
  11. package/.knowledge/.ext/.bmad-core/agents/po.md +79 -0
  12. package/.knowledge/.ext/.bmad-core/agents/qa.md +90 -0
  13. package/.knowledge/.ext/.bmad-core/agents/ra.md +74 -0
  14. package/.knowledge/.ext/.bmad-core/agents/sm.md +65 -0
  15. package/.knowledge/.ext/.bmad-core/agents/ux-expert.md +69 -0
  16. package/.knowledge/.ext/.bmad-core/checklists/architect-checklist.md +440 -0
  17. package/.knowledge/.ext/.bmad-core/checklists/change-checklist.md +184 -0
  18. package/.knowledge/.ext/.bmad-core/checklists/pm-checklist.md +372 -0
  19. package/.knowledge/.ext/.bmad-core/checklists/po-master-checklist.md +434 -0
  20. package/.knowledge/.ext/.bmad-core/checklists/story-dod-checklist.md +96 -0
  21. package/.knowledge/.ext/.bmad-core/checklists/story-draft-checklist.md +155 -0
  22. package/.knowledge/.ext/.bmad-core/checklists/trd-checklist.md +226 -0
  23. package/.knowledge/.ext/.bmad-core/core-config.yaml +22 -0
  24. package/.knowledge/.ext/.bmad-core/data/bmad-kb.md +809 -0
  25. package/.knowledge/.ext/.bmad-core/data/brainstorming-techniques.md +38 -0
  26. package/.knowledge/.ext/.bmad-core/data/elicitation-methods.md +156 -0
  27. package/.knowledge/.ext/.bmad-core/data/technical-preferences.md +5 -0
  28. package/.knowledge/.ext/.bmad-core/data/test-levels-framework.md +148 -0
  29. package/.knowledge/.ext/.bmad-core/data/test-priorities-matrix.md +174 -0
  30. package/.knowledge/.ext/.bmad-core/enhanced-ide-development-workflow.md +248 -0
  31. package/.knowledge/.ext/.bmad-core/install-manifest.yaml +512 -0
  32. package/.knowledge/.ext/.bmad-core/tasks/advanced-elicitation.md +119 -0
  33. package/.knowledge/.ext/.bmad-core/tasks/analyze-prd.md +123 -0
  34. package/.knowledge/.ext/.bmad-core/tasks/apply-qa-fixes.md +150 -0
  35. package/.knowledge/.ext/.bmad-core/tasks/brownfield-create-epic.md +162 -0
  36. package/.knowledge/.ext/.bmad-core/tasks/brownfield-create-story.md +149 -0
  37. package/.knowledge/.ext/.bmad-core/tasks/correct-course.md +72 -0
  38. package/.knowledge/.ext/.bmad-core/tasks/create-brownfield-story.md +314 -0
  39. package/.knowledge/.ext/.bmad-core/tasks/create-deep-research-prompt.md +280 -0
  40. package/.knowledge/.ext/.bmad-core/tasks/create-doc.md +103 -0
  41. package/.knowledge/.ext/.bmad-core/tasks/create-next-story.md +114 -0
  42. package/.knowledge/.ext/.bmad-core/tasks/document-project.md +345 -0
  43. package/.knowledge/.ext/.bmad-core/tasks/execute-checklist.md +88 -0
  44. package/.knowledge/.ext/.bmad-core/tasks/facilitate-brainstorming-session.md +138 -0
  45. package/.knowledge/.ext/.bmad-core/tasks/generate-ai-frontend-prompt.md +53 -0
  46. package/.knowledge/.ext/.bmad-core/tasks/index-docs.md +175 -0
  47. package/.knowledge/.ext/.bmad-core/tasks/kb-mode-interaction.md +77 -0
  48. package/.knowledge/.ext/.bmad-core/tasks/nfr-assess.md +345 -0
  49. package/.knowledge/.ext/.bmad-core/tasks/qa-gate.md +163 -0
  50. package/.knowledge/.ext/.bmad-core/tasks/review-story.md +316 -0
  51. package/.knowledge/.ext/.bmad-core/tasks/risk-profile.md +355 -0
  52. package/.knowledge/.ext/.bmad-core/tasks/shard-doc.md +187 -0
  53. package/.knowledge/.ext/.bmad-core/tasks/test-design.md +176 -0
  54. package/.knowledge/.ext/.bmad-core/tasks/trace-requirements.md +266 -0
  55. package/.knowledge/.ext/.bmad-core/tasks/validate-next-story.md +136 -0
  56. package/.knowledge/.ext/.bmad-core/tasks/validate-trd.md +158 -0
  57. package/.knowledge/.ext/.bmad-core/templates/architecture-tmpl.yaml +651 -0
  58. package/.knowledge/.ext/.bmad-core/templates/brainstorming-output-tmpl.yaml +156 -0
  59. package/.knowledge/.ext/.bmad-core/templates/brownfield-architecture-tmpl.yaml +478 -0
  60. package/.knowledge/.ext/.bmad-core/templates/brownfield-prd-tmpl.yaml +281 -0
  61. package/.knowledge/.ext/.bmad-core/templates/competitor-analysis-tmpl.yaml +349 -0
  62. package/.knowledge/.ext/.bmad-core/templates/front-end-architecture-tmpl.yaml +273 -0
  63. package/.knowledge/.ext/.bmad-core/templates/front-end-spec-tmpl.yaml +360 -0
  64. package/.knowledge/.ext/.bmad-core/templates/fullstack-architecture-tmpl.yaml +947 -0
  65. package/.knowledge/.ext/.bmad-core/templates/market-research-tmpl.yaml +253 -0
  66. package/.knowledge/.ext/.bmad-core/templates/prd-tmpl.yaml +203 -0
  67. package/.knowledge/.ext/.bmad-core/templates/project-brief-tmpl.yaml +222 -0
  68. package/.knowledge/.ext/.bmad-core/templates/qa-gate-tmpl.yaml +103 -0
  69. package/.knowledge/.ext/.bmad-core/templates/story-tmpl.yaml +138 -0
  70. package/.knowledge/.ext/.bmad-core/templates/trd-tmpl.yaml +198 -0
  71. package/.knowledge/.ext/.bmad-core/user-guide.md +530 -0
  72. package/.knowledge/.ext/.bmad-core/utils/bmad-doc-template.md +327 -0
  73. package/.knowledge/.ext/.bmad-core/utils/workflow-management.md +71 -0
  74. package/.knowledge/.ext/.bmad-core/workflows/brownfield-fullstack.yaml +298 -0
  75. package/.knowledge/.ext/.bmad-core/workflows/brownfield-service.yaml +188 -0
  76. package/.knowledge/.ext/.bmad-core/workflows/brownfield-ui.yaml +198 -0
  77. package/.knowledge/.ext/.bmad-core/workflows/greenfield-fullstack.yaml +241 -0
  78. package/.knowledge/.ext/.bmad-core/workflows/greenfield-service.yaml +207 -0
  79. package/.knowledge/.ext/.bmad-core/workflows/greenfield-ui.yaml +236 -0
  80. package/.knowledge/.ext/.bmad-core/working-in-the-brownfield.md +606 -0
  81. package/.knowledge/.ext/coding/ddd-architecture.md +223 -0
  82. package/.knowledge/.ext/coding/java-standards.md +308 -0
  83. package/.knowledge/.ext/coding/mybatis-standards.md +407 -0
  84. package/.knowledge/.ext/coding/sql-standards.md +263 -0
  85. package/.knowledge/.ext/coding/thrift-service.md +292 -0
  86. package/.knowledge/BMAD.md +255 -0
  87. package/.knowledge/coding.md +135 -0
  88. package/dist/package.json +4 -3
  89. package/dist/src/generated/git-commit.d.ts +2 -2
  90. package/dist/src/generated/git-commit.js +2 -2
  91. package/dist/src/ui/components/Tips.js +1 -1
  92. package/dist/src/ui/components/Tips.js.map +1 -1
  93. package/dist/src/ui/hooks/usePhraseCycler.js +2 -2
  94. package/dist/src/ui/hooks/usePhraseCycler.js.map +1 -1
  95. package/dist/tsconfig.tsbuildinfo +1 -1
  96. package/package.json +4 -3
  97. package/template/sns-demo-app/src/main/java/com/xiaohongshu/sns/demo/app/.gitkeep +0 -0
  98. package/template/sns-demo-common/src/main/java/com/xiaohongshu/sns/demo/common/enums/.gitkeep +0 -0
  99. package/template/sns-demo-common/src/main/java/com/xiaohongshu/sns/demo/common/model/.gitkeep +0 -0
  100. package/template/sns-demo-domain/src/main/java/com/xiaohongshu/sns/demo/domain/facade/.gitkeep +0 -0
  101. package/template/sns-demo-domain/src/main/java/com/xiaohongshu/sns/demo/domain/gateway/.gitkeep +0 -0
  102. package/template/sns-demo-infrastructure/src/main/java/com/xiaohongshu/sns/demo/infrastructure/config/threadpool/.gitkeep +0 -0
  103. package/template/sns-demo-infrastructure/src/main/java/com/xiaohongshu/sns/demo/infrastructure/gatewayimpl/.gitkeep +0 -0
  104. package/template/sns-demo-infrastructure/src/main/resources/mapper/.gitkeep +0 -0
  105. package/template/sns-demo-start/src/main/java/com/xiaohongshu/sns/demo/start/config/.gitkeep +0 -0
  106. package/template/sns-demo-start/src/main/java/com/xiaohongshu/sns/demo/start/provider/.gitkeep +0 -0
@@ -0,0 +1,512 @@
1
+ version: 4.43.1
2
+ installed_at: '2025-09-10T03:45:19.191Z'
3
+ install_type: full
4
+ agent: null
5
+ ides_setup:
6
+ - cursor
7
+ - qwen-code
8
+ expansion_packs:
9
+ - bmad-creative-writing
10
+ - bmad-infrastructure-devops
11
+ files:
12
+ - path: .bmad-core/working-in-the-brownfield.md
13
+ hash: 07cc8eb6fc664bb8
14
+ modified: false
15
+ - path: .bmad-core/user-guide.md
16
+ hash: fa8776b4e0bfa3f7
17
+ modified: false
18
+ - path: .bmad-core/enhanced-ide-development-workflow.md
19
+ hash: 39beb3516c070e2b
20
+ modified: false
21
+ - path: .bmad-core/core-config.yaml
22
+ hash: 073cf6d2527c545d
23
+ modified: false
24
+ - path: .bmad-core/utils/workflow-management.md
25
+ hash: c2196880f2281f84
26
+ modified: false
27
+ - path: .bmad-core/utils/bmad-doc-template.md
28
+ hash: 34df6ead8b91abfc
29
+ modified: false
30
+ - path: .bmad-core/templates/story-tmpl.yaml
31
+ hash: 11e79b87ff700c8f
32
+ modified: false
33
+ - path: .bmad-core/templates/qa-gate-tmpl.yaml
34
+ hash: 80bd060708208984
35
+ modified: false
36
+ - path: .bmad-core/templates/project-brief-tmpl.yaml
37
+ hash: 31ba176a6ea087ab
38
+ modified: false
39
+ - path: .bmad-core/templates/prd-tmpl.yaml
40
+ hash: 963116f9ab9f4b70
41
+ modified: false
42
+ - path: .bmad-core/templates/market-research-tmpl.yaml
43
+ hash: ad46d980371caeed
44
+ modified: false
45
+ - path: .bmad-core/templates/fullstack-architecture-tmpl.yaml
46
+ hash: cb00c49c284dc7cb
47
+ modified: false
48
+ - path: .bmad-core/templates/front-end-spec-tmpl.yaml
49
+ hash: b1513524db76eeda
50
+ modified: false
51
+ - path: .bmad-core/templates/front-end-architecture-tmpl.yaml
52
+ hash: 413a2d9541cb0645
53
+ modified: false
54
+ - path: .bmad-core/templates/competitor-analysis-tmpl.yaml
55
+ hash: d0b263b0f9de8221
56
+ modified: false
57
+ - path: .bmad-core/templates/brownfield-prd-tmpl.yaml
58
+ hash: 5b89b783cd2cacdb
59
+ modified: false
60
+ - path: .bmad-core/templates/brownfield-architecture-tmpl.yaml
61
+ hash: ce6e86071a204d43
62
+ modified: false
63
+ - path: .bmad-core/templates/brainstorming-output-tmpl.yaml
64
+ hash: ba806c97165c8178
65
+ modified: false
66
+ - path: .bmad-core/templates/architecture-tmpl.yaml
67
+ hash: e66f63be1af30585
68
+ modified: false
69
+ - path: .bmad-core/workflows/greenfield-ui.yaml
70
+ hash: 2b595f235c095790
71
+ modified: false
72
+ - path: .bmad-core/workflows/greenfield-service.yaml
73
+ hash: 1ea8b8d218f8caef
74
+ modified: false
75
+ - path: .bmad-core/workflows/greenfield-fullstack.yaml
76
+ hash: df34e60ccfac2624
77
+ modified: false
78
+ - path: .bmad-core/workflows/brownfield-ui.yaml
79
+ hash: 8a8068093272d00f
80
+ modified: false
81
+ - path: .bmad-core/workflows/brownfield-service.yaml
82
+ hash: a3cd68897852876e
83
+ modified: false
84
+ - path: .bmad-core/workflows/brownfield-fullstack.yaml
85
+ hash: 9716ad5956a37037
86
+ modified: false
87
+ - path: .bmad-core/tasks/validate-next-story.md
88
+ hash: 75e84133d364d973
89
+ modified: false
90
+ - path: .bmad-core/tasks/trace-requirements.md
91
+ hash: cb3e06cc0b957948
92
+ modified: false
93
+ - path: .bmad-core/tasks/test-design.md
94
+ hash: bcd13a95d296ce22
95
+ modified: false
96
+ - path: .bmad-core/tasks/shard-doc.md
97
+ hash: a83c900f64ea3d4f
98
+ modified: false
99
+ - path: .bmad-core/tasks/risk-profile.md
100
+ hash: addf5d143cfe6f12
101
+ modified: false
102
+ - path: .bmad-core/tasks/review-story.md
103
+ hash: 5b981ff6f068ad21
104
+ modified: false
105
+ - path: .bmad-core/tasks/qa-gate.md
106
+ hash: 924f7bcc61306314
107
+ modified: false
108
+ - path: .bmad-core/tasks/nfr-assess.md
109
+ hash: 033dbd41bcb44eb4
110
+ modified: false
111
+ - path: .bmad-core/tasks/kb-mode-interaction.md
112
+ hash: 4d6b921c24ba4999
113
+ modified: false
114
+ - path: .bmad-core/tasks/index-docs.md
115
+ hash: 70b1d526b19d015e
116
+ modified: false
117
+ - path: .bmad-core/tasks/generate-ai-frontend-prompt.md
118
+ hash: ca4cabd824ea1b60
119
+ modified: false
120
+ - path: .bmad-core/tasks/facilitate-brainstorming-session.md
121
+ hash: 38594d876614e077
122
+ modified: false
123
+ - path: .bmad-core/tasks/execute-checklist.md
124
+ hash: 8a704b6f2bc52e12
125
+ modified: false
126
+ - path: .bmad-core/tasks/document-project.md
127
+ hash: 98f8790d20e83cf3
128
+ modified: false
129
+ - path: .bmad-core/tasks/create-next-story.md
130
+ hash: 99e5cc3237a9cffd
131
+ modified: false
132
+ - path: .bmad-core/tasks/create-doc.md
133
+ hash: 0a6aeba58cd7a3e4
134
+ modified: false
135
+ - path: .bmad-core/tasks/create-deep-research-prompt.md
136
+ hash: 6d05224a13df6047
137
+ modified: false
138
+ - path: .bmad-core/tasks/create-brownfield-story.md
139
+ hash: a70e435c8aafbf23
140
+ modified: false
141
+ - path: .bmad-core/tasks/correct-course.md
142
+ hash: 0e6d3227b1aac200
143
+ modified: false
144
+ - path: .bmad-core/tasks/brownfield-create-story.md
145
+ hash: 873dbf0760039028
146
+ modified: false
147
+ - path: .bmad-core/tasks/brownfield-create-epic.md
148
+ hash: 7b95c09793f16e1a
149
+ modified: false
150
+ - path: .bmad-core/tasks/apply-qa-fixes.md
151
+ hash: aa6fefc78e6d7f08
152
+ modified: false
153
+ - path: .bmad-core/tasks/advanced-elicitation.md
154
+ hash: d39118bf32237a21
155
+ modified: false
156
+ - path: .bmad-core/checklists/story-draft-checklist.md
157
+ hash: 0bc8a90678dba318
158
+ modified: false
159
+ - path: .bmad-core/checklists/story-dod-checklist.md
160
+ hash: df403478049b6958
161
+ modified: false
162
+ - path: .bmad-core/checklists/po-master-checklist.md
163
+ hash: c46c67e6bf61b70e
164
+ modified: false
165
+ - path: .bmad-core/checklists/pm-checklist.md
166
+ hash: b53f0270312713d2
167
+ modified: false
168
+ - path: .bmad-core/checklists/change-checklist.md
169
+ hash: fb2d071796c8f8b6
170
+ modified: false
171
+ - path: .bmad-core/checklists/architect-checklist.md
172
+ hash: 15ef7d01b0e31c3f
173
+ modified: false
174
+ - path: .bmad-core/data/test-priorities-matrix.md
175
+ hash: 1dd5698a46ab054e
176
+ modified: false
177
+ - path: .bmad-core/data/test-levels-framework.md
178
+ hash: f814f8efed0e96e1
179
+ modified: false
180
+ - path: .bmad-core/data/technical-preferences.md
181
+ hash: a829f3172a10b396
182
+ modified: false
183
+ - path: .bmad-core/data/elicitation-methods.md
184
+ hash: 8c3ca9b84c8784c9
185
+ modified: false
186
+ - path: .bmad-core/data/brainstorming-techniques.md
187
+ hash: 62b0bf50648906b0
188
+ modified: false
189
+ - path: .bmad-core/data/bmad-kb.md
190
+ hash: 1d38eeee61c55bf9
191
+ modified: false
192
+ - path: .bmad-core/agent-teams/team-no-ui.yaml
193
+ hash: 00cbffc4106cbe1e
194
+ modified: false
195
+ - path: .bmad-core/agent-teams/team-ide-minimal.yaml
196
+ hash: 424972103dfde87d
197
+ modified: false
198
+ - path: .bmad-core/agent-teams/team-fullstack.yaml
199
+ hash: 14c7a2d8bc7ceb6f
200
+ modified: false
201
+ - path: .bmad-core/agent-teams/team-all.yaml
202
+ hash: db5b0ff0a9c9c2e8
203
+ modified: false
204
+ - path: .bmad-core/agents/ux-expert.md
205
+ hash: a99c4d3c839db162
206
+ modified: false
207
+ - path: .bmad-core/agents/sm.md
208
+ hash: b72ae96e97959772
209
+ modified: false
210
+ - path: .bmad-core/agents/qa.md
211
+ hash: fac9822d33ced30b
212
+ modified: false
213
+ - path: .bmad-core/agents/po.md
214
+ hash: 49f7da900a12940d
215
+ modified: false
216
+ - path: .bmad-core/agents/pm.md
217
+ hash: f72074f1f1354871
218
+ modified: false
219
+ - path: .bmad-core/agents/dev.md
220
+ hash: 3e87f6291e5525ff
221
+ modified: false
222
+ - path: .bmad-core/agents/bmad-orchestrator.md
223
+ hash: 374701173ce61d73
224
+ modified: false
225
+ - path: .bmad-core/agents/bmad-master.md
226
+ hash: d344fb86fc65643c
227
+ modified: false
228
+ - path: .bmad-core/agents/architect.md
229
+ hash: 4e7b28055a522dea
230
+ modified: false
231
+ - path: .bmad-core/agents/analyst.md
232
+ hash: 4b50870da75956b0
233
+ modified: false
234
+ - path: .bmad-creative-writing/agents/world-builder.md
235
+ hash: 493b7b3198746bb2
236
+ modified: false
237
+ - path: .bmad-creative-writing/agents/plot-architect.md
238
+ hash: 92e921b4b4cccf50
239
+ modified: false
240
+ - path: .bmad-creative-writing/agents/narrative-designer.md
241
+ hash: 7a0ad6ef8de857fb
242
+ modified: false
243
+ - path: .bmad-creative-writing/agents/genre-specialist.md
244
+ hash: 57de4764eb2abc29
245
+ modified: false
246
+ - path: .bmad-creative-writing/agents/editor.md
247
+ hash: ede96fab10387e1c
248
+ modified: false
249
+ - path: .bmad-creative-writing/agents/dialog-specialist.md
250
+ hash: acddfdae5b4028f8
251
+ modified: false
252
+ - path: .bmad-creative-writing/agents/cover-designer.md
253
+ hash: cffad5cf2613b002
254
+ modified: false
255
+ - path: .bmad-creative-writing/agents/character-psychologist.md
256
+ hash: 50479a8c198fee90
257
+ modified: false
258
+ - path: .bmad-creative-writing/agents/book-critic.md
259
+ hash: 4cf77c217f1af47e
260
+ modified: false
261
+ - path: .bmad-creative-writing/agents/beta-reader.md
262
+ hash: 84176130a73756f9
263
+ modified: false
264
+ - path: .bmad-creative-writing/agent-teams/agent-team.yaml
265
+ hash: cf95ac2f45fea323
266
+ modified: false
267
+ - path: .bmad-creative-writing/templates/world-guide-tmpl.yaml
268
+ hash: 0c81af3b84db3705
269
+ modified: false
270
+ - path: .bmad-creative-writing/templates/story-outline-tmpl.yaml
271
+ hash: 9e649277ec400da0
272
+ modified: false
273
+ - path: .bmad-creative-writing/templates/scene-list-tmpl.yaml
274
+ hash: 17b5f97d97900c0d
275
+ modified: false
276
+ - path: .bmad-creative-writing/templates/premise-brief-tmpl.yaml
277
+ hash: dbf00a5b2dbaf5ed
278
+ modified: false
279
+ - path: .bmad-creative-writing/templates/cover-design-brief-tmpl.yaml
280
+ hash: 8def374d84c3e1f1
281
+ modified: false
282
+ - path: .bmad-creative-writing/templates/character-profile-tmpl.yaml
283
+ hash: 177c0f980ed11a31
284
+ modified: false
285
+ - path: .bmad-creative-writing/templates/chapter-draft-tmpl.yaml
286
+ hash: cafab42983a43ccb
287
+ modified: false
288
+ - path: .bmad-creative-writing/templates/beta-feedback-form.yaml
289
+ hash: 264968a1a926fd2f
290
+ modified: false
291
+ - path: .bmad-creative-writing/tasks/workshop-dialog.md
292
+ hash: e7a7c7063af5c574
293
+ modified: false
294
+ - path: .bmad-creative-writing/tasks/select-next-arc.md
295
+ hash: bc48fcbbc3340537
296
+ modified: false
297
+ - path: .bmad-creative-writing/tasks/quick-feedback.md
298
+ hash: 12654c9ae106b04b
299
+ modified: false
300
+ - path: .bmad-creative-writing/tasks/publish-chapter.md
301
+ hash: 0f3e4e93f735f247
302
+ modified: false
303
+ - path: .bmad-creative-writing/tasks/provide-feedback.md
304
+ hash: 77625350a0798809
305
+ modified: false
306
+ - path: .bmad-creative-writing/tasks/outline-scenes.md
307
+ hash: f121396027d1e31d
308
+ modified: false
309
+ - path: .bmad-creative-writing/tasks/incorporate-feedback.md
310
+ hash: 40bd8b3fd7882d86
311
+ modified: false
312
+ - path: .bmad-creative-writing/tasks/generate-scene-list.md
313
+ hash: 65bb513986a5e08c
314
+ modified: false
315
+ - path: .bmad-creative-writing/tasks/generate-cover-prompts.md
316
+ hash: a77ef72b9f9a746e
317
+ modified: false
318
+ - path: .bmad-creative-writing/tasks/generate-cover-brief.md
319
+ hash: 251956c82426c89b
320
+ modified: false
321
+ - path: .bmad-creative-writing/tasks/final-polish.md
322
+ hash: 5a58302760aab56e
323
+ modified: false
324
+ - path: .bmad-creative-writing/tasks/expand-synopsis.md
325
+ hash: 79feb988056318ee
326
+ modified: false
327
+ - path: .bmad-creative-writing/tasks/expand-premise.md
328
+ hash: 18345676a4a7476a
329
+ modified: false
330
+ - path: .bmad-creative-writing/tasks/execute-checklist.md
331
+ hash: 4731e849673a603d
332
+ modified: false
333
+ - path: .bmad-creative-writing/tasks/develop-character.md
334
+ hash: 188884e1f243025e
335
+ modified: false
336
+ - path: .bmad-creative-writing/tasks/critical-review.md
337
+ hash: e89d0f4f3c91de6a
338
+ modified: false
339
+ - path: .bmad-creative-writing/tasks/create-draft-section.md
340
+ hash: e21629924bc55ed1
341
+ modified: false
342
+ - path: .bmad-creative-writing/tasks/create-doc.md
343
+ hash: 0a6aeba58cd7a3e4
344
+ modified: false
345
+ - path: .bmad-creative-writing/tasks/character-depth-pass.md
346
+ hash: fe279095e994c5a4
347
+ modified: false
348
+ - path: .bmad-creative-writing/tasks/build-world.md
349
+ hash: ba4e7348fa956951
350
+ modified: false
351
+ - path: .bmad-creative-writing/tasks/brainstorm-premise.md
352
+ hash: 56b07c84c5cf9b42
353
+ modified: false
354
+ - path: .bmad-creative-writing/tasks/assemble-kdp-package.md
355
+ hash: d69cc3124c6916d5
356
+ modified: false
357
+ - path: .bmad-creative-writing/tasks/analyze-story-structure.md
358
+ hash: afbc911f7240ace5
359
+ modified: false
360
+ - path: .bmad-creative-writing/tasks/analyze-reader-feedback.md
361
+ hash: 62e50165bef69a7a
362
+ modified: false
363
+ - path: .bmad-creative-writing/tasks/advanced-elicitation.md
364
+ hash: d39118bf32237a21
365
+ modified: false
366
+ - path: .bmad-creative-writing/checklists/ya-appropriateness-checklist.md
367
+ hash: f605fc34857ea4ae
368
+ modified: false
369
+ - path: .bmad-creative-writing/checklists/world-building-continuity-checklist.md
370
+ hash: 753d7ca659c26b5d
371
+ modified: false
372
+ - path: .bmad-creative-writing/checklists/timeline-continuity-checklist.md
373
+ hash: 01e56e18bb4f1f1b
374
+ modified: false
375
+ - path: .bmad-creative-writing/checklists/thriller-pacing-stakes-checklist.md
376
+ hash: 2f69129573e9b10a
377
+ modified: false
378
+ - path: .bmad-creative-writing/checklists/steampunk-gadget-checklist.md
379
+ hash: 23e745a4aecdb3c4
380
+ modified: false
381
+ - path: .bmad-creative-writing/checklists/sensitivity-representation-checklist.md
382
+ hash: ae317aacb6ebafeb
383
+ modified: false
384
+ - path: >-
385
+ .bmad-creative-writing/checklists/scifi-technology-plausibility-checklist.md
386
+ hash: 34b00450080909d4
387
+ modified: false
388
+ - path: .bmad-creative-writing/checklists/scene-quality-checklist.md
389
+ hash: fc9685a6ff29c5a8
390
+ modified: false
391
+ - path: .bmad-creative-writing/checklists/romance-emotional-beats-checklist.md
392
+ hash: 6f4ef36a91007d89
393
+ modified: false
394
+ - path: .bmad-creative-writing/checklists/publication-readiness-checklist.md
395
+ hash: 2966b2a9e0daada9
396
+ modified: false
397
+ - path: .bmad-creative-writing/checklists/plot-structure-checklist.md
398
+ hash: 7f37be0069f54640
399
+ modified: false
400
+ - path: .bmad-creative-writing/checklists/orbital-mechanics-checklist.md
401
+ hash: b0fa8e54266fcf4c
402
+ modified: false
403
+ - path: .bmad-creative-writing/checklists/mystery-clue-trail-checklist.md
404
+ hash: 50e036bc09de214f
405
+ modified: false
406
+ - path: .bmad-creative-writing/checklists/marketing-copy-checklist.md
407
+ hash: 72fb668c37e9bd7b
408
+ modified: false
409
+ - path: .bmad-creative-writing/checklists/line-edit-quality-checklist.md
410
+ hash: af83209444eceaee
411
+ modified: false
412
+ - path: .bmad-creative-writing/checklists/kdp-cover-ready-checklist.md
413
+ hash: 7ca971bd4e5e5e27
414
+ modified: false
415
+ - path: .bmad-creative-writing/checklists/horror-suspense-checklist.md
416
+ hash: 95319bbb17d770bf
417
+ modified: false
418
+ - path: .bmad-creative-writing/checklists/historical-accuracy-checklist.md
419
+ hash: 98f7c552d3bd5b0e
420
+ modified: false
421
+ - path: .bmad-creative-writing/checklists/genre-tropes-checklist.md
422
+ hash: fcf6b358358b8f7c
423
+ modified: false
424
+ - path: .bmad-creative-writing/checklists/foreshadowing-payoff-checklist.md
425
+ hash: 75a737ba980c9a47
426
+ modified: false
427
+ - path: .bmad-creative-writing/checklists/fantasy-magic-system-checklist.md
428
+ hash: 7d0d235f1ac14fcf
429
+ modified: false
430
+ - path: .bmad-creative-writing/checklists/epic-poetry-meter-checklist.md
431
+ hash: 562f417a03304e00
432
+ modified: false
433
+ - path: .bmad-creative-writing/checklists/ebook-formatting-checklist.md
434
+ hash: cb18759d428ec3f1
435
+ modified: false
436
+ - path: .bmad-creative-writing/checklists/cyberpunk-aesthetic-checklist.md
437
+ hash: abed6d46fea5389d
438
+ modified: false
439
+ - path: .bmad-creative-writing/checklists/comedic-timing-checklist.md
440
+ hash: 4349d57a73d71c0c
441
+ modified: false
442
+ - path: .bmad-creative-writing/checklists/character-consistency-checklist.md
443
+ hash: dc080613da135494
444
+ modified: false
445
+ - path: .bmad-creative-writing/checklists/beta-feedback-closure-checklist.md
446
+ hash: 31ee50ddc0c84415
447
+ modified: false
448
+ - path: .bmad-creative-writing/workflows/short-story-creation.yaml
449
+ hash: dc69e1af88038387
450
+ modified: false
451
+ - path: .bmad-creative-writing/workflows/series-planning.yaml
452
+ hash: 907fab1088ab1e3c
453
+ modified: false
454
+ - path: .bmad-creative-writing/workflows/screenplay-development.yaml
455
+ hash: a775a99487d07e45
456
+ modified: false
457
+ - path: .bmad-creative-writing/workflows/novel-writing.yaml
458
+ hash: 65558b75cb1940f8
459
+ modified: false
460
+ - path: .bmad-creative-writing/workflows/novel-snowflake-workflow.yaml
461
+ hash: 8d74b9c97dec7c9d
462
+ modified: false
463
+ - path: .bmad-creative-writing/workflows/novel-serial-workflow.yaml
464
+ hash: 963b679fe4731f2c
465
+ modified: false
466
+ - path: .bmad-creative-writing/workflows/novel-greenfield-workflow.yaml
467
+ hash: 84a58a88195afa16
468
+ modified: false
469
+ - path: .bmad-creative-writing/workflows/book-cover-design-workflow.md
470
+ hash: 6951394062781d4c
471
+ modified: false
472
+ - path: .bmad-creative-writing/data/story-structures.md
473
+ hash: f811632dc6a55576
474
+ modified: false
475
+ - path: .bmad-creative-writing/data/bmad-kb.md
476
+ hash: b210278058c1f59a
477
+ modified: false
478
+ - path: .bmad-creative-writing/config.yaml
479
+ hash: aa98aea88c0eb3c0
480
+ modified: false
481
+ - path: .bmad-creative-writing/README.md
482
+ hash: 8c5daf4843b3bec7
483
+ modified: false
484
+ - path: .bmad-infrastructure-devops/agents/infra-devops-platform.md
485
+ hash: 0b7299d557f98934
486
+ modified: false
487
+ - path: >-
488
+ .bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.yaml
489
+ hash: 2b82fcf5276cb9f4
490
+ modified: false
491
+ - path: >-
492
+ .bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.yaml
493
+ hash: 022365b3a233fe86
494
+ modified: false
495
+ - path: .bmad-infrastructure-devops/tasks/validate-infrastructure.md
496
+ hash: 5407dc43d8c3b8fe
497
+ modified: false
498
+ - path: .bmad-infrastructure-devops/tasks/review-infrastructure.md
499
+ hash: 6cbe269f9e54dd41
500
+ modified: false
501
+ - path: .bmad-infrastructure-devops/checklists/infrastructure-checklist.md
502
+ hash: fa0d68176739b616
503
+ modified: false
504
+ - path: .bmad-infrastructure-devops/data/bmad-kb.md
505
+ hash: 99b7a22acdfe9c68
506
+ modified: false
507
+ - path: .bmad-infrastructure-devops/config.yaml
508
+ hash: 377501855792eeef
509
+ modified: false
510
+ - path: .bmad-infrastructure-devops/README.md
511
+ hash: bb81a20324b3ffd6
512
+ modified: false
@@ -0,0 +1,119 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
3
+ # Advanced Elicitation Task
4
+
5
+ ## Purpose
6
+
7
+ - Provide optional reflective and brainstorming actions to enhance content quality
8
+ - Enable deeper exploration of ideas through structured elicitation techniques
9
+ - Support iterative refinement through multiple analytical perspectives
10
+ - Usable during template-driven document creation or any chat conversation
11
+
12
+ ## Usage Scenarios
13
+
14
+ ### Scenario 1: Template Document Creation
15
+
16
+ After outputting a section during document creation:
17
+
18
+ 1. **Section Review**: Ask user to review the drafted section
19
+ 2. **Offer Elicitation**: Present 9 carefully selected elicitation methods
20
+ 3. **Simple Selection**: User types a number (0-8) to engage method, or 9 to proceed
21
+ 4. **Execute & Loop**: Apply selected method, then re-offer choices until user proceeds
22
+
23
+ ### Scenario 2: General Chat Elicitation
24
+
25
+ User can request advanced elicitation on any agent output:
26
+
27
+ - User says "do advanced elicitation" or similar
28
+ - Agent selects 9 relevant methods for the context
29
+ - Same simple 0-9 selection process
30
+
31
+ ## Task Instructions
32
+
33
+ ### 1. Intelligent Method Selection
34
+
35
+ **Context Analysis**: Before presenting options, analyze:
36
+
37
+ - **Content Type**: Technical specs, user stories, architecture, requirements, etc.
38
+ - **Complexity Level**: Simple, moderate, or complex content
39
+ - **Stakeholder Needs**: Who will use this information
40
+ - **Risk Level**: High-impact decisions vs routine items
41
+ - **Creative Potential**: Opportunities for innovation or alternatives
42
+
43
+ **Method Selection Strategy**:
44
+
45
+ 1. **Always Include Core Methods** (choose 3-4):
46
+ - Expand or Contract for Audience
47
+ - Critique and Refine
48
+ - Identify Potential Risks
49
+ - Assess Alignment with Goals
50
+
51
+ 2. **Context-Specific Methods** (choose 4-5):
52
+ - **Technical Content**: Tree of Thoughts, ReWOO, Meta-Prompting
53
+ - **User-Facing Content**: Agile Team Perspective, Stakeholder Roundtable
54
+ - **Creative Content**: Innovation Tournament, Escape Room Challenge
55
+ - **Strategic Content**: Red Team vs Blue Team, Hindsight Reflection
56
+
57
+ 3. **Always Include**: "Proceed / No Further Actions" as option 9
58
+
59
+ ### 2. Section Context and Review
60
+
61
+ When invoked after outputting a section:
62
+
63
+ 1. **Provide Context Summary**: Give a brief 1-2 sentence summary of what the user should look for in the section just presented
64
+
65
+ 2. **Explain Visual Elements**: If the section contains diagrams, explain them briefly before offering elicitation options
66
+
67
+ 3. **Clarify Scope Options**: If the section contains multiple distinct items, inform the user they can apply elicitation actions to:
68
+ - The entire section as a whole
69
+ - Individual items within the section (specify which item when selecting an action)
70
+
71
+ ### 3. Present Elicitation Options
72
+
73
+ **Review Request Process:**
74
+
75
+ - Ask the user to review the drafted section
76
+ - In the SAME message, inform them they can suggest direct changes OR select an elicitation method
77
+ - Present 9 intelligently selected methods (0-8) plus "Proceed" (9)
78
+ - Keep descriptions short - just the method name
79
+ - Await simple numeric selection
80
+
81
+ **Action List Presentation Format:**
82
+
83
+ ```text
84
+ **Advanced Elicitation Options**
85
+ Choose a number (0-8) or 9 to proceed:
86
+
87
+ 0. [Method Name]
88
+ 1. [Method Name]
89
+ 2. [Method Name]
90
+ 3. [Method Name]
91
+ 4. [Method Name]
92
+ 5. [Method Name]
93
+ 6. [Method Name]
94
+ 7. [Method Name]
95
+ 8. [Method Name]
96
+ 9. Proceed / No Further Actions
97
+ ```
98
+
99
+ **Response Handling:**
100
+
101
+ - **Numbers 0-8**: Execute the selected method, then re-offer the choice
102
+ - **Number 9**: Proceed to next section or continue conversation
103
+ - **Direct Feedback**: Apply user's suggested changes and continue
104
+
105
+ ### 4. Method Execution Framework
106
+
107
+ **Execution Process:**
108
+
109
+ 1. **Retrieve Method**: Access the specific elicitation method from the elicitation-methods data file
110
+ 2. **Apply Context**: Execute the method from your current role's perspective
111
+ 3. **Provide Results**: Deliver insights, critiques, or alternatives relevant to the content
112
+ 4. **Re-offer Choice**: Present the same 9 options again until user selects 9 or gives direct feedback
113
+
114
+ **Execution Guidelines:**
115
+
116
+ - **Be Concise**: Focus on actionable insights, not lengthy explanations
117
+ - **Stay Relevant**: Tie all elicitation back to the specific content being analyzed
118
+ - **Identify Personas**: For multi-persona methods, clearly identify which viewpoint is speaking
119
+ - **Maintain Flow**: Keep the process moving efficiently