siesa-agents 2.1.1 → 2.1.3-dev.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.
- 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/hooks/file-restriction-hook.py +51 -0
- package/claude/hooks/track-agent.py +67 -0
- package/claude/settings.local.json +56 -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,88 +1,88 @@
|
|
|
1
|
-
<!-- Powered by BMAD™ Core -->
|
|
2
|
-
|
|
3
|
-
# Checklist Validation Task
|
|
4
|
-
|
|
5
|
-
This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
|
|
6
|
-
|
|
7
|
-
## Available Checklists
|
|
8
|
-
|
|
9
|
-
If the user asks or does not specify a specific checklist, list the checklists available to the agent persona. If the task is being run not with a specific agent, tell the user to check the .bmad-core/checklists folder to select the appropriate one to run.
|
|
10
|
-
|
|
11
|
-
## Instructions
|
|
12
|
-
|
|
13
|
-
1. **Initial Assessment**
|
|
14
|
-
- If user or the task being run provides a checklist name:
|
|
15
|
-
- Try fuzzy matching (e.g. "architecture checklist" -> "architect-checklist")
|
|
16
|
-
- If multiple matches found, ask user to clarify
|
|
17
|
-
- Load the appropriate checklist from .bmad-core/checklists/
|
|
18
|
-
- If no checklist specified:
|
|
19
|
-
- Ask the user which checklist they want to use
|
|
20
|
-
- Present the available options from the files in the checklists folder
|
|
21
|
-
- Confirm if they want to work through the checklist:
|
|
22
|
-
- Section by section (interactive mode - very time consuming)
|
|
23
|
-
- All at once (YOLO mode - recommended for checklists, there will be a summary of sections at the end to discuss)
|
|
24
|
-
|
|
25
|
-
2. **Document and Artifact Gathering**
|
|
26
|
-
- Each checklist will specify its required documents/artifacts at the beginning
|
|
27
|
-
- Follow the checklist's specific instructions for what to gather, generally a file can be resolved in the docs folder, if not or unsure, halt and ask or confirm with the user.
|
|
28
|
-
|
|
29
|
-
3. **Checklist Processing**
|
|
30
|
-
|
|
31
|
-
If in interactive mode:
|
|
32
|
-
- Work through each section of the checklist one at a time
|
|
33
|
-
- For each section:
|
|
34
|
-
- Review all items in the section following instructions for that section embedded in the checklist
|
|
35
|
-
- Check each item against the relevant documentation or artifacts as appropriate
|
|
36
|
-
- Present summary of findings for that section, highlighting warnings, errors and non applicable items (rationale for non-applicability).
|
|
37
|
-
- Get user confirmation before proceeding to next section or if any thing major do we need to halt and take corrective action
|
|
38
|
-
|
|
39
|
-
If in YOLO mode:
|
|
40
|
-
- Process all sections at once
|
|
41
|
-
- Create a comprehensive report of all findings
|
|
42
|
-
- Present the complete analysis to the user
|
|
43
|
-
|
|
44
|
-
4. **Validation Approach**
|
|
45
|
-
|
|
46
|
-
For each checklist item:
|
|
47
|
-
- Read and understand the requirement
|
|
48
|
-
- Look for evidence in the documentation that satisfies the requirement
|
|
49
|
-
- Consider both explicit mentions and implicit coverage
|
|
50
|
-
- Aside from this, follow all checklist llm instructions
|
|
51
|
-
- Mark items as:
|
|
52
|
-
- ✅ PASS: Requirement clearly met
|
|
53
|
-
- ❌ FAIL: Requirement not met or insufficient coverage
|
|
54
|
-
- ⚠️ PARTIAL: Some aspects covered but needs improvement
|
|
55
|
-
- N/A: Not applicable to this case
|
|
56
|
-
|
|
57
|
-
5. **Section Analysis**
|
|
58
|
-
|
|
59
|
-
For each section:
|
|
60
|
-
- think step by step to calculate pass rate
|
|
61
|
-
- Identify common themes in failed items
|
|
62
|
-
- Provide specific recommendations for improvement
|
|
63
|
-
- In interactive mode, discuss findings with user
|
|
64
|
-
- Document any user decisions or explanations
|
|
65
|
-
|
|
66
|
-
6. **Final Report**
|
|
67
|
-
|
|
68
|
-
Prepare a summary that includes:
|
|
69
|
-
- Overall checklist completion status
|
|
70
|
-
- Pass rates by section
|
|
71
|
-
- List of failed items with context
|
|
72
|
-
- Specific recommendations for improvement
|
|
73
|
-
- Any sections or items marked as N/A with justification
|
|
74
|
-
|
|
75
|
-
## Checklist Execution Methodology
|
|
76
|
-
|
|
77
|
-
Each checklist now contains embedded LLM prompts and instructions that will:
|
|
78
|
-
|
|
79
|
-
1. **Guide thorough thinking** - Prompts ensure deep analysis of each section
|
|
80
|
-
2. **Request specific artifacts** - Clear instructions on what documents/access is needed
|
|
81
|
-
3. **Provide contextual guidance** - Section-specific prompts for better validation
|
|
82
|
-
4. **Generate comprehensive reports** - Final summary with detailed findings
|
|
83
|
-
|
|
84
|
-
The LLM will:
|
|
85
|
-
|
|
86
|
-
- Execute the complete checklist validation
|
|
87
|
-
- Present a final report with pass/fail rates and key findings
|
|
88
|
-
- Offer to provide detailed analysis of any section, especially those with warnings or failures
|
|
1
|
+
<!-- Powered by BMAD™ Core -->
|
|
2
|
+
|
|
3
|
+
# Checklist Validation Task
|
|
4
|
+
|
|
5
|
+
This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
|
|
6
|
+
|
|
7
|
+
## Available Checklists
|
|
8
|
+
|
|
9
|
+
If the user asks or does not specify a specific checklist, list the checklists available to the agent persona. If the task is being run not with a specific agent, tell the user to check the .bmad-core/checklists folder to select the appropriate one to run.
|
|
10
|
+
|
|
11
|
+
## Instructions
|
|
12
|
+
|
|
13
|
+
1. **Initial Assessment**
|
|
14
|
+
- If user or the task being run provides a checklist name:
|
|
15
|
+
- Try fuzzy matching (e.g. "architecture checklist" -> "architect-checklist")
|
|
16
|
+
- If multiple matches found, ask user to clarify
|
|
17
|
+
- Load the appropriate checklist from .bmad-core/checklists/
|
|
18
|
+
- If no checklist specified:
|
|
19
|
+
- Ask the user which checklist they want to use
|
|
20
|
+
- Present the available options from the files in the checklists folder
|
|
21
|
+
- Confirm if they want to work through the checklist:
|
|
22
|
+
- Section by section (interactive mode - very time consuming)
|
|
23
|
+
- All at once (YOLO mode - recommended for checklists, there will be a summary of sections at the end to discuss)
|
|
24
|
+
|
|
25
|
+
2. **Document and Artifact Gathering**
|
|
26
|
+
- Each checklist will specify its required documents/artifacts at the beginning
|
|
27
|
+
- Follow the checklist's specific instructions for what to gather, generally a file can be resolved in the docs folder, if not or unsure, halt and ask or confirm with the user.
|
|
28
|
+
|
|
29
|
+
3. **Checklist Processing**
|
|
30
|
+
|
|
31
|
+
If in interactive mode:
|
|
32
|
+
- Work through each section of the checklist one at a time
|
|
33
|
+
- For each section:
|
|
34
|
+
- Review all items in the section following instructions for that section embedded in the checklist
|
|
35
|
+
- Check each item against the relevant documentation or artifacts as appropriate
|
|
36
|
+
- Present summary of findings for that section, highlighting warnings, errors and non applicable items (rationale for non-applicability).
|
|
37
|
+
- Get user confirmation before proceeding to next section or if any thing major do we need to halt and take corrective action
|
|
38
|
+
|
|
39
|
+
If in YOLO mode:
|
|
40
|
+
- Process all sections at once
|
|
41
|
+
- Create a comprehensive report of all findings
|
|
42
|
+
- Present the complete analysis to the user
|
|
43
|
+
|
|
44
|
+
4. **Validation Approach**
|
|
45
|
+
|
|
46
|
+
For each checklist item:
|
|
47
|
+
- Read and understand the requirement
|
|
48
|
+
- Look for evidence in the documentation that satisfies the requirement
|
|
49
|
+
- Consider both explicit mentions and implicit coverage
|
|
50
|
+
- Aside from this, follow all checklist llm instructions
|
|
51
|
+
- Mark items as:
|
|
52
|
+
- ✅ PASS: Requirement clearly met
|
|
53
|
+
- ❌ FAIL: Requirement not met or insufficient coverage
|
|
54
|
+
- ⚠️ PARTIAL: Some aspects covered but needs improvement
|
|
55
|
+
- N/A: Not applicable to this case
|
|
56
|
+
|
|
57
|
+
5. **Section Analysis**
|
|
58
|
+
|
|
59
|
+
For each section:
|
|
60
|
+
- think step by step to calculate pass rate
|
|
61
|
+
- Identify common themes in failed items
|
|
62
|
+
- Provide specific recommendations for improvement
|
|
63
|
+
- In interactive mode, discuss findings with user
|
|
64
|
+
- Document any user decisions or explanations
|
|
65
|
+
|
|
66
|
+
6. **Final Report**
|
|
67
|
+
|
|
68
|
+
Prepare a summary that includes:
|
|
69
|
+
- Overall checklist completion status
|
|
70
|
+
- Pass rates by section
|
|
71
|
+
- List of failed items with context
|
|
72
|
+
- Specific recommendations for improvement
|
|
73
|
+
- Any sections or items marked as N/A with justification
|
|
74
|
+
|
|
75
|
+
## Checklist Execution Methodology
|
|
76
|
+
|
|
77
|
+
Each checklist now contains embedded LLM prompts and instructions that will:
|
|
78
|
+
|
|
79
|
+
1. **Guide thorough thinking** - Prompts ensure deep analysis of each section
|
|
80
|
+
2. **Request specific artifacts** - Clear instructions on what documents/access is needed
|
|
81
|
+
3. **Provide contextual guidance** - Section-specific prompts for better validation
|
|
82
|
+
4. **Generate comprehensive reports** - Final summary with detailed findings
|
|
83
|
+
|
|
84
|
+
The LLM will:
|
|
85
|
+
|
|
86
|
+
- Execute the complete checklist validation
|
|
87
|
+
- Present a final report with pass/fail rates and key findings
|
|
88
|
+
- Offer to provide detailed analysis of any section, especially those with warnings or failures
|
|
@@ -1,138 +1,138 @@
|
|
|
1
|
-
## <!-- Powered by BMAD™ Core -->
|
|
2
|
-
|
|
3
|
-
docOutputLocation: docs/brainstorming-session-results.md
|
|
4
|
-
template: '.bmad-core/templates/brainstorming-output-tmpl.yaml'
|
|
5
|
-
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
# Facilitate Brainstorming Session Task
|
|
9
|
-
|
|
10
|
-
Facilitate interactive brainstorming sessions with users. Be creative and adaptive in applying techniques.
|
|
11
|
-
|
|
12
|
-
## Process
|
|
13
|
-
|
|
14
|
-
### Step 1: Session Setup
|
|
15
|
-
|
|
16
|
-
Ask 4 context questions (don't preview what happens next):
|
|
17
|
-
|
|
18
|
-
1. What are we brainstorming about?
|
|
19
|
-
2. Any constraints or parameters?
|
|
20
|
-
3. Goal: broad exploration or focused ideation?
|
|
21
|
-
4. Do you want a structured document output to reference later? (Default Yes)
|
|
22
|
-
|
|
23
|
-
### Step 2: Present Approach Options
|
|
24
|
-
|
|
25
|
-
After getting answers to Step 1, present 4 approach options (numbered):
|
|
26
|
-
|
|
27
|
-
1. User selects specific techniques
|
|
28
|
-
2. Analyst recommends techniques based on context
|
|
29
|
-
3. Random technique selection for creative variety
|
|
30
|
-
4. Progressive technique flow (start broad, narrow down)
|
|
31
|
-
|
|
32
|
-
### Step 3: Execute Techniques Interactively
|
|
33
|
-
|
|
34
|
-
**KEY PRINCIPLES:**
|
|
35
|
-
|
|
36
|
-
- **FACILITATOR ROLE**: Guide user to generate their own ideas through questions, prompts, and examples
|
|
37
|
-
- **CONTINUOUS ENGAGEMENT**: Keep user engaged with chosen technique until they want to switch or are satisfied
|
|
38
|
-
- **CAPTURE OUTPUT**: If (default) document output requested, capture all ideas generated in each technique section to the document from the beginning.
|
|
39
|
-
|
|
40
|
-
**Technique Selection:**
|
|
41
|
-
If user selects Option 1, present numbered list of techniques from the brainstorming-techniques data file. User can select by number..
|
|
42
|
-
|
|
43
|
-
**Technique Execution:**
|
|
44
|
-
|
|
45
|
-
1. Apply selected technique according to data file description
|
|
46
|
-
2. Keep engaging with technique until user indicates they want to:
|
|
47
|
-
- Choose a different technique
|
|
48
|
-
- Apply current ideas to a new technique
|
|
49
|
-
- Move to convergent phase
|
|
50
|
-
- End session
|
|
51
|
-
|
|
52
|
-
**Output Capture (if requested):**
|
|
53
|
-
For each technique used, capture:
|
|
54
|
-
|
|
55
|
-
- Technique name and duration
|
|
56
|
-
- Key ideas generated by user
|
|
57
|
-
- Insights and patterns identified
|
|
58
|
-
- User's reflections on the process
|
|
59
|
-
|
|
60
|
-
### Step 4: Session Flow
|
|
61
|
-
|
|
62
|
-
1. **Warm-up** (5-10 min) - Build creative confidence
|
|
63
|
-
2. **Divergent** (20-30 min) - Generate quantity over quality
|
|
64
|
-
3. **Convergent** (15-20 min) - Group and categorize ideas
|
|
65
|
-
4. **Synthesis** (10-15 min) - Refine and develop concepts
|
|
66
|
-
|
|
67
|
-
### Step 5: Document Output (if requested)
|
|
68
|
-
|
|
69
|
-
Generate structured document with these sections:
|
|
70
|
-
|
|
71
|
-
**Executive Summary**
|
|
72
|
-
|
|
73
|
-
- Session topic and goals
|
|
74
|
-
- Techniques used and duration
|
|
75
|
-
- Total ideas generated
|
|
76
|
-
- Key themes and patterns identified
|
|
77
|
-
|
|
78
|
-
**Technique Sections** (for each technique used)
|
|
79
|
-
|
|
80
|
-
- Technique name and description
|
|
81
|
-
- Ideas generated (user's own words)
|
|
82
|
-
- Insights discovered
|
|
83
|
-
- Notable connections or patterns
|
|
84
|
-
|
|
85
|
-
**Idea Categorization**
|
|
86
|
-
|
|
87
|
-
- **Immediate Opportunities** - Ready to implement now
|
|
88
|
-
- **Future Innovations** - Requires development/research
|
|
89
|
-
- **Moonshots** - Ambitious, transformative concepts
|
|
90
|
-
- **Insights & Learnings** - Key realizations from session
|
|
91
|
-
|
|
92
|
-
**Action Planning**
|
|
93
|
-
|
|
94
|
-
- Top 3 priority ideas with rationale
|
|
95
|
-
- Next steps for each priority
|
|
96
|
-
- Resources/research needed
|
|
97
|
-
- Timeline considerations
|
|
98
|
-
|
|
99
|
-
**Reflection & Follow-up**
|
|
100
|
-
|
|
101
|
-
- What worked well in this session
|
|
102
|
-
- Areas for further exploration
|
|
103
|
-
- Recommended follow-up techniques
|
|
104
|
-
- Questions that emerged for future sessions
|
|
105
|
-
|
|
106
|
-
## Key Principles
|
|
107
|
-
|
|
108
|
-
- **YOU ARE A FACILITATOR**: Guide the user to brainstorm, don't brainstorm for them (unless they request it persistently)
|
|
109
|
-
- **INTERACTIVE DIALOGUE**: Ask questions, wait for responses, build on their ideas
|
|
110
|
-
- **ONE TECHNIQUE AT A TIME**: Don't mix multiple techniques in one response
|
|
111
|
-
- **CONTINUOUS ENGAGEMENT**: Stay with one technique until user wants to switch
|
|
112
|
-
- **DRAW IDEAS OUT**: Use prompts and examples to help them generate their own ideas
|
|
113
|
-
- **REAL-TIME ADAPTATION**: Monitor engagement and adjust approach as needed
|
|
114
|
-
- Maintain energy and momentum
|
|
115
|
-
- Defer judgment during generation
|
|
116
|
-
- Quantity leads to quality (aim for 100 ideas in 60 minutes)
|
|
117
|
-
- Build on ideas collaboratively
|
|
118
|
-
- Document everything in output document
|
|
119
|
-
|
|
120
|
-
## Advanced Engagement Strategies
|
|
121
|
-
|
|
122
|
-
**Energy Management**
|
|
123
|
-
|
|
124
|
-
- Check engagement levels: "How are you feeling about this direction?"
|
|
125
|
-
- Offer breaks or technique switches if energy flags
|
|
126
|
-
- Use encouraging language and celebrate idea generation
|
|
127
|
-
|
|
128
|
-
**Depth vs. Breadth**
|
|
129
|
-
|
|
130
|
-
- Ask follow-up questions to deepen ideas: "Tell me more about that..."
|
|
131
|
-
- Use "Yes, and..." to build on their ideas
|
|
132
|
-
- Help them make connections: "How does this relate to your earlier idea about...?"
|
|
133
|
-
|
|
134
|
-
**Transition Management**
|
|
135
|
-
|
|
136
|
-
- Always ask before switching techniques: "Ready to try a different approach?"
|
|
137
|
-
- Offer options: "Should we explore this idea deeper or generate more alternatives?"
|
|
138
|
-
- Respect their process and timing
|
|
1
|
+
## <!-- Powered by BMAD™ Core -->
|
|
2
|
+
|
|
3
|
+
docOutputLocation: docs/brainstorming-session-results.md
|
|
4
|
+
template: '.bmad-core/templates/brainstorming-output-tmpl.yaml'
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Facilitate Brainstorming Session Task
|
|
9
|
+
|
|
10
|
+
Facilitate interactive brainstorming sessions with users. Be creative and adaptive in applying techniques.
|
|
11
|
+
|
|
12
|
+
## Process
|
|
13
|
+
|
|
14
|
+
### Step 1: Session Setup
|
|
15
|
+
|
|
16
|
+
Ask 4 context questions (don't preview what happens next):
|
|
17
|
+
|
|
18
|
+
1. What are we brainstorming about?
|
|
19
|
+
2. Any constraints or parameters?
|
|
20
|
+
3. Goal: broad exploration or focused ideation?
|
|
21
|
+
4. Do you want a structured document output to reference later? (Default Yes)
|
|
22
|
+
|
|
23
|
+
### Step 2: Present Approach Options
|
|
24
|
+
|
|
25
|
+
After getting answers to Step 1, present 4 approach options (numbered):
|
|
26
|
+
|
|
27
|
+
1. User selects specific techniques
|
|
28
|
+
2. Analyst recommends techniques based on context
|
|
29
|
+
3. Random technique selection for creative variety
|
|
30
|
+
4. Progressive technique flow (start broad, narrow down)
|
|
31
|
+
|
|
32
|
+
### Step 3: Execute Techniques Interactively
|
|
33
|
+
|
|
34
|
+
**KEY PRINCIPLES:**
|
|
35
|
+
|
|
36
|
+
- **FACILITATOR ROLE**: Guide user to generate their own ideas through questions, prompts, and examples
|
|
37
|
+
- **CONTINUOUS ENGAGEMENT**: Keep user engaged with chosen technique until they want to switch or are satisfied
|
|
38
|
+
- **CAPTURE OUTPUT**: If (default) document output requested, capture all ideas generated in each technique section to the document from the beginning.
|
|
39
|
+
|
|
40
|
+
**Technique Selection:**
|
|
41
|
+
If user selects Option 1, present numbered list of techniques from the brainstorming-techniques data file. User can select by number..
|
|
42
|
+
|
|
43
|
+
**Technique Execution:**
|
|
44
|
+
|
|
45
|
+
1. Apply selected technique according to data file description
|
|
46
|
+
2. Keep engaging with technique until user indicates they want to:
|
|
47
|
+
- Choose a different technique
|
|
48
|
+
- Apply current ideas to a new technique
|
|
49
|
+
- Move to convergent phase
|
|
50
|
+
- End session
|
|
51
|
+
|
|
52
|
+
**Output Capture (if requested):**
|
|
53
|
+
For each technique used, capture:
|
|
54
|
+
|
|
55
|
+
- Technique name and duration
|
|
56
|
+
- Key ideas generated by user
|
|
57
|
+
- Insights and patterns identified
|
|
58
|
+
- User's reflections on the process
|
|
59
|
+
|
|
60
|
+
### Step 4: Session Flow
|
|
61
|
+
|
|
62
|
+
1. **Warm-up** (5-10 min) - Build creative confidence
|
|
63
|
+
2. **Divergent** (20-30 min) - Generate quantity over quality
|
|
64
|
+
3. **Convergent** (15-20 min) - Group and categorize ideas
|
|
65
|
+
4. **Synthesis** (10-15 min) - Refine and develop concepts
|
|
66
|
+
|
|
67
|
+
### Step 5: Document Output (if requested)
|
|
68
|
+
|
|
69
|
+
Generate structured document with these sections:
|
|
70
|
+
|
|
71
|
+
**Executive Summary**
|
|
72
|
+
|
|
73
|
+
- Session topic and goals
|
|
74
|
+
- Techniques used and duration
|
|
75
|
+
- Total ideas generated
|
|
76
|
+
- Key themes and patterns identified
|
|
77
|
+
|
|
78
|
+
**Technique Sections** (for each technique used)
|
|
79
|
+
|
|
80
|
+
- Technique name and description
|
|
81
|
+
- Ideas generated (user's own words)
|
|
82
|
+
- Insights discovered
|
|
83
|
+
- Notable connections or patterns
|
|
84
|
+
|
|
85
|
+
**Idea Categorization**
|
|
86
|
+
|
|
87
|
+
- **Immediate Opportunities** - Ready to implement now
|
|
88
|
+
- **Future Innovations** - Requires development/research
|
|
89
|
+
- **Moonshots** - Ambitious, transformative concepts
|
|
90
|
+
- **Insights & Learnings** - Key realizations from session
|
|
91
|
+
|
|
92
|
+
**Action Planning**
|
|
93
|
+
|
|
94
|
+
- Top 3 priority ideas with rationale
|
|
95
|
+
- Next steps for each priority
|
|
96
|
+
- Resources/research needed
|
|
97
|
+
- Timeline considerations
|
|
98
|
+
|
|
99
|
+
**Reflection & Follow-up**
|
|
100
|
+
|
|
101
|
+
- What worked well in this session
|
|
102
|
+
- Areas for further exploration
|
|
103
|
+
- Recommended follow-up techniques
|
|
104
|
+
- Questions that emerged for future sessions
|
|
105
|
+
|
|
106
|
+
## Key Principles
|
|
107
|
+
|
|
108
|
+
- **YOU ARE A FACILITATOR**: Guide the user to brainstorm, don't brainstorm for them (unless they request it persistently)
|
|
109
|
+
- **INTERACTIVE DIALOGUE**: Ask questions, wait for responses, build on their ideas
|
|
110
|
+
- **ONE TECHNIQUE AT A TIME**: Don't mix multiple techniques in one response
|
|
111
|
+
- **CONTINUOUS ENGAGEMENT**: Stay with one technique until user wants to switch
|
|
112
|
+
- **DRAW IDEAS OUT**: Use prompts and examples to help them generate their own ideas
|
|
113
|
+
- **REAL-TIME ADAPTATION**: Monitor engagement and adjust approach as needed
|
|
114
|
+
- Maintain energy and momentum
|
|
115
|
+
- Defer judgment during generation
|
|
116
|
+
- Quantity leads to quality (aim for 100 ideas in 60 minutes)
|
|
117
|
+
- Build on ideas collaboratively
|
|
118
|
+
- Document everything in output document
|
|
119
|
+
|
|
120
|
+
## Advanced Engagement Strategies
|
|
121
|
+
|
|
122
|
+
**Energy Management**
|
|
123
|
+
|
|
124
|
+
- Check engagement levels: "How are you feeling about this direction?"
|
|
125
|
+
- Offer breaks or technique switches if energy flags
|
|
126
|
+
- Use encouraging language and celebrate idea generation
|
|
127
|
+
|
|
128
|
+
**Depth vs. Breadth**
|
|
129
|
+
|
|
130
|
+
- Ask follow-up questions to deepen ideas: "Tell me more about that..."
|
|
131
|
+
- Use "Yes, and..." to build on their ideas
|
|
132
|
+
- Help them make connections: "How does this relate to your earlier idea about...?"
|
|
133
|
+
|
|
134
|
+
**Transition Management**
|
|
135
|
+
|
|
136
|
+
- Always ask before switching techniques: "Ready to try a different approach?"
|
|
137
|
+
- Offer options: "Should we explore this idea deeper or generate more alternatives?"
|
|
138
|
+
- Respect their process and timing
|
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
<!-- Powered by BMAD™ Core -->
|
|
2
|
-
|
|
3
|
-
# Create AI Frontend Prompt Task
|
|
4
|
-
|
|
5
|
-
## Purpose
|
|
6
|
-
|
|
7
|
-
To generate a masterful, comprehensive, and optimized prompt that can be used with any AI-driven frontend development tool (e.g., Vercel v0, Lovable.ai, or similar) to scaffold or generate significant portions of a frontend application.
|
|
8
|
-
|
|
9
|
-
## Inputs
|
|
10
|
-
|
|
11
|
-
- Completed UI/UX Specification (`front-end-spec.md`)
|
|
12
|
-
- Completed Frontend Architecture Document (`front-end-architecture`) or a full stack combined architecture such as `architecture.md`
|
|
13
|
-
- Main System Architecture Document (`architecture` - for API contracts and tech stack to give further context)
|
|
14
|
-
|
|
15
|
-
## Key Activities & Instructions
|
|
16
|
-
|
|
17
|
-
### 1. Core Prompting Principles
|
|
18
|
-
|
|
19
|
-
Before generating the prompt, you must understand these core principles for interacting with a generative AI for code.
|
|
20
|
-
|
|
21
|
-
- **Be Explicit and Detailed**: The AI cannot read your mind. Provide as much detail and context as possible. Vague requests lead to generic or incorrect outputs.
|
|
22
|
-
- **Iterate, Don't Expect Perfection**: Generating an entire complex application in one go is rare. The most effective method is to prompt for one component or one section at a time, then build upon the results.
|
|
23
|
-
- **Provide Context First**: Always start by providing the AI with the necessary context, such as the tech stack, existing code snippets, and overall project goals.
|
|
24
|
-
- **Mobile-First Approach**: Frame all UI generation requests with a mobile-first design mindset. Describe the mobile layout first, then provide separate instructions for how it should adapt for tablet and desktop.
|
|
25
|
-
|
|
26
|
-
### 2. The Structured Prompting Framework
|
|
27
|
-
|
|
28
|
-
To ensure the highest quality output, you MUST structure every prompt using the following four-part framework.
|
|
29
|
-
|
|
30
|
-
1. **High-Level Goal**: Start with a clear, concise summary of the overall objective. This orients the AI on the primary task.
|
|
31
|
-
- _Example: "Create a responsive user registration form with client-side validation and API integration."_
|
|
32
|
-
2. **Detailed, Step-by-Step Instructions**: Provide a granular, numbered list of actions the AI should take. Break down complex tasks into smaller, sequential steps. This is the most critical part of the prompt.
|
|
33
|
-
- _Example: "1. Create a new file named `RegistrationForm.js`. 2. Use React hooks for state management. 3. Add styled input fields for 'Name', 'Email', and 'Password'. 4. For the email field, ensure it is a valid email format. 5. On submission, call the API endpoint defined below."_
|
|
34
|
-
3. **Code Examples, Data Structures & Constraints**: Include any relevant snippets of existing code, data structures, or API contracts. This gives the AI concrete examples to work with. Crucially, you must also state what _not_ to do.
|
|
35
|
-
- _Example: "Use this API endpoint: `POST /api/register`. The expected JSON payload is `{ "name": "string", "email": "string", "password": "string" }`. Do NOT include a 'confirm password' field. Use Tailwind CSS for all styling."_
|
|
36
|
-
4. **Define a Strict Scope**: Explicitly define the boundaries of the task. Tell the AI which files it can modify and, more importantly, which files to leave untouched to prevent unintended changes across the codebase.
|
|
37
|
-
- _Example: "You should only create the `RegistrationForm.js` component and add it to the `pages/register.js` file. Do NOT alter the `Navbar.js` component or any other existing page or component."_
|
|
38
|
-
|
|
39
|
-
### 3. Assembling the Master Prompt
|
|
40
|
-
|
|
41
|
-
You will now synthesize the inputs and the above principles into a final, comprehensive prompt.
|
|
42
|
-
|
|
43
|
-
1. **Gather Foundational Context**:
|
|
44
|
-
- Start the prompt with a preamble describing the overall project purpose, the full tech stack (e.g., Next.js, TypeScript, Tailwind CSS), and the primary UI component library being used.
|
|
45
|
-
2. **Describe the Visuals**:
|
|
46
|
-
- If the user has design files (Figma, etc.), instruct them to provide links or screenshots.
|
|
47
|
-
- If not, describe the visual style: color palette, typography, spacing, and overall aesthetic (e.g., "minimalist", "corporate", "playful").
|
|
48
|
-
3. **Build the Prompt using the Structured Framework**:
|
|
49
|
-
- Follow the four-part framework from Section 2 to build out the core request, whether it's for a single component or a full page.
|
|
50
|
-
4. **Present and Refine**:
|
|
51
|
-
- Output the complete, generated prompt in a clear, copy-pasteable format (e.g., a large code block).
|
|
52
|
-
- Explain the structure of the prompt and why certain information was included, referencing the principles above.
|
|
53
|
-
- <important_note>Conclude by reminding the user that all AI-generated code will require careful human review, testing, and refinement to be considered production-ready.</important_note>
|
|
1
|
+
<!-- Powered by BMAD™ Core -->
|
|
2
|
+
|
|
3
|
+
# Create AI Frontend Prompt Task
|
|
4
|
+
|
|
5
|
+
## Purpose
|
|
6
|
+
|
|
7
|
+
To generate a masterful, comprehensive, and optimized prompt that can be used with any AI-driven frontend development tool (e.g., Vercel v0, Lovable.ai, or similar) to scaffold or generate significant portions of a frontend application.
|
|
8
|
+
|
|
9
|
+
## Inputs
|
|
10
|
+
|
|
11
|
+
- Completed UI/UX Specification (`front-end-spec.md`)
|
|
12
|
+
- Completed Frontend Architecture Document (`front-end-architecture`) or a full stack combined architecture such as `architecture.md`
|
|
13
|
+
- Main System Architecture Document (`architecture` - for API contracts and tech stack to give further context)
|
|
14
|
+
|
|
15
|
+
## Key Activities & Instructions
|
|
16
|
+
|
|
17
|
+
### 1. Core Prompting Principles
|
|
18
|
+
|
|
19
|
+
Before generating the prompt, you must understand these core principles for interacting with a generative AI for code.
|
|
20
|
+
|
|
21
|
+
- **Be Explicit and Detailed**: The AI cannot read your mind. Provide as much detail and context as possible. Vague requests lead to generic or incorrect outputs.
|
|
22
|
+
- **Iterate, Don't Expect Perfection**: Generating an entire complex application in one go is rare. The most effective method is to prompt for one component or one section at a time, then build upon the results.
|
|
23
|
+
- **Provide Context First**: Always start by providing the AI with the necessary context, such as the tech stack, existing code snippets, and overall project goals.
|
|
24
|
+
- **Mobile-First Approach**: Frame all UI generation requests with a mobile-first design mindset. Describe the mobile layout first, then provide separate instructions for how it should adapt for tablet and desktop.
|
|
25
|
+
|
|
26
|
+
### 2. The Structured Prompting Framework
|
|
27
|
+
|
|
28
|
+
To ensure the highest quality output, you MUST structure every prompt using the following four-part framework.
|
|
29
|
+
|
|
30
|
+
1. **High-Level Goal**: Start with a clear, concise summary of the overall objective. This orients the AI on the primary task.
|
|
31
|
+
- _Example: "Create a responsive user registration form with client-side validation and API integration."_
|
|
32
|
+
2. **Detailed, Step-by-Step Instructions**: Provide a granular, numbered list of actions the AI should take. Break down complex tasks into smaller, sequential steps. This is the most critical part of the prompt.
|
|
33
|
+
- _Example: "1. Create a new file named `RegistrationForm.js`. 2. Use React hooks for state management. 3. Add styled input fields for 'Name', 'Email', and 'Password'. 4. For the email field, ensure it is a valid email format. 5. On submission, call the API endpoint defined below."_
|
|
34
|
+
3. **Code Examples, Data Structures & Constraints**: Include any relevant snippets of existing code, data structures, or API contracts. This gives the AI concrete examples to work with. Crucially, you must also state what _not_ to do.
|
|
35
|
+
- _Example: "Use this API endpoint: `POST /api/register`. The expected JSON payload is `{ "name": "string", "email": "string", "password": "string" }`. Do NOT include a 'confirm password' field. Use Tailwind CSS for all styling."_
|
|
36
|
+
4. **Define a Strict Scope**: Explicitly define the boundaries of the task. Tell the AI which files it can modify and, more importantly, which files to leave untouched to prevent unintended changes across the codebase.
|
|
37
|
+
- _Example: "You should only create the `RegistrationForm.js` component and add it to the `pages/register.js` file. Do NOT alter the `Navbar.js` component or any other existing page or component."_
|
|
38
|
+
|
|
39
|
+
### 3. Assembling the Master Prompt
|
|
40
|
+
|
|
41
|
+
You will now synthesize the inputs and the above principles into a final, comprehensive prompt.
|
|
42
|
+
|
|
43
|
+
1. **Gather Foundational Context**:
|
|
44
|
+
- Start the prompt with a preamble describing the overall project purpose, the full tech stack (e.g., Next.js, TypeScript, Tailwind CSS), and the primary UI component library being used.
|
|
45
|
+
2. **Describe the Visuals**:
|
|
46
|
+
- If the user has design files (Figma, etc.), instruct them to provide links or screenshots.
|
|
47
|
+
- If not, describe the visual style: color palette, typography, spacing, and overall aesthetic (e.g., "minimalist", "corporate", "playful").
|
|
48
|
+
3. **Build the Prompt using the Structured Framework**:
|
|
49
|
+
- Follow the four-part framework from Section 2 to build out the core request, whether it's for a single component or a full page.
|
|
50
|
+
4. **Present and Refine**:
|
|
51
|
+
- Output the complete, generated prompt in a clear, copy-pasteable format (e.g., a large code block).
|
|
52
|
+
- Explain the structure of the prompt and why certain information was included, referencing the principles above.
|
|
53
|
+
- <important_note>Conclude by reminding the user that all AI-generated code will require careful human review, testing, and refinement to be considered production-ready.</important_note>
|