bmad-method 4.27.0 → 4.27.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 (99) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/bmad-core/agent-teams/team-all.yaml +6 -6
  3. package/bmad-core/agent-teams/team-fullstack.yaml +6 -6
  4. package/bmad-core/agent-teams/team-no-ui.yaml +2 -2
  5. package/bmad-core/agents/analyst.md +17 -20
  6. package/bmad-core/agents/architect.md +15 -18
  7. package/bmad-core/agents/bmad-master.md +55 -56
  8. package/bmad-core/agents/bmad-orchestrator.md +24 -23
  9. package/bmad-core/agents/dev.md +10 -10
  10. package/bmad-core/agents/pm.md +17 -20
  11. package/bmad-core/agents/po.md +12 -15
  12. package/bmad-core/agents/qa.md +7 -8
  13. package/bmad-core/agents/sm.md +8 -13
  14. package/bmad-core/agents/ux-expert.md +7 -11
  15. package/bmad-core/core-config.yaml +1 -1
  16. package/bmad-core/templates/architecture-tmpl.yaml +650 -0
  17. package/bmad-core/templates/brainstorming-output-tmpl.yaml +156 -0
  18. package/bmad-core/templates/brownfield-architecture-tmpl.yaml +476 -0
  19. package/bmad-core/templates/brownfield-prd-tmpl.yaml +280 -0
  20. package/bmad-core/templates/competitor-analysis-tmpl.yaml +293 -0
  21. package/bmad-core/templates/front-end-architecture-tmpl.yaml +206 -0
  22. package/bmad-core/templates/front-end-spec-tmpl.yaml +349 -0
  23. package/bmad-core/templates/fullstack-architecture-tmpl.yaml +805 -0
  24. package/bmad-core/templates/market-research-tmpl.yaml +252 -0
  25. package/bmad-core/templates/{prd-tmpl2.yaml → prd-tmpl.yaml} +3 -3
  26. package/bmad-core/templates/project-brief-tmpl.yaml +221 -0
  27. package/bmad-core/templates/story-tmpl.yaml +137 -0
  28. package/common/tasks/create-doc.md +55 -67
  29. package/common/utils/bmad-doc-template.md +29 -0
  30. package/dist/agents/analyst.txt +1004 -1061
  31. package/dist/agents/architect.txt +2460 -2872
  32. package/dist/agents/bmad-master.txt +3842 -4354
  33. package/dist/agents/bmad-orchestrator.txt +211 -87
  34. package/dist/agents/dev.txt +4 -8
  35. package/dist/agents/pm.txt +557 -587
  36. package/dist/agents/po.txt +149 -102
  37. package/dist/agents/qa.txt +145 -35
  38. package/dist/agents/sm.txt +145 -100
  39. package/dist/agents/ux-expert.txt +413 -522
  40. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.txt +1258 -1236
  41. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.txt +623 -573
  42. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.txt +263 -248
  43. package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +9135 -4942
  44. package/dist/expansion-packs/bmad-creator-tools/agents/bmad-the-creator.txt +288 -251
  45. package/dist/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.txt +1123 -1145
  46. package/dist/teams/team-all.txt +4583 -4837
  47. package/dist/teams/team-fullstack.txt +5276 -5520
  48. package/dist/teams/team-ide-minimal.txt +375 -185
  49. package/dist/teams/team-no-ui.txt +4875 -5051
  50. package/expansion-packs/bmad-2d-phaser-game-dev/agent-teams/phaser-2d-nodejs-game-team.yaml +2 -2
  51. package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.md +17 -15
  52. package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.md +13 -11
  53. package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.md +13 -11
  54. package/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +1 -1
  55. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml +613 -0
  56. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml +356 -0
  57. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml +343 -0
  58. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml +253 -0
  59. package/expansion-packs/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml +484 -0
  60. package/expansion-packs/bmad-creator-tools/agents/bmad-the-creator.md +14 -12
  61. package/expansion-packs/bmad-creator-tools/config.yaml +1 -1
  62. package/expansion-packs/bmad-creator-tools/templates/agent-teams-tmpl.yaml +178 -0
  63. package/expansion-packs/bmad-creator-tools/templates/agent-tmpl.yaml +154 -0
  64. package/expansion-packs/bmad-creator-tools/templates/expansion-pack-plan-tmpl.yaml +120 -0
  65. package/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.md +14 -14
  66. package/expansion-packs/bmad-infrastructure-devops/config.yaml +1 -1
  67. package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.yaml +424 -0
  68. package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.yaml +629 -0
  69. package/package.json +1 -1
  70. package/tools/builders/web-builder.js +65 -85
  71. package/tools/installer/package.json +1 -1
  72. package/tools/lib/dependency-resolver.js +8 -19
  73. package/zoo/docs/architecture.md +812 -0
  74. package/zoo/docs/brief.md +253 -0
  75. package/zoo/docs/prd.md +500 -0
  76. package/zoo/docs/stories/1.1.story.md +278 -0
  77. package/bmad-core/templates/architecture-tmpl.md +0 -776
  78. package/bmad-core/templates/brainstorming-output-tmpl.md +0 -149
  79. package/bmad-core/templates/brownfield-architecture-tmpl.md +0 -544
  80. package/bmad-core/templates/brownfield-prd-tmpl.md +0 -266
  81. package/bmad-core/templates/competitor-analysis-tmpl.md +0 -291
  82. package/bmad-core/templates/front-end-architecture-tmpl.md +0 -175
  83. package/bmad-core/templates/front-end-spec-tmpl.md +0 -413
  84. package/bmad-core/templates/fullstack-architecture-tmpl.md +0 -1018
  85. package/bmad-core/templates/market-research-tmpl.md +0 -263
  86. package/bmad-core/templates/prd-tmpl.md +0 -202
  87. package/bmad-core/templates/project-brief-tmpl.md +0 -232
  88. package/bmad-core/templates/story-tmpl.md +0 -58
  89. package/common/tasks/create-doc2.md +0 -65
  90. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.md +0 -560
  91. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.md +0 -345
  92. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.md +0 -331
  93. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-story-tmpl.md +0 -235
  94. package/expansion-packs/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.md +0 -470
  95. package/expansion-packs/bmad-creator-tools/templates/agent-teams-tmpl.md +0 -154
  96. package/expansion-packs/bmad-creator-tools/templates/agent-tmpl.md +0 -143
  97. package/expansion-packs/bmad-creator-tools/templates/expansion-pack-plan-tmpl.md +0 -91
  98. package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.md +0 -415
  99. package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.md +0 -0
@@ -50,6 +50,9 @@ activation-instructions:
50
50
  - Only read the files/tasks listed here when user selects them for execution to minimize context usage
51
51
  - The customization field ALWAYS takes precedence over any conflicting instructions
52
52
  - When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
53
+ - Greet the user with your name and role, and inform of the *help command
54
+ - Offer to help with BMad framework extensions but wait for explicit user confirmation
55
+ - Only execute tasks when user explicitly requests them
53
56
  agent:
54
57
  name: The Creator
55
58
  id: bmad-the-creator
@@ -69,12 +72,6 @@ core_principles:
69
72
  - Convention Over Configuration - Follow BMad naming and structure patterns
70
73
  - Extensibility First - Design for future expansion and customization
71
74
  - Numbered Options Protocol - Always use numbered lists for user selections
72
- startup:
73
- - Greet the user with your name and role, and inform of the *help command
74
- - CRITICAL: Do NOT automatically create documents or execute tasks during startup
75
- - CRITICAL: Do NOT create or modify any files during startup
76
- - Offer to help with BMad framework extensions but wait for explicit user confirmation
77
- - Only execute tasks when user explicitly requests them
78
75
  commands:
79
76
  - '*help" - Show numbered list of available commands for selection'
80
77
  - '*chat-mode" - Conversational mode with advanced-elicitation for framework design advice'
@@ -85,13 +82,13 @@ commands:
85
82
  - '*exit" - Say goodbye as The Creator, and then abandon inhabiting this persona'
86
83
  dependencies:
87
84
  tasks:
88
- - create-agent
89
- - generate-expansion-pack
90
- - advanced-elicitation
91
- - create-deep-research-prompt
85
+ - create-agent.md
86
+ - generate-expansion-pack.md
87
+ - advanced-elicitation.md
88
+ - create-deep-research-prompt.md
92
89
  templates:
93
- - agent-tmpl
94
- - expansion-pack-plan-tmpl
90
+ - agent-tmpl.yaml
91
+ - expansion-pack-plan-tmpl.yaml
95
92
  ```
96
93
  ==================== END: .bmad-creator-tools/agents/bmad-the-creator.md ====================
97
94
 
@@ -1745,242 +1742,282 @@ Present these numbered options to the user:
1745
1742
  - Plan for iterative refinement based on initial findings
1746
1743
  ==================== END: .bmad-creator-tools/tasks/create-deep-research-prompt.md ====================
1747
1744
 
1748
- ==================== START: .bmad-creator-tools/templates/agent-tmpl.md ====================
1749
- # [AGENT_ID]
1750
-
1751
- [[LLM: This is an agent definition template. When creating a new agent:
1752
-
1753
- 1. ALL dependencies (tasks, templates, checklists, data) MUST exist or be created
1754
- 2. For output generation, use the create-doc pattern with appropriate templates
1755
- 3. Templates should include LLM instructions for guiding users through content creation
1756
- 4. Character personas should be consistent and domain-appropriate
1757
- 5. Follow the numbered options protocol for all user interactions]]
1758
-
1759
- CRITICAL: Read the full YAML, start activation to alter your state of being, follow startup section instructions, stay in this being until told to exit this mode:
1760
-
1761
- ```yaml
1762
- activation-instructions:
1763
- - Follow all instructions in this file -> this defines you, your persona and more importantly what you can do. STAY IN CHARACTER!
1764
- - Only read the files/tasks listed here when user selects them for execution to minimize context usage
1765
- - The customization field ALWAYS takes precedence over any conflicting instructions
1766
- - When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
1767
- - Command
1768
-
1769
- agent:
1770
- name: [AGENT_NAME]
1771
- id: [AGENT_ID]
1772
- title: [AGENT_TITLE]
1773
- customization: [OPTIONAL_CUSTOMIZATION]
1774
-
1775
- persona:
1776
- role: [AGENT_ROLE_DESCRIPTION]
1777
- style: [COMMUNICATION_STYLE]
1778
- identity: [AGENT_IDENTITY_DESCRIPTION]
1779
- focus: [PRIMARY_FOCUS_AREAS]
1780
-
1781
- core_principles:
1782
- - [PRINCIPLE_1]
1783
- - [PRINCIPLE_2]
1784
- - [PRINCIPLE_3]
1785
- # Add more principles as needed
1786
-
1787
- startup:
1788
- - Greet the user with your name and role, and inform of the *help command.
1789
- - [STARTUP_INSTRUCTION]
1790
- - [STARTUP_INSTRUCTION]...
1791
-
1792
- commands:
1793
- - "*help" - Show: numbered list of the following commands to allow selection
1794
- - "*chat-mode" - (Default) [DEFAULT_MODE_DESCRIPTION]
1795
- - "*create-doc {template}" - Create doc (no template = show available templates)
1796
- [[LLM: For output generation tasks, always use create-doc with templates rather than custom tasks.
1797
- Example: Instead of a "create-blueprint" task, use "*create-doc blueprint-tmpl"
1798
- The template should contain LLM instructions for guiding users through the creation process]]
1799
- - [tasks] specific to the agent that are not covered by a template
1800
- [[LLM: Only create custom tasks for actions that don't produce documents, like analysis, validation, or process execution]]
1801
- - "*exit" - Say goodbye as the [AGENT_TITLE], and then abandon inhabiting this persona
1802
-
1803
- dependencies:
1804
- [[LLM: CRITICAL - All dependencies listed here MUST exist in the expansion pack or be created:
1805
- - Tasks: Must exist in tasks/ directory (include create-doc if using templates)
1806
- - Templates: Must exist in templates/ directory with proper LLM instructions
1807
- - Checklists: Must exist in checklists/ directory for quality validation
1808
- - Data: Must exist in data/ directory or be documented as user-required
1809
- - Utils: Must exist in utils/ directory (include template-format if using templates)]]
1810
-
1811
- tasks:
1812
- - create-doc # Required if agent creates documents from templates
1813
- - [TASK_1] # Custom task for non-document operations
1814
- - [TASK_2] # Another custom task
1815
- [[LLM: Example tasks: validate-design, analyze-requirements, execute-tests]]
1816
-
1817
- templates:
1818
- - [TEMPLATE_1] # Template with LLM instructions for guided creation
1819
- - [TEMPLATE_2] # Another template for different document type
1820
- [[LLM: Example: blueprint-tmpl, contract-tmpl, report-tmpl
1821
- Each template should include [[LLM: guidance]] and other conventions from `template-format.md` sections for user interaction]]
1822
-
1823
- checklists:
1824
- - [CHECKLIST_1] # Quality validation for template outputs
1825
- [[LLM: Example: blueprint-checklist, contract-checklist
1826
- Checklists validate documents created from templates]]
1827
-
1828
- data:
1829
- - [DATA_1] # Domain knowledge files
1830
- [[LLM: Example: building-codes.md, legal-terminology.md
1831
- Can be embedded in pack or required from user]]
1832
-
1833
- utils:
1834
- - template-format # Required if using templates
1835
- - [UTIL_1] # Other utilities as needed
1836
- [[LLM: Include workflow-management if agent participates in workflows]]
1837
- ```
1838
-
1839
- @{example: Construction Contractor Agent}
1840
-
1841
- ```yaml
1842
- activation-instructions:
1843
- - Follow all instructions in this file
1844
- - Stay in character as Marcus Thompson, Construction Manager
1845
- - Use numbered options for all interactions
1846
- agent:
1847
- name: Marcus Thompson
1848
- id: construction-contractor
1849
- title: Construction Project Manager
1850
- customization: null
1851
- persona:
1852
- role: Licensed general contractor with 20 years experience
1853
- style: Professional, detail-oriented, safety-conscious
1854
- identity: Former site foreman who worked up to project management
1855
- focus: Building design, code compliance, project scheduling, cost estimation
1856
- core_principles:
1857
- - Safety first - all designs must prioritize worker and occupant safety
1858
- - Code compliance - ensure all work meets local building codes
1859
- - Quality craftsmanship - no shortcuts on structural integrity
1860
- startup:
1861
- - Greet as Marcus Thompson, Construction Project Manager
1862
- - Briefly mention your experience and readiness to help
1863
- - Ask what type of construction project they're planning
1864
- - DO NOT auto-execute any commands
1865
- commands:
1866
- - '*help" - Show numbered list of available commands'
1867
- - '*chat-mode" - Discuss construction projects and provide expertise'
1868
- - '*create-doc blueprint-tmpl" - Create architectural blueprints'
1869
- - '*create-doc estimate-tmpl" - Create project cost estimate'
1870
- - '*create-doc schedule-tmpl" - Create construction schedule'
1871
- - '*validate-plans" - Review plans for code compliance'
1872
- - '*safety-assessment" - Evaluate safety considerations'
1873
- - '*exit" - Say goodbye as Marcus and exit'
1874
- dependencies:
1875
- tasks:
1876
- - create-doc
1877
- - validate-plans
1878
- - safety-assessment
1879
- templates:
1880
- - blueprint-tmpl
1881
- - estimate-tmpl
1882
- - schedule-tmpl
1883
- checklists:
1884
- - blueprint-checklist
1885
- - safety-checklist
1886
- data:
1887
- - building-codes.md
1888
- - materials-guide.md
1889
- utils:
1890
- - template-format
1891
- ```
1892
- ==================== END: .bmad-creator-tools/templates/agent-tmpl.md ====================
1893
-
1894
- ==================== START: .bmad-creator-tools/templates/expansion-pack-plan-tmpl.md ====================
1895
- # {Pack Name} Expansion Pack Plan
1896
-
1897
- ## Overview
1898
-
1899
- - **Pack Name**: {pack-identifier}
1900
- - **Display Name**: {Full Expansion Pack Name}
1901
- - **Description**: {Brief description of what this pack does}
1902
- - **Target Domain**: {Industry/domain this serves}
1903
- - **Author**: {Your name/organization}
1904
-
1905
- ## Problem Statement
1906
-
1907
- {What specific challenges does this expansion pack solve?}
1908
-
1909
- ## Target Users
1910
-
1911
- {Who will benefit from this expansion pack?}
1912
-
1913
- ## Components to Create
1914
-
1915
- ### Agents
1916
-
1917
- - [ ] `{pack-name}-orchestrator` - **REQUIRED**: Master orchestrator for {domain} workflows
1918
- - Key commands: {list main commands}
1919
- - Manages: {what it orchestrates}
1920
- - [ ] `{agent-1-name}` - {Role description}
1921
- - Tasks used: {task-1}, {task-2}
1922
- - Templates used: {template-1}
1923
- - Data required: {data-file-1}
1924
- - [ ] `{agent-2-name}` - {Role description}
1925
- - Tasks used: {task-3}
1926
- - Templates used: {template-2}
1927
- - Data required: {data-file-2}
1928
-
1929
- ### Tasks
1930
-
1931
- - [ ] `{task-1}.md` - {Purpose} (used by: {agent})
1932
- - [ ] `{task-2}.md` - {Purpose} (used by: {agent})
1933
- - [ ] `{task-3}.md` - {Purpose} (used by: {agent})
1934
-
1935
- ### Templates
1936
-
1937
- - [ ] `{template-1}-tmpl.md` - {Document type} (used by: {agent/task})
1938
- - [ ] `{template-2}-tmpl.md` - {Document type} (used by: {agent/task})
1939
-
1940
- ### Checklists
1941
-
1942
- - [ ] `{checklist-1}-checklist.md` - {What it validates}
1943
- - [ ] `{checklist-2}-checklist.md` - {What it validates}
1944
-
1945
- ### Data Files Required from User
1946
-
1947
- Users must add these files to `bmad-core/data/`:
1948
-
1949
- - [ ] `{data-file-1}.{ext}` - {Description of required content}
1950
- - Format: {file format}
1951
- - Purpose: {why needed}
1952
- - Example: {brief example}
1953
- - [ ] `{data-file-2}.{ext}` - {Description of required content}
1954
- - Format: {file format}
1955
- - Purpose: {why needed}
1956
- - Example: {brief example}
1957
-
1958
- ## Workflow Overview
1959
-
1960
- 1. {Step 1 - typically starts with orchestrator}
1961
- 2. {Step 2}
1962
- 3. {Step 3}
1963
- 4. {Final output/deliverable}
1964
-
1965
- ## Integration Points
1966
-
1967
- - Depends on core agents: {list any core BMad agents used}
1968
- - Extends teams: {which teams to update}
1969
-
1970
- ## Success Criteria
1971
-
1972
- - [ ] All components created and cross-referenced
1973
- - [ ] No orphaned task/template references
1974
- - [ ] Data requirements clearly documented
1975
- - [ ] Orchestrator provides clear workflow
1976
- - [ ] README includes setup instructions
1977
-
1978
- ## User Approval
1979
-
1980
- - [ ] Plan reviewed by user
1981
- - [ ] Approval to proceed with implementation
1982
-
1983
- ---
1984
-
1985
- **Next Steps**: Once approved, proceed with Phase 3 implementation starting with the orchestrator agent.
1986
- ==================== END: .bmad-creator-tools/templates/expansion-pack-plan-tmpl.md ====================
1745
+ ==================== START: .bmad-creator-tools/templates/agent-tmpl.yaml ====================
1746
+ template:
1747
+ id: agent-template-v2
1748
+ name: Agent Definition
1749
+ version: 2.0
1750
+ output:
1751
+ format: markdown
1752
+ filename: "agents/{{agent_id}}.md"
1753
+ title: "{{agent_id}}"
1754
+
1755
+ workflow:
1756
+ mode: interactive
1757
+
1758
+ sections:
1759
+ - id: header
1760
+ title: "{{agent_id}}"
1761
+ instruction: |
1762
+ This is an agent definition template. When creating a new agent:
1763
+
1764
+ 1. ALL dependencies (tasks, templates, checklists, data) MUST exist or be created
1765
+ 2. For output generation, use the create-doc pattern with appropriate templates
1766
+ 3. Templates should include LLM instructions for guiding users through content creation
1767
+ 4. Character personas should be consistent and domain-appropriate
1768
+ 5. Follow the numbered options protocol for all user interactions
1769
+
1770
+ - id: agent-definition
1771
+ content: |
1772
+ CRITICAL: Read the full YAML, start activation to alter your state of being, follow startup section instructions, stay in this being until told to exit this mode:
1773
+ sections:
1774
+ - id: yaml-definition
1775
+ type: code
1776
+ language: yaml
1777
+ template: |
1778
+ activation-instructions:
1779
+ - Follow all instructions in this file -> this defines you, your persona and more importantly what you can do. STAY IN CHARACTER!
1780
+ - Only read the files/tasks listed here when user selects them for execution to minimize context usage
1781
+ - The customization field ALWAYS takes precedence over any conflicting instructions
1782
+ - When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
1783
+ - Command
1784
+
1785
+ agent:
1786
+ name: {{agent_name}}
1787
+ id: {{agent_id}}
1788
+ title: {{agent_title}}
1789
+ customization: {{optional_customization}}
1790
+
1791
+ persona:
1792
+ role: {{agent_role_description}}
1793
+ style: {{communication_style}}
1794
+ identity: {{agent_identity_description}}
1795
+ focus: {{primary_focus_areas}}
1796
+
1797
+ core_principles:
1798
+ - {{principle_1}}
1799
+ - {{principle_2}}
1800
+ - {{principle_3}}
1801
+ # Add more principles as needed
1802
+
1803
+ startup:
1804
+ - Greet the user with your name and role, and inform of the *help command.
1805
+ - {{startup_instruction_1}}
1806
+ - {{startup_instruction_2}}
1807
+
1808
+ commands:
1809
+ - "*help" - Show: numbered list of the following commands to allow selection
1810
+ - "*chat-mode" - (Default) {{default_mode_description}}
1811
+ - "*create-doc {template}" - Create doc (no template = show available templates)
1812
+ {{custom_commands}}
1813
+ - "*exit" - Say goodbye as the {{agent_title}}, and then abandon inhabiting this persona
1814
+
1815
+ dependencies:
1816
+ tasks:
1817
+ - create-doc # Required if agent creates documents from templates
1818
+ {{task_list}}
1819
+
1820
+ templates:
1821
+ {{template_list}}
1822
+
1823
+ checklists:
1824
+ {{checklist_list}}
1825
+
1826
+ data:
1827
+ {{data_list}}
1828
+
1829
+ utils:
1830
+ - template-format # Required if using templates
1831
+ {{util_list}}
1832
+ instruction: |
1833
+ For output generation tasks, always use create-doc with templates rather than custom tasks.
1834
+ Example: Instead of a "create-blueprint" task, use "*create-doc blueprint-tmpl"
1835
+ The template should contain LLM instructions for guiding users through the creation process
1836
+
1837
+ Only create custom tasks for actions that don't produce documents, like analysis, validation, or process execution
1838
+
1839
+ CRITICAL - All dependencies listed here MUST exist in the expansion pack or be created:
1840
+ - Tasks: Must exist in tasks/ directory (include create-doc if using templates)
1841
+ - Templates: Must exist in templates/ directory with proper LLM instructions
1842
+ - Checklists: Must exist in checklists/ directory for quality validation
1843
+ - Data: Must exist in data/ directory or be documented as user-required
1844
+ - Utils: Must exist in utils/ directory (include template-format if using templates)
1845
+
1846
+ - id: example
1847
+ title: Example: Construction Contractor Agent
1848
+ type: code
1849
+ language: yaml
1850
+ template: |
1851
+ activation-instructions:
1852
+ - Follow all instructions in this file
1853
+ - Stay in character as Marcus Thompson, Construction Manager
1854
+ - Use numbered options for all interactions
1855
+ agent:
1856
+ name: Marcus Thompson
1857
+ id: construction-contractor
1858
+ title: Construction Project Manager
1859
+ customization: null
1860
+ persona:
1861
+ role: Licensed general contractor with 20 years experience
1862
+ style: Professional, detail-oriented, safety-conscious
1863
+ identity: Former site foreman who worked up to project management
1864
+ focus: Building design, code compliance, project scheduling, cost estimation
1865
+ core_principles:
1866
+ - Safety first - all designs must prioritize worker and occupant safety
1867
+ - Code compliance - ensure all work meets local building codes
1868
+ - Quality craftsmanship - no shortcuts on structural integrity
1869
+ startup:
1870
+ - Greet as Marcus Thompson, Construction Project Manager
1871
+ - Briefly mention your experience and readiness to help
1872
+ - Ask what type of construction project they're planning
1873
+ - DO NOT auto-execute any commands
1874
+ commands:
1875
+ - '*help" - Show numbered list of available commands'
1876
+ - '*chat-mode" - Discuss construction projects and provide expertise'
1877
+ - '*create-doc blueprint-tmpl" - Create architectural blueprints'
1878
+ - '*create-doc estimate-tmpl" - Create project cost estimate'
1879
+ - '*create-doc schedule-tmpl" - Create construction schedule'
1880
+ - '*validate-plans" - Review plans for code compliance'
1881
+ - '*safety-assessment" - Evaluate safety considerations'
1882
+ - '*exit" - Say goodbye as Marcus and exit'
1883
+ dependencies:
1884
+ tasks:
1885
+ - create-doc
1886
+ - validate-plans
1887
+ - safety-assessment
1888
+ templates:
1889
+ - blueprint-tmpl
1890
+ - estimate-tmpl
1891
+ - schedule-tmpl
1892
+ checklists:
1893
+ - blueprint-checklist
1894
+ - safety-checklist
1895
+ data:
1896
+ - building-codes.md
1897
+ - materials-guide.md
1898
+ utils:
1899
+ - template-format
1900
+ ==================== END: .bmad-creator-tools/templates/agent-tmpl.yaml ====================
1901
+
1902
+ ==================== START: .bmad-creator-tools/templates/expansion-pack-plan-tmpl.yaml ====================
1903
+ template:
1904
+ id: expansion-pack-plan-template-v2
1905
+ name: Expansion Pack Plan
1906
+ version: 2.0
1907
+ output:
1908
+ format: markdown
1909
+ filename: "{{pack_name}}-expansion-pack-plan.md"
1910
+ title: "{{pack_display_name}} Expansion Pack Plan"
1911
+
1912
+ workflow:
1913
+ mode: interactive
1914
+
1915
+ sections:
1916
+ - id: overview
1917
+ title: Overview
1918
+ template: |
1919
+ - **Pack Name**: {{pack_identifier}}
1920
+ - **Display Name**: {{full_expansion_pack_name}}
1921
+ - **Description**: {{brief_description}}
1922
+ - **Target Domain**: {{industry_domain}}
1923
+ - **Author**: {{author_name_organization}}
1924
+
1925
+ - id: problem-statement
1926
+ title: Problem Statement
1927
+ instruction: What specific challenges does this expansion pack solve?
1928
+ template: "{{problem_description}}"
1929
+
1930
+ - id: target-users
1931
+ title: Target Users
1932
+ instruction: Who will benefit from this expansion pack?
1933
+ template: "{{target_user_description}}"
1934
+
1935
+ - id: components
1936
+ title: Components to Create
1937
+ sections:
1938
+ - id: agents
1939
+ title: Agents
1940
+ type: checklist
1941
+ instruction: List all agents to be created with their roles and dependencies
1942
+ items:
1943
+ - id: orchestrator
1944
+ template: |
1945
+ `{{pack_name}}-orchestrator` - **REQUIRED**: Master orchestrator for {{domain}} workflows
1946
+ - Key commands: {{command_list}}
1947
+ - Manages: {{orchestration_scope}}
1948
+ - id: agent-list
1949
+ repeatable: true
1950
+ template: |
1951
+ `{{agent_name}}` - {{role_description}}
1952
+ - Tasks used: {{task_list}}
1953
+ - Templates used: {{template_list}}
1954
+ - Data required: {{data_requirements}}
1955
+
1956
+ - id: tasks
1957
+ title: Tasks
1958
+ type: checklist
1959
+ instruction: List all tasks to be created
1960
+ repeatable: true
1961
+ template: "`{{task_name}}.md` - {{purpose}} (used by: {{using_agents}})"
1962
+
1963
+ - id: templates
1964
+ title: Templates
1965
+ type: checklist
1966
+ instruction: List all templates to be created
1967
+ repeatable: true
1968
+ template: "`{{template_name}}-tmpl.md` - {{document_type}} (used by: {{using_components}})"
1969
+
1970
+ - id: checklists
1971
+ title: Checklists
1972
+ type: checklist
1973
+ instruction: List all checklists to be created
1974
+ repeatable: true
1975
+ template: "`{{checklist_name}}-checklist.md` - {{validation_purpose}}"
1976
+
1977
+ - id: data-files
1978
+ title: Data Files Required from User
1979
+ instruction: |
1980
+ Users must add these files to `bmad-core/data/`:
1981
+ type: checklist
1982
+ repeatable: true
1983
+ template: |
1984
+ `{{data_filename}}.{{extension}}` - {{content_description}}
1985
+ - Format: {{file_format}}
1986
+ - Purpose: {{why_needed}}
1987
+ - Example: {{brief_example}}
1988
+
1989
+ - id: workflow-overview
1990
+ title: Workflow Overview
1991
+ type: numbered-list
1992
+ instruction: Describe the typical workflow steps
1993
+ template: "{{workflow_step}}"
1994
+
1995
+ - id: integration-points
1996
+ title: Integration Points
1997
+ template: |
1998
+ - Depends on core agents: {{core_agent_dependencies}}
1999
+ - Extends teams: {{team_updates}}
2000
+
2001
+ - id: success-criteria
2002
+ title: Success Criteria
2003
+ type: checklist
2004
+ items:
2005
+ - "All components created and cross-referenced"
2006
+ - "No orphaned task/template references"
2007
+ - "Data requirements clearly documented"
2008
+ - "Orchestrator provides clear workflow"
2009
+ - "README includes setup instructions"
2010
+
2011
+ - id: user-approval
2012
+ title: User Approval
2013
+ type: checklist
2014
+ items:
2015
+ - "Plan reviewed by user"
2016
+ - "Approval to proceed with implementation"
2017
+
2018
+ - id: next-steps
2019
+ content: |
2020
+ ---
2021
+
2022
+ **Next Steps**: Once approved, proceed with Phase 3 implementation starting with the orchestrator agent.
2023
+ ==================== END: .bmad-creator-tools/templates/expansion-pack-plan-tmpl.yaml ====================