bmad-method 4.28.0 → 4.29.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.
Files changed (41) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/bmad-core/agents/bmad-master.md +0 -2
  3. package/bmad-core/agents/bmad-orchestrator.md +0 -3
  4. package/bmad-core/core-config.yaml +1 -5
  5. package/bmad-core/data/bmad-kb.md +2 -2
  6. package/bmad-core/tasks/correct-course.md +9 -12
  7. package/bmad-core/tasks/create-brownfield-story.md +10 -61
  8. package/bmad-core/tasks/create-deep-research-prompt.md +5 -17
  9. package/bmad-core/tasks/create-next-story.md +3 -4
  10. package/bmad-core/tasks/document-project.md +37 -13
  11. package/bmad-core/tasks/facilitate-brainstorming-session.md +1 -1
  12. package/bmad-core/tasks/generate-ai-frontend-prompt.md +1 -1
  13. package/bmad-core/tasks/kb-mode-interaction.md +8 -3
  14. package/bmad-core/tasks/review-story.md +3 -3
  15. package/bmad-core/tasks/shard-doc.md +5 -9
  16. package/common/tasks/create-doc.md +4 -0
  17. package/dist/agents/analyst.txt +43 -31
  18. package/dist/agents/architect.txt +42 -30
  19. package/dist/agents/bmad-master.txt +61 -602
  20. package/dist/agents/bmad-orchestrator.txt +7 -548
  21. package/dist/agents/pm.txt +19 -38
  22. package/dist/agents/po.txt +14 -21
  23. package/dist/agents/qa.txt +3 -3
  24. package/dist/agents/sm.txt +11 -15
  25. package/dist/agents/ux-expert.txt +6 -18
  26. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.txt +5 -17
  27. package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +50 -579
  28. package/dist/expansion-packs/bmad-creator-tools/agents/bmad-the-creator.txt +5 -17
  29. package/dist/teams/team-all.txt +70 -607
  30. package/dist/teams/team-fullstack.txt +65 -601
  31. package/dist/teams/team-ide-minimal.txt +26 -575
  32. package/dist/teams/team-no-ui.txt +64 -600
  33. package/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +1 -0
  34. package/expansion-packs/bmad-creator-tools/config.yaml +1 -0
  35. package/expansion-packs/bmad-infrastructure-devops/config.yaml +1 -0
  36. package/package.json +1 -1
  37. package/tools/installer/lib/ide-setup.js +325 -12
  38. package/tools/installer/package.json +1 -1
  39. package/bmad-core/tasks/create-workflow-plan.md +0 -289
  40. package/bmad-core/tasks/doc-migration-task.md +0 -143
  41. package/bmad-core/tasks/update-workflow-plan.md +0 -248
@@ -151,7 +151,6 @@ workflow-guidance:
151
151
  - Understand each workflow's purpose, options, and decision points
152
152
  - Ask clarifying questions based on the workflow's structure
153
153
  - Guide users through workflow selection when multiple options exist
154
- - For complex projects, offer to create a workflow plan using create-workflow-plan task
155
154
  - When appropriate, suggest: Would you like me to create a detailed workflow plan before starting?
156
155
  - For workflows with divergent paths, help users choose the right path
157
156
  - Adapt questions to the specific domain (e.g., game dev vs infrastructure vs web dev)
@@ -161,9 +160,7 @@ dependencies:
161
160
  tasks:
162
161
  - advanced-elicitation.md
163
162
  - create-doc.md
164
- - create-workflow-plan.md
165
163
  - kb-mode-interaction.md
166
- - update-workflow-plan.md
167
164
  data:
168
165
  - bmad-kb.md
169
166
  - elicitation-methods.md
@@ -374,302 +371,11 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once).
374
371
  - End with "Select 1-9 or just type your question/feedback:"
375
372
  ==================== END: .bmad-core/tasks/create-doc.md ====================
376
373
 
377
- ==================== START: .bmad-core/tasks/create-workflow-plan.md ====================
378
- # Create Workflow Plan Task
379
-
380
- ## Purpose
381
-
382
- Guide users through workflow selection and create a detailed plan document that outlines the selected workflow steps, decision points, and expected outputs. This task helps users understand what will happen before starting a complex workflow and provides a checklist to track progress.
383
-
384
- ## Task Instructions
385
-
386
- ### 1. Understand User's Goal
387
-
388
- [[LLM: Start with discovery questions to understand what the user wants to accomplish]]
389
-
390
- Ask the user:
391
-
392
- 1. **Project Type**:
393
- - Are you starting a new project (greenfield) or enhancing an existing one (brownfield)?
394
- - What type of application? (web app, service/API, UI only, full-stack)
395
-
396
- 2. **For Greenfield**:
397
- - Do you need a quick prototype or production-ready application?
398
- - Will this have a UI component?
399
- - Single service or multiple services?
400
-
401
- 3. **For Brownfield**:
402
- - What's the scope of the enhancement?
403
- - Single bug fix or small feature (few hours)
404
- - Small enhancement (1-3 stories)
405
- - Major feature requiring coordination
406
- - Architectural changes or modernization
407
- - Do you have existing documentation?
408
- - Are you following existing patterns or introducing new ones?
409
-
410
- ### 2. Recommend Appropriate Workflow
411
-
412
- Based on the answers, recommend:
413
-
414
- **Greenfield Options:**
415
-
416
- - `greenfield-fullstack` - Complete web application
417
- - `greenfield-service` - Backend API/service only
418
- - `greenfield-ui` - Frontend only
419
-
420
- **Brownfield Options:**
421
-
422
- - `brownfield-create-story` - Single small change
423
- - `brownfield-create-epic` - Small feature (1-3 stories)
424
- - `brownfield-fullstack` - Major enhancement
425
-
426
- **Simplified Option:**
427
-
428
- - For users unsure or wanting flexibility, suggest starting with individual agent tasks
429
-
430
- ### 3. Explain Selected Workflow
431
-
432
- [[LLM: Once workflow is selected, provide clear explanation]]
433
-
434
- For the selected workflow, explain:
435
-
436
- 1. **Overview**: What this workflow accomplishes
437
- 2. **Duration**: Estimated time for planning phase
438
- 3. **Outputs**: What documents will be created
439
- 4. **Decision Points**: Where user input will be needed
440
- 5. **Requirements**: What information should be ready
441
-
442
- ### 4. Create Workflow Plan Document
443
-
444
- [[LLM: Generate a comprehensive plan document with the following structure]]
445
-
446
- ```markdown
447
- # Workflow Plan: {{Workflow Name}}
448
-
449
- <!-- WORKFLOW-PLAN-META
450
- workflow-id: {{workflow-id}}
451
- status: active
452
- created: {{ISO-8601 timestamp}}
453
- updated: {{ISO-8601 timestamp}}
454
- version: 1.0
455
- -->
456
-
457
- **Created Date**: {{current date}}
458
- **Project**: {{project name}}
459
- **Type**: {{greenfield/brownfield}}
460
- **Status**: Active
461
- **Estimated Planning Duration**: {{time estimate}}
462
-
463
- ## Objective
464
-
465
- {{Clear description of what will be accomplished}}
466
-
467
- ## Selected Workflow
468
-
469
- **Workflow**: `{{workflow-id}}`
470
- **Reason**: {{Why this workflow fits the user's needs}}
471
-
472
- ## Workflow Steps
473
-
474
- ### Planning Phase
475
-
476
- - [ ] Step 1: {{step name}} <!-- step-id: 1.1, agent: {{agent}}, task: {{task}} -->
477
- - **Agent**: {{agent name}}
478
- - **Action**: {{what happens}}
479
- - **Output**: {{what's created}}
480
- - **User Input**: {{if any}}
481
-
482
- - [ ] Step 2: {{step name}} <!-- step-id: 1.2, agent: {{agent}}, task: {{task}} -->
483
- - **Agent**: {{agent name}}
484
- - **Action**: {{what happens}}
485
- - **Output**: {{what's created}}
486
- - **Decision Point**: {{if any}} <!-- decision-id: D1 -->
487
-
488
- {{Continue for all planning steps}}
489
-
490
- ### Development Phase (IDE)
491
-
492
- - [ ] Document Sharding <!-- step-id: 2.1, agent: po, task: shard-doc -->
493
- - Prepare documents for story creation
494
-
495
- - [ ] Story Development Cycle <!-- step-id: 2.2, repeats: true -->
496
- - [ ] Create story (SM agent) <!-- step-id: 2.2.1, agent: sm, task: create-next-story -->
497
- - [ ] Review story (optional) <!-- step-id: 2.2.2, agent: analyst, optional: true -->
498
- - [ ] Implement story (Dev agent) <!-- step-id: 2.2.3, agent: dev -->
499
- - [ ] QA review (optional) <!-- step-id: 2.2.4, agent: qa, optional: true -->
500
- - [ ] Repeat for all stories
501
-
502
- - [ ] Epic Retrospective (optional) <!-- step-id: 2.3, agent: po, optional: true -->
503
-
504
- ## Key Decision Points
505
-
506
- 1. **{{Decision Name}}** (Step {{n}}): <!-- decision-id: D1, status: pending -->
507
- - Trigger: {{what causes this decision}}
508
- - Options: {{available choices}}
509
- - Impact: {{how it affects the workflow}}
510
- - Decision Made: _Pending_
511
-
512
- {{List all decision points}}
513
-
514
- ## Expected Outputs
515
-
516
- ### Planning Documents
517
- - [ ] {{document 1}} - {{description}}
518
- - [ ] {{document 2}} - {{description}}
519
- {{etc...}}
520
-
521
- ### Development Artifacts
522
- - [ ] Stories in `docs/stories/`
523
- - [ ] Implementation code
524
- - [ ] Tests
525
- - [ ] Updated documentation
526
-
527
- ## Prerequisites Checklist
528
-
529
- Before starting this workflow, ensure you have:
530
-
531
- - [ ] {{prerequisite 1}}
532
- - [ ] {{prerequisite 2}}
533
- - [ ] {{prerequisite 3}}
534
- {{etc...}}
535
-
536
- ## Customization Options
537
-
538
- Based on your project needs, you may:
539
- - Skip {{optional step}} if {{condition}}
540
- - Add {{additional step}} if {{condition}}
541
- - Choose {{alternative}} instead of {{default}}
542
-
543
- ## Risk Considerations
544
-
545
- {{For brownfield only}}
546
- - Integration complexity: {{assessment}}
547
- - Rollback strategy: {{approach}}
548
- - Testing requirements: {{special needs}}
549
-
550
- ## Next Steps
551
-
552
- 1. Review this plan and confirm it matches your expectations
553
- 2. Gather any missing prerequisites
554
- 3. Start workflow with: `*task workflow {{workflow-id}}`
555
- 4. Or begin with first agent: `@{{first-agent}}`
556
-
557
- ## Notes
558
-
559
- {{Any additional context or warnings}}
560
-
561
- ---
562
- *This plan can be updated as you progress through the workflow. Check off completed items to track progress.*
563
- ```
564
-
565
- ### 5. Save and Present Plan
566
-
567
- 1. Save the plan as `docs/workflow-plan.md`
568
- 2. Inform user: "Workflow plan created at docs/workflow-plan.md"
569
- 3. Offer options:
570
- - Review the plan together
571
- - Start the workflow now
572
- - Gather prerequisites first
573
- - Modify the plan
574
-
575
- ### 6. Plan Variations
576
-
577
- [[LLM: Adjust plan detail based on workflow complexity]]
578
-
579
- **For Simple Workflows** (create-story, create-epic):
580
-
581
- - Simpler checklist format
582
- - Focus on immediate next steps
583
- - Less detailed explanations
584
-
585
- **For Complex Workflows** (full greenfield/brownfield):
586
-
587
- - Detailed step breakdowns
588
- - All decision points documented
589
- - Comprehensive output descriptions
590
- - Risk mitigation sections
591
-
592
- **For Brownfield Workflows**:
593
-
594
- - Include existing system impact analysis
595
- - Document integration checkpoints
596
- - Add rollback considerations
597
- - Note documentation dependencies
598
-
599
- ### 7. Interactive Planning Mode
600
-
601
- [[LLM: If user wants to customize the workflow]]
602
-
603
- If user wants to modify the standard workflow:
604
-
605
- 1. Present workflow steps as options
606
- 2. Allow skipping optional steps
607
- 3. Let user reorder certain steps
608
- 4. Document customizations in plan
609
- 5. Warn about dependencies if steps are skipped
610
-
611
- ### 8. Execution Guidance
612
-
613
- After plan is created, provide clear guidance:
614
-
615
- ```text
616
- Your workflow plan is ready! Here's how to proceed:
617
-
618
- 1. **Review the plan**: Check that all steps align with your goals
619
- 2. **Gather prerequisites**: Use the checklist to ensure you're ready
620
- 3. **Start execution**:
621
- - Full workflow: `*task workflow {{workflow-id}}`
622
- - Step by step: Start with `@{{first-agent}}`
623
- 4. **Track progress**: Check off steps in the plan as completed
624
-
625
- Would you like to:
626
- a) Review the plan together
627
- b) Start the workflow now
628
- c) Gather prerequisites first
629
- d) Modify the plan
630
- ```
631
-
632
- ## Success Criteria
633
-
634
- The workflow plan is successful when:
635
-
636
- 1. User clearly understands what will happen
637
- 2. All decision points are documented
638
- 3. Prerequisites are identified
639
- 4. Expected outputs are clear
640
- 5. User feels confident to proceed
641
- 6. Plan serves as useful progress tracker
642
-
643
- ## Integration with BMad Master and Orchestrator
644
-
645
- When used by BMad Master or BMad Orchestrator, this task should:
646
-
647
- 1. Be offered when user asks about workflows
648
- 2. Be suggested before starting complex workflows
649
- 3. Create a plan that the agent can reference during execution
650
- 4. Allow the agent to track progress against the plan
651
-
652
- ## Example Usage
653
-
654
- ```text
655
- User: "I need to add a payment system to my existing app"
656
-
657
- BMad Orchestrator: "Let me help you create a workflow plan for that enhancement. I'll ask a few questions to recommend the best approach..."
658
-
659
- [Runs through discovery questions]
660
-
661
- BMad Orchestrator: "Based on your answers, I recommend the brownfield-fullstack workflow. Let me create a detailed plan for you..."
662
-
663
- [Creates and saves plan]
664
-
665
- BMad Orchestrator: "I've created a workflow plan at docs/workflow-plan.md. This shows all the steps we'll go through, what documents will be created, and where you'll need to make decisions. Would you like to review it together?"
666
- ```
667
- ==================== END: .bmad-core/tasks/create-workflow-plan.md ====================
668
-
669
374
  ==================== START: .bmad-core/tasks/kb-mode-interaction.md ====================
670
375
  # KB Mode Interaction Task
671
376
 
672
377
  ## Purpose
378
+
673
379
  Provide a user-friendly interface to the BMad knowledge base without overwhelming users with information upfront.
674
380
 
675
381
  ## Instructions
@@ -677,11 +383,11 @@ Provide a user-friendly interface to the BMad knowledge base without overwhelmin
677
383
  When entering KB mode (*kb-mode), follow these steps:
678
384
 
679
385
  ### 1. Welcome and Guide
680
- Announce entering KB mode with a brief, friendly introduction:
681
386
 
682
- "I've entered KB mode and have access to the full BMad knowledge base. I can help you with detailed information about any aspect of BMad-Method."
387
+ Announce entering KB mode with a brief, friendly introduction.
683
388
 
684
389
  ### 2. Present Topic Areas
390
+
685
391
  Offer a concise list of main topic areas the user might want to explore:
686
392
 
687
393
  **What would you like to know more about?**
@@ -698,19 +404,23 @@ Offer a concise list of main topic areas the user might want to explore:
698
404
  Or ask me about anything else related to BMad-Method!
699
405
 
700
406
  ### 3. Respond Contextually
407
+
701
408
  - Wait for user's specific question or topic selection
702
409
  - Provide focused, relevant information from the knowledge base
703
410
  - Offer to dive deeper or explore related topics
704
411
  - Keep responses concise unless user asks for detailed explanations
705
412
 
706
413
  ### 4. Interactive Exploration
414
+
707
415
  - After answering, suggest related topics they might find helpful
708
416
  - Maintain conversational flow rather than data dumping
709
417
  - Use examples when appropriate
710
418
  - Reference specific documentation sections when relevant
711
419
 
712
420
  ### 5. Exit Gracefully
421
+
713
422
  When user is done or wants to exit KB mode:
423
+
714
424
  - Summarize key points discussed if helpful
715
425
  - Remind them they can return to KB mode anytime with *kb-mode
716
426
  - Suggest next steps based on what was discussed
@@ -739,257 +449,6 @@ Or ask me about anything else related to BMad-Method!
739
449
  **Assistant**: [Provides focused information about workflows from the KB, then offers to explore specific workflow types or related topics]
740
450
  ==================== END: .bmad-core/tasks/kb-mode-interaction.md ====================
741
451
 
742
- ==================== START: .bmad-core/tasks/update-workflow-plan.md ====================
743
- # Update Workflow Plan Task
744
-
745
- ## Purpose
746
-
747
- Update the status of steps in an active workflow plan, mark completions, add notes about deviations, and maintain an accurate record of workflow progress. This task can be called directly by users or automatically by other tasks upon completion.
748
-
749
- ## Task Instructions
750
-
751
- ### 0. Load Plan Configuration
752
-
753
- [[LLM: First load core-config.yaml to get plan settings]]
754
-
755
- Check workflow configuration:
756
-
757
- - `workflow.planFile` - Location of the plan (default: docs/workflow-plan.md)
758
- - `workflow.trackProgress` - Whether tracking is enabled
759
- - `workflow.updateOnCompletion` - Whether to auto-update on task completion
760
-
761
- If tracking is disabled, inform user and exit.
762
-
763
- ### 1. Verify Plan Exists
764
-
765
- [[LLM: Check if workflow plan exists at configured location]]
766
-
767
- If no plan exists:
768
-
769
- ```
770
- No active workflow plan found at {location}.
771
- Would you like to create one? Use *plan command.
772
- ```
773
-
774
- ### 2. Determine Update Type
775
-
776
- [[LLM: Ask user what type of update they want to make]]
777
-
778
- Present options:
779
-
780
- ```
781
- What would you like to update in the workflow plan?
782
-
783
- 1. Mark step as complete
784
- 2. Update current step
785
- 3. Add deviation note
786
- 4. Mark decision point resolution
787
- 5. Update overall status
788
- 6. View current plan status only
789
-
790
- Please select an option (1-6):
791
- ```
792
-
793
- ### 3. Parse Current Plan
794
-
795
- [[LLM: Read and parse the plan to understand current state]]
796
-
797
- Extract:
798
-
799
- - All steps with their checkbox status
800
- - Step IDs from comments (if present)
801
- - Current completion percentage
802
- - Any existing deviation notes
803
- - Decision points and their status
804
-
805
- ### 4. Execute Updates
806
-
807
- #### 4.1 Mark Step Complete
808
-
809
- If user selected option 1:
810
-
811
- 1. Show numbered list of incomplete steps
812
- 2. Ask which step to mark complete
813
- 3. Update the checkbox from `[ ]` to `[x]`
814
- 4. Add completion timestamp: `<!-- completed: YYYY-MM-DD HH:MM -->`
815
- 5. If this was the current step, identify next step
816
-
817
- #### 4.2 Update Current Step
818
-
819
- If user selected option 2:
820
-
821
- 1. Show all steps with current status
822
- 2. Ask which step is now current
823
- 3. Add/move `<!-- current-step -->` marker
824
- 4. Optionally add note about why sequence changed
825
-
826
- #### 4.3 Add Deviation Note
827
-
828
- If user selected option 3:
829
-
830
- 1. Ask for deviation description
831
- 2. Ask which step this relates to (or general)
832
- 3. Insert note in appropriate location:
833
-
834
- ```markdown
835
- > **Deviation Note** (YYYY-MM-DD): {user_note}
836
- > Related to: Step X.Y or General workflow
837
- ```
838
-
839
- #### 4.4 Mark Decision Resolution
840
-
841
- If user selected option 4:
842
-
843
- 1. Show pending decision points
844
- 2. Ask which decision was made
845
- 3. Record the decision and chosen path
846
- 4. Update related steps based on decision
847
-
848
- #### 4.5 Update Overall Status
849
-
850
- If user selected option 5:
851
-
852
- 1. Show current overall status
853
- 2. Provide options:
854
- - Active (continuing with plan)
855
- - Paused (temporarily stopped)
856
- - Abandoned (no longer following)
857
- - Complete (all steps done)
858
- 3. Update plan header with new status
859
-
860
- ### 5. Automatic Updates (When Called by Tasks)
861
-
862
- [[LLM: When called automatically by another task]]
863
-
864
- If called with parameters:
865
-
866
- ```
867
- task: {task_name}
868
- step_id: {step_identifier}
869
- status: complete|skipped|failed
870
- note: {optional_note}
871
- ```
872
-
873
- Automatically:
874
-
875
- 1. Find the corresponding step
876
- 2. Update its status
877
- 3. Add completion metadata
878
- 4. Add note if provided
879
- 5. Calculate new progress percentage
880
-
881
- ### 6. Generate Update Summary
882
-
883
- After updates, show summary:
884
-
885
- ```
886
- ✅ Workflow Plan Updated
887
-
888
- Changes made:
889
- - {change_1}
890
- - {change_2}
891
-
892
- New Status:
893
- - Progress: {X}% complete ({completed}/{total} steps)
894
- - Current Step: {current_step}
895
- - Next Recommended: {next_step}
896
-
897
- Plan location: {file_path}
898
- ```
899
-
900
- ### 7. Integration with Other Tasks
901
-
902
- [[LLM: How other tasks should call this]]
903
-
904
- Other tasks can integrate by:
905
-
906
- 1. **After Task Completion**:
907
-
908
- ```
909
- At end of task execution:
910
- - Check if task corresponds to a plan step
911
- - If yes, call update-workflow-plan with:
912
- - task: {current_task_name}
913
- - step_id: {matching_step}
914
- - status: complete
915
- ```
916
-
917
- 2. **On Task Failure**:
918
-
919
- ```
920
- If task fails:
921
- - Call update-workflow-plan with:
922
- - task: {current_task_name}
923
- - status: failed
924
- - note: {failure_reason}
925
- ```
926
-
927
- ### 8. Plan Status Display
928
-
929
- [[LLM: When user selects view status only]]
930
-
931
- Display comprehensive status:
932
-
933
- ```markdown
934
- 📋 Workflow Plan Status
935
- ━━━━━━━━━━━━━━━━━━━━
936
- Workflow: {workflow_name}
937
- Status: {Active|Paused|Complete}
938
- Progress: {X}% complete ({completed}/{total} steps)
939
- Last Updated: {timestamp}
940
-
941
- ✅ Completed Steps:
942
- - [x] Step 1.1: {description} (completed: {date})
943
- - [x] Step 1.2: {description} (completed: {date})
944
-
945
- 🔄 Current Step:
946
- - [ ] Step 2.1: {description} <!-- current-step -->
947
- Agent: {agent_name}
948
- Task: {task_name}
949
-
950
- 📌 Upcoming Steps:
951
- - [ ] Step 2.2: {description}
952
- - [ ] Step 3.1: {description}
953
-
954
- ⚠️ Deviations/Notes:
955
- {any_deviation_notes}
956
-
957
- 📊 Decision Points:
958
- - Decision 1: {status} - {choice_made}
959
- - Decision 2: Pending
960
-
961
- 💡 Next Action:
962
- Based on the plan, you should {recommended_action}
963
- ```
964
-
965
- ## Success Criteria
966
-
967
- The update is successful when:
968
-
969
- 1. Plan accurately reflects current workflow state
970
- 2. All updates are clearly timestamped
971
- 3. Deviations are documented with reasons
972
- 4. Progress calculation is correct
973
- 5. Next steps are clear to user
974
- 6. Plan remains readable and well-formatted
975
-
976
- ## Error Handling
977
-
978
- - **Plan file not found**: Offer to create new plan
979
- - **Malformed plan**: Attempt basic updates, warn user
980
- - **Write permission error**: Show changes that would be made
981
- - **Step not found**: Show available steps, ask for clarification
982
- - **Concurrent updates**: Implement simple locking or warn about conflicts
983
-
984
- ## Notes
985
-
986
- - Always preserve plan history (don't delete old information)
987
- - Keep updates atomic to prevent corruption
988
- - Consider creating backup before major updates
989
- - Updates should enhance, not complicate, the workflow experience
990
- - If plan becomes too cluttered, suggest creating fresh plan for next phase
991
- ==================== END: .bmad-core/tasks/update-workflow-plan.md ====================
992
-
993
452
  ==================== START: .bmad-core/data/bmad-kb.md ====================
994
453
  # BMad Knowledge Base
995
454