@posx/core 5.5.165 → 5.5.166
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/.bmad-core/agent-teams/team-all.yaml +14 -0
- package/.bmad-core/agent-teams/team-fullstack.yaml +18 -0
- package/.bmad-core/agent-teams/team-ide-minimal.yaml +10 -0
- package/.bmad-core/agent-teams/team-no-ui.yaml +13 -0
- package/.bmad-core/agents/analyst.md +81 -0
- package/.bmad-core/agents/architect.md +83 -0
- package/.bmad-core/agents/bmad-master.md +107 -0
- package/.bmad-core/agents/bmad-orchestrator.md +149 -0
- package/.bmad-core/agents/dev.md +75 -0
- package/.bmad-core/agents/pm.md +81 -0
- package/.bmad-core/agents/po.md +76 -0
- package/.bmad-core/agents/qa.md +69 -0
- package/.bmad-core/agents/sm.md +62 -0
- package/.bmad-core/agents/ux-expert.md +66 -0
- package/.bmad-core/bmad-core/user-guide.md +0 -0
- package/.bmad-core/checklists/architect-checklist.md +443 -0
- package/.bmad-core/checklists/change-checklist.md +182 -0
- package/.bmad-core/checklists/pm-checklist.md +375 -0
- package/.bmad-core/checklists/po-master-checklist.md +441 -0
- package/.bmad-core/checklists/story-dod-checklist.md +101 -0
- package/.bmad-core/checklists/story-draft-checklist.md +156 -0
- package/.bmad-core/core-config.yaml +20 -0
- package/.bmad-core/data/bmad-kb.md +813 -0
- package/.bmad-core/data/brainstorming-techniques.md +36 -0
- package/.bmad-core/data/elicitation-methods.md +154 -0
- package/.bmad-core/data/technical-preferences.md +3 -0
- package/.bmad-core/enhanced-ide-development-workflow.md +43 -0
- package/.bmad-core/install-manifest.yaml +207 -0
- package/.bmad-core/tasks/advanced-elicitation.md +119 -0
- package/.bmad-core/tasks/brownfield-create-epic.md +160 -0
- package/.bmad-core/tasks/brownfield-create-story.md +147 -0
- package/.bmad-core/tasks/correct-course.md +70 -0
- package/.bmad-core/tasks/create-brownfield-story.md +321 -0
- package/.bmad-core/tasks/create-deep-research-prompt.md +289 -0
- package/.bmad-core/tasks/create-doc.md +101 -0
- package/.bmad-core/tasks/create-next-story.md +112 -0
- package/.bmad-core/tasks/document-project.md +347 -0
- package/.bmad-core/tasks/execute-checklist.md +93 -0
- package/.bmad-core/tasks/facilitate-brainstorming-session.md +136 -0
- package/.bmad-core/tasks/generate-ai-frontend-prompt.md +51 -0
- package/.bmad-core/tasks/index-docs.md +178 -0
- package/.bmad-core/tasks/kb-mode-interaction.md +75 -0
- package/.bmad-core/tasks/review-story.md +162 -0
- package/.bmad-core/tasks/shard-doc.md +187 -0
- package/.bmad-core/tasks/validate-next-story.md +134 -0
- package/.bmad-core/templates/architecture-tmpl.yaml +650 -0
- package/.bmad-core/templates/brainstorming-output-tmpl.yaml +156 -0
- package/.bmad-core/templates/brownfield-architecture-tmpl.yaml +476 -0
- package/.bmad-core/templates/brownfield-prd-tmpl.yaml +280 -0
- package/.bmad-core/templates/competitor-analysis-tmpl.yaml +293 -0
- package/.bmad-core/templates/front-end-architecture-tmpl.yaml +206 -0
- package/.bmad-core/templates/front-end-spec-tmpl.yaml +349 -0
- package/.bmad-core/templates/fullstack-architecture-tmpl.yaml +805 -0
- package/.bmad-core/templates/market-research-tmpl.yaml +252 -0
- package/.bmad-core/templates/prd-tmpl.yaml +202 -0
- package/.bmad-core/templates/project-brief-tmpl.yaml +221 -0
- package/.bmad-core/templates/story-tmpl.yaml +137 -0
- package/.bmad-core/user-guide.md +251 -0
- package/.bmad-core/utils/bmad-doc-template.md +325 -0
- package/.bmad-core/utils/workflow-management.md +69 -0
- package/.bmad-core/workflows/brownfield-fullstack.yaml +297 -0
- package/.bmad-core/workflows/brownfield-service.yaml +187 -0
- package/.bmad-core/workflows/brownfield-ui.yaml +197 -0
- package/.bmad-core/workflows/greenfield-fullstack.yaml +240 -0
- package/.bmad-core/workflows/greenfield-service.yaml +206 -0
- package/.bmad-core/workflows/greenfield-ui.yaml +235 -0
- package/.bmad-core/working-in-the-brownfield.md +364 -0
- package/.claude/commands/BMad/agents/analyst.md +85 -0
- package/.claude/commands/BMad/agents/architect.md +87 -0
- package/.claude/commands/BMad/agents/bmad-master.md +111 -0
- package/.claude/commands/BMad/agents/bmad-orchestrator.md +153 -0
- package/.claude/commands/BMad/agents/dev.md +79 -0
- package/.claude/commands/BMad/agents/pm.md +85 -0
- package/.claude/commands/BMad/agents/po.md +80 -0
- package/.claude/commands/BMad/agents/qa.md +73 -0
- package/.claude/commands/BMad/agents/sm.md +66 -0
- package/.claude/commands/BMad/agents/ux-expert.md +70 -0
- package/.claude/commands/BMad/tasks/advanced-elicitation.md +123 -0
- package/.claude/commands/BMad/tasks/brownfield-create-epic.md +164 -0
- package/.claude/commands/BMad/tasks/brownfield-create-story.md +151 -0
- package/.claude/commands/BMad/tasks/correct-course.md +74 -0
- package/.claude/commands/BMad/tasks/create-brownfield-story.md +325 -0
- package/.claude/commands/BMad/tasks/create-deep-research-prompt.md +293 -0
- package/.claude/commands/BMad/tasks/create-doc.md +105 -0
- package/.claude/commands/BMad/tasks/create-next-story.md +116 -0
- package/.claude/commands/BMad/tasks/document-project.md +351 -0
- package/.claude/commands/BMad/tasks/execute-checklist.md +97 -0
- package/.claude/commands/BMad/tasks/facilitate-brainstorming-session.md +140 -0
- package/.claude/commands/BMad/tasks/generate-ai-frontend-prompt.md +55 -0
- package/.claude/commands/BMad/tasks/index-docs.md +182 -0
- package/.claude/commands/BMad/tasks/kb-mode-interaction.md +79 -0
- package/.claude/commands/BMad/tasks/review-story.md +166 -0
- package/.claude/commands/BMad/tasks/shard-doc.md +191 -0
- package/.claude/commands/BMad/tasks/validate-next-story.md +138 -0
- package/.cursor/rules/analyst.mdc +95 -0
- package/.cursor/rules/architect.mdc +97 -0
- package/.cursor/rules/bmad-master.mdc +121 -0
- package/.cursor/rules/bmad-orchestrator.mdc +163 -0
- package/.cursor/rules/dev.mdc +89 -0
- package/.cursor/rules/pm.mdc +95 -0
- package/.cursor/rules/po.mdc +90 -0
- package/.cursor/rules/qa.mdc +83 -0
- package/.cursor/rules/sm.mdc +76 -0
- package/.cursor/rules/ux-expert.mdc +80 -0
- package/build/index.js +1 -1
- package/package.json +1 -1
- package/package.publish.json +1 -1
- package/web-bundles/agents/analyst.txt +2882 -0
- package/web-bundles/agents/architect.txt +3543 -0
- package/web-bundles/agents/bmad-master.txt +8756 -0
- package/web-bundles/agents/bmad-orchestrator.txt +1490 -0
- package/web-bundles/agents/dev.txt +428 -0
- package/web-bundles/agents/pm.txt +2229 -0
- package/web-bundles/agents/po.txt +1364 -0
- package/web-bundles/agents/qa.txt +386 -0
- package/web-bundles/agents/sm.txt +668 -0
- package/web-bundles/agents/ux-expert.txt +701 -0
- package/web-bundles/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.txt +2408 -0
- package/web-bundles/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.txt +1631 -0
- package/web-bundles/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.txt +822 -0
- package/web-bundles/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +10989 -0
- package/web-bundles/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.txt +4047 -0
- package/web-bundles/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.txt +3744 -0
- package/web-bundles/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.txt +465 -0
- package/web-bundles/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.txt +990 -0
- package/web-bundles/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +15467 -0
- package/web-bundles/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.txt +2077 -0
- package/web-bundles/teams/team-all.txt +11062 -0
- package/web-bundles/teams/team-fullstack.txt +10392 -0
- package/web-bundles/teams/team-ide-minimal.txt +3507 -0
- package/web-bundles/teams/team-no-ui.txt +8951 -0
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# Brainstorming Techniques Data
|
|
2
|
+
|
|
3
|
+
## Creative Expansion
|
|
4
|
+
|
|
5
|
+
1. **What If Scenarios**: Ask one provocative question, get their response, then ask another
|
|
6
|
+
2. **Analogical Thinking**: Give one example analogy, ask them to find 2-3 more
|
|
7
|
+
3. **Reversal/Inversion**: Pose the reverse question, let them work through it
|
|
8
|
+
4. **First Principles Thinking**: Ask "What are the fundamentals?" and guide them to break it down
|
|
9
|
+
|
|
10
|
+
## Structured Frameworks
|
|
11
|
+
|
|
12
|
+
5. **SCAMPER Method**: Go through one letter at a time, wait for their ideas before moving to next
|
|
13
|
+
6. **Six Thinking Hats**: Present one hat, ask for their thoughts, then move to next hat
|
|
14
|
+
7. **Mind Mapping**: Start with central concept, ask them to suggest branches
|
|
15
|
+
|
|
16
|
+
## Collaborative Techniques
|
|
17
|
+
|
|
18
|
+
8. **"Yes, And..." Building**: They give idea, you "yes and" it, they "yes and" back - alternate
|
|
19
|
+
9. **Brainwriting/Round Robin**: They suggest idea, you build on it, ask them to build on yours
|
|
20
|
+
10. **Random Stimulation**: Give one random prompt/word, ask them to make connections
|
|
21
|
+
|
|
22
|
+
## Deep Exploration
|
|
23
|
+
|
|
24
|
+
11. **Five Whys**: Ask "why" and wait for their answer before asking next "why"
|
|
25
|
+
12. **Morphological Analysis**: Ask them to list parameters first, then explore combinations together
|
|
26
|
+
13. **Provocation Technique (PO)**: Give one provocative statement, ask them to extract useful ideas
|
|
27
|
+
|
|
28
|
+
## Advanced Techniques
|
|
29
|
+
|
|
30
|
+
14. **Forced Relationships**: Connect two unrelated concepts and ask them to find the bridge
|
|
31
|
+
15. **Assumption Reversal**: Challenge their core assumptions and ask them to build from there
|
|
32
|
+
16. **Role Playing**: Ask them to brainstorm from different stakeholder perspectives
|
|
33
|
+
17. **Time Shifting**: "How would you solve this in 1995? 2030?"
|
|
34
|
+
18. **Resource Constraints**: "What if you had only $10 and 1 hour?"
|
|
35
|
+
19. **Metaphor Mapping**: Use extended metaphors to explore solutions
|
|
36
|
+
20. **Question Storming**: Generate questions instead of answers first
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
# Elicitation Methods Data
|
|
2
|
+
|
|
3
|
+
## Core Reflective Methods
|
|
4
|
+
|
|
5
|
+
**Expand or Contract for Audience**
|
|
6
|
+
|
|
7
|
+
- Ask whether to 'expand' (add detail, elaborate) or 'contract' (simplify, clarify)
|
|
8
|
+
- Identify specific target audience if relevant
|
|
9
|
+
- Tailor content complexity and depth accordingly
|
|
10
|
+
|
|
11
|
+
**Explain Reasoning (CoT Step-by-Step)**
|
|
12
|
+
|
|
13
|
+
- Walk through the step-by-step thinking process
|
|
14
|
+
- Reveal underlying assumptions and decision points
|
|
15
|
+
- Show how conclusions were reached from current role's perspective
|
|
16
|
+
|
|
17
|
+
**Critique and Refine**
|
|
18
|
+
|
|
19
|
+
- Review output for flaws, inconsistencies, or improvement areas
|
|
20
|
+
- Identify specific weaknesses from role's expertise
|
|
21
|
+
- Suggest refined version reflecting domain knowledge
|
|
22
|
+
|
|
23
|
+
## Structural Analysis Methods
|
|
24
|
+
|
|
25
|
+
**Analyze Logical Flow and Dependencies**
|
|
26
|
+
|
|
27
|
+
- Examine content structure for logical progression
|
|
28
|
+
- Check internal consistency and coherence
|
|
29
|
+
- Identify and validate dependencies between elements
|
|
30
|
+
- Confirm effective ordering and sequencing
|
|
31
|
+
|
|
32
|
+
**Assess Alignment with Overall Goals**
|
|
33
|
+
|
|
34
|
+
- Evaluate content contribution to stated objectives
|
|
35
|
+
- Identify any misalignments or gaps
|
|
36
|
+
- Interpret alignment from specific role's perspective
|
|
37
|
+
- Suggest adjustments to better serve goals
|
|
38
|
+
|
|
39
|
+
## Risk and Challenge Methods
|
|
40
|
+
|
|
41
|
+
**Identify Potential Risks and Unforeseen Issues**
|
|
42
|
+
|
|
43
|
+
- Brainstorm potential risks from role's expertise
|
|
44
|
+
- Identify overlooked edge cases or scenarios
|
|
45
|
+
- Anticipate unintended consequences
|
|
46
|
+
- Highlight implementation challenges
|
|
47
|
+
|
|
48
|
+
**Challenge from Critical Perspective**
|
|
49
|
+
|
|
50
|
+
- Adopt critical stance on current content
|
|
51
|
+
- Play devil's advocate from specified viewpoint
|
|
52
|
+
- Argue against proposal highlighting weaknesses
|
|
53
|
+
- Apply YAGNI principles when appropriate (scope trimming)
|
|
54
|
+
|
|
55
|
+
## Creative Exploration Methods
|
|
56
|
+
|
|
57
|
+
**Tree of Thoughts Deep Dive**
|
|
58
|
+
|
|
59
|
+
- Break problem into discrete "thoughts" or intermediate steps
|
|
60
|
+
- Explore multiple reasoning paths simultaneously
|
|
61
|
+
- Use self-evaluation to classify each path as "sure", "likely", or "impossible"
|
|
62
|
+
- Apply search algorithms (BFS/DFS) to find optimal solution paths
|
|
63
|
+
|
|
64
|
+
**Hindsight is 20/20: The 'If Only...' Reflection**
|
|
65
|
+
|
|
66
|
+
- Imagine retrospective scenario based on current content
|
|
67
|
+
- Identify the one "if only we had known/done X..." insight
|
|
68
|
+
- Describe imagined consequences humorously or dramatically
|
|
69
|
+
- Extract actionable learnings for current context
|
|
70
|
+
|
|
71
|
+
## Multi-Persona Collaboration Methods
|
|
72
|
+
|
|
73
|
+
**Agile Team Perspective Shift**
|
|
74
|
+
|
|
75
|
+
- Rotate through different Scrum team member viewpoints
|
|
76
|
+
- Product Owner: Focus on user value and business impact
|
|
77
|
+
- Scrum Master: Examine process flow and team dynamics
|
|
78
|
+
- Developer: Assess technical implementation and complexity
|
|
79
|
+
- QA: Identify testing scenarios and quality concerns
|
|
80
|
+
|
|
81
|
+
**Stakeholder Round Table**
|
|
82
|
+
|
|
83
|
+
- Convene virtual meeting with multiple personas
|
|
84
|
+
- Each persona contributes unique perspective on content
|
|
85
|
+
- Identify conflicts and synergies between viewpoints
|
|
86
|
+
- Synthesize insights into actionable recommendations
|
|
87
|
+
|
|
88
|
+
**Meta-Prompting Analysis**
|
|
89
|
+
|
|
90
|
+
- Step back to analyze the structure and logic of current approach
|
|
91
|
+
- Question the format and methodology being used
|
|
92
|
+
- Suggest alternative frameworks or mental models
|
|
93
|
+
- Optimize the elicitation process itself
|
|
94
|
+
|
|
95
|
+
## Advanced 2025 Techniques
|
|
96
|
+
|
|
97
|
+
**Self-Consistency Validation**
|
|
98
|
+
|
|
99
|
+
- Generate multiple reasoning paths for same problem
|
|
100
|
+
- Compare consistency across different approaches
|
|
101
|
+
- Identify most reliable and robust solution
|
|
102
|
+
- Highlight areas where approaches diverge and why
|
|
103
|
+
|
|
104
|
+
**ReWOO (Reasoning Without Observation)**
|
|
105
|
+
|
|
106
|
+
- Separate parametric reasoning from tool-based actions
|
|
107
|
+
- Create reasoning plan without external dependencies
|
|
108
|
+
- Identify what can be solved through pure reasoning
|
|
109
|
+
- Optimize for efficiency and reduced token usage
|
|
110
|
+
|
|
111
|
+
**Persona-Pattern Hybrid**
|
|
112
|
+
|
|
113
|
+
- Combine specific role expertise with elicitation pattern
|
|
114
|
+
- Architect + Risk Analysis: Deep technical risk assessment
|
|
115
|
+
- UX Expert + User Journey: End-to-end experience critique
|
|
116
|
+
- PM + Stakeholder Analysis: Multi-perspective impact review
|
|
117
|
+
|
|
118
|
+
**Emergent Collaboration Discovery**
|
|
119
|
+
|
|
120
|
+
- Allow multiple perspectives to naturally emerge
|
|
121
|
+
- Identify unexpected insights from persona interactions
|
|
122
|
+
- Explore novel combinations of viewpoints
|
|
123
|
+
- Capture serendipitous discoveries from multi-agent thinking
|
|
124
|
+
|
|
125
|
+
## Game-Based Elicitation Methods
|
|
126
|
+
|
|
127
|
+
**Red Team vs Blue Team**
|
|
128
|
+
|
|
129
|
+
- Red Team: Attack the proposal, find vulnerabilities
|
|
130
|
+
- Blue Team: Defend and strengthen the approach
|
|
131
|
+
- Competitive analysis reveals blind spots
|
|
132
|
+
- Results in more robust, battle-tested solutions
|
|
133
|
+
|
|
134
|
+
**Innovation Tournament**
|
|
135
|
+
|
|
136
|
+
- Pit multiple alternative approaches against each other
|
|
137
|
+
- Score each approach across different criteria
|
|
138
|
+
- Crowd-source evaluation from different personas
|
|
139
|
+
- Identify winning combination of features
|
|
140
|
+
|
|
141
|
+
**Escape Room Challenge**
|
|
142
|
+
|
|
143
|
+
- Present content as constraints to work within
|
|
144
|
+
- Find creative solutions within tight limitations
|
|
145
|
+
- Identify minimum viable approach
|
|
146
|
+
- Discover innovative workarounds and optimizations
|
|
147
|
+
|
|
148
|
+
## Process Control
|
|
149
|
+
|
|
150
|
+
**Proceed / No Further Actions**
|
|
151
|
+
|
|
152
|
+
- Acknowledge choice to finalize current work
|
|
153
|
+
- Accept output as-is or move to next step
|
|
154
|
+
- Prepare to continue without additional elicitation
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# Enhanced Development Workflow
|
|
2
|
+
|
|
3
|
+
This is a simple step-by-step guide to help you efficiently manage your development workflow using the BMad Method. Refer to the **[<ins>User Guide</ins>](user-guide.md)** for any scenario that is not covered here.
|
|
4
|
+
|
|
5
|
+
## Create new Branch
|
|
6
|
+
|
|
7
|
+
1. **Start new branch**
|
|
8
|
+
|
|
9
|
+
## Story Creation (Scrum Master)
|
|
10
|
+
|
|
11
|
+
1. **Start new chat/conversation**
|
|
12
|
+
2. **Load SM agent**
|
|
13
|
+
3. **Execute**: `*draft` (runs create-next-story task)
|
|
14
|
+
4. **Review generated story** in `docs/stories/`
|
|
15
|
+
5. **Update status**: Change from "Draft" to "Approved"
|
|
16
|
+
|
|
17
|
+
## Story Implementation (Developer)
|
|
18
|
+
|
|
19
|
+
1. **Start new chat/conversation**
|
|
20
|
+
2. **Load Dev agent**
|
|
21
|
+
3. **Execute**: `*develop-story {selected-story}` (runs execute-checklist task)
|
|
22
|
+
4. **Review generated report** in `{selected-story}`
|
|
23
|
+
|
|
24
|
+
## Story Review (Quality Assurance)
|
|
25
|
+
|
|
26
|
+
1. **Start new chat/conversation**
|
|
27
|
+
2. **Load QA agent**
|
|
28
|
+
3. **Execute**: `*review {selected-story}` (runs review-story task)
|
|
29
|
+
4. **Review generated report** in `{selected-story}`
|
|
30
|
+
|
|
31
|
+
## Commit Changes and Push
|
|
32
|
+
|
|
33
|
+
1. **Commit changes**
|
|
34
|
+
2. **Push to remote**
|
|
35
|
+
|
|
36
|
+
## Repeat Until Complete
|
|
37
|
+
|
|
38
|
+
- **SM**: Create next story → Review → Approve
|
|
39
|
+
- **Dev**: Implement story → Complete → Mark Ready for Review
|
|
40
|
+
- **QA**: Review story → Mark done
|
|
41
|
+
- **Commit**: All changes
|
|
42
|
+
- **Push**: To remote
|
|
43
|
+
- **Continue**: Until all features implemented
|
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
version: 4.32.0
|
|
2
|
+
installed_at: '2025-07-28T00:03:27.705Z'
|
|
3
|
+
install_type: full
|
|
4
|
+
agent: null
|
|
5
|
+
ides_setup:
|
|
6
|
+
- cursor
|
|
7
|
+
- claude-code
|
|
8
|
+
expansion_packs: []
|
|
9
|
+
files:
|
|
10
|
+
- path: .bmad-core/working-in-the-brownfield.md
|
|
11
|
+
hash: 6009c2da0fd375da
|
|
12
|
+
modified: false
|
|
13
|
+
- path: .bmad-core/user-guide.md
|
|
14
|
+
hash: a816f42bb2a1a405
|
|
15
|
+
modified: false
|
|
16
|
+
- path: .bmad-core/enhanced-ide-development-workflow.md
|
|
17
|
+
hash: 3c3a2383d7772089
|
|
18
|
+
modified: false
|
|
19
|
+
- path: .bmad-core/core-config.yaml
|
|
20
|
+
hash: a7d1007020c0702f
|
|
21
|
+
modified: false
|
|
22
|
+
- path: .bmad-core/workflows/greenfield-ui.yaml
|
|
23
|
+
hash: 1317dedfc4609a87
|
|
24
|
+
modified: false
|
|
25
|
+
- path: .bmad-core/workflows/greenfield-service.yaml
|
|
26
|
+
hash: 64a32ede2aa02ec6
|
|
27
|
+
modified: false
|
|
28
|
+
- path: .bmad-core/workflows/greenfield-fullstack.yaml
|
|
29
|
+
hash: f6f399871f78450f
|
|
30
|
+
modified: false
|
|
31
|
+
- path: .bmad-core/workflows/brownfield-ui.yaml
|
|
32
|
+
hash: 675a533e0c6b4285
|
|
33
|
+
modified: false
|
|
34
|
+
- path: .bmad-core/workflows/brownfield-service.yaml
|
|
35
|
+
hash: cb65b32c82edf897
|
|
36
|
+
modified: false
|
|
37
|
+
- path: .bmad-core/workflows/brownfield-fullstack.yaml
|
|
38
|
+
hash: 43aee996cfa1f75a
|
|
39
|
+
modified: false
|
|
40
|
+
- path: .bmad-core/utils/workflow-management.md
|
|
41
|
+
hash: b148df3ebb1f9c61
|
|
42
|
+
modified: false
|
|
43
|
+
- path: .bmad-core/utils/bmad-doc-template.md
|
|
44
|
+
hash: 4b2f7c4408835b9e
|
|
45
|
+
modified: false
|
|
46
|
+
- path: .bmad-core/templates/story-tmpl.yaml
|
|
47
|
+
hash: dee630bee4fcaad3
|
|
48
|
+
modified: false
|
|
49
|
+
- path: .bmad-core/templates/project-brief-tmpl.yaml
|
|
50
|
+
hash: cd4b269b0722c361
|
|
51
|
+
modified: false
|
|
52
|
+
- path: .bmad-core/templates/prd-tmpl.yaml
|
|
53
|
+
hash: 2b082af71b872d2d
|
|
54
|
+
modified: false
|
|
55
|
+
- path: .bmad-core/templates/market-research-tmpl.yaml
|
|
56
|
+
hash: 949ab9c006cfaf6f
|
|
57
|
+
modified: false
|
|
58
|
+
- path: .bmad-core/templates/fullstack-architecture-tmpl.yaml
|
|
59
|
+
hash: ef0aea75ac4946ee
|
|
60
|
+
modified: false
|
|
61
|
+
- path: .bmad-core/templates/front-end-spec-tmpl.yaml
|
|
62
|
+
hash: ceb07429c009df27
|
|
63
|
+
modified: false
|
|
64
|
+
- path: .bmad-core/templates/front-end-architecture-tmpl.yaml
|
|
65
|
+
hash: 337c8a6c1dd75446
|
|
66
|
+
modified: false
|
|
67
|
+
- path: .bmad-core/templates/competitor-analysis-tmpl.yaml
|
|
68
|
+
hash: b58b108e14dac04b
|
|
69
|
+
modified: false
|
|
70
|
+
- path: .bmad-core/templates/brownfield-prd-tmpl.yaml
|
|
71
|
+
hash: bada70d6cd246e8f
|
|
72
|
+
modified: false
|
|
73
|
+
- path: .bmad-core/templates/brownfield-architecture-tmpl.yaml
|
|
74
|
+
hash: a153d1eca84ff783
|
|
75
|
+
modified: false
|
|
76
|
+
- path: .bmad-core/templates/brainstorming-output-tmpl.yaml
|
|
77
|
+
hash: e4261b61b915ee9b
|
|
78
|
+
modified: false
|
|
79
|
+
- path: .bmad-core/templates/architecture-tmpl.yaml
|
|
80
|
+
hash: df1b0cec27c7e861
|
|
81
|
+
modified: false
|
|
82
|
+
- path: .bmad-core/tasks/validate-next-story.md
|
|
83
|
+
hash: e38e62f4fc2c1da2
|
|
84
|
+
modified: false
|
|
85
|
+
- path: .bmad-core/tasks/shard-doc.md
|
|
86
|
+
hash: ed55fdb819d630ca
|
|
87
|
+
modified: false
|
|
88
|
+
- path: .bmad-core/tasks/review-story.md
|
|
89
|
+
hash: b9dddb500aaaf548
|
|
90
|
+
modified: false
|
|
91
|
+
- path: .bmad-core/tasks/kb-mode-interaction.md
|
|
92
|
+
hash: 2c52751f40ae7ef0
|
|
93
|
+
modified: false
|
|
94
|
+
- path: .bmad-core/tasks/index-docs.md
|
|
95
|
+
hash: f2be9139d8977fc9
|
|
96
|
+
modified: false
|
|
97
|
+
- path: .bmad-core/tasks/generate-ai-frontend-prompt.md
|
|
98
|
+
hash: b0a89d7a4aeaa5f8
|
|
99
|
+
modified: false
|
|
100
|
+
- path: .bmad-core/tasks/facilitate-brainstorming-session.md
|
|
101
|
+
hash: 9fade39213d767f2
|
|
102
|
+
modified: false
|
|
103
|
+
- path: .bmad-core/tasks/execute-checklist.md
|
|
104
|
+
hash: e0467201115d500f
|
|
105
|
+
modified: false
|
|
106
|
+
- path: .bmad-core/tasks/document-project.md
|
|
107
|
+
hash: 585f55eb261a260f
|
|
108
|
+
modified: false
|
|
109
|
+
- path: .bmad-core/tasks/create-next-story.md
|
|
110
|
+
hash: fa18ad2a04b6a93f
|
|
111
|
+
modified: false
|
|
112
|
+
- path: .bmad-core/tasks/create-doc.md
|
|
113
|
+
hash: 395719b8a002f7f9
|
|
114
|
+
modified: false
|
|
115
|
+
- path: .bmad-core/tasks/create-deep-research-prompt.md
|
|
116
|
+
hash: 5716b19ae78b3afb
|
|
117
|
+
modified: false
|
|
118
|
+
- path: .bmad-core/tasks/create-brownfield-story.md
|
|
119
|
+
hash: b8ace638736a3e28
|
|
120
|
+
modified: false
|
|
121
|
+
- path: .bmad-core/tasks/correct-course.md
|
|
122
|
+
hash: 1c9dd46177b0ac6b
|
|
123
|
+
modified: false
|
|
124
|
+
- path: .bmad-core/tasks/brownfield-create-story.md
|
|
125
|
+
hash: 6e5cd0247836c4de
|
|
126
|
+
modified: false
|
|
127
|
+
- path: .bmad-core/tasks/brownfield-create-epic.md
|
|
128
|
+
hash: 1b2b6c8b67a176ee
|
|
129
|
+
modified: false
|
|
130
|
+
- path: .bmad-core/tasks/advanced-elicitation.md
|
|
131
|
+
hash: 26f26e9ccb8b4aac
|
|
132
|
+
modified: false
|
|
133
|
+
- path: .bmad-core/data/technical-preferences.md
|
|
134
|
+
hash: 6530bed845540b0d
|
|
135
|
+
modified: false
|
|
136
|
+
- path: .bmad-core/data/elicitation-methods.md
|
|
137
|
+
hash: 82d24b664e1a58ff
|
|
138
|
+
modified: false
|
|
139
|
+
- path: .bmad-core/data/brainstorming-techniques.md
|
|
140
|
+
hash: 2dae43f4464f1ad2
|
|
141
|
+
modified: false
|
|
142
|
+
- path: .bmad-core/data/bmad-kb.md
|
|
143
|
+
hash: b1d7e08dd8f74677
|
|
144
|
+
modified: false
|
|
145
|
+
- path: .bmad-core/checklists/story-draft-checklist.md
|
|
146
|
+
hash: d3a5783fcd5bf5e9
|
|
147
|
+
modified: false
|
|
148
|
+
- path: .bmad-core/checklists/story-dod-checklist.md
|
|
149
|
+
hash: 06ab7e73a69f930a
|
|
150
|
+
modified: false
|
|
151
|
+
- path: .bmad-core/checklists/po-master-checklist.md
|
|
152
|
+
hash: 89d2dc785aa0e8a7
|
|
153
|
+
modified: false
|
|
154
|
+
- path: .bmad-core/checklists/pm-checklist.md
|
|
155
|
+
hash: 139209e205a92628
|
|
156
|
+
modified: false
|
|
157
|
+
- path: .bmad-core/checklists/change-checklist.md
|
|
158
|
+
hash: 3c49c8f5ac96b63c
|
|
159
|
+
modified: false
|
|
160
|
+
- path: .bmad-core/checklists/architect-checklist.md
|
|
161
|
+
hash: 99f4655b9ff99dd1
|
|
162
|
+
modified: false
|
|
163
|
+
- path: .bmad-core/bmad-core/user-guide.md
|
|
164
|
+
hash: e3b0c44298fc1c14
|
|
165
|
+
modified: false
|
|
166
|
+
- path: .bmad-core/agents/ux-expert.md
|
|
167
|
+
hash: dc538703809ff200
|
|
168
|
+
modified: false
|
|
169
|
+
- path: .bmad-core/agents/sm.md
|
|
170
|
+
hash: 81254b523dba1b63
|
|
171
|
+
modified: false
|
|
172
|
+
- path: .bmad-core/agents/qa.md
|
|
173
|
+
hash: 308512d4bf9baba9
|
|
174
|
+
modified: false
|
|
175
|
+
- path: .bmad-core/agents/po.md
|
|
176
|
+
hash: 1f222db903222562
|
|
177
|
+
modified: false
|
|
178
|
+
- path: .bmad-core/agents/pm.md
|
|
179
|
+
hash: cac5a913038cd7d6
|
|
180
|
+
modified: false
|
|
181
|
+
- path: .bmad-core/agents/dev.md
|
|
182
|
+
hash: 3e643e994f464ee3
|
|
183
|
+
modified: false
|
|
184
|
+
- path: .bmad-core/agents/bmad-orchestrator.md
|
|
185
|
+
hash: d9c116ea35f53e04
|
|
186
|
+
modified: false
|
|
187
|
+
- path: .bmad-core/agents/bmad-master.md
|
|
188
|
+
hash: ca97feef0cbc1688
|
|
189
|
+
modified: false
|
|
190
|
+
- path: .bmad-core/agents/architect.md
|
|
191
|
+
hash: 889b168bd33ff22d
|
|
192
|
+
modified: false
|
|
193
|
+
- path: .bmad-core/agents/analyst.md
|
|
194
|
+
hash: e8d7488ff12e44f1
|
|
195
|
+
modified: false
|
|
196
|
+
- path: .bmad-core/agent-teams/team-no-ui.yaml
|
|
197
|
+
hash: 56e7e3a9e1a243f6
|
|
198
|
+
modified: false
|
|
199
|
+
- path: .bmad-core/agent-teams/team-ide-minimal.yaml
|
|
200
|
+
hash: 600b6795116fd74e
|
|
201
|
+
modified: false
|
|
202
|
+
- path: .bmad-core/agent-teams/team-fullstack.yaml
|
|
203
|
+
hash: 8a6b8f248bd5b9fc
|
|
204
|
+
modified: false
|
|
205
|
+
- path: .bmad-core/agent-teams/team-all.yaml
|
|
206
|
+
hash: abbb0c0eaf28b894
|
|
207
|
+
modified: false
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
# Advanced Elicitation Task
|
|
2
|
+
|
|
3
|
+
## Purpose
|
|
4
|
+
|
|
5
|
+
- Provide optional reflective and brainstorming actions to enhance content quality
|
|
6
|
+
- Enable deeper exploration of ideas through structured elicitation techniques
|
|
7
|
+
- Support iterative refinement through multiple analytical perspectives
|
|
8
|
+
- Usable during template-driven document creation or any chat conversation
|
|
9
|
+
|
|
10
|
+
## Usage Scenarios
|
|
11
|
+
|
|
12
|
+
### Scenario 1: Template Document Creation
|
|
13
|
+
|
|
14
|
+
After outputting a section during document creation:
|
|
15
|
+
|
|
16
|
+
1. **Section Review**: Ask user to review the drafted section
|
|
17
|
+
2. **Offer Elicitation**: Present 9 carefully selected elicitation methods
|
|
18
|
+
3. **Simple Selection**: User types a number (0-8) to engage method, or 9 to proceed
|
|
19
|
+
4. **Execute & Loop**: Apply selected method, then re-offer choices until user proceeds
|
|
20
|
+
|
|
21
|
+
### Scenario 2: General Chat Elicitation
|
|
22
|
+
|
|
23
|
+
User can request advanced elicitation on any agent output:
|
|
24
|
+
|
|
25
|
+
- User says "do advanced elicitation" or similar
|
|
26
|
+
- Agent selects 9 relevant methods for the context
|
|
27
|
+
- Same simple 0-9 selection process
|
|
28
|
+
|
|
29
|
+
## Task Instructions
|
|
30
|
+
|
|
31
|
+
### 1. Intelligent Method Selection
|
|
32
|
+
|
|
33
|
+
**Context Analysis**: Before presenting options, analyze:
|
|
34
|
+
|
|
35
|
+
- **Content Type**: Technical specs, user stories, architecture, requirements, etc.
|
|
36
|
+
- **Complexity Level**: Simple, moderate, or complex content
|
|
37
|
+
- **Stakeholder Needs**: Who will use this information
|
|
38
|
+
- **Risk Level**: High-impact decisions vs routine items
|
|
39
|
+
- **Creative Potential**: Opportunities for innovation or alternatives
|
|
40
|
+
|
|
41
|
+
**Method Selection Strategy**:
|
|
42
|
+
|
|
43
|
+
1. **Always Include Core Methods** (choose 3-4):
|
|
44
|
+
|
|
45
|
+
- Expand or Contract for Audience
|
|
46
|
+
- Critique and Refine
|
|
47
|
+
- Identify Potential Risks
|
|
48
|
+
- Assess Alignment with Goals
|
|
49
|
+
|
|
50
|
+
2. **Context-Specific Methods** (choose 4-5):
|
|
51
|
+
|
|
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
|