bmad-plus 0.5.0 → 0.6.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 (73) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/README.md +4 -2
  3. package/package.json +1 -1
  4. package/readme-international/README.de.md +1 -1
  5. package/readme-international/README.es.md +1 -1
  6. package/readme-international/README.fr.md +1 -1
  7. package/src/bmad-plus/module.yaml +33 -0
  8. package/src/bmad-plus/packs/pack-dev-studio/README.md +162 -0
  9. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/analyst-agent.md +74 -0
  10. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/document-project.md +62 -0
  11. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/domain-research.md +96 -0
  12. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/market-research.md +96 -0
  13. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/prfaq.md +135 -0
  14. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/product-brief.md +81 -0
  15. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/tech-writer-agent.md +74 -0
  16. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/technical-research.md +96 -0
  17. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/architect-agent.md +74 -0
  18. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/create-architecture.md +74 -0
  19. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/create-epics-stories.md +93 -0
  20. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/generate-project-context.md +81 -0
  21. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/implementation-readiness.md +91 -0
  22. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-01-init.md +153 -0
  23. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-01b-continue.md +173 -0
  24. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-02-context.md +224 -0
  25. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-03-starter.md +329 -0
  26. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-04-decisions.md +318 -0
  27. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-05-patterns.md +359 -0
  28. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-06-structure.md +379 -0
  29. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-07-validation.md +361 -0
  30. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-08-complete.md +82 -0
  31. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/checkpoint-preview.md +68 -0
  32. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-01-gather-context.md +85 -0
  33. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-02-review.md +35 -0
  34. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-03-triage.md +49 -0
  35. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-04-present.md +132 -0
  36. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review.md +90 -0
  37. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/correct-course.md +301 -0
  38. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/create-story.md +429 -0
  39. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-agent.md +74 -0
  40. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-story-checklist.md +80 -0
  41. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-story.md +485 -0
  42. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/investigate.md +194 -0
  43. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/qa-e2e-tests.md +176 -0
  44. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/quick-dev.md +111 -0
  45. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/retrospective.md +1512 -0
  46. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/sprint-planning.md +299 -0
  47. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/sprint-status.md +297 -0
  48. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/create-prd.md +30 -0
  49. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/create-ux-design.md +75 -0
  50. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/edit-prd.md +30 -0
  51. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/pm-agent.md +74 -0
  52. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/prd.md +90 -0
  53. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/ux-designer-agent.md +74 -0
  54. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/validate-prd.md +30 -0
  55. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/advanced-elicitation.md +142 -0
  56. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/adversarial-review.md +37 -0
  57. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/bmad-help.md +75 -0
  58. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/brainstorming.md +6 -0
  59. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/customize.md +111 -0
  60. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/distillator.md +177 -0
  61. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/edge-case-hunter.md +67 -0
  62. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/editorial-review-prose.md +86 -0
  63. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/editorial-review-structure.md +179 -0
  64. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/index-docs.md +66 -0
  65. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/party-mode.md +128 -0
  66. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/shard-doc.md +105 -0
  67. package/src/bmad-plus/packs/pack-dev-studio/dev-studio-orchestrator.md +120 -0
  68. package/src/bmad-plus/packs/pack-dev-studio/shared/architecture-decision-template.md +12 -0
  69. package/src/bmad-plus/packs/pack-dev-studio/shared/bwml-spec.md +328 -0
  70. package/src/bmad-plus/packs/pack-dev-studio/shared/module-help.csv +32 -0
  71. package/src/bmad-plus/packs/pack-dev-studio/upstream-sync.yaml +81 -0
  72. package/tools/cli/commands/install.js +10 -1
  73. package/tools/cli/i18n.js +10 -10
@@ -0,0 +1,132 @@
1
+ ---
2
+ deferred_work_file: '{implementation_artifacts}/deferred-work.md'
3
+ ---
4
+
5
+ # Step 4: Present and Act
6
+
7
+ ## RULES
8
+
9
+ - YOU MUST ALWAYS SPEAK OUTPUT in your Agent communication style with the config `{communication_language}`
10
+ - When `{spec_file}` is set, always write findings to the story file before offering action choices.
11
+ - `decision-needed` findings must be resolved before handling `patch` findings.
12
+
13
+ ## INSTRUCTIONS
14
+
15
+ ### 1. Clean review shortcut
16
+
17
+ If zero findings remain after triage (all dismissed or none raised): state that and proceed to section 6 (Sprint Status Update).
18
+
19
+ ### 2. Write findings to the story file
20
+
21
+ If `{spec_file}` exists and contains a Tasks/Subtasks section, append a `### Review Findings` subsection. Write all findings in this order:
22
+
23
+ 1. **`decision-needed`** findings (unchecked):
24
+ `- [ ] [Review][Decision] <Title> — <Detail>`
25
+
26
+ 2. **`patch`** findings (unchecked):
27
+ `- [ ] [Review][Patch] <Title> [<file>:<line>]`
28
+
29
+ 3. **`defer`** findings (checked off, marked deferred):
30
+ `- [x] [Review][Defer] <Title> [<file>:<line>] — deferred, pre-existing`
31
+
32
+ Also append each `defer` finding to `{deferred_work_file}` under a heading `## Deferred from: code review ({date})`. If `{spec_file}` is set, include its basename in the heading (e.g., `code review of story-3.3 (2026-03-18)`). One bullet per finding with description.
33
+
34
+ ### 3. Present summary
35
+
36
+ Announce what was written:
37
+
38
+ > **Code review complete.** <D> `decision-needed`, <P> `patch`, <W> `defer`, <R> dismissed as noise.
39
+
40
+ If `{spec_file}` is set, add: `Findings written to the review findings section in {spec_file}.`
41
+ Otherwise add: `Findings are listed above. No story file was provided, so nothing was persisted.`
42
+
43
+ ### 4. Resolve decision-needed findings
44
+
45
+ If `decision_needed` findings exist, present each one with its detail and the options available. The user must decide — the correct fix is ambiguous without their input. Walk through each finding (or batch related ones) and get the user's call. Once resolved, each becomes a `patch`, `defer`, or is dismissed.
46
+
47
+ If the user chooses to defer, ask: Quick one-line reason for deferring this item? (helps future reviews): — then append that reason to both the story file bullet and the `{deferred_work_file}` entry.
48
+
49
+ **HALT** — I am waiting for your numbered choice. Reply with only the number. Do not proceed until you select an option.
50
+
51
+ ### 5. Handle `patch` findings
52
+
53
+ If `patch` findings exist (including any resolved from step 4), HALT. Ask the user:
54
+
55
+ If `{spec_file}` is set, present all three options:
56
+
57
+ > **How would you like to handle the `<P>` `patch` findings?**
58
+ > 1. **Apply every patch** — fix all of them now, no per-finding confirmation. Defer and decision-needed items are not touched.
59
+ > 2. **Leave as action items** — they are already in the story file
60
+ > 3. **Walk through each patch** — show details for each before deciding
61
+
62
+ If `{spec_file}` is **not** set, present only options 1 and 2 (omit "Leave as action items" — findings were not written to a file):
63
+
64
+ > **How would you like to handle the `<P>` `patch` findings?**
65
+ > 1. **Apply every patch** — fix all of them now, no per-finding confirmation. Defer and decision-needed items are not touched.
66
+ > 2. **Walk through each patch** — show details for each before deciding
67
+
68
+ **HALT** — I am waiting for your numbered choice. Reply with only the number. Do not proceed until you select an option.
69
+
70
+ - **Apply every patch**: Apply every patch finding without per-finding confirmation. Do not modify defer or decision-needed items. After all patches are applied, present a summary of changes made. If `{spec_file}` is set, check off the patch items in the story file (leave defer items as-is).
71
+ - **Leave as action items** (only when `{spec_file}` is set): Done — findings are already written to the story.
72
+ - **Walk through each patch**: Present each finding with full detail, diff context, and suggested fix. After walkthrough, re-offer the applicable options above.
73
+
74
+ **HALT** — I am waiting for your numbered choice. Do not proceed until you select an option.
75
+
76
+ **✅ Code review actions complete**
77
+
78
+ - Decision-needed resolved: <D>
79
+ - Patches handled: <P>
80
+ - Deferred: <W>
81
+ - Dismissed: <R>
82
+
83
+ ### 6. Update story status and sync sprint tracking
84
+
85
+ Skip this section if `{spec_file}` is not set.
86
+
87
+ #### Determine new status based on review outcome
88
+
89
+ - If all `decision-needed` and `patch` findings were resolved (fixed or dismissed) AND no unresolved HIGH/MEDIUM issues remain: set `{new_status}` = `done`. Update the story file Status section to `done`.
90
+ - If `patch` findings were left as action items, or unresolved issues remain: set `{new_status}` = `in-progress`. Update the story file Status section to `in-progress`.
91
+
92
+ Save the story file.
93
+
94
+ #### Sync sprint-status.yaml
95
+
96
+ If `{story_key}` is not set, skip this subsection and note that sprint status was not synced because no story key was available.
97
+
98
+ If `{sprint_status}` file exists:
99
+
100
+ 1. Load the FULL `{sprint_status}` file.
101
+ 2. Find the `development_status` entry matching `{story_key}`.
102
+ 3. If found: update `development_status[{story_key}]` to `{new_status}`. Update `last_updated` to current date. Save the file, preserving ALL comments and structure including STATUS DEFINITIONS.
103
+ 4. If `{story_key}` not found in sprint status: warn the user that the story file was updated but sprint-status sync failed.
104
+
105
+ If `{sprint_status}` file does not exist, note that story status was updated in the story file only.
106
+
107
+ #### Completion summary
108
+
109
+ > **Review Complete!**
110
+ >
111
+ > **Story Status:** `{new_status}`
112
+ > **Issues Fixed:** <fixed_count>
113
+ > **Action Items Created:** <action_count>
114
+ > **Deferred:** <W>
115
+ > **Dismissed:** <R>
116
+
117
+ ### 7. Next steps
118
+
119
+ Present the user with follow-up options:
120
+
121
+ > **What would you like to do next?**
122
+ > 1. **Start the next story** — run `dev-story` to pick up the next `ready-for-dev` story
123
+ > 2. **Re-run code review** — address findings and review again
124
+ > 3. **Done** — end the workflow
125
+
126
+ **HALT** — I am waiting for your choice. Do not proceed until the user selects an option.
127
+
128
+ ## On Complete
129
+
130
+ <!-- Adapted for BMAD+: original script dependency removed -->
131
+
132
+ If the resolved `workflow.on_complete` is non-empty, follow it as the final terminal instruction before exiting.
@@ -0,0 +1,90 @@
1
+ ---
2
+ name: bmad-code-review
3
+ description: 'Review code changes adversarially using parallel review layers (Blind Hunter, Edge Case Hunter, Acceptance Auditor) with structured triage into actionable categories. Use when the user says "run code review" or "review this code"'
4
+ ---
5
+
6
+ # Code Review Workflow
7
+
8
+ **Goal:** Review code changes adversarially using parallel review layers and structured triage.
9
+
10
+ **Your Role:** You are an elite code reviewer. You gather context, launch parallel adversarial reviews, triage findings with precision, and present actionable results. No noise, no filler.
11
+
12
+ ## Conventions
13
+
14
+ - Bare paths (e.g. `checklist.md`) resolve from the skill root.
15
+ - `this skill directory` resolves to this skill's installed directory (where `agent configuration` lives).
16
+ - `{project-root}`-prefixed paths resolve from the project working directory.
17
+ - `{skill-name}` resolves to the skill directory's basename.
18
+
19
+ ## On Activation
20
+
21
+ ### Step 1: Resolve the Workflow Block
22
+
23
+ <!-- Adapted for BMAD+: original script dependency removed -->
24
+
25
+ **If the script fails**, resolve the `workflow` block yourself by reading these three files in base → team → user order and applying the same structural merge rules as the resolver:
26
+
27
+ 1. `this skill file` — defaults
28
+ 2. `{project-root}/custom/{skill-name}.toml` — team overrides
29
+ 3. `{project-root}/custom/{skill-name}.user.toml` — personal overrides
30
+
31
+ Any missing file is skipped. Scalars override, tables deep-merge, arrays of tables keyed by `code` or `id` replace matching entries and append new entries, and all other arrays append.
32
+
33
+ ### Step 2: Execute Prepend Steps
34
+
35
+ Execute each entry in `{workflow.activation_steps_prepend}` in order before proceeding.
36
+
37
+ ### Step 3: Load Persistent Facts
38
+
39
+ Treat every entry in `{workflow.persistent_facts}` as foundational context you carry for the rest of the workflow run. Entries prefixed `file:` are paths or globs under `{project-root}` — load the referenced contents as facts. All other entries are facts verbatim.
40
+
41
+ ### Step 4: Load Config
42
+
43
+ Load config from `{project-root}/project config` and resolve:
44
+
45
+ - `project_name`, `planning_artifacts`, `implementation_artifacts`, `user_name`
46
+ - `communication_language`, `document_output_language`, `user_skill_level`
47
+ - `date` as system-generated current datetime
48
+ - `sprint_status` = `{implementation_artifacts}/sprint-status.yaml`
49
+ - `project_context` = `**/project-context.md` (load if exists)
50
+ - CLAUDE.md / memory files (load if exist)
51
+ - YOU MUST ALWAYS SPEAK OUTPUT in your Agent communication style with the config `{communication_language}`
52
+
53
+ ### Step 5: Greet the User
54
+
55
+ Greet `{user_name}`, speaking in `{communication_language}`.
56
+
57
+ ### Step 6: Execute Append Steps
58
+
59
+ Execute each entry in `{workflow.activation_steps_append}` in order.
60
+
61
+ Activation is complete. Begin the workflow below.
62
+
63
+ ## WORKFLOW ARCHITECTURE
64
+
65
+ This uses **step-file architecture** for disciplined execution:
66
+
67
+ - **Micro-file Design**: Each step is self-contained and followed exactly
68
+ - **Just-In-Time Loading**: Only load the current step file
69
+ - **Sequential Enforcement**: Complete steps in order, no skipping
70
+ - **State Tracking**: Persist progress via in-memory variables
71
+ - **Append-Only Building**: Build artifacts incrementally
72
+
73
+ ### Step Processing Rules
74
+
75
+ 1. **READ COMPLETELY**: Read the entire step file before acting
76
+ 2. **FOLLOW SEQUENCE**: Execute sections in order
77
+ 3. **WAIT FOR INPUT**: Halt at checkpoints and wait for human
78
+ 4. **LOAD NEXT**: When directed, read fully and follow the next step file
79
+
80
+ ### Critical Rules (NO EXCEPTIONS)
81
+
82
+ - **NEVER** load multiple step files simultaneously
83
+ - **ALWAYS** read entire step file before execution
84
+ - **NEVER** skip steps or optimize the sequence
85
+ - **ALWAYS** follow the exact instructions in the step file
86
+ - **ALWAYS** halt at checkpoints and wait for human input
87
+
88
+ ## FIRST STEP
89
+
90
+ Read fully and follow: `./steps/step-01-gather-context.md`
@@ -0,0 +1,301 @@
1
+ ---
2
+ name: bmad-correct-course
3
+ description: 'Manage significant changes during sprint execution. Use when the user says "correct course" or "propose sprint change"'
4
+ ---
5
+
6
+ # Correct Course - Sprint Change Management Workflow
7
+
8
+ **Goal:** Manage significant changes during sprint execution by analyzing impact across all project artifacts and producing a structured Sprint Change Proposal.
9
+
10
+ **Your Role:** You are a Developer navigating change management. Analyze the triggering issue, assess impact across PRD, epics, architecture, and UX artifacts, and produce an actionable Sprint Change Proposal with clear handoff.
11
+
12
+ ## Conventions
13
+
14
+ - Bare paths (e.g. `checklist.md`) resolve from the skill root.
15
+ - `this skill directory` resolves to this skill's installed directory (where `agent configuration` lives).
16
+ - `{project-root}`-prefixed paths resolve from the project working directory.
17
+ - `{skill-name}` resolves to the skill directory's basename.
18
+
19
+ ## On Activation
20
+
21
+ ### Step 1: Resolve the Workflow Block
22
+
23
+ <!-- Adapted for BMAD+: original script dependency removed -->
24
+
25
+ **If the script fails**, resolve the `workflow` block yourself by reading these three files in base → team → user order and applying the same structural merge rules as the resolver:
26
+
27
+ 1. `this skill file` — defaults
28
+ 2. `{project-root}/custom/{skill-name}.toml` — team overrides
29
+ 3. `{project-root}/custom/{skill-name}.user.toml` — personal overrides
30
+
31
+ Any missing file is skipped. Scalars override, tables deep-merge, arrays of tables keyed by `code` or `id` replace matching entries and append new entries, and all other arrays append.
32
+
33
+ ### Step 2: Execute Prepend Steps
34
+
35
+ Execute each entry in `{workflow.activation_steps_prepend}` in order before proceeding.
36
+
37
+ ### Step 3: Load Persistent Facts
38
+
39
+ Treat every entry in `{workflow.persistent_facts}` as foundational context you carry for the rest of the workflow run. Entries prefixed `file:` are paths or globs under `{project-root}` — load the referenced contents as facts. All other entries are facts verbatim.
40
+
41
+ ### Step 4: Load Config
42
+
43
+ Load config from `{project-root}/project config` and resolve:
44
+
45
+ - `project_name`, `user_name`
46
+ - `communication_language`, `document_output_language`
47
+ - `user_skill_level`
48
+ - `implementation_artifacts`
49
+ - `planning_artifacts`
50
+ - `project_knowledge`
51
+ - `date` as system-generated current datetime
52
+ - YOU MUST ALWAYS SPEAK OUTPUT in your Agent communication style with the config `{communication_language}`
53
+ - Language MUST be tailored to `{user_skill_level}`
54
+ - Generate all documents in `{document_output_language}`
55
+ - DOCUMENT OUTPUT: Updated epics, stories, or PRD sections. Clear, actionable changes. User skill level (`{user_skill_level}`) affects conversation style ONLY, not document updates.
56
+
57
+ ### Step 5: Greet the User
58
+
59
+ Greet `{user_name}`, speaking in `{communication_language}`.
60
+
61
+ ### Step 6: Execute Append Steps
62
+
63
+ Execute each entry in `{workflow.activation_steps_append}` in order.
64
+
65
+ Activation is complete. Begin the workflow below.
66
+
67
+ ## Paths
68
+
69
+ - `default_output_file` = `{planning_artifacts}/sprint-change-proposal-{date}.md`
70
+
71
+ ## Input Files
72
+
73
+ | Input | Path | Load Strategy |
74
+ |-------|------|---------------|
75
+ | PRD | `{planning_artifacts}/*prd*.md` (whole) or `{planning_artifacts}/*prd*/*.md` (sharded) | FULL_LOAD |
76
+ | Epics | `{planning_artifacts}/*epic*.md` (whole) or `{planning_artifacts}/*epic*/*.md` (sharded) | FULL_LOAD |
77
+ | Architecture | `{planning_artifacts}/*architecture*.md` (whole) or `{planning_artifacts}/*architecture*/*.md` (sharded) | FULL_LOAD |
78
+ | UX Design | `{planning_artifacts}/*ux*.md` (whole) or `{planning_artifacts}/*ux*/*.md` (sharded) | FULL_LOAD |
79
+ | Spec | `{planning_artifacts}/*spec-*.md` (whole) | FULL_LOAD |
80
+ | Document Project | `{project_knowledge}/index.md` (sharded) | INDEX_GUIDED |
81
+
82
+ ## Execution
83
+
84
+ ### Document Discovery - Loading Project Artifacts
85
+
86
+ **Strategy**: Course correction needs broad project context to assess change impact accurately. Load all available planning artifacts.
87
+
88
+ **Discovery Process for FULL_LOAD documents (PRD, Epics, Architecture, UX Design, Spec):**
89
+
90
+ 1. **Search for whole document first** - Look for files matching the whole-document pattern (e.g., `*prd*.md`, `*epic*.md`, `*architecture*.md`, `*ux*.md`, `*spec-*.md`)
91
+ 2. **Check for sharded version** - If whole document not found, look for a directory with `index.md` (e.g., `prd/index.md`, `epics/index.md`)
92
+ 3. **If sharded version found**:
93
+ - Read `index.md` to understand the document structure
94
+ - Read ALL section files listed in the index
95
+ - Process the combined content as a single document
96
+ 4. **Priority**: If both whole and sharded versions exist, use the whole document
97
+
98
+ **Discovery Process for INDEX_GUIDED documents (Document Project):**
99
+
100
+ 1. **Search for index file** - Look for `{project_knowledge}/index.md`
101
+ 2. **If found**: Read the index to understand available documentation sections
102
+ 3. **Selectively load sections** based on relevance to the change being analyzed — do NOT load everything, only sections that relate to the impacted areas
103
+ 4. **This document is optional** — skip if `{project_knowledge}` does not exist (greenfield projects)
104
+
105
+ **Fuzzy matching**: Be flexible with document names — users may use variations like `prd.md`, `bmm-prd.md`, `product-requirements.md`, etc.
106
+
107
+ **Missing documents**: Not all documents may exist. PRD and Epics are essential; Architecture, UX Design, Spec, and Document Project are loaded if available. HALT if PRD or Epics cannot be found.
108
+
109
+ <workflow>
110
+
111
+ <step n="1" goal="Initialize Change Navigation">
112
+ <action>Confirm change trigger and gather user description of the issue</action>
113
+ <action>Ask: "What specific issue or change has been identified that requires navigation?"</action>
114
+ <action>Verify access to project documents:</action>
115
+ - PRD (Product Requirements Document) — required
116
+ - Current Epics and Stories — required
117
+ - Architecture documentation — optional, load if available
118
+ - UI/UX specifications — optional, load if available
119
+ <action>Ask user for mode preference:</action>
120
+ - **Incremental** (recommended): Refine each edit collaboratively
121
+ - **Batch**: Present all changes at once for review
122
+ <action>Store mode selection for use throughout workflow</action>
123
+
124
+ <action if="change trigger is unclear">HALT: "Cannot navigate change without clear understanding of the triggering issue. Please provide specific details about what needs to change and why."</action>
125
+
126
+ <action if="PRD or Epics are unavailable">HALT: "Need access to PRD and Epics to assess change impact. Please ensure these documents are accessible. Architecture and UI/UX will be used if available."</action>
127
+ </step>
128
+
129
+ <step n="2" goal="Execute Change Analysis Checklist">
130
+ <action>Read fully and follow the systematic analysis from: checklist.md</action>
131
+ <action>Work through each checklist section interactively with the user</action>
132
+ <action>Record status for each checklist item:</action>
133
+ - [x] Done - Item completed successfully
134
+ - [N/A] Skip - Item not applicable to this change
135
+ - [!] Action-needed - Item requires attention or follow-up
136
+ <action>Maintain running notes of findings and impacts discovered</action>
137
+ <action>Present checklist progress after each major section</action>
138
+
139
+ <action if="checklist cannot be completed">Identify blocking issues and work with user to resolve before continuing</action>
140
+ </step>
141
+
142
+ <step n="3" goal="Draft Specific Change Proposals">
143
+ <action>Based on checklist findings, create explicit edit proposals for each identified artifact</action>
144
+
145
+ <action>For Story changes:</action>
146
+
147
+ - Show old → new text format
148
+ - Include story ID and section being modified
149
+ - Provide rationale for each change
150
+ - Example format:
151
+
152
+ ```
153
+ Story: [STORY-123] User Authentication
154
+ Section: Acceptance Criteria
155
+
156
+ OLD:
157
+ - User can log in with email/password
158
+
159
+ NEW:
160
+ - User can log in with email/password
161
+ - User can enable 2FA via authenticator app
162
+
163
+ Rationale: Security requirement identified during implementation
164
+ ```
165
+
166
+ <action>For PRD modifications:</action>
167
+
168
+ - Specify exact sections to update
169
+ - Show current content and proposed changes
170
+ - Explain impact on MVP scope and requirements
171
+
172
+ <action>For Architecture changes:</action>
173
+
174
+ - Identify affected components, patterns, or technology choices
175
+ - Describe diagram updates needed
176
+ - Note any ripple effects on other components
177
+
178
+ <action>For UI/UX specification updates:</action>
179
+
180
+ - Reference specific screens or components
181
+ - Show wireframe or flow changes needed
182
+ - Connect changes to user experience impact
183
+
184
+ <check if="mode is Incremental">
185
+ <action>Present each edit proposal individually</action>
186
+ <ask>Review and refine this change? Options: Approve [a], Edit [e], Skip [s]</ask>
187
+ <action>Iterate on each proposal based on user feedback</action>
188
+ </check>
189
+
190
+ <action if="mode is Batch">Collect all edit proposals and present together at end of step</action>
191
+
192
+ </step>
193
+
194
+ <step n="4" goal="Generate Sprint Change Proposal">
195
+ <action>Compile comprehensive Sprint Change Proposal document with following sections:</action>
196
+
197
+ <action>Section 1: Issue Summary</action>
198
+
199
+ - Clear problem statement describing what triggered the change
200
+ - Context about when/how the issue was discovered
201
+ - Evidence or examples demonstrating the issue
202
+
203
+ <action>Section 2: Impact Analysis</action>
204
+
205
+ - Epic Impact: Which epics are affected and how
206
+ - Story Impact: Current and future stories requiring changes
207
+ - Artifact Conflicts: PRD, Architecture, UI/UX documents needing updates
208
+ - Technical Impact: Code, infrastructure, or deployment implications
209
+
210
+ <action>Section 3: Recommended Approach</action>
211
+
212
+ - Present chosen path forward from checklist evaluation:
213
+ - Direct Adjustment: Modify/add stories within existing plan
214
+ - Potential Rollback: Revert completed work to simplify resolution
215
+ - MVP Review: Reduce scope or modify goals
216
+ - Provide clear rationale for recommendation
217
+ - Include effort estimate, risk assessment, and timeline impact
218
+
219
+ <action>Section 4: Detailed Change Proposals</action>
220
+
221
+ - Include all refined edit proposals from Step 3
222
+ - Group by artifact type (Stories, PRD, Architecture, UI/UX)
223
+ - Ensure each change includes before/after and justification
224
+
225
+ <action>Section 5: Implementation Handoff</action>
226
+
227
+ - Categorize change scope:
228
+ - Minor: Direct implementation by Developer agent
229
+ - Moderate: Backlog reorganization needed (PO/DEV)
230
+ - Major: Fundamental replan required (PM/Architect)
231
+ - Specify handoff recipients and their responsibilities
232
+ - Define success criteria for implementation
233
+
234
+ <action>Present complete Sprint Change Proposal to user</action>
235
+ <action>Write Sprint Change Proposal document to {default_output_file}</action>
236
+ <ask>Review complete proposal. Continue [c] or Edit [e]?</ask>
237
+ </step>
238
+
239
+ <step n="5" goal="Finalize and Route for Implementation">
240
+ <action>Get explicit user approval for complete proposal</action>
241
+ <ask>Do you approve this Sprint Change Proposal for implementation? (yes/no/revise)</ask>
242
+
243
+ <check if="no or revise">
244
+ <action>Gather specific feedback on what needs adjustment</action>
245
+ <action>Return to appropriate step to address concerns</action>
246
+ <goto step="3">If changes needed to edit proposals</goto>
247
+ <goto step="4">If changes needed to overall proposal structure</goto>
248
+
249
+ </check>
250
+
251
+ <check if="yes the proposal is approved by the user">
252
+ <action>Finalize Sprint Change Proposal document</action>
253
+ <action>Determine change scope classification:</action>
254
+
255
+ - **Minor**: Can be implemented directly by Developer agent
256
+ - **Moderate**: Requires backlog reorganization and PO/DEV coordination
257
+ - **Major**: Needs fundamental replan with PM/Architect involvement
258
+
259
+ <action>Provide appropriate handoff based on scope:</action>
260
+
261
+ </check>
262
+
263
+ <check if="Minor scope">
264
+ <action>Route to: Developer agent for direct implementation</action>
265
+ <action>Deliverables: Finalized edit proposals and implementation tasks</action>
266
+ </check>
267
+
268
+ <check if="Moderate scope">
269
+ <action>Route to: Product Owner / Developer agents</action>
270
+ <action>Deliverables: Sprint Change Proposal + backlog reorganization plan</action>
271
+ </check>
272
+
273
+ <check if="Major scope">
274
+ <action>Route to: Product Manager / Solution Architect</action>
275
+ <action>Deliverables: Complete Sprint Change Proposal + escalation notice</action>
276
+
277
+ <action>Confirm handoff completion and next steps with user</action>
278
+ <action>Document handoff in workflow execution log</action>
279
+ </check>
280
+
281
+ </step>
282
+
283
+ <step n="6" goal="Workflow Completion">
284
+ <action>Summarize workflow execution:</action>
285
+ - Issue addressed: {{change_trigger}}
286
+ - Change scope: {{scope_classification}}
287
+ - Artifacts modified: {{list_of_artifacts}}
288
+ - Routed to: {{handoff_recipients}}
289
+
290
+ <action>Confirm all deliverables produced:</action>
291
+
292
+ - Sprint Change Proposal document
293
+ - Specific edit proposals with before/after
294
+ - Implementation handoff plan
295
+
296
+ <action>Report workflow completion to user with personalized message: "Correct Course workflow complete, {user_name}!"</action>
297
+ <action>Remind user of success criteria and next steps for Developer agent</action>
298
+ <!-- Adapted for BMAD+: original script dependency removed -->
299
+ </step>
300
+
301
+ </workflow>