bmad-method 4.28.0 → 4.29.1
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/CHANGELOG.md +14 -0
- package/bmad-core/agents/bmad-master.md +0 -2
- package/bmad-core/agents/bmad-orchestrator.md +0 -3
- package/bmad-core/core-config.yaml +1 -5
- package/bmad-core/data/bmad-kb.md +2 -2
- package/bmad-core/tasks/correct-course.md +9 -12
- package/bmad-core/tasks/create-brownfield-story.md +10 -61
- package/bmad-core/tasks/create-deep-research-prompt.md +5 -17
- package/bmad-core/tasks/create-next-story.md +3 -4
- package/bmad-core/tasks/document-project.md +37 -13
- package/bmad-core/tasks/facilitate-brainstorming-session.md +1 -1
- package/bmad-core/tasks/generate-ai-frontend-prompt.md +1 -1
- package/bmad-core/tasks/kb-mode-interaction.md +8 -3
- package/bmad-core/tasks/review-story.md +3 -3
- package/bmad-core/tasks/shard-doc.md +5 -9
- package/common/tasks/create-doc.md +4 -0
- package/dist/agents/analyst.txt +43 -31
- package/dist/agents/architect.txt +42 -30
- package/dist/agents/bmad-master.txt +61 -602
- package/dist/agents/bmad-orchestrator.txt +7 -548
- package/dist/agents/pm.txt +19 -38
- package/dist/agents/po.txt +14 -21
- package/dist/agents/qa.txt +3 -3
- package/dist/agents/sm.txt +11 -15
- package/dist/agents/ux-expert.txt +6 -18
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.txt +5 -17
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +50 -579
- package/dist/expansion-packs/bmad-creator-tools/agents/bmad-the-creator.txt +5 -17
- package/dist/teams/team-all.txt +70 -607
- package/dist/teams/team-fullstack.txt +65 -601
- package/dist/teams/team-ide-minimal.txt +26 -575
- package/dist/teams/team-no-ui.txt +64 -600
- package/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +1 -0
- package/expansion-packs/bmad-creator-tools/config.yaml +1 -0
- package/expansion-packs/bmad-infrastructure-devops/config.yaml +1 -0
- package/package.json +1 -1
- package/tools/installer/lib/ide-setup.js +325 -12
- package/tools/installer/package.json +1 -1
- package/bmad-core/tasks/create-workflow-plan.md +0 -289
- package/bmad-core/tasks/doc-migration-task.md +0 -143
- package/bmad-core/tasks/update-workflow-plan.md +0 -248
- package/docs/template-markup-references.md +0 -86
|
@@ -1455,7 +1455,7 @@ Generate well-structured research prompts that:
|
|
|
1455
1455
|
|
|
1456
1456
|
## Research Type Selection
|
|
1457
1457
|
|
|
1458
|
-
|
|
1458
|
+
CRITICAL: First, help the user select the most appropriate research focus based on their needs and any input documents they've provided.
|
|
1459
1459
|
|
|
1460
1460
|
### 1. Research Focus Options
|
|
1461
1461
|
|
|
@@ -1518,15 +1518,13 @@ Present these numbered options to the user:
|
|
|
1518
1518
|
- Consider regulatory and legal implications
|
|
1519
1519
|
|
|
1520
1520
|
9. **Custom Research Focus**
|
|
1521
|
-
|
|
1521
|
+
|
|
1522
1522
|
- User-defined research objectives
|
|
1523
1523
|
- Specialized domain investigation
|
|
1524
1524
|
- Cross-functional research needs
|
|
1525
1525
|
|
|
1526
1526
|
### 2. Input Processing
|
|
1527
1527
|
|
|
1528
|
-
[[LLM: Based on the selected research type and any provided inputs (project brief, brainstorming results, etc.), extract relevant context and constraints.]]
|
|
1529
|
-
|
|
1530
1528
|
**If Project Brief provided:**
|
|
1531
1529
|
|
|
1532
1530
|
- Extract key product concepts and goals
|
|
@@ -1559,11 +1557,11 @@ Present these numbered options to the user:
|
|
|
1559
1557
|
|
|
1560
1558
|
### 3. Research Prompt Structure
|
|
1561
1559
|
|
|
1562
|
-
|
|
1560
|
+
CRITICAL: collaboratively develop a comprehensive research prompt with these components.
|
|
1563
1561
|
|
|
1564
1562
|
#### A. Research Objectives
|
|
1565
1563
|
|
|
1566
|
-
|
|
1564
|
+
CRITICAL: collaborate with the user to articulate clear, specific objectives for the research.
|
|
1567
1565
|
|
|
1568
1566
|
- Primary research goal and purpose
|
|
1569
1567
|
- Key decisions the research will inform
|
|
@@ -1572,7 +1570,7 @@ Present these numbered options to the user:
|
|
|
1572
1570
|
|
|
1573
1571
|
#### B. Research Questions
|
|
1574
1572
|
|
|
1575
|
-
|
|
1573
|
+
CRITICAL: collaborate with the user to develop specific, actionable research questions organized by theme.
|
|
1576
1574
|
|
|
1577
1575
|
**Core Questions:**
|
|
1578
1576
|
|
|
@@ -1588,8 +1586,6 @@ Present these numbered options to the user:
|
|
|
1588
1586
|
|
|
1589
1587
|
#### C. Research Methodology
|
|
1590
1588
|
|
|
1591
|
-
[[LLM: Specify appropriate research methods based on the type and objectives.]]
|
|
1592
|
-
|
|
1593
1589
|
**Data Collection Methods:**
|
|
1594
1590
|
|
|
1595
1591
|
- Secondary research sources
|
|
@@ -1606,8 +1602,6 @@ Present these numbered options to the user:
|
|
|
1606
1602
|
|
|
1607
1603
|
#### D. Output Requirements
|
|
1608
1604
|
|
|
1609
|
-
[[LLM: Define how research findings should be structured and presented.]]
|
|
1610
|
-
|
|
1611
1605
|
**Format Specifications:**
|
|
1612
1606
|
|
|
1613
1607
|
- Executive summary requirements
|
|
@@ -1624,8 +1618,6 @@ Present these numbered options to the user:
|
|
|
1624
1618
|
|
|
1625
1619
|
### 4. Prompt Generation
|
|
1626
1620
|
|
|
1627
|
-
[[LLM: Synthesize all elements into a comprehensive, ready-to-use research prompt.]]
|
|
1628
|
-
|
|
1629
1621
|
**Research Prompt Template:**
|
|
1630
1622
|
|
|
1631
1623
|
```markdown
|
|
@@ -1694,8 +1686,6 @@ Present these numbered options to the user:
|
|
|
1694
1686
|
|
|
1695
1687
|
### 5. Review and Refinement
|
|
1696
1688
|
|
|
1697
|
-
[[LLM: Present the draft research prompt for user review and refinement.]]
|
|
1698
|
-
|
|
1699
1689
|
1. **Present Complete Prompt**
|
|
1700
1690
|
|
|
1701
1691
|
- Show the full research prompt
|
|
@@ -1717,8 +1707,6 @@ Present these numbered options to the user:
|
|
|
1717
1707
|
|
|
1718
1708
|
### 6. Next Steps Guidance
|
|
1719
1709
|
|
|
1720
|
-
[[LLM: Provide clear guidance on how to use the research prompt.]]
|
|
1721
|
-
|
|
1722
1710
|
**Execution Options:**
|
|
1723
1711
|
|
|
1724
1712
|
1. **Use with AI Research Assistant**: Provide this prompt to an AI model with research capabilities
|