@devo-bmad-custom/agent-orchestration 1.0.4 → 1.0.6

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 (86) hide show
  1. package/package.json +1 -1
  2. package/src/.agents/skills/tmux-commands/SKILL.md +353 -0
  3. package/src/bmm/data/project-context-template.md +26 -26
  4. package/src/bmm/teams/default-party.csv +20 -20
  5. package/src/bmm/workflows/2-plan-workflows/create-prd/data/domain-complexity.csv +14 -14
  6. package/src/bmm/workflows/2-plan-workflows/create-prd/data/prd-purpose.md +197 -197
  7. package/src/bmm/workflows/2-plan-workflows/create-prd/data/project-types.csv +10 -10
  8. package/src/bmm/workflows/2-plan-workflows/create-prd/templates/prd-template.md +10 -10
  9. package/src/bmm/workflows/3-solutioning/create-architecture/data/domain-complexity.csv +12 -12
  10. package/src/bmm/workflows/4-implementation/code-review/instructions.xml +226 -226
  11. package/src/bmm/workflows/4-implementation/correct-course/checklist.md +288 -288
  12. package/src/bmm/workflows/4-implementation/correct-course/instructions.md +207 -207
  13. package/src/bmm/workflows/4-implementation/retrospective/instructions.md +1444 -1444
  14. package/src/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +55 -55
  15. package/src/bmm/workflows/4-implementation/sprint-status/instructions.md +230 -230
  16. package/src/bmm/workflows/bmad-quick-flow/quick-spec/tech-spec-template.md +74 -74
  17. package/src/bmm/workflows/document-project/instructions.md +130 -130
  18. package/src/bmm/workflows/document-project/templates/project-scan-report-schema.json +160 -160
  19. package/src/bmm/workflows/document-project/workflows/deep-dive-instructions.md +298 -298
  20. package/src/bmm/workflows/document-project/workflows/deep-dive.yaml +31 -31
  21. package/src/bmm/workflows/document-project/workflows/full-scan-instructions.md +1106 -1106
  22. package/src/bmm/workflows/document-project/workflows/full-scan.yaml +31 -31
  23. package/src/bmm/workflows/qa-generate-e2e-tests/checklist.md +33 -33
  24. package/src/bmm/workflows/qa-generate-e2e-tests/instructions.md +110 -110
  25. package/src/core/agents/bmad-master.md +56 -56
  26. package/src/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +187 -187
  27. package/src/core/workflows/party-mode/steps/step-03-graceful-exit.md +168 -168
  28. package/src/.agents/skills/ui-ux-pro-custom/data/swift-ios-skills/vision-framework/SKILL.md +0 -475
  29. package/src/.agents/skills/ui-ux-pro-custom/data/swift-ios-skills/vision-framework/references/vision-requests.md +0 -736
  30. package/src/.agents/skills/ui-ux-pro-custom/data/swift-ios-skills/vision-framework/references/visionkit-scanner.md +0 -738
  31. package/src/.agents/skills/ui-ux-pro-custom/data/swift-ios-skills/weatherkit/SKILL.md +0 -410
  32. package/src/.agents/skills/ui-ux-pro-custom/data/swift-ios-skills/weatherkit/references/weatherkit-patterns.md +0 -567
  33. package/src/.agents/skills/ui-ux-pro-custom/data/swift-ios-skills/widgetkit/SKILL.md +0 -497
  34. package/src/.agents/skills/ui-ux-pro-custom/data/swift-ios-skills/widgetkit/references/widgetkit-advanced.md +0 -871
  35. package/src/.agents/skills/ui-ux-pro-custom/data/typography.csv +0 -58
  36. package/src/.agents/skills/ui-ux-pro-custom/data/ui-reasoning.csv +0 -101
  37. package/src/.agents/skills/ui-ux-pro-custom/data/ux-guidelines.csv +0 -100
  38. package/src/.agents/skills/ui-ux-pro-custom/data/web-interface.csv +0 -31
  39. package/src/.agents/skills/ui-ux-pro-custom/scripts/core.py +0 -253
  40. package/src/.agents/skills/ui-ux-pro-custom/scripts/design_system.py +0 -1067
  41. package/src/.agents/skills/ui-ux-pro-custom/scripts/search.py +0 -114
  42. package/src/.agents/skills/ux-audit/SKILL.md +0 -151
  43. package/src/.agents/skills/websocket-engineer/SKILL.md +0 -168
  44. package/src/.agents/skills/websocket-engineer/references/alternatives.md +0 -391
  45. package/src/.agents/skills/websocket-engineer/references/patterns.md +0 -400
  46. package/src/.agents/skills/websocket-engineer/references/protocol.md +0 -195
  47. package/src/.agents/skills/websocket-engineer/references/scaling.md +0 -333
  48. package/src/.agents/skills/websocket-engineer/references/security.md +0 -474
  49. package/src/.agents/skills/writing-skills/SKILL.md +0 -655
  50. package/src/.agents/skills/writing-skills/anthropic-best-practices.md +0 -1150
  51. package/src/.agents/skills/writing-skills/examples/CLAUDE_MD_TESTING.md +0 -189
  52. package/src/.agents/skills/writing-skills/graphviz-conventions.dot +0 -172
  53. package/src/.agents/skills/writing-skills/persuasion-principles.md +0 -187
  54. package/src/.agents/skills/writing-skills/render-graphs.js +0 -168
  55. package/src/.agents/skills/writing-skills/testing-skills-with-subagents.md +0 -384
  56. package/src/.claude/commands/bmad-track-compact.md +0 -19
  57. package/src/.claude/commands/bmad-track-extended.md +0 -19
  58. package/src/.claude/commands/bmad-track-large.md +0 -19
  59. package/src/.claude/commands/bmad-track-medium.md +0 -19
  60. package/src/.claude/commands/bmad-track-nano.md +0 -19
  61. package/src/.claude/commands/bmad-track-rv.md +0 -18
  62. package/src/.claude/commands/bmad-track-small.md +0 -19
  63. package/src/.claude/commands/master-orchestrator.md +0 -15
  64. package/src/_memory/master-orchestrator-sidecar/docs-index.md +0 -3
  65. package/src/_memory/master-orchestrator-sidecar/instructions.md +0 -2616
  66. package/src/_memory/master-orchestrator-sidecar/memories.md +0 -8
  67. package/src/_memory/master-orchestrator-sidecar/session-state.md +0 -15
  68. package/src/_memory/master-orchestrator-sidecar/triage-history.md +0 -3
  69. package/src/_memory/master-orchestrator-sidecar/workflows-overview.html +0 -1230
  70. package/src/core/agents/master-orchestrator.md +0 -54
  71. package/src/docs/dev/tmux/actions_popup.py +0 -291
  72. package/src/docs/dev/tmux/actions_popup.sh +0 -110
  73. package/src/docs/dev/tmux/claude_usage.sh +0 -15
  74. package/src/docs/dev/tmux/colors.conf +0 -26
  75. package/src/docs/dev/tmux/cpu_usage.sh +0 -7
  76. package/src/docs/dev/tmux/dispatch.sh +0 -10
  77. package/src/docs/dev/tmux/float_init.sh +0 -13
  78. package/src/docs/dev/tmux/float_term.sh +0 -23
  79. package/src/docs/dev/tmux/open_clip.sh +0 -14
  80. package/src/docs/dev/tmux/paste_clipboard.sh +0 -13
  81. package/src/docs/dev/tmux/paste_image_wrapper.sh +0 -94
  82. package/src/docs/dev/tmux/ram_usage.sh +0 -3
  83. package/src/docs/dev/tmux/title_sync.sh +0 -54
  84. package/src/docs/dev/tmux/tmux-setup.md +0 -867
  85. package/src/docs/dev/tmux/tmux.conf +0 -127
  86. package/src/docs/dev/tmux/xclip +0 -18
@@ -1,207 +1,207 @@
1
- # Correct Course - Sprint Change Management Instructions
2
-
3
- <critical>The workflow execution engine is governed by: {project-root}/_bmad/core/tasks/workflow.xml</critical>
4
- <critical>You MUST have already loaded and processed: {project-root}/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml</critical>
5
- <critical>Communicate all responses in {communication_language} and language MUST be tailored to {user_skill_level}</critical>
6
- <critical>Generate all documents in {document_output_language}</critical>
7
-
8
- <critical>DOCUMENT OUTPUT: Updated epics, stories, or PRD sections. Clear, actionable changes. User skill level ({user_skill_level}) affects conversation style ONLY, not document updates.</critical>
9
-
10
- <workflow>
11
-
12
- <step n="1" goal="Initialize Change Navigation">
13
- <action>Load {project_context} for coding standards and project-wide patterns (if exists)</action>
14
- <action>Confirm change trigger and gather user description of the issue</action>
15
- <action>Ask: "What specific issue or change has been identified that requires navigation?"</action>
16
- <action>Verify access to required project documents:</action>
17
- - PRD (Product Requirements Document)
18
- - Current Epics and Stories
19
- - Architecture documentation
20
- - UI/UX specifications
21
- <action>Ask user for mode preference:</action>
22
- - **Incremental** (recommended): Refine each edit collaboratively
23
- - **Batch**: Present all changes at once for review
24
- <action>Store mode selection for use throughout workflow</action>
25
-
26
- <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>
27
-
28
- <action if="core documents are unavailable">HALT: "Need access to project documents (PRD, Epics, Architecture, UI/UX) to assess change impact. Please ensure these documents are accessible."</action>
29
- </step>
30
-
31
- <step n="0.5" goal="Discover and load project documents">
32
- <invoke-protocol name="discover_inputs" />
33
- <note>After discovery, these content variables are available: {prd_content}, {epics_content}, {architecture_content}, {ux_design_content}, {tech_spec_content}, {document_project_content}</note>
34
- </step>
35
-
36
- <step n="2" goal="Execute Change Analysis Checklist">
37
- <action>Read fully and follow the systematic analysis from: {checklist}</action>
38
- <action>Work through each checklist section interactively with the user</action>
39
- <action>Record status for each checklist item:</action>
40
- - [x] Done - Item completed successfully
41
- - [N/A] Skip - Item not applicable to this change
42
- - [!] Action-needed - Item requires attention or follow-up
43
- <action>Maintain running notes of findings and impacts discovered</action>
44
- <action>Present checklist progress after each major section</action>
45
-
46
- <action if="checklist cannot be completed">Identify blocking issues and work with user to resolve before continuing</action>
47
- </step>
48
-
49
- <step n="3" goal="Draft Specific Change Proposals">
50
- <action>Based on checklist findings, create explicit edit proposals for each identified artifact</action>
51
-
52
- <action>For Story changes:</action>
53
-
54
- - Show old → new text format
55
- - Include story ID and section being modified
56
- - Provide rationale for each change
57
- - Example format:
58
-
59
- ```
60
- Story: [STORY-123] User Authentication
61
- Section: Acceptance Criteria
62
-
63
- OLD:
64
- - User can log in with email/password
65
-
66
- NEW:
67
- - User can log in with email/password
68
- - User can enable 2FA via authenticator app
69
-
70
- Rationale: Security requirement identified during implementation
71
- ```
72
-
73
- <action>For PRD modifications:</action>
74
-
75
- - Specify exact sections to update
76
- - Show current content and proposed changes
77
- - Explain impact on MVP scope and requirements
78
-
79
- <action>For Architecture changes:</action>
80
-
81
- - Identify affected components, patterns, or technology choices
82
- - Describe diagram updates needed
83
- - Note any ripple effects on other components
84
-
85
- <action>For UI/UX specification updates:</action>
86
-
87
- - Reference specific screens or components
88
- - Show wireframe or flow changes needed
89
- - Connect changes to user experience impact
90
-
91
- <check if="mode is Incremental">
92
- <action>Present each edit proposal individually</action>
93
- <ask>Review and refine this change? Options: Approve [a], Edit [e], Skip [s]</ask>
94
- <action>Iterate on each proposal based on user feedback</action>
95
- </check>
96
-
97
- <action if="mode is Batch">Collect all edit proposals and present together at end of step</action>
98
-
99
- </step>
100
-
101
- <step n="4" goal="Generate Sprint Change Proposal">
102
- <action>Compile comprehensive Sprint Change Proposal document with following sections:</action>
103
-
104
- <action>Section 1: Issue Summary</action>
105
-
106
- - Clear problem statement describing what triggered the change
107
- - Context about when/how the issue was discovered
108
- - Evidence or examples demonstrating the issue
109
-
110
- <action>Section 2: Impact Analysis</action>
111
-
112
- - Epic Impact: Which epics are affected and how
113
- - Story Impact: Current and future stories requiring changes
114
- - Artifact Conflicts: PRD, Architecture, UI/UX documents needing updates
115
- - Technical Impact: Code, infrastructure, or deployment implications
116
-
117
- <action>Section 3: Recommended Approach</action>
118
-
119
- - Present chosen path forward from checklist evaluation:
120
- - Direct Adjustment: Modify/add stories within existing plan
121
- - Potential Rollback: Revert completed work to simplify resolution
122
- - MVP Review: Reduce scope or modify goals
123
- - Provide clear rationale for recommendation
124
- - Include effort estimate, risk assessment, and timeline impact
125
-
126
- <action>Section 4: Detailed Change Proposals</action>
127
-
128
- - Include all refined edit proposals from Step 3
129
- - Group by artifact type (Stories, PRD, Architecture, UI/UX)
130
- - Ensure each change includes before/after and justification
131
-
132
- <action>Section 5: Implementation Handoff</action>
133
-
134
- - Categorize change scope:
135
- - Minor: Direct implementation by dev team
136
- - Moderate: Backlog reorganization needed (PO/SM)
137
- - Major: Fundamental replan required (PM/Architect)
138
- - Specify handoff recipients and their responsibilities
139
- - Define success criteria for implementation
140
-
141
- <action>Present complete Sprint Change Proposal to user</action>
142
- <action>Write Sprint Change Proposal document to {default_output_file}</action>
143
- <ask>Review complete proposal. Continue [c] or Edit [e]?</ask>
144
- </step>
145
-
146
- <step n="5" goal="Finalize and Route for Implementation">
147
- <action>Get explicit user approval for complete proposal</action>
148
- <ask>Do you approve this Sprint Change Proposal for implementation? (yes/no/revise)</ask>
149
-
150
- <check if="no or revise">
151
- <action>Gather specific feedback on what needs adjustment</action>
152
- <action>Return to appropriate step to address concerns</action>
153
- <goto step="3">If changes needed to edit proposals</goto>
154
- <goto step="4">If changes needed to overall proposal structure</goto>
155
-
156
- </check>
157
-
158
- <check if="yes the proposal is approved by the user">
159
- <action>Finalize Sprint Change Proposal document</action>
160
- <action>Determine change scope classification:</action>
161
-
162
- - **Minor**: Can be implemented directly by development team
163
- - **Moderate**: Requires backlog reorganization and PO/SM coordination
164
- - **Major**: Needs fundamental replan with PM/Architect involvement
165
-
166
- <action>Provide appropriate handoff based on scope:</action>
167
-
168
- </check>
169
-
170
- <check if="Minor scope">
171
- <action>Route to: Development team for direct implementation</action>
172
- <action>Deliverables: Finalized edit proposals and implementation tasks</action>
173
- </check>
174
-
175
- <check if="Moderate scope">
176
- <action>Route to: Product Owner / Scrum Master agents</action>
177
- <action>Deliverables: Sprint Change Proposal + backlog reorganization plan</action>
178
- </check>
179
-
180
- <check if="Major scope">
181
- <action>Route to: Product Manager / Solution Architect</action>
182
- <action>Deliverables: Complete Sprint Change Proposal + escalation notice</action>
183
-
184
- <action>Confirm handoff completion and next steps with user</action>
185
- <action>Document handoff in workflow execution log</action>
186
- </check>
187
-
188
- </step>
189
-
190
- <step n="6" goal="Workflow Completion">
191
- <action>Summarize workflow execution:</action>
192
- - Issue addressed: {{change_trigger}}
193
- - Change scope: {{scope_classification}}
194
- - Artifacts modified: {{list_of_artifacts}}
195
- - Routed to: {{handoff_recipients}}
196
-
197
- <action>Confirm all deliverables produced:</action>
198
-
199
- - Sprint Change Proposal document
200
- - Specific edit proposals with before/after
201
- - Implementation handoff plan
202
-
203
- <action>Report workflow completion to user with personalized message: "✅ Correct Course workflow complete, {user_name}!"</action>
204
- <action>Remind user of success criteria and next steps for implementation team</action>
205
- </step>
206
-
207
- </workflow>
1
+ # Correct Course - Sprint Change Management Instructions
2
+
3
+ <critical>The workflow execution engine is governed by: {project-root}/_bmad/core/tasks/workflow.xml</critical>
4
+ <critical>You MUST have already loaded and processed: {project-root}/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml</critical>
5
+ <critical>Communicate all responses in {communication_language} and language MUST be tailored to {user_skill_level}</critical>
6
+ <critical>Generate all documents in {document_output_language}</critical>
7
+
8
+ <critical>DOCUMENT OUTPUT: Updated epics, stories, or PRD sections. Clear, actionable changes. User skill level ({user_skill_level}) affects conversation style ONLY, not document updates.</critical>
9
+
10
+ <workflow>
11
+
12
+ <step n="1" goal="Initialize Change Navigation">
13
+ <action>Load {project_context} for coding standards and project-wide patterns (if exists)</action>
14
+ <action>Confirm change trigger and gather user description of the issue</action>
15
+ <action>Ask: "What specific issue or change has been identified that requires navigation?"</action>
16
+ <action>Verify access to required project documents:</action>
17
+ - PRD (Product Requirements Document)
18
+ - Current Epics and Stories
19
+ - Architecture documentation
20
+ - UI/UX specifications
21
+ <action>Ask user for mode preference:</action>
22
+ - **Incremental** (recommended): Refine each edit collaboratively
23
+ - **Batch**: Present all changes at once for review
24
+ <action>Store mode selection for use throughout workflow</action>
25
+
26
+ <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>
27
+
28
+ <action if="core documents are unavailable">HALT: "Need access to project documents (PRD, Epics, Architecture, UI/UX) to assess change impact. Please ensure these documents are accessible."</action>
29
+ </step>
30
+
31
+ <step n="0.5" goal="Discover and load project documents">
32
+ <invoke-protocol name="discover_inputs" />
33
+ <note>After discovery, these content variables are available: {prd_content}, {epics_content}, {architecture_content}, {ux_design_content}, {tech_spec_content}, {document_project_content}</note>
34
+ </step>
35
+
36
+ <step n="2" goal="Execute Change Analysis Checklist">
37
+ <action>Read fully and follow the systematic analysis from: {checklist}</action>
38
+ <action>Work through each checklist section interactively with the user</action>
39
+ <action>Record status for each checklist item:</action>
40
+ - [x] Done - Item completed successfully
41
+ - [N/A] Skip - Item not applicable to this change
42
+ - [!] Action-needed - Item requires attention or follow-up
43
+ <action>Maintain running notes of findings and impacts discovered</action>
44
+ <action>Present checklist progress after each major section</action>
45
+
46
+ <action if="checklist cannot be completed">Identify blocking issues and work with user to resolve before continuing</action>
47
+ </step>
48
+
49
+ <step n="3" goal="Draft Specific Change Proposals">
50
+ <action>Based on checklist findings, create explicit edit proposals for each identified artifact</action>
51
+
52
+ <action>For Story changes:</action>
53
+
54
+ - Show old → new text format
55
+ - Include story ID and section being modified
56
+ - Provide rationale for each change
57
+ - Example format:
58
+
59
+ ```
60
+ Story: [STORY-123] User Authentication
61
+ Section: Acceptance Criteria
62
+
63
+ OLD:
64
+ - User can log in with email/password
65
+
66
+ NEW:
67
+ - User can log in with email/password
68
+ - User can enable 2FA via authenticator app
69
+
70
+ Rationale: Security requirement identified during implementation
71
+ ```
72
+
73
+ <action>For PRD modifications:</action>
74
+
75
+ - Specify exact sections to update
76
+ - Show current content and proposed changes
77
+ - Explain impact on MVP scope and requirements
78
+
79
+ <action>For Architecture changes:</action>
80
+
81
+ - Identify affected components, patterns, or technology choices
82
+ - Describe diagram updates needed
83
+ - Note any ripple effects on other components
84
+
85
+ <action>For UI/UX specification updates:</action>
86
+
87
+ - Reference specific screens or components
88
+ - Show wireframe or flow changes needed
89
+ - Connect changes to user experience impact
90
+
91
+ <check if="mode is Incremental">
92
+ <action>Present each edit proposal individually</action>
93
+ <ask>Review and refine this change? Options: Approve [a], Edit [e], Skip [s]</ask>
94
+ <action>Iterate on each proposal based on user feedback</action>
95
+ </check>
96
+
97
+ <action if="mode is Batch">Collect all edit proposals and present together at end of step</action>
98
+
99
+ </step>
100
+
101
+ <step n="4" goal="Generate Sprint Change Proposal">
102
+ <action>Compile comprehensive Sprint Change Proposal document with following sections:</action>
103
+
104
+ <action>Section 1: Issue Summary</action>
105
+
106
+ - Clear problem statement describing what triggered the change
107
+ - Context about when/how the issue was discovered
108
+ - Evidence or examples demonstrating the issue
109
+
110
+ <action>Section 2: Impact Analysis</action>
111
+
112
+ - Epic Impact: Which epics are affected and how
113
+ - Story Impact: Current and future stories requiring changes
114
+ - Artifact Conflicts: PRD, Architecture, UI/UX documents needing updates
115
+ - Technical Impact: Code, infrastructure, or deployment implications
116
+
117
+ <action>Section 3: Recommended Approach</action>
118
+
119
+ - Present chosen path forward from checklist evaluation:
120
+ - Direct Adjustment: Modify/add stories within existing plan
121
+ - Potential Rollback: Revert completed work to simplify resolution
122
+ - MVP Review: Reduce scope or modify goals
123
+ - Provide clear rationale for recommendation
124
+ - Include effort estimate, risk assessment, and timeline impact
125
+
126
+ <action>Section 4: Detailed Change Proposals</action>
127
+
128
+ - Include all refined edit proposals from Step 3
129
+ - Group by artifact type (Stories, PRD, Architecture, UI/UX)
130
+ - Ensure each change includes before/after and justification
131
+
132
+ <action>Section 5: Implementation Handoff</action>
133
+
134
+ - Categorize change scope:
135
+ - Minor: Direct implementation by dev team
136
+ - Moderate: Backlog reorganization needed (PO/SM)
137
+ - Major: Fundamental replan required (PM/Architect)
138
+ - Specify handoff recipients and their responsibilities
139
+ - Define success criteria for implementation
140
+
141
+ <action>Present complete Sprint Change Proposal to user</action>
142
+ <action>Write Sprint Change Proposal document to {default_output_file}</action>
143
+ <ask>Review complete proposal. Continue [c] or Edit [e]?</ask>
144
+ </step>
145
+
146
+ <step n="5" goal="Finalize and Route for Implementation">
147
+ <action>Get explicit user approval for complete proposal</action>
148
+ <ask>Do you approve this Sprint Change Proposal for implementation? (yes/no/revise)</ask>
149
+
150
+ <check if="no or revise">
151
+ <action>Gather specific feedback on what needs adjustment</action>
152
+ <action>Return to appropriate step to address concerns</action>
153
+ <goto step="3">If changes needed to edit proposals</goto>
154
+ <goto step="4">If changes needed to overall proposal structure</goto>
155
+
156
+ </check>
157
+
158
+ <check if="yes the proposal is approved by the user">
159
+ <action>Finalize Sprint Change Proposal document</action>
160
+ <action>Determine change scope classification:</action>
161
+
162
+ - **Minor**: Can be implemented directly by development team
163
+ - **Moderate**: Requires backlog reorganization and PO/SM coordination
164
+ - **Major**: Needs fundamental replan with PM/Architect involvement
165
+
166
+ <action>Provide appropriate handoff based on scope:</action>
167
+
168
+ </check>
169
+
170
+ <check if="Minor scope">
171
+ <action>Route to: Development team for direct implementation</action>
172
+ <action>Deliverables: Finalized edit proposals and implementation tasks</action>
173
+ </check>
174
+
175
+ <check if="Moderate scope">
176
+ <action>Route to: Product Owner / Scrum Master agents</action>
177
+ <action>Deliverables: Sprint Change Proposal + backlog reorganization plan</action>
178
+ </check>
179
+
180
+ <check if="Major scope">
181
+ <action>Route to: Product Manager / Solution Architect</action>
182
+ <action>Deliverables: Complete Sprint Change Proposal + escalation notice</action>
183
+
184
+ <action>Confirm handoff completion and next steps with user</action>
185
+ <action>Document handoff in workflow execution log</action>
186
+ </check>
187
+
188
+ </step>
189
+
190
+ <step n="6" goal="Workflow Completion">
191
+ <action>Summarize workflow execution:</action>
192
+ - Issue addressed: {{change_trigger}}
193
+ - Change scope: {{scope_classification}}
194
+ - Artifacts modified: {{list_of_artifacts}}
195
+ - Routed to: {{handoff_recipients}}
196
+
197
+ <action>Confirm all deliverables produced:</action>
198
+
199
+ - Sprint Change Proposal document
200
+ - Specific edit proposals with before/after
201
+ - Implementation handoff plan
202
+
203
+ <action>Report workflow completion to user with personalized message: "✅ Correct Course workflow complete, {user_name}!"</action>
204
+ <action>Remind user of success criteria and next steps for implementation team</action>
205
+ </step>
206
+
207
+ </workflow>