bmad-method 4.44.1 → 4.44.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 (44) hide show
  1. package/.github/ISSUE_TEMPLATE/config.yml +5 -0
  2. package/.github/workflows/manual-release.yaml +1 -1
  3. package/README.md +38 -42
  4. package/dist/agents/analyst.txt +2 -10
  5. package/dist/agents/architect.txt +5 -11
  6. package/dist/agents/bmad-master.txt +13 -37
  7. package/dist/agents/bmad-orchestrator.txt +0 -7
  8. package/dist/agents/dev.txt +1 -6
  9. package/dist/agents/pm.txt +0 -10
  10. package/dist/agents/po.txt +1 -7
  11. package/dist/agents/qa.txt +4 -8
  12. package/dist/agents/sm.txt +0 -4
  13. package/dist/agents/ux-expert.txt +0 -4
  14. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.txt +0 -6
  15. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.txt +0 -3
  16. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.txt +0 -3
  17. package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +2 -25
  18. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.txt +0 -9
  19. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.txt +0 -8
  20. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.txt +1 -4
  21. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.txt +0 -4
  22. package/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +3 -35
  23. package/dist/expansion-packs/bmad-creative-writing/agents/beta-reader.txt +0 -9
  24. package/dist/expansion-packs/bmad-creative-writing/agents/character-psychologist.txt +0 -8
  25. package/dist/expansion-packs/bmad-creative-writing/agents/dialog-specialist.txt +0 -7
  26. package/dist/expansion-packs/bmad-creative-writing/agents/editor.txt +0 -8
  27. package/dist/expansion-packs/bmad-creative-writing/agents/genre-specialist.txt +0 -10
  28. package/dist/expansion-packs/bmad-creative-writing/agents/narrative-designer.txt +0 -8
  29. package/dist/expansion-packs/bmad-creative-writing/agents/plot-architect.txt +0 -7
  30. package/dist/expansion-packs/bmad-creative-writing/agents/world-builder.txt +0 -9
  31. package/dist/expansion-packs/bmad-creative-writing/teams/agent-team.txt +0 -85
  32. package/dist/expansion-packs/bmad-godot-game-dev/agents/game-qa.txt +4 -1
  33. package/dist/expansion-packs/bmad-godot-game-dev/teams/godot-game-team.txt +4 -1
  34. package/dist/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.txt +0 -5
  35. package/dist/teams/team-all.txt +27 -58
  36. package/dist/teams/team-fullstack.txt +23 -46
  37. package/dist/teams/team-ide-minimal.txt +5 -27
  38. package/dist/teams/team-no-ui.txt +12 -34
  39. package/package.json +1 -1
  40. package/tools/installer/bin/bmad.js +7 -0
  41. package/tools/installer/config/install.config.yaml +7 -7
  42. package/tools/installer/lib/ide-setup.js +68 -76
  43. package/tools/installer/package.json +1 -1
  44. package/release_notes.md +0 -54
@@ -102,7 +102,6 @@ dependencies:
102
102
 
103
103
  ==================== START: .bmad-infrastructure-devops/tasks/create-doc.md ====================
104
104
  <!-- Powered by BMAD™ Core -->
105
-
106
105
  # Create Document from Template (YAML Driven)
107
106
 
108
107
  ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️
@@ -208,7 +207,6 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once).
208
207
 
209
208
  ==================== START: .bmad-infrastructure-devops/tasks/review-infrastructure.md ====================
210
209
  <!-- Powered by BMAD™ Core -->
211
-
212
210
  # Infrastructure Review Task
213
211
 
214
212
  ## Purpose
@@ -372,7 +370,6 @@ REPEAT by Asking the user if they would like to perform another Reflective, Elic
372
370
 
373
371
  ==================== START: .bmad-infrastructure-devops/tasks/validate-infrastructure.md ====================
374
372
  <!-- Powered by BMAD™ Core -->
375
-
376
373
  # Infrastructure Validation Task
377
374
 
378
375
  ## Purpose
@@ -1591,7 +1588,6 @@ sections:
1591
1588
 
1592
1589
  ==================== START: .bmad-infrastructure-devops/checklists/infrastructure-checklist.md ====================
1593
1590
  <!-- Powered by BMAD™ Core -->
1594
-
1595
1591
  # Infrastructure Change Validation Checklist
1596
1592
 
1597
1593
  This checklist serves as a comprehensive framework for validating infrastructure changes before deployment to production. The DevOps/Platform Engineer should systematically work through each item, ensuring the infrastructure is secure, compliant, resilient, and properly implemented according to organizational standards.
@@ -2080,7 +2076,6 @@ This checklist serves as a comprehensive framework for validating infrastructure
2080
2076
 
2081
2077
  ==================== START: .bmad-infrastructure-devops/data/technical-preferences.md ====================
2082
2078
  <!-- Powered by BMAD™ Core -->
2083
-
2084
2079
  # User-Defined Preferred Patterns and Preferences
2085
2080
 
2086
2081
  None Listed
@@ -338,7 +338,6 @@ persona:
338
338
  focus: Executing story tasks with precision, updating Dev Agent Record sections only, maintaining minimal context overhead
339
339
  core_principles:
340
340
  - CRITICAL: Story has ALL info you will need aside from what you loaded during the startup commands. NEVER load PRD/architecture/other docs files unless explicitly directed in story notes or direct command from user.
341
- - CRITICAL: ALWAYS check current folder structure before starting your story tasks, don't create new working directory if it already exists. Create new one when you're sure it's a brand new project.
342
341
  - CRITICAL: ONLY update story file Dev Agent Record sections (checkboxes/Debug Log/Completion Notes/Change Log)
343
342
  - CRITICAL: FOLLOW THE develop-story command when the user tells you to implement the story
344
343
  - Numbered Options - Always use numbered lists when presenting choices to the user
@@ -506,7 +505,10 @@ agent:
506
505
  id: qa
507
506
  title: Test Architect & Quality Advisor
508
507
  icon: 🧪
509
- whenToUse: Use for comprehensive test architecture review, quality gate decisions, and code improvement. Provides thorough analysis including requirements traceability, risk assessment, and test strategy. Advisory only - teams choose their quality bar.
508
+ whenToUse: Use for comprehensive test architecture review, quality gate decisions,
509
+ and code improvement. Provides thorough analysis including requirements
510
+ traceability, risk assessment, and test strategy.
511
+ Advisory only - teams choose their quality bar.
510
512
  customization: null
511
513
  persona:
512
514
  role: Test Architect with Quality Advisory Authority
@@ -653,7 +655,6 @@ dependencies:
653
655
 
654
656
  ==================== START: .bmad-core/tasks/advanced-elicitation.md ====================
655
657
  <!-- Powered by BMAD™ Core -->
656
-
657
658
  # Advanced Elicitation Task
658
659
 
659
660
  ## Purpose
@@ -775,7 +776,6 @@ Choose a number (0-8) or 9 to proceed:
775
776
 
776
777
  ==================== START: .bmad-core/tasks/create-doc.md ====================
777
778
  <!-- Powered by BMAD™ Core -->
778
-
779
779
  # Create Document from Template (YAML Driven)
780
780
 
781
781
  ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️
@@ -881,7 +881,6 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once).
881
881
 
882
882
  ==================== START: .bmad-core/tasks/kb-mode-interaction.md ====================
883
883
  <!-- Powered by BMAD™ Core -->
884
-
885
884
  # KB Mode Interaction Task
886
885
 
887
886
  ## Purpose
@@ -961,7 +960,6 @@ Or ask me about anything else related to BMad-Method!
961
960
 
962
961
  ==================== START: .bmad-core/data/bmad-kb.md ====================
963
962
  <!-- Powered by BMAD™ Core -->
964
-
965
963
  # BMAD™ Knowledge Base
966
964
 
967
965
  ## Overview
@@ -1064,7 +1062,6 @@ npx bmad-method install
1064
1062
  - **Cline**: VS Code extension with AI features
1065
1063
  - **Roo Code**: Web-based IDE with agent support
1066
1064
  - **GitHub Copilot**: VS Code extension with AI peer programming assistant
1067
- - **Auggie CLI (Augment Code)**: AI-powered development environment
1068
1065
 
1069
1066
  **Note for VS Code Users**: BMAD-METHOD™ assumes when you mention "VS Code" that you're using it with an AI-powered extension like GitHub Copilot, Cline, or Roo. Standard VS Code without AI capabilities cannot run BMad agents. The installer includes built-in support for Cline and Roo.
1070
1067
 
@@ -1773,7 +1770,6 @@ Use the **expansion-creator** pack to build your own:
1773
1770
 
1774
1771
  ==================== START: .bmad-core/data/elicitation-methods.md ====================
1775
1772
  <!-- Powered by BMAD™ Core -->
1776
-
1777
1773
  # Elicitation Methods Data
1778
1774
 
1779
1775
  ## Core Reflective Methods
@@ -1932,7 +1928,6 @@ Use the **expansion-creator** pack to build your own:
1932
1928
 
1933
1929
  ==================== START: .bmad-core/utils/workflow-management.md ====================
1934
1930
  <!-- Powered by BMAD™ Core -->
1935
-
1936
1931
  # Workflow Management
1937
1932
 
1938
1933
  Enables BMad orchestrator to manage and execute team workflows.
@@ -2006,7 +2001,6 @@ Agents should be workflow-aware: know active workflow, their role, access artifa
2006
2001
 
2007
2002
  ==================== START: .bmad-core/tasks/create-deep-research-prompt.md ====================
2008
2003
  <!-- Powered by BMAD™ Core -->
2009
-
2010
2004
  # Create Deep Research Prompt Task
2011
2005
 
2012
2006
  This task helps create comprehensive research prompts for various types of deep analysis. It can process inputs from brainstorming sessions, project briefs, market research, or specific research questions to generate targeted prompts for deeper investigation.
@@ -2289,7 +2283,6 @@ CRITICAL: collaborate with the user to develop specific, actionable research que
2289
2283
 
2290
2284
  ==================== START: .bmad-core/tasks/document-project.md ====================
2291
2285
  <!-- Powered by BMAD™ Core -->
2292
-
2293
2286
  # Document an Existing Project
2294
2287
 
2295
2288
  ## Purpose
@@ -2636,11 +2629,10 @@ Apply the advanced elicitation task after major sections to refine based on user
2636
2629
  ==================== END: .bmad-core/tasks/document-project.md ====================
2637
2630
 
2638
2631
  ==================== START: .bmad-core/tasks/facilitate-brainstorming-session.md ====================
2639
- ## <!-- Powered by BMAD™ Core -->
2640
-
2632
+ <!-- Powered by BMAD™ Core -->
2633
+ ---
2641
2634
  docOutputLocation: docs/brainstorming-session-results.md
2642
2635
  template: '.bmad-core/templates/brainstorming-output-tmpl.yaml'
2643
-
2644
2636
  ---
2645
2637
 
2646
2638
  # Facilitate Brainstorming Session Task
@@ -3728,7 +3720,6 @@ sections:
3728
3720
 
3729
3721
  ==================== START: .bmad-core/data/brainstorming-techniques.md ====================
3730
3722
  <!-- Powered by BMAD™ Core -->
3731
-
3732
3723
  # Brainstorming Techniques Data
3733
3724
 
3734
3725
  ## Creative Expansion
@@ -3769,7 +3760,6 @@ sections:
3769
3760
 
3770
3761
  ==================== START: .bmad-core/tasks/execute-checklist.md ====================
3771
3762
  <!-- Powered by BMAD™ Core -->
3772
-
3773
3763
  # Checklist Validation Task
3774
3764
 
3775
3765
  This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents.
@@ -4624,8 +4614,8 @@ sections:
4624
4614
  - **UI/UX Consistency:** {{ui_compatibility}}
4625
4615
  - **Performance Impact:** {{performance_constraints}}
4626
4616
 
4627
- - id: tech-stack
4628
- title: Tech Stack
4617
+ - id: tech-stack-alignment
4618
+ title: Tech Stack Alignment
4629
4619
  instruction: |
4630
4620
  Ensure new components align with existing technology choices:
4631
4621
 
@@ -4787,8 +4777,8 @@ sections:
4787
4777
 
4788
4778
  **Error Handling:** {{error_handling_strategy}}
4789
4779
 
4790
- - id: source-tree
4791
- title: Source Tree
4780
+ - id: source-tree-integration
4781
+ title: Source Tree Integration
4792
4782
  instruction: |
4793
4783
  Define how new code will integrate with existing project structure:
4794
4784
 
@@ -4857,7 +4847,7 @@ sections:
4857
4847
  **Monitoring:** {{monitoring_approach}}
4858
4848
 
4859
4849
  - id: coding-standards
4860
- title: Coding Standards
4850
+ title: Coding Standards and Conventions
4861
4851
  instruction: |
4862
4852
  Ensure new code follows existing project conventions:
4863
4853
 
@@ -6043,7 +6033,6 @@ sections:
6043
6033
 
6044
6034
  ==================== START: .bmad-core/checklists/architect-checklist.md ====================
6045
6035
  <!-- Powered by BMAD™ Core -->
6046
-
6047
6036
  # Architect Solution Validation Checklist
6048
6037
 
6049
6038
  This checklist serves as a comprehensive framework for the Architect to validate the technical design and architecture before development execution. The Architect should systematically work through each item, ensuring the architecture is robust, scalable, secure, and aligned with the product requirements.
@@ -6486,7 +6475,6 @@ After presenting the report, ask the user if they would like detailed analysis o
6486
6475
 
6487
6476
  ==================== START: .bmad-core/data/technical-preferences.md ====================
6488
6477
  <!-- Powered by BMAD™ Core -->
6489
-
6490
6478
  # User-Defined Preferred Patterns and Preferences
6491
6479
 
6492
6480
  None Listed
@@ -6494,7 +6482,6 @@ None Listed
6494
6482
 
6495
6483
  ==================== START: .bmad-core/tasks/apply-qa-fixes.md ====================
6496
6484
  <!-- Powered by BMAD™ Core -->
6497
-
6498
6485
  # apply-qa-fixes
6499
6486
 
6500
6487
  Implement fixes based on QA results (gate and assessments) for a specific story. This task is for the Dev agent to systematically consume QA outputs and apply code/test changes while only updating allowed sections in the story file.
@@ -6647,7 +6634,6 @@ Fix plan:
6647
6634
 
6648
6635
  ==================== START: .bmad-core/tasks/validate-next-story.md ====================
6649
6636
  <!-- Powered by BMAD™ Core -->
6650
-
6651
6637
  # Validate Next Story Task
6652
6638
 
6653
6639
  ## Purpose
@@ -6669,7 +6655,7 @@ To comprehensively validate a story draft before implementation begins, ensuring
6669
6655
 
6670
6656
  ### 1. Template Completeness Validation
6671
6657
 
6672
- - Load `.bmad-core/templates/story-tmpl.yaml` and extract all section headings from the template
6658
+ - Load `bmad-core/templates/story-tmpl.md` and extract all section headings from the template
6673
6659
  - **Missing sections check**: Compare story sections against template sections to verify all required sections are present
6674
6660
  - **Placeholder validation**: Ensure no template placeholders remain unfilled (e.g., `{{EpicNum}}`, `{{role}}`, `_TBD_`)
6675
6661
  - **Agent section verification**: Confirm all sections from template exist for future agent use
@@ -6786,7 +6772,6 @@ Provide a structured validation report including:
6786
6772
 
6787
6773
  ==================== START: .bmad-core/checklists/story-dod-checklist.md ====================
6788
6774
  <!-- Powered by BMAD™ Core -->
6789
-
6790
6775
  # Story Definition of Done (DoD) Checklist
6791
6776
 
6792
6777
  ## Instructions for Developer Agent
@@ -6885,7 +6870,6 @@ Be honest - it's better to flag issues now than have them discovered later.]]
6885
6870
 
6886
6871
  ==================== START: .bmad-core/tasks/brownfield-create-epic.md ====================
6887
6872
  <!-- Powered by BMAD™ Core -->
6888
-
6889
6873
  # Create Brownfield Epic Task
6890
6874
 
6891
6875
  ## Purpose
@@ -7050,7 +7034,6 @@ The epic creation is successful when:
7050
7034
 
7051
7035
  ==================== START: .bmad-core/tasks/brownfield-create-story.md ====================
7052
7036
  <!-- Powered by BMAD™ Core -->
7053
-
7054
7037
  # Create Brownfield Story Task
7055
7038
 
7056
7039
  ## Purpose
@@ -7202,7 +7185,6 @@ The story creation is successful when:
7202
7185
 
7203
7186
  ==================== START: .bmad-core/tasks/correct-course.md ====================
7204
7187
  <!-- Powered by BMAD™ Core -->
7205
-
7206
7188
  # Correct Course Task
7207
7189
 
7208
7190
  ## Purpose
@@ -7277,7 +7259,6 @@ The story creation is successful when:
7277
7259
 
7278
7260
  ==================== START: .bmad-core/tasks/shard-doc.md ====================
7279
7261
  <!-- Powered by BMAD™ Core -->
7280
-
7281
7262
  # Document Sharding Task
7282
7263
 
7283
7264
  ## Purpose
@@ -7957,7 +7938,6 @@ sections:
7957
7938
 
7958
7939
  ==================== START: .bmad-core/checklists/change-checklist.md ====================
7959
7940
  <!-- Powered by BMAD™ Core -->
7960
-
7961
7941
  # Change Navigation Checklist
7962
7942
 
7963
7943
  **Purpose:** To systematically guide the selected Agent and user through the analysis and planning required when a significant change (pivot, tech issue, missing requirement, failed story) is identified during the BMad workflow.
@@ -8144,7 +8124,6 @@ Keep it action-oriented and forward-looking.]]
8144
8124
 
8145
8125
  ==================== START: .bmad-core/checklists/pm-checklist.md ====================
8146
8126
  <!-- Powered by BMAD™ Core -->
8147
-
8148
8127
  # Product Manager (PM) Requirements Checklist
8149
8128
 
8150
8129
  This checklist serves as a comprehensive framework to ensure the Product Requirements Document (PRD) and Epic definitions are complete, well-structured, and appropriately scoped for MVP development. The PM should systematically work through each item during the product definition process.
@@ -8660,7 +8639,6 @@ sections:
8660
8639
 
8661
8640
  ==================== START: .bmad-core/checklists/po-master-checklist.md ====================
8662
8641
  <!-- Powered by BMAD™ Core -->
8663
-
8664
8642
  # Product Owner (PO) Master Validation Checklist
8665
8643
 
8666
8644
  This checklist serves as a comprehensive framework for the Product Owner to validate project plans before development execution. It adapts intelligently based on project type (greenfield vs brownfield) and includes UI/UX considerations when applicable.
@@ -9097,7 +9075,6 @@ After presenting the report, ask if the user wants:
9097
9075
 
9098
9076
  ==================== START: .bmad-core/tasks/nfr-assess.md ====================
9099
9077
  <!-- Powered by BMAD™ Core -->
9100
-
9101
9078
  # nfr-assess
9102
9079
 
9103
9080
  Quick NFR validation focused on the core four: security, performance, reliability, maintainability.
@@ -9445,7 +9422,6 @@ performance_deep_dive:
9445
9422
 
9446
9423
  ==================== START: .bmad-core/tasks/qa-gate.md ====================
9447
9424
  <!-- Powered by BMAD™ Core -->
9448
-
9449
9425
  # qa-gate
9450
9426
 
9451
9427
  Create or update a quality gate decision file for a story based on review findings.
@@ -9611,7 +9587,6 @@ Gate: CONCERNS → qa.qaLocation/gates/{epic}.{story}-{slug}.yml
9611
9587
 
9612
9588
  ==================== START: .bmad-core/tasks/review-story.md ====================
9613
9589
  <!-- Powered by BMAD™ Core -->
9614
-
9615
9590
  # review-story
9616
9591
 
9617
9592
  Perform a comprehensive test architecture review with quality gate decision. This adaptive, risk-aware review creates both a story update and a detailed gate file.
@@ -9930,7 +9905,6 @@ After review:
9930
9905
 
9931
9906
  ==================== START: .bmad-core/tasks/risk-profile.md ====================
9932
9907
  <!-- Powered by BMAD™ Core -->
9933
-
9934
9908
  # risk-profile
9935
9909
 
9936
9910
  Generate a comprehensive risk assessment matrix for a story implementation using probability × impact analysis.
@@ -10288,7 +10262,6 @@ Risk profile: qa.qaLocation/assessments/{epic}.{story}-risk-{YYYYMMDD}.md
10288
10262
 
10289
10263
  ==================== START: .bmad-core/tasks/test-design.md ====================
10290
10264
  <!-- Powered by BMAD™ Core -->
10291
-
10292
10265
  # test-design
10293
10266
 
10294
10267
  Create comprehensive test scenarios with appropriate test level recommendations for story implementation.
@@ -10467,7 +10440,6 @@ Before finalizing, verify:
10467
10440
 
10468
10441
  ==================== START: .bmad-core/tasks/trace-requirements.md ====================
10469
10442
  <!-- Powered by BMAD™ Core -->
10470
-
10471
10443
  # trace-requirements
10472
10444
 
10473
10445
  Map story requirements to test cases using Given-When-Then patterns for comprehensive traceability.
@@ -10842,7 +10814,6 @@ optional_fields_examples:
10842
10814
 
10843
10815
  ==================== START: .bmad-core/tasks/create-next-story.md ====================
10844
10816
  <!-- Powered by BMAD™ Core -->
10845
-
10846
10817
  # Create Next Story Task
10847
10818
 
10848
10819
  ## Purpose
@@ -10959,7 +10930,6 @@ ALWAYS cite source documents: `[Source: architecture/{filename}.md#{section}]`
10959
10930
 
10960
10931
  ==================== START: .bmad-core/checklists/story-draft-checklist.md ====================
10961
10932
  <!-- Powered by BMAD™ Core -->
10962
-
10963
10933
  # Story Draft Checklist
10964
10934
 
10965
10935
  The Scrum Master should use this checklist to validate that each story contains sufficient context for a developer agent to implement it successfully, while assuming the dev agent has reasonable capabilities to figure things out.
@@ -11117,7 +11087,6 @@ Be pragmatic - perfect documentation doesn't exist, but it must be enough to pro
11117
11087
 
11118
11088
  ==================== START: .bmad-core/tasks/generate-ai-frontend-prompt.md ====================
11119
11089
  <!-- Powered by BMAD™ Core -->
11120
-
11121
11090
  # Create AI Frontend Prompt Task
11122
11091
 
11123
11092
  ## Purpose
@@ -11687,7 +11656,7 @@ workflow:
11687
11656
  - Dev Agent (New Chat): Address remaining items
11688
11657
  - Return to QA for final approval
11689
11658
 
11690
- - step: repeat_development_cycle
11659
+ - repeat_development_cycle:
11691
11660
  action: continue_for_all_stories
11692
11661
  notes: |
11693
11662
  Repeat story cycle (SM → Dev → QA) for all epic stories
@@ -11704,7 +11673,7 @@ workflow:
11704
11673
  - Validate epic was completed correctly
11705
11674
  - Document learnings and improvements
11706
11675
 
11707
- - step: workflow_end
11676
+ - workflow_end:
11708
11677
  action: project_complete
11709
11678
  notes: |
11710
11679
  All stories implemented and reviewed!
@@ -11934,7 +11903,7 @@ workflow:
11934
11903
  - Dev Agent (New Chat): Address remaining items
11935
11904
  - Return to QA for final approval
11936
11905
 
11937
- - step: repeat_development_cycle
11906
+ - repeat_development_cycle:
11938
11907
  action: continue_for_all_stories
11939
11908
  notes: |
11940
11909
  Repeat story cycle (SM → Dev → QA) for all epic stories
@@ -11951,7 +11920,7 @@ workflow:
11951
11920
  - Validate epic was completed correctly
11952
11921
  - Document learnings and improvements
11953
11922
 
11954
- - step: workflow_end
11923
+ - workflow_end:
11955
11924
  action: project_complete
11956
11925
  notes: |
11957
11926
  All stories implemented and reviewed!
@@ -12132,7 +12101,7 @@ workflow:
12132
12101
  - Dev Agent (New Chat): Address remaining items
12133
12102
  - Return to QA for final approval
12134
12103
 
12135
- - step: repeat_development_cycle
12104
+ - repeat_development_cycle:
12136
12105
  action: continue_for_all_stories
12137
12106
  notes: |
12138
12107
  Repeat story cycle (SM → Dev → QA) for all epic stories
@@ -12149,7 +12118,7 @@ workflow:
12149
12118
  - Validate epic was completed correctly
12150
12119
  - Document learnings and improvements
12151
12120
 
12152
- - step: workflow_end
12121
+ - workflow_end:
12153
12122
  action: project_complete
12154
12123
  notes: |
12155
12124
  All stories implemented and reviewed!
@@ -12285,12 +12254,12 @@ workflow:
12285
12254
  condition: po_checklist_issues
12286
12255
  notes: "If PO finds issues, return to relevant agent to fix and re-export updated documents to docs/ folder."
12287
12256
 
12288
- - step: project_setup_guidance
12257
+ - project_setup_guidance:
12289
12258
  action: guide_project_structure
12290
12259
  condition: user_has_generated_ui
12291
12260
  notes: "If user generated UI with v0/Lovable: For polyrepo setup, place downloaded project in separate frontend repo alongside backend repo. For monorepo, place in apps/web or packages/frontend directory. Review architecture document for specific guidance."
12292
12261
 
12293
- - step: development_order_guidance
12262
+ - development_order_guidance:
12294
12263
  action: guide_development_sequence
12295
12264
  notes: "Based on PRD stories: If stories are frontend-heavy, start with frontend project/directory first. If backend-heavy or API-first, start with backend. For tightly coupled features, follow story sequence in monorepo setup. Reference sharded PRD epics for development order."
12296
12265
 
@@ -12358,7 +12327,7 @@ workflow:
12358
12327
  - Dev Agent (New Chat): Address remaining items
12359
12328
  - Return to QA for final approval
12360
12329
 
12361
- - step: repeat_development_cycle
12330
+ - repeat_development_cycle:
12362
12331
  action: continue_for_all_stories
12363
12332
  notes: |
12364
12333
  Repeat story cycle (SM → Dev → QA) for all epic stories
@@ -12375,7 +12344,7 @@ workflow:
12375
12344
  - Validate epic was completed correctly
12376
12345
  - Document learnings and improvements
12377
12346
 
12378
- - step: workflow_end
12347
+ - workflow_end:
12379
12348
  action: project_complete
12380
12349
  notes: |
12381
12350
  All stories implemented and reviewed!
@@ -12578,7 +12547,7 @@ workflow:
12578
12547
  - Dev Agent (New Chat): Address remaining items
12579
12548
  - Return to QA for final approval
12580
12549
 
12581
- - step: repeat_development_cycle
12550
+ - repeat_development_cycle:
12582
12551
  action: continue_for_all_stories
12583
12552
  notes: |
12584
12553
  Repeat story cycle (SM → Dev → QA) for all epic stories
@@ -12595,7 +12564,7 @@ workflow:
12595
12564
  - Validate epic was completed correctly
12596
12565
  - Document learnings and improvements
12597
12566
 
12598
- - step: workflow_end
12567
+ - workflow_end:
12599
12568
  action: project_complete
12600
12569
  notes: |
12601
12570
  All stories implemented and reviewed!
@@ -12738,7 +12707,7 @@ workflow:
12738
12707
  condition: po_checklist_issues
12739
12708
  notes: "If PO finds issues, return to relevant agent to fix and re-export updated documents to docs/ folder."
12740
12709
 
12741
- - step: project_setup_guidance
12710
+ - project_setup_guidance:
12742
12711
  action: guide_project_structure
12743
12712
  condition: user_has_generated_ui
12744
12713
  notes: "If user generated UI with v0/Lovable: For polyrepo setup, place downloaded project in separate frontend repo. For monorepo, place in apps/web or frontend/ directory. Review architecture document for specific guidance."
@@ -12807,7 +12776,7 @@ workflow:
12807
12776
  - Dev Agent (New Chat): Address remaining items
12808
12777
  - Return to QA for final approval
12809
12778
 
12810
- - step: repeat_development_cycle
12779
+ - repeat_development_cycle:
12811
12780
  action: continue_for_all_stories
12812
12781
  notes: |
12813
12782
  Repeat story cycle (SM → Dev → QA) for all epic stories
@@ -12824,7 +12793,7 @@ workflow:
12824
12793
  - Validate epic was completed correctly
12825
12794
  - Document learnings and improvements
12826
12795
 
12827
- - step: workflow_end
12796
+ - workflow_end:
12828
12797
  action: project_complete
12829
12798
  notes: |
12830
12799
  All stories implemented and reviewed!