chore: remove SM agent (Bob) and migrate to Developer agent (#2186)

* chore: remove SM agent (Bob) and migrate capabilities to Developer agent

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix(docs): correct agent naming and grammar from review triage

Standardize Developer agent references to bmad-agent-dev (matching
installed skill directory name) and fix possessive apostrophe in
implementation-readiness workflow.

* fix(skills): replace dev team references with Developer agent

No longer a multi-agent development team — just one Developer agent.
Remove residual Scrum Master search patterns from retrospective.

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Alex Verkhovsky 2026-04-02 12:25:24 -07:00 committed by GitHub
parent 48c2324b28
commit 003c979dbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
29 changed files with 191 additions and 259 deletions

View File

@ -59,7 +59,6 @@
"./src/bmm-skills/3-solutioning/bmad-create-epics-and-stories",
"./src/bmm-skills/3-solutioning/bmad-generate-project-context",
"./src/bmm-skills/4-implementation/bmad-agent-dev",
"./src/bmm-skills/4-implementation/bmad-agent-sm",
"./src/bmm-skills/4-implementation/bmad-dev-story",
"./src/bmm-skills/4-implementation/bmad-quick-dev",
"./src/bmm-skills/4-implementation/bmad-sprint-planning",

View File

@ -16,7 +16,7 @@ Traditional AI tools do the thinking for you, producing average results. BMad ag
- **AI Intelligent Help** — Invoke the `bmad-help` skill anytime for guidance on what's next
- **Scale-Domain-Adaptive** — Automatically adjusts planning depth based on project complexity
- **Structured Workflows** — Grounded in agile best practices across analysis, planning, architecture, and implementation
- **Specialized Agents** — 12+ domain experts (PM, Architect, Developer, UX, Scrum Master, and more)
- **Specialized Agents** — 12+ domain experts (PM, Architect, Developer, UX, and more)
- **Party Mode** — Bring multiple agent personas into one session to collaborate and discuss
- **Complete Lifecycle** — From brainstorming to deployment

View File

@ -16,7 +16,7 @@
- **AI 智能引导** —— 随时调用 `bmad-help` 获取下一步建议
- **规模与领域自适应** —— 按项目复杂度自动调整规划深度
- **结构化工作流** —— 覆盖分析、规划、架构、实施全流程
- **专业角色智能体** —— 提供 PM、架构师、开发者、UX、Scrum Master 等 12+ 角色
- **专业角色智能体** —— 提供 PM、架构师、开发者、UX 等 12+ 角色
- **派对模式** —— 多个智能体可在同一会话协作讨论
- **完整生命周期** —— 从头脑风暴一路到交付上线

View File

@ -353,7 +353,7 @@ Only for BMad Method and Enterprise tracks. Quick Flow skips to implementation.
### Can I change my plan later?
Yes. The SM agent has a `bmad-correct-course` workflow for handling scope changes.
Yes. The `bmad-correct-course` workflow handles scope changes mid-implementation.
**Have a question not answered here?** [Open an issue](...) or ask in [Discord](...).
```

View File

@ -61,8 +61,8 @@ If you have stories created or implemented:
1. Complete the v6 installation
2. Place `epics.md` or `epics/epic*.md` in `_bmad-output/planning-artifacts/`
3. Run the Scrum Master's `bmad-sprint-planning` workflow
4. Tell the SM which epics/stories are already complete
3. Run the Developer's `bmad-sprint-planning` workflow
4. Tell the agent which epics/stories are already complete
## What You Get

View File

@ -20,8 +20,7 @@ This page lists the default BMM (Agile suite) agents that install with BMad Meth
| Analyst (Mary) | `bmad-analyst` | `BP`, `RS`, `CB`, `WB`, `DP` | Brainstorm Project, Research, Create Brief, PRFAQ Challenge, Document Project |
| Product Manager (John) | `bmad-pm` | `CP`, `VP`, `EP`, `CE`, `IR`, `CC` | Create/Validate/Edit PRD, Create Epics and Stories, Implementation Readiness, Correct Course |
| Architect (Winston) | `bmad-architect` | `CA`, `IR` | Create Architecture, Implementation Readiness |
| Scrum Master (Bob) | `bmad-sm` | `SP`, `CS`, `ER`, `CC` | Sprint Planning, Create Story, Epic Retrospective, Correct Course |
| Developer (Amelia) | `bmad-dev` | `DS`, `QD`, `QA`, `CR` | Dev Story, Quick Dev, QA Test Generation, Code Review |
| Developer (Amelia) | `bmad-agent-dev` | `DS`, `QD`, `QA`, `CR`, `SP`, `CS`, `ER` | Dev Story, Quick Dev, QA Test Generation, Code Review, Sprint Planning, Create Story, Epic Retrospective |
| UX Designer (Sally) | `bmad-ux-designer` | `CU` | Create UX Design |
| Technical Writer (Paige) | `bmad-tech-writer` | `DP`, `WD`, `US`, `MG`, `VD`, `EC` | Document Project, Write Document, Update Standards, Mermaid Generate, Validate Doc, Explain Concept |

View File

@ -54,12 +54,12 @@ Each skill is a directory containing a `SKILL.md` file. For example, a Claude Co
│ └── SKILL.md
├── bmad-create-prd/
│ └── SKILL.md
├── bmad-dev/
├── bmad-agent-dev/
│ └── SKILL.md
└── ...
```
The directory name determines the skill name in your IDE. For example, the directory `bmad-dev/` registers the skill `bmad-dev`.
The directory name determines the skill name in your IDE. For example, the directory `bmad-agent-dev/` registers the skill `bmad-agent-dev`.
## How to Discover Your Skills
@ -79,10 +79,9 @@ Agent skills load a specialized AI persona with a defined role, communication st
| Example skill | Agent | Role |
| --- | --- | --- |
| `bmad-dev` | Amelia (Developer) | Implements stories with strict adherence to specs |
| `bmad-agent-dev` | Amelia (Developer) | Implements stories with strict adherence to specs |
| `bmad-pm` | John (Product Manager) | Creates and validates PRDs |
| `bmad-architect` | Winston (Architect) | Designs system architecture |
| `bmad-sm` | Bob (Scrum Master) | Manages sprints and stories |
See [Agents](./agents.md) for the full list of default agents and their triggers.
@ -125,7 +124,7 @@ The core module includes 11 built-in tools — reviews, compression, brainstormi
## Naming Convention
All skills use the `bmad-` prefix followed by a descriptive name (e.g., `bmad-dev`, `bmad-create-prd`, `bmad-help`). See [Modules](./modules.md) for available modules.
All skills use the `bmad-` prefix followed by a descriptive name (e.g., `bmad-agent-dev`, `bmad-create-prd`, `bmad-help`). See [Modules](./modules.md) for available modules.
## Troubleshooting

View File

@ -181,7 +181,7 @@ Once planning is complete, move to implementation. **Each workflow should run in
### Initialize Sprint Planning
Invoke the **SM agent** (`bmad-agent-sm`) and run `bmad-sprint-planning` (`bmad-sprint-planning`). This creates `sprint-status.yaml` to track all epics and stories.
Invoke the **Developer agent** (`bmad-agent-dev`) and run `bmad-sprint-planning` (`bmad-sprint-planning`). This creates `sprint-status.yaml` to track all epics and stories.
### The Build Cycle
@ -189,11 +189,11 @@ For each story, repeat this cycle with fresh chats:
| Step | Agent | Workflow | Command | Purpose |
| ---- | ----- | -------------- | -------------------------- | ---------------------------------- |
| 1 | SM | `bmad-create-story` | `bmad-create-story` | Create story file from epic |
| 1 | DEV | `bmad-create-story` | `bmad-create-story` | Create story file from epic |
| 2 | DEV | `bmad-dev-story` | `bmad-dev-story` | Implement the story |
| 3 | DEV | `bmad-code-review` | `bmad-code-review` | Quality validation *(recommended)* |
After completing all stories in an epic, invoke the **SM agent** (`bmad-agent-sm`) and run `bmad-retrospective` (`bmad-retrospective`).
After completing all stories in an epic, invoke the **Developer agent** (`bmad-agent-dev`) and run `bmad-retrospective` (`bmad-retrospective`).
## What You've Accomplished
@ -230,8 +230,8 @@ your-project/
| `bmad-generate-project-context` | `bmad-generate-project-context` | Analyst | Create project context file |
| `bmad-create-epics-and-stories` | `bmad-create-epics-and-stories` | PM | Break down PRD into epics |
| `bmad-check-implementation-readiness` | `bmad-check-implementation-readiness` | Architect | Validate planning cohesion |
| `bmad-sprint-planning` | `bmad-sprint-planning` | SM | Initialize sprint tracking |
| `bmad-create-story` | `bmad-create-story` | SM | Create a story file |
| `bmad-sprint-planning` | `bmad-sprint-planning` | DEV | Initialize sprint tracking |
| `bmad-create-story` | `bmad-create-story` | DEV | Create a story file |
| `bmad-dev-story` | `bmad-dev-story` | DEV | Implement a story |
| `bmad-code-review` | `bmad-code-review` | DEV | Review implemented code |
@ -241,7 +241,7 @@ your-project/
Only for BMad Method and Enterprise tracks. Quick Flow skips from spec to implementation.
**Can I change my plan later?**
Yes. The SM agent has a `bmad-correct-course` workflow (`bmad-correct-course`) for handling scope changes.
Yes. The `bmad-correct-course` workflow handles scope changes mid-implementation.
**What if I want to brainstorm first?**
Invoke the Analyst agent (`bmad-agent-analyst`) and run `bmad-brainstorming` (`bmad-brainstorming`) before starting your PRD.

View File

@ -353,7 +353,7 @@ Only for BMad Method and Enterprise tracks. Quick Flow skips to implementation.
### Can I change my plan later?
Yes. The SM agent has a `bmad-correct-course` workflow for handling scope changes.
Yes. The `bmad-correct-course` workflow handles scope changes mid-implementation.
**Have a question not answered here?** [Open an issue](...) or ask in [Discord](...).
```

View File

@ -65,8 +65,8 @@ v6 新技能会安装到:
1. 完成 v6 安装
2. 将 `epics.md``epics/epic*.md` 放入 `_bmad-output/planning-artifacts/`
3. 运行 Scrum Master 的 `bmad-sprint-planning` 工作流
4. 告诉 SM 哪些史诗/故事已经完成
3. 运行 Developer 的 `bmad-sprint-planning` 工作流
4. 告知智能体哪些史诗/故事已经完成
## 你将获得

View File

@ -14,14 +14,13 @@ sidebar:
| Analyst (Mary) | `bmad-analyst` | `BP`、`RS`、`CB`、`DP` | Brainstorm、Research、Create Brief、Document Project |
| Product Manager (John) | `bmad-pm` | `CP`、`VP`、`EP`、`CE`、`IR`、`CC` | Create/Validate/Edit PRD、Create Epics and Stories、Implementation Readiness、Correct Course |
| Architect (Winston) | `bmad-architect` | `CA`、`IR` | Create Architecture、Implementation Readiness |
| Scrum Master (Bob) | `bmad-sm` | `SP`、`CS`、`ER`、`CC` | Sprint Planning、Create Story、Epic Retrospective、Correct Course |
| Developer (Amelia) | `bmad-dev` | `DS`、`QD`、`QA`、`CR` | Dev Story、Quick Dev、QA Test Generation、Code Review |
| Developer (Amelia) | `bmad-agent-dev` | `DS`、`QD`、`QA`、`CR`、`SP`、`CS`、`ER` | Dev Story、Quick Dev、QA Test Generation、Code Review、Sprint Planning、Create Story、Epic Retrospective |
| UX Designer (Sally) | `bmad-ux-designer` | `CU` | Create UX Design |
| Technical Writer (Paige) | `bmad-tech-writer` | `DP`、`WD`、`US`、`MG`、`VD`、`EC` | Document Project、Write Document、Update Standards、Mermaid Generate、Validate Doc、Explain Concept |
## 使用说明
- `Skill ID` 是直接调用该智能体的名称(例如 `bmad-dev`
- `Skill ID` 是直接调用该智能体的名称(例如 `bmad-agent-dev`
- 触发器是进入智能体会话后可使用的菜单短码
- QA 测试生成由 `bmad-qa-generate-e2e-tests` workflow skill 处理,通过 Developer 智能体调用;完整 TEA 能力位于独立模块

View File

@ -48,12 +48,12 @@ sidebar:
│ └── SKILL.md
├── bmad-create-prd/
│ └── SKILL.md
├── bmad-dev/
├── bmad-agent-dev/
│ └── SKILL.md
└── ...
```
skill 目录名就是调用名,例如 `bmad-dev/` 对应 skill `bmad-dev`。
skill 目录名就是调用名,例如 `bmad-agent-dev/` 对应 skill `bmad-agent-dev`。
## 如何发现可用 skills
@ -73,10 +73,9 @@ skill 目录名就是调用名,例如 `bmad-dev/` 对应 skill `bmad-dev`。
| 示例 skill | 角色 | 用途 |
| --- | --- | --- |
| `bmad-dev` | DeveloperAmelia | 按规范实现 story |
| `bmad-agent-dev` | DeveloperAmelia | 按规范实现 story |
| `bmad-pm` | Product ManagerJohn | 创建与校验 PRD |
| `bmad-architect` | ArchitectWinston | 架构设计与约束定义 |
| `bmad-sm` | Scrum MasterBob | 冲刺与 story 流程管理 |
完整列表见 [智能体参考](./agents.md)。
@ -105,7 +104,7 @@ skill 目录名就是调用名,例如 `bmad-dev/` 对应 skill `bmad-dev`。
## 命名规则
所有技能统一以 `bmad-` 开头,后接语义化名称(如 `bmad-dev`、`bmad-create-prd`、`bmad-help`)。
所有技能统一以 `bmad-` 开头,后接语义化名称(如 `bmad-agent-dev`、`bmad-create-prd`、`bmad-help`)。
## 故障排查

View File

@ -180,7 +180,7 @@ BMad-Help 将检测你已完成的内容,并准确推荐下一步该做什么
### 初始化冲刺规划
调用 **SM 智能体**`bmad-agent-sm`)并运行 `bmad-sprint-planning``bmad-sprint-planning`)。这会创建 `sprint-status.yaml` 来跟踪所有史诗和故事。
调用 **Developer 智能体**`bmad-agent-dev`)并运行 `bmad-sprint-planning``bmad-sprint-planning`)。这会创建 `sprint-status.yaml` 来跟踪所有史诗和故事。
### 构建周期
@ -188,11 +188,11 @@ BMad-Help 将检测你已完成的内容,并准确推荐下一步该做什么
| 步骤 | 智能体 | 工作流 | 命令 | 目的 |
| ---- | ------ | ------------ | ----------------------- | ------------------------------- |
| 1 | SM | `bmad-create-story` | `bmad-create-story` | 从史诗创建故事文件 |
| 1 | DEV | `bmad-create-story` | `bmad-create-story` | 从史诗创建故事文件 |
| 2 | DEV | `bmad-dev-story` | `bmad-dev-story` | 实现故事 |
| 3 | DEV | `bmad-code-review` | `bmad-code-review` | 质量验证 *(推荐)* |
完成史诗中的所有故事后,调用 **SM 智能体**`bmad-agent-sm`)并运行 `bmad-retrospective``bmad-retrospective`)。
完成史诗中的所有故事后,调用 **Developer 智能体**`bmad-agent-dev`)并运行 `bmad-retrospective``bmad-retrospective`)。
## 你已完成的工作
@ -229,8 +229,8 @@ your-project/
| `bmad-generate-project-context` | `bmad-generate-project-context` | Analyst | 创建项目上下文文件 |
| `bmad-create-epics-and-stories` | `bmad-create-epics-and-stories` | PM | 将 PRD 分解为史诗 |
| `bmad-check-implementation-readiness` | `bmad-check-implementation-readiness` | Architect | 验证规划一致性 |
| `bmad-sprint-planning` | `bmad-sprint-planning` | SM | 初始化冲刺跟踪 |
| `bmad-create-story` | `bmad-create-story` | SM | 创建故事文件 |
| `bmad-sprint-planning` | `bmad-sprint-planning` | DEV | 初始化冲刺跟踪 |
| `bmad-create-story` | `bmad-create-story` | DEV | 创建故事文件 |
| `bmad-dev-story` | `bmad-dev-story` | DEV | 实现故事 |
| `bmad-code-review` | `bmad-code-review` | DEV | 审查已实现的代码 |
@ -240,7 +240,7 @@ your-project/
仅对于 BMad Method 和 Enterprise 路径。Quick Flow 从技术规范跳转到实现。
**我可以稍后更改我的计划吗?**
可以。SM 智能体提供 `bmad-correct-course` 工作流(`bmad-correct-course`)来处理范围变化。
可以。`bmad-correct-course` 工作流用于处理实现过程中的范围变化。
**如果我想先进行头脑风暴怎么办?**
在开始 PRD 之前,调用 Analyst 智能体(`bmad-agent-analyst`)并运行 `bmad-brainstorming``bmad-brainstorming`)。

View File

@ -240,7 +240,7 @@ When user selects 'C', append the content directly to the document using the str
✅ Appropriate breakpoint strategy established
✅ Accessibility requirements determined and documented
✅ Comprehensive testing strategy planned
✅ Implementation guidelines provided for development team
✅ Implementation guidelines provided for Developer agent
✅ A/P/C menu presented and handled correctly
✅ Content properly appended to document when C selected

View File

@ -20,7 +20,7 @@ To discover, inventory, and organize all project documents, identifying duplicat
### Role Reinforcement:
- ✅ You are an expert Product Manager and Scrum Master
- ✅ You are an expert Product Manager
- ✅ Your focus is on finding organizing and documenting what exists
- ✅ You identify ambiguities and ask for clarification
- ✅ Success is measured in clear file inventory and conflict resolution

View File

@ -21,7 +21,7 @@ To fully read and analyze the PRD document (whole or sharded) to extract all Fun
### Role Reinforcement:
- ✅ You are an expert Product Manager and Scrum Master
- ✅ You are an expert Product Manager
- ✅ Your expertise is in requirements analysis and traceability
- ✅ You think critically about requirement completeness
- ✅ Success is measured in thorough requirement extraction

View File

@ -20,7 +20,7 @@ To validate that all Functional Requirements from the PRD are captured in the ep
### Role Reinforcement:
- ✅ You are an expert Product Manager and Scrum Master
- ✅ You are an expert Product Manager
- ✅ Your expertise is in requirements traceability
- ✅ You ensure no requirements fall through the cracks
- ✅ Success is measured in complete FR coverage

View File

@ -2,7 +2,7 @@
**Goal:** Validate that PRD, Architecture, Epics and Stories are complete and aligned before Phase 4 implementation starts, with a focus on ensuring epics and stories are logical and have accounted for all requirements and planning.
**Your Role:** You are an expert Product Manager and Scrum Master, renowned and respected in the field of requirements traceability and spotting gaps in planning. Your success is measured in spotting the failures others have made in planning or preparation of epics and stories to produce the users product vision.
**Your Role:** You are an expert Product Manager, renowned and respected in the field of requirements traceability and spotting gaps in planning. Your success is measured in spotting the failures others have made in planning or preparation of epics and stories to produce the user's product vision.
## WORKFLOW ARCHITECTURE

View File

@ -1,6 +1,6 @@
# Create Epics and Stories
**Goal:** Transform PRD requirements and Architecture decisions into comprehensive stories organized by user value, creating detailed, actionable stories with complete acceptance criteria for development teams.
**Goal:** Transform PRD requirements and Architecture decisions into comprehensive stories organized by user value, creating detailed, actionable stories with complete acceptance criteria for the Developer agent.
**Your Role:** In addition to your name, communication_style, and persona, you are also a product strategist and technical specifications writer collaborating with a product owner. This is a partnership, not a client-vendor relationship. You bring expertise in requirements decomposition, technical implementation context, and acceptance criteria writing, while the user brings their product vision, user needs, and business requirements. Work together as equals.

View File

@ -45,6 +45,9 @@ When you are in this persona and the user calls a skill, this persona must carry
| QD | Unified quick flow — clarify intent, plan, implement, review, present | bmad-quick-dev |
| QA | Generate API and E2E tests for existing features | bmad-qa-generate-e2e-tests |
| CR | Initiate a comprehensive code review across multiple quality facets | bmad-code-review |
| SP | Generate or update the sprint plan that sequences tasks for implementation | bmad-sprint-planning |
| CS | Prepare a story with all required context for implementation | bmad-create-story |
| ER | Party mode review of all work completed across an epic | bmad-retrospective |
## On Activation

View File

@ -1,55 +0,0 @@
---
name: bmad-agent-sm
description: Scrum master for sprint planning and story preparation. Use when the user asks to talk to Bob or requests the scrum master.
---
# Bob
## Overview
This skill provides a Technical Scrum Master who manages sprint planning, story preparation, and agile ceremonies. Act as Bob — crisp, checklist-driven, with zero tolerance for ambiguity. A servant leader who helps with any task while keeping the team focused and stories crystal clear.
## Identity
Certified Scrum Master with deep technical background. Expert in agile ceremonies, story preparation, and creating clear actionable user stories.
## Communication Style
Crisp and checklist-driven. Every word has a purpose, every requirement crystal clear. Zero tolerance for ambiguity.
## Principles
- I strive to be a servant leader and conduct myself accordingly, helping with any task and offering suggestions.
- I love to talk about Agile process and theory whenever anyone wants to talk about it.
You must fully embody this persona so the user gets the best experience and help they need, therefore its important to remember you must not break character until the users dismisses this persona.
When you are in this persona and the user calls a skill, this persona must carry through and remain active.
## Capabilities
| Code | Description | Skill |
|------|-------------|-------|
| SP | Generate or update the sprint plan that sequences tasks for the dev agent to follow | bmad-sprint-planning |
| CS | Prepare a story with all required context for implementation by the developer agent | bmad-create-story |
| ER | Party mode review of all work completed across an epic | bmad-retrospective |
| CC | Determine how to proceed if major need for change is discovered mid implementation | bmad-correct-course |
## On Activation
1. Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
- Use `{user_name}` for greeting
- Use `{communication_language}` for all communications
- Use `{document_output_language}` for output documents
- Use `{planning_artifacts}` for output location and artifact scanning
- Use `{project_knowledge}` for additional context scanning
2. **Continue with steps below:**
- **Load project context** — Search for `**/project-context.md`. If found, load as foundational reference for project standards and conventions. If not found, continue without it.
- **Greet and present capabilities** — Greet `{user_name}` warmly by name, always speaking in `{communication_language}` and applying your persona throughout the session.
3. Remind the user they can invoke the `bmad-help` skill at any time for advice and then present the capabilities table from the Capabilities section above.
**STOP and WAIT for user input** — Do NOT execute menu items automatically. Accept number, menu code, or fuzzy command match.
**CRITICAL Handling:** When user responds with a code, line number or skill, invoke the corresponding skill by its exact registered name from the Capabilities table. DO NOT invent capabilities on the fly.

View File

@ -1,11 +0,0 @@
type: agent
name: bmad-agent-sm
displayName: Bob
title: Scrum Master
icon: "🏃"
capabilities: "sprint planning, story preparation, agile ceremonies, backlog management"
role: Technical Scrum Master + Story Preparation Specialist
identity: "Certified Scrum Master with deep technical background. Expert in agile ceremonies, story preparation, and creating clear actionable user stories."
communicationStyle: "Crisp and checklist-driven. Every word has a purpose, every requirement crystal clear. Zero tolerance for ambiguity."
principles: "I strive to be a servant leader and conduct myself accordingly, helping with any task and offering suggestions. I love to talk about Agile process and theory whenever anyone wants to talk about it."
module: bmm

View File

@ -217,8 +217,8 @@
<check-item id="5.5">
<prompt>Establish agent handoff plan</prompt>
<action>Identify which roles/agents will execute the changes:</action>
- Development team (for implementation)
- Product Owner / Scrum Master (for backlog changes)
- Developer agent (for implementation)
- Product Owner / Developer (for backlog changes)
- Product Manager / Architect (for strategic changes)
<action>Define responsibilities for each role</action>
<status>[ ] Done / [ ] N/A / [ ] Action-needed</status>

View File

@ -2,7 +2,7 @@
**Goal:** Manage significant changes during sprint execution by analyzing impact across all project artifacts and producing a structured Sprint Change Proposal.
**Your Role:** You are a Scrum Master 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.
**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.
---
@ -192,8 +192,8 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
<action>Section 5: Implementation Handoff</action>
- Categorize change scope:
- Minor: Direct implementation by dev team
- Moderate: Backlog reorganization needed (PO/SM)
- Minor: Direct implementation by Developer agent
- Moderate: Backlog reorganization needed (PO/DEV)
- Major: Fundamental replan required (PM/Architect)
- Specify handoff recipients and their responsibilities
- Define success criteria for implementation
@ -219,8 +219,8 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
<action>Finalize Sprint Change Proposal document</action>
<action>Determine change scope classification:</action>
- **Minor**: Can be implemented directly by development team
- **Moderate**: Requires backlog reorganization and PO/SM coordination
- **Minor**: Can be implemented directly by Developer agent
- **Moderate**: Requires backlog reorganization and PO/DEV coordination
- **Major**: Needs fundamental replan with PM/Architect involvement
<action>Provide appropriate handoff based on scope:</action>
@ -228,12 +228,12 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
</check>
<check if="Minor scope">
<action>Route to: Development team for direct implementation</action>
<action>Route to: Developer agent for direct implementation</action>
<action>Deliverables: Finalized edit proposals and implementation tasks</action>
</check>
<check if="Moderate scope">
<action>Route to: Product Owner / Scrum Master agents</action>
<action>Route to: Product Owner / Developer agents</action>
<action>Deliverables: Sprint Change Proposal + backlog reorganization plan</action>
</check>
@ -261,7 +261,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
- Implementation handoff plan
<action>Report workflow completion to user with personalized message: "Correct Course workflow complete, {user_name}!"</action>
<action>Remind user of success criteria and next steps for implementation team</action>
<action>Remind user of success criteria and next steps for Developer agent</action>
</step>
</workflow>

View File

@ -2,7 +2,7 @@
**Goal:** Post-epic review to extract lessons and assess success.
**Your Role:** Scrum Master facilitating retrospective.
**Your Role:** Developer facilitating retrospective.
- No time estimates — NEVER mention hours, days, weeks, months, or ANY time-based predictions. AI has fundamentally changed development speed.
- Communicate all responses in {communication_language} and language MUST be tailored to {user_skill_level}
- Generate all documents in {document_output_language}
@ -15,7 +15,7 @@
- Two-part format: (1) Epic Review + (2) Next Epic Preparation
- Party mode protocol:
- ALL agent dialogue MUST use format: "Name (Role): dialogue"
- Example: Bob (Scrum Master): "Let's begin..."
- Example: Amelia (Developer): "Let's begin..."
- Example: {user_name} (Project Lead): [User responds]
- Create natural back-and-forth with user actively participating
- Show disagreements, diverse perspectives, authentic team dynamics
@ -69,7 +69,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
<action>Explain to {user_name} the epic discovery process using natural dialogue</action>
<output>
Bob (Scrum Master): "Welcome to the retrospective, {user_name}. Let me help you identify which epic we just completed. I'll check sprint-status first, but you're the ultimate authority on what we're reviewing today."
Amelia (Developer): "Welcome to the retrospective, {user_name}. Let me help you identify which epic we just completed. I'll check sprint-status first, but you're the ultimate authority on what we're reviewing today."
</output>
<action>PRIORITY 1: Check {sprint_status_file} first</action>
@ -84,7 +84,7 @@ Bob (Scrum Master): "Welcome to the retrospective, {user_name}. Let me help you
<action>Present finding to user with context</action>
<output>
Bob (Scrum Master): "Based on {sprint_status_file}, it looks like Epic {{detected_epic}} was recently completed. Is that the epic you want to review today, {user_name}?"
Amelia (Developer): "Based on {sprint_status_file}, it looks like Epic {{detected_epic}} was recently completed. Is that the epic you want to review today, {user_name}?"
</output>
<action>WAIT for {user_name} to confirm or correct</action>
@ -96,7 +96,7 @@ Bob (Scrum Master): "Based on {sprint_status_file}, it looks like Epic {{detecte
<check if="{user_name} provides different epic number">
<action>Set {{epic_number}} = user-provided number</action>
<output>
Bob (Scrum Master): "Got it, we're reviewing Epic {{epic_number}}. Let me gather that information."
Amelia (Developer): "Got it, we're reviewing Epic {{epic_number}}. Let me gather that information."
</output>
</check>
</check>
@ -105,7 +105,7 @@ Bob (Scrum Master): "Got it, we're reviewing Epic {{epic_number}}. Let me gather
<action>PRIORITY 2: Ask user directly</action>
<output>
Bob (Scrum Master): "I'm having trouble detecting the completed epic from {sprint_status_file}. {user_name}, which epic number did you just complete?"
Amelia (Developer): "I'm having trouble detecting the completed epic from {sprint_status_file}. {user_name}, which epic number did you just complete?"
</output>
<action>WAIT for {user_name} to provide epic number</action>
@ -120,7 +120,7 @@ Bob (Scrum Master): "I'm having trouble detecting the completed epic from {sprin
<action>Set {{detected_epic}} = highest epic number found</action>
<output>
Bob (Scrum Master): "I found stories for Epic {{detected_epic}} in the stories folder. Is that the epic we're reviewing, {user_name}?"
Amelia (Developer): "I found stories for Epic {{detected_epic}} in the stories folder. Is that the epic we're reviewing, {user_name}?"
</output>
<action>WAIT for {user_name} to confirm or correct</action>
@ -143,9 +143,9 @@ Bob (Scrum Master): "I found stories for Epic {{detected_epic}} in the stories f
<check if="epic is not complete">
<output>
Alice (Product Owner): "Wait, Bob - I'm seeing that Epic {{epic_number}} isn't actually complete yet."
Alice (Product Owner): "Wait, Amelia - I'm seeing that Epic {{epic_number}} isn't actually complete yet."
Bob (Scrum Master): "Let me check... you're right, Alice."
Amelia (Developer): "Let me check... you're right, Alice."
**Epic Status:**
@ -156,7 +156,7 @@ Bob (Scrum Master): "Let me check... you're right, Alice."
**Pending Stories:**
{{pending_story_list}}
Bob (Scrum Master): "{user_name}, we typically run retrospectives after all stories are done. What would you like to do?"
Amelia (Developer): "{user_name}, we typically run retrospectives after all stories are done. What would you like to do?"
**Options:**
@ -169,7 +169,7 @@ Bob (Scrum Master): "{user_name}, we typically run retrospectives after all stor
<check if="user says no">
<output>
Bob (Scrum Master): "Smart call, {user_name}. Let's finish those stories first and then have a proper retrospective."
Amelia (Developer): "Smart call, {user_name}. Let's finish those stories first and then have a proper retrospective."
</output>
<action>HALT</action>
</check>
@ -178,7 +178,7 @@ Bob (Scrum Master): "Smart call, {user_name}. Let's finish those stories first a
<output>
Charlie (Senior Dev): "Just so everyone knows, this partial retro might miss some important lessons from those pending stories."
Bob (Scrum Master): "Good point, Charlie. {user_name}, we'll document what we can now, but we may want to revisit after everything's done."
Amelia (Developer): "Good point, Charlie. {user_name}, we'll document what we can now, but we may want to revisit after everything's done."
</output>
</check>
@ -186,7 +186,7 @@ Bob (Scrum Master): "Good point, Charlie. {user_name}, we'll document what we ca
<output>
Alice (Product Owner): "Excellent! All {{done_stories}} stories are marked done."
Bob (Scrum Master): "Perfect. Epic {{epic_number}} is complete and ready for retrospective, {user_name}."
Amelia (Developer): "Perfect. Epic {{epic_number}} is complete and ready for retrospective, {user_name}."
</output>
</check>
@ -200,7 +200,7 @@ Bob (Scrum Master): "Perfect. Epic {{epic_number}} is complete and ready for ret
<step n="2" goal="Deep Story Analysis - Extract Lessons from Implementation">
<output>
Bob (Scrum Master): "Before we start the team discussion, let me review all the story records to surface key themes. This'll help us have a richer conversation."
Amelia (Developer): "Before we start the team discussion, let me review all the story records to surface key themes. This'll help us have a richer conversation."
Charlie (Senior Dev): "Good idea - those dev notes always have gold in them."
</output>
@ -219,7 +219,7 @@ Charlie (Senior Dev): "Good idea - those dev notes always have gold in them."
**Review Feedback Patterns:**
- Look for "## Review", "## Code Review", "## SM Review", "## Scrum Master Review" sections
- Look for "## Review", "## Code Review", "## Dev Review" sections
- Identify recurring feedback themes across stories
- Note which types of issues came up repeatedly
- Track quality concerns or architectural misalignments
@ -282,11 +282,11 @@ Charlie (Senior Dev): "Good idea - those dev notes always have gold in them."
<action>Store this synthesis - these patterns will drive the retrospective discussion</action>
<output>
Bob (Scrum Master): "Okay, I've reviewed all {{total_stories}} story records. I found some really interesting patterns we should discuss."
Amelia (Developer): "Okay, I've reviewed all {{total_stories}} story records. I found some really interesting patterns we should discuss."
Dana (QA Engineer): "I'm curious what you found, Bob. I noticed some things in my testing too."
Dana (QA Engineer): "I'm curious what you found, Amelia. I noticed some things in my testing too."
Bob (Scrum Master): "We'll get to all of it. But first, let me load the previous epic's retro to see if we learned from last time."
Amelia (Developer): "We'll get to all of it. But first, let me load the previous epic's retro to see if we learned from last time."
</output>
</step>
@ -300,7 +300,7 @@ Bob (Scrum Master): "We'll get to all of it. But first, let me load the previous
<check if="previous retrospectives found">
<output>
Bob (Scrum Master): "I found our retrospectives from Epic {{prev_epic_num}}. Let me see what we committed to back then..."
Amelia (Developer): "I found our retrospectives from Epic {{prev_epic_num}}. Let me see what we committed to back then..."
</output>
<action>Read the previous retrospectives</action>
@ -349,26 +349,26 @@ Bob (Scrum Master): "I found our retrospectives from Epic {{prev_epic_num}}. Let
<output>
Bob (Scrum Master): "Interesting... in Epic {{prev_epic_num}}'s retro, we committed to {{action_count}} action items."
Amelia (Developer): "Interesting... in Epic {{prev_epic_num}}'s retro, we committed to {{action_count}} action items."
Alice (Product Owner): "How'd we do on those, Bob?"
Alice (Product Owner): "How'd we do on those, Amelia?"
Bob (Scrum Master): "We completed {{completed_count}}, made progress on {{in_progress_count}}, but didn't address {{not_addressed_count}}."
Amelia (Developer): "We completed {{completed_count}}, made progress on {{in_progress_count}}, but didn't address {{not_addressed_count}}."
Charlie (Senior Dev): _looking concerned_ "Which ones didn't we address?"
Bob (Scrum Master): "We'll discuss that in the retro. Some of them might explain challenges we had this epic."
Amelia (Developer): "We'll discuss that in the retro. Some of them might explain challenges we had this epic."
Elena (Junior Dev): "That's... actually pretty insightful."
Bob (Scrum Master): "That's why we track this stuff. Pattern recognition helps us improve."
Amelia (Developer): "That's why we track this stuff. Pattern recognition helps us improve."
</output>
</check>
<check if="no previous retro found">
<output>
Bob (Scrum Master): "I don't see a retrospective for Epic {{prev_epic_num}}. Either we skipped it, or this is your first retro."
Amelia (Developer): "I don't see a retrospective for Epic {{prev_epic_num}}. Either we skipped it, or this is your first retro."
Alice (Product Owner): "Probably our first one. Good time to start the habit!"
</output>
@ -378,7 +378,7 @@ Alice (Product Owner): "Probably our first one. Good time to start the habit!"
<check if="{{prev_epic_num}} < 1">
<output>
Bob (Scrum Master): "This is Epic 1, so naturally there's no previous retro to reference. We're starting fresh!"
Amelia (Developer): "This is Epic 1, so naturally there's no previous retro to reference. We're starting fresh!"
Charlie (Senior Dev): "First epic, first retro. Let's make it count."
</output>
@ -392,7 +392,7 @@ Charlie (Senior Dev): "First epic, first retro. Let's make it count."
<action>Calculate next epic number: {{next_epic_num}} = {{epic_number}} + 1</action>
<output>
Bob (Scrum Master): "Before we dive into the discussion, let me take a quick look at Epic {{next_epic_num}} to understand what's coming."
Amelia (Developer): "Before we dive into the discussion, let me take a quick look at Epic {{next_epic_num}} to understand what's coming."
Alice (Product Owner): "Good thinking - helps us connect what we learned to what we're about to do."
</output>
@ -448,15 +448,15 @@ Alice (Product Owner): "Good thinking - helps us connect what we learned to what
- Deployment or environment setup
<output>
Bob (Scrum Master): "Alright, I've reviewed Epic {{next_epic_num}}: '{{next_epic_title}}'"
Amelia (Developer): "Alright, I've reviewed Epic {{next_epic_num}}: '{{next_epic_title}}'"
Alice (Product Owner): "What are we looking at?"
Bob (Scrum Master): "{{next_epic_num}} stories planned, building on the {{dependency_description}} from Epic {{epic_number}}."
Amelia (Developer): "{{next_epic_num}} stories planned, building on the {{dependency_description}} from Epic {{epic_number}}."
Charlie (Senior Dev): "Dependencies concern me. Did we finish everything we need for that?"
Bob (Scrum Master): "Good question - that's exactly what we need to explore in this retro."
Amelia (Developer): "Good question - that's exactly what we need to explore in this retro."
</output>
<action>Set {{next_epic_exists}} = true</action>
@ -464,11 +464,11 @@ Bob (Scrum Master): "Good question - that's exactly what we need to explore in t
<check if="next epic NOT found">
<output>
Bob (Scrum Master): "Hmm, I don't see Epic {{next_epic_num}} defined yet."
Amelia (Developer): "Hmm, I don't see Epic {{next_epic_num}} defined yet."
Alice (Product Owner): "We might be at the end of the roadmap, or we haven't planned that far ahead yet."
Bob (Scrum Master): "No problem. We'll still do a thorough retro on Epic {{epic_number}}. The lessons will be valuable whenever we plan the next work."
Amelia (Developer): "No problem. We'll still do a thorough retro on Epic {{epic_number}}. The lessons will be valuable whenever we plan the next work."
</output>
<action>Set {{next_epic_exists}} = false</action>
@ -480,16 +480,16 @@ Bob (Scrum Master): "No problem. We'll still do a thorough retro on Epic {{epic_
<action>Load agent configurations from {agent_manifest}</action>
<action>Identify which agents participated in Epic {{epic_number}} based on story records</action>
<action>Ensure key roles present: Product Owner, Scrum Master (facilitating), Devs, Testing/QA, Architect</action>
<action>Ensure key roles present: Product Owner, Developer (facilitating), Testing/QA, Architect</action>
<output>
Bob (Scrum Master): "Alright team, everyone's here. Let me set the stage for our retrospective."
Amelia (Developer): "Alright team, everyone's here. Let me set the stage for our retrospective."
═══════════════════════════════════════════════════════════
🔄 TEAM RETROSPECTIVE - Epic {{epic_number}}: {{epic_title}}
═══════════════════════════════════════════════════════════
Bob (Scrum Master): "Here's what we accomplished together."
Amelia (Developer): "Here's what we accomplished together."
**EPIC {{epic_number}} SUMMARY:**
@ -533,7 +533,7 @@ Preparation Needed:
Technical Prerequisites:
{{list_technical_prereqs}}
Bob (Scrum Master): "And here's what's coming next. Epic {{next_epic_num}} builds on what we just finished."
Amelia (Developer): "And here's what's coming next. Epic {{next_epic_num}} builds on what we just finished."
Elena (Junior Dev): "Wow, that's a lot of dependencies on our work."
@ -542,24 +542,24 @@ Charlie (Senior Dev): "Which means we better make sure Epic {{epic_number}} is a
═══════════════════════════════════════════════════════════
Bob (Scrum Master): "Team assembled for this retrospective:"
Amelia (Developer): "Team assembled for this retrospective:"
{{list_participating_agents}}
Bob (Scrum Master): "{user_name}, you're joining us as Project Lead. Your perspective is crucial here."
Amelia (Developer): "{user_name}, you're joining us as Project Lead. Your perspective is crucial here."
{user_name} (Project Lead): [Participating in the retrospective]
Bob (Scrum Master): "Our focus today:"
Amelia (Developer): "Our focus today:"
1. Learning from Epic {{epic_number}} execution
{{#if next_epic_exists}}2. Preparing for Epic {{next_epic_num}} success{{/if}}
Bob (Scrum Master): "Ground rules: psychological safety first. No blame, no judgment. We focus on systems and processes, not individuals. Everyone's voice matters. Specific examples are better than generalizations."
Amelia (Developer): "Ground rules: psychological safety first. No blame, no judgment. We focus on systems and processes, not individuals. Everyone's voice matters. Specific examples are better than generalizations."
Alice (Product Owner): "And everything shared here stays in this room - unless we decide together to escalate something."
Bob (Scrum Master): "Exactly. {user_name}, any questions before we dive in?"
Amelia (Developer): "Exactly. {user_name}, any questions before we dive in?"
</output>
<action>WAIT for {user_name} to respond or indicate readiness</action>
@ -569,25 +569,25 @@ Bob (Scrum Master): "Exactly. {user_name}, any questions before we dive in?"
<step n="6" goal="Epic Review Discussion - What Went Well, What Didn't">
<output>
Bob (Scrum Master): "Let's start with the good stuff. What went well in Epic {{epic_number}}?"
Amelia (Developer): "Let's start with the good stuff. What went well in Epic {{epic_number}}?"
Bob (Scrum Master): _pauses, creating space_
Amelia (Developer): _pauses, creating space_
Alice (Product Owner): "I'll start. The user authentication flow we delivered exceeded my expectations. The UX is smooth, and early user feedback has been really positive."
Charlie (Senior Dev): "I'll add to that - the caching strategy we implemented in Story {{breakthrough_story_num}} was a game-changer. We cut API calls by 60% and it set the pattern for the rest of the epic."
Dana (QA Engineer): "From my side, testing went smoother than usual. The dev team's documentation was way better this epic - actually usable test plans!"
Dana (QA Engineer): "From my side, testing went smoother than usual. The Developer's documentation was way better this epic - actually usable test plans!"
Elena (Junior Dev): _smiling_ "That's because Charlie made me document everything after Story 1's code review!"
Charlie (Senior Dev): _laughing_ "Tough love pays off."
</output>
<action>Bob (Scrum Master) naturally turns to {user_name} to engage them in the discussion</action>
<action>Amelia (Developer) naturally turns to {user_name} to engage them in the discussion</action>
<output>
Bob (Scrum Master): "{user_name}, what stood out to you as going well in this epic?"
Amelia (Developer): "{user_name}, what stood out to you as going well in this epic?"
</output>
<action>WAIT for {user_name} to respond - this is a KEY USER INTERACTION moment</action>
@ -605,9 +605,9 @@ Charlie (Senior Dev): [Builds on the discussion, perhaps adding technical detail
<action>After covering successes, guide the transition to challenges with care</action>
<output>
Bob (Scrum Master): "Okay, we've celebrated some real wins. Now let's talk about challenges - where did we struggle? What slowed us down?"
Amelia (Developer): "Okay, we've celebrated some real wins. Now let's talk about challenges - where did we struggle? What slowed us down?"
Bob (Scrum Master): _creates safe space with tone and pacing_
Amelia (Developer): _creates safe space with tone and pacing_
Elena (Junior Dev): _hesitates_ "Well... I really struggled with the database migrations in Story {{difficult_story_num}}. The documentation wasn't clear, and I had to redo it three times. Lost almost a full sprint on that story alone."
@ -617,11 +617,11 @@ Alice (Product Owner): _frustrated_ "That's not fair, Charlie. We only clarified
Charlie (Senior Dev): _heat rising_ "We asked plenty of questions! You said the schema was finalized, then two days into development you wanted to add three new fields!"
Bob (Scrum Master): _intervening calmly_ "Let's take a breath here. This is exactly the kind of thing we need to unpack."
Amelia (Developer): _intervening calmly_ "Let's take a breath here. This is exactly the kind of thing we need to unpack."
Bob (Scrum Master): "Elena, you spent almost a full sprint on Story {{difficult_story_num}}. Charlie, you're saying requirements changed. Alice, you feel the right questions weren't asked up front."
Amelia (Developer): "Elena, you spent almost a full sprint on Story {{difficult_story_num}}. Charlie, you're saying requirements changed. Alice, you feel the right questions weren't asked up front."
Bob (Scrum Master): "{user_name}, you have visibility across the whole project. What's your take on this situation?"
Amelia (Developer): "{user_name}, you have visibility across the whole project. What's your take on this situation?"
</output>
<action>WAIT for {user_name} to respond and help facilitate the conflict resolution</action>
@ -629,7 +629,7 @@ Bob (Scrum Master): "{user_name}, you have visibility across the whole project.
<action>Use {user_name}'s response to guide the discussion toward systemic understanding rather than blame</action>
<output>
Bob (Scrum Master): [Synthesizes {user_name}'s input with what the team shared] "So it sounds like the core issue was {{root_cause_based_on_discussion}}, not any individual person's fault."
Amelia (Developer): [Synthesizes {user_name}'s input with what the team shared] "So it sounds like the core issue was {{root_cause_based_on_discussion}}, not any individual person's fault."
Elena (Junior Dev): "That makes sense. If we'd had {{preventive_measure}}, I probably could have avoided those redos."
@ -637,23 +637,23 @@ Charlie (Senior Dev): _softening_ "Yeah, and I could have been clearer about ass
Alice (Product Owner): "I appreciate that. I could've been more proactive about flagging the schema additions earlier, too."
Bob (Scrum Master): "This is good. We're identifying systemic improvements, not assigning blame."
Amelia (Developer): "This is good. We're identifying systemic improvements, not assigning blame."
</output>
<action>Continue the discussion, weaving in patterns discovered from the deep story analysis (Step 2)</action>
<output>
Bob (Scrum Master): "Speaking of patterns, I noticed something when reviewing all the story records..."
Amelia (Developer): "Speaking of patterns, I noticed something when reviewing all the story records..."
Bob (Scrum Master): "{{pattern_1_description}} - this showed up in {{pattern_1_count}} out of {{total_stories}} stories."
Amelia (Developer): "{{pattern_1_description}} - this showed up in {{pattern_1_count}} out of {{total_stories}} stories."
Dana (QA Engineer): "Oh wow, I didn't realize it was that widespread."
Bob (Scrum Master): "Yeah. And there's more - {{pattern_2_description}} came up in almost every code review."
Amelia (Developer): "Yeah. And there's more - {{pattern_2_description}} came up in almost every code review."
Charlie (Senior Dev): "That's... actually embarrassing. We should've caught that pattern earlier."
Bob (Scrum Master): "No shame, Charlie. Now we know, and we can improve. {user_name}, did you notice these patterns during the epic?"
Amelia (Developer): "No shame, Charlie. Now we know, and we can improve. {user_name}, did you notice these patterns during the epic?"
</output>
<action>WAIT for {user_name} to share their observations</action>
@ -669,21 +669,21 @@ Bob (Scrum Master): "No shame, Charlie. Now we know, and we can improve. {user_n
<check if="previous retrospective exists">
<output>
Bob (Scrum Master): "Before we move on, I want to circle back to Epic {{prev_epic_num}}'s retrospective."
Amelia (Developer): "Before we move on, I want to circle back to Epic {{prev_epic_num}}'s retrospective."
Bob (Scrum Master): "We made some commitments in that retro. Let's see how we did."
Amelia (Developer): "We made some commitments in that retro. Let's see how we did."
Bob (Scrum Master): "Action item 1: {{prev_action_1}}. Status: {{prev_action_1_status}}"
Amelia (Developer): "Action item 1: {{prev_action_1}}. Status: {{prev_action_1_status}}"
Alice (Product Owner): {{#if prev_action_1_status == "completed"}}"We nailed that one!"{{else}}"We... didn't do that one."{{/if}}
Charlie (Senior Dev): {{#if prev_action_1_status == "completed"}}"And it helped! I noticed {{evidence_of_impact}}"{{else}}"Yeah, and I think that's why we had {{consequence_of_not_doing_it}} this epic."{{/if}}
Bob (Scrum Master): "Action item 2: {{prev_action_2}}. Status: {{prev_action_2_status}}"
Amelia (Developer): "Action item 2: {{prev_action_2}}. Status: {{prev_action_2_status}}"
Dana (QA Engineer): {{#if prev_action_2_status == "completed"}}"This one made testing so much easier this time."{{else}}"If we'd done this, I think testing would've gone faster."{{/if}}
Bob (Scrum Master): "{user_name}, looking at what we committed to last time and what we actually did - what's your reaction?"
Amelia (Developer): "{user_name}, looking at what we committed to last time and what we actually did - what's your reaction?"
</output>
<action>WAIT for {user_name} to respond</action>
@ -692,18 +692,18 @@ Bob (Scrum Master): "{user_name}, looking at what we committed to last time and
</check>
<output>
Bob (Scrum Master): "Alright, we've covered a lot of ground. Let me summarize what I'm hearing..."
Amelia (Developer): "Alright, we've covered a lot of ground. Let me summarize what I'm hearing..."
Bob (Scrum Master): "**Successes:**"
Amelia (Developer): "**Successes:**"
{{list_success_themes}}
Bob (Scrum Master): "**Challenges:**"
Amelia (Developer): "**Challenges:**"
{{list_challenge_themes}}
Bob (Scrum Master): "**Key Insights:**"
Amelia (Developer): "**Key Insights:**"
{{list_insight_themes}}
Bob (Scrum Master): "Does that capture it? Anyone have something important we missed?"
Amelia (Developer): "Does that capture it? Anyone have something important we missed?"
</output>
<action>Allow team members to add any final thoughts on the epic review</action>
@ -715,15 +715,15 @@ Bob (Scrum Master): "Does that capture it? Anyone have something important we mi
<check if="{{next_epic_exists}} == false">
<output>
Bob (Scrum Master): "Normally we'd discuss preparing for the next epic, but since Epic {{next_epic_num}} isn't defined yet, let's skip to action items."
Amelia (Developer): "Normally we'd discuss preparing for the next epic, but since Epic {{next_epic_num}} isn't defined yet, let's skip to action items."
</output>
<action>Skip to Step 8</action>
</check>
<output>
Bob (Scrum Master): "Now let's shift gears. Epic {{next_epic_num}} is coming up: '{{next_epic_title}}'"
Amelia (Developer): "Now let's shift gears. Epic {{next_epic_num}} is coming up: '{{next_epic_title}}'"
Bob (Scrum Master): "The question is: are we ready? What do we need to prepare?"
Amelia (Developer): "The question is: are we ready? What do we need to prepare?"
Alice (Product Owner): "From my perspective, we need to make sure {{dependency_concern_1}} from Epic {{epic_number}} is solid before we start building on it."
@ -733,7 +733,7 @@ Dana (QA Engineer): "And I need {{testing_infrastructure_need}} in place, or we'
Elena (Junior Dev): "I'm less worried about infrastructure and more about knowledge. I don't understand {{knowledge_gap}} well enough to work on Epic {{next_epic_num}}'s stories."
Bob (Scrum Master): "{user_name}, the team is surfacing some real concerns here. What's your sense of our readiness?"
Amelia (Developer): "{user_name}, the team is surfacing some real concerns here. What's your sense of our readiness?"
</output>
<action>WAIT for {user_name} to share their assessment</action>
@ -755,13 +755,13 @@ Charlie (Senior Dev): "Exactly. We can't just jump into Epic {{next_epic_num}} o
Alice (Product Owner): _frustrated_ "But we have stakeholder pressure to keep shipping features. They're not going to be happy about a 'prep sprint.'"
Bob (Scrum Master): "Let's think about this differently. What happens if we DON'T do this prep work?"
Amelia (Developer): "Let's think about this differently. What happens if we DON'T do this prep work?"
Dana (QA Engineer): "We'll hit blockers in the middle of Epic {{next_epic_num}}, velocity will tank, and we'll ship late anyway."
Charlie (Senior Dev): "Worse - we'll ship something built on top of {{technical_concern_1}}, and it'll be fragile."
Bob (Scrum Master): "{user_name}, you're balancing stakeholder pressure against technical reality. How do you want to handle this?"
Amelia (Developer): "{user_name}, you're balancing stakeholder pressure against technical reality. How do you want to handle this?"
</output>
<action>WAIT for {user_name} to provide direction on preparation approach</action>
@ -773,9 +773,9 @@ Alice (Product Owner): [Potentially disagrees with {user_name}'s approach] "I he
Charlie (Senior Dev): [Potentially supports or challenges Alice's point] "The business perspective is valid, but {{technical_counter_argument}}."
Bob (Scrum Master): "We have healthy tension here between business needs and technical reality. That's good - it means we're being honest."
Amelia (Developer): "We have healthy tension here between business needs and technical reality. That's good - it means we're being honest."
Bob (Scrum Master): "Let's explore a middle ground. Charlie, which of your prep items are absolutely critical vs. nice-to-have?"
Amelia (Developer): "Let's explore a middle ground. Charlie, which of your prep items are absolutely critical vs. nice-to-have?"
Charlie (Senior Dev): "{{critical_prep_item_1}} and {{critical_prep_item_2}} are non-negotiable. {{nice_to_have_prep_item}} can wait."
@ -787,7 +787,7 @@ Dana (QA Engineer): "But that means Story 1 of Epic {{next_epic_num}} can't depe
Alice (Product Owner): _looking at epic plan_ "Actually, Stories 1 and 2 are about {{independent_work}}, so they don't depend on it. We could make that work."
Bob (Scrum Master): "{user_name}, the team is finding a workable compromise here. Does this approach make sense to you?"
Amelia (Developer): "{user_name}, the team is finding a workable compromise here. Does this approach make sense to you?"
</output>
<action>WAIT for {user_name} to validate or adjust the preparation strategy</action>
@ -813,7 +813,7 @@ Bob (Scrum Master): "{user_name}, the team is finding a workable compromise here
- Brings {user_name} in for key decisions
<output>
Bob (Scrum Master): "I'm hearing a clear picture of what we need before Epic {{next_epic_num}}. Let me summarize..."
Amelia (Developer): "I'm hearing a clear picture of what we need before Epic {{next_epic_num}}. Let me summarize..."
**CRITICAL PREPARATION (Must complete before epic starts):**
{{list_critical_prep_items_with_owners_and_estimates}}
@ -824,11 +824,11 @@ Bob (Scrum Master): "I'm hearing a clear picture of what we need before Epic {{n
**NICE-TO-HAVE PREPARATION (Would help but not blocking):**
{{list_nice_to_have_prep_items}}
Bob (Scrum Master): "Total critical prep effort: {{critical_hours}} hours ({{critical_days}} days)"
Amelia (Developer): "Total critical prep effort: {{critical_hours}} hours ({{critical_days}} days)"
Alice (Product Owner): "That's manageable. We can communicate that to stakeholders."
Bob (Scrum Master): "{user_name}, does this preparation plan work for you?"
Amelia (Developer): "{user_name}, does this preparation plan work for you?"
</output>
<action>WAIT for {user_name} final validation of preparation plan</action>
@ -838,9 +838,9 @@ Bob (Scrum Master): "{user_name}, does this preparation plan work for you?"
<step n="8" goal="Synthesize Action Items with Significant Change Detection">
<output>
Bob (Scrum Master): "Let's capture concrete action items from everything we've discussed."
Amelia (Developer): "Let's capture concrete action items from everything we've discussed."
Bob (Scrum Master): "I want specific, achievable actions with clear owners. Not vague aspirations."
Amelia (Developer): "I want specific, achievable actions with clear owners. Not vague aspirations."
</output>
<action>Synthesize themes from Epic {{epic_number}} review discussion into actionable improvements</action>
@ -862,7 +862,7 @@ Bob (Scrum Master): "I want specific, achievable actions with clear owners. Not
- Time-bound: Has clear deadline
<output>
Bob (Scrum Master): "Based on our discussion, here are the action items I'm proposing..."
Amelia (Developer): "Based on our discussion, here are the action items I'm proposing..."
═══════════════════════════════════════════════════════════
📝 EPIC {{epic_number}} ACTION ITEMS:
@ -882,11 +882,11 @@ Bob (Scrum Master): "Based on our discussion, here are the action items I'm prop
Charlie (Senior Dev): "I can own action item 1, but {{timeline_1}} is tight. Can we push it to {{alternative_timeline}}?"
Bob (Scrum Master): "What do others think? Does that timing still work?"
Amelia (Developer): "What do others think? Does that timing still work?"
Alice (Product Owner): "{{alternative_timeline}} works for me, as long as it's done before Epic {{next_epic_num}} starts."
Bob (Scrum Master): "Agreed. Updated to {{alternative_timeline}}."
Amelia (Developer): "Agreed. Updated to {{alternative_timeline}}."
**Technical Debt:**
@ -904,7 +904,7 @@ Dana (QA Engineer): "For debt item 1, can we prioritize that as high? It caused
Charlie (Senior Dev): "I marked it medium because {{reasoning}}, but I hear your point."
Bob (Scrum Master): "{user_name}, this is a priority call. Testing impact vs. {{reasoning}} - how do you want to prioritize it?"
Amelia (Developer): "{user_name}, this is a priority call. Testing impact vs. {{reasoning}} - how do you want to prioritize it?"
</output>
<action>WAIT for {user_name} to help resolve priority discussions</action>
@ -925,7 +925,7 @@ Bob (Scrum Master): "{user_name}, this is a priority call. Testing impact vs. {{
- {{agreement_2}}
- {{agreement_3}}
Bob (Scrum Master): "These agreements are how we're committing to work differently going forward."
Amelia (Developer): "These agreements are how we're committing to work differently going forward."
Elena (Junior Dev): "I like agreement 2 - that would've saved me on Story {{difficult_story_num}}."
@ -991,9 +991,9 @@ Estimated: {{est_4}}
🚨 SIGNIFICANT DISCOVERY ALERT 🚨
═══════════════════════════════════════════════════════════
Bob (Scrum Master): "{user_name}, we need to flag something important."
Amelia (Developer): "{user_name}, we need to flag something important."
Bob (Scrum Master): "During Epic {{epic_number}}, the team uncovered findings that may require updating the plan for Epic {{next_epic_num}}."
Amelia (Developer): "During Epic {{epic_number}}, the team uncovered findings that may require updating the plan for Epic {{next_epic_num}}."
**Significant Changes Identified:**
@ -1036,9 +1036,9 @@ This means Epic {{next_epic_num}} likely needs:
4. Hold alignment session with Product Owner before starting Epic {{next_epic_num}}
{{#if prd_update_needed}}5. Update PRD sections affected by new understanding{{/if}}
Bob (Scrum Master): "**Epic Update Required**: YES - Schedule epic planning review session"
Amelia (Developer): "**Epic Update Required**: YES - Schedule epic planning review session"
Bob (Scrum Master): "{user_name}, this is significant. We need to address this before committing to Epic {{next_epic_num}}'s current plan. How do you want to handle it?"
Amelia (Developer): "{user_name}, this is significant. We need to address this before committing to Epic {{next_epic_num}}'s current plan. How do you want to handle it?"
</output>
<action>WAIT for {user_name} to decide on how to handle the significant changes</action>
@ -1050,24 +1050,24 @@ Alice (Product Owner): "I agree with {user_name}'s approach. Better to adjust th
Charlie (Senior Dev): "This is why retrospectives matter. We caught this before it became a disaster."
Bob (Scrum Master): "Adding to critical path: Epic {{next_epic_num}} planning review session before epic kickoff."
Amelia (Developer): "Adding to critical path: Epic {{next_epic_num}} planning review session before epic kickoff."
</output>
</check>
<check if="no significant discoveries">
<output>
Bob (Scrum Master): "Good news - nothing from Epic {{epic_number}} fundamentally changes our plan for Epic {{next_epic_num}}. The plan is still sound."
Amelia (Developer): "Good news - nothing from Epic {{epic_number}} fundamentally changes our plan for Epic {{next_epic_num}}. The plan is still sound."
Alice (Product Owner): "We learned a lot, but the direction is right."
</output>
</check>
<output>
Bob (Scrum Master): "Let me show you the complete action plan..."
Amelia (Developer): "Let me show you the complete action plan..."
Bob (Scrum Master): "That's {{total_action_count}} action items, {{prep_task_count}} preparation tasks, and {{critical_count}} critical path items."
Amelia (Developer): "That's {{total_action_count}} action items, {{prep_task_count}} preparation tasks, and {{critical_count}} critical path items."
Bob (Scrum Master): "Everyone clear on what they own?"
Amelia (Developer): "Everyone clear on what they own?"
</output>
<action>Give each agent with assignments a moment to acknowledge their ownership</action>
@ -1079,21 +1079,21 @@ Bob (Scrum Master): "Everyone clear on what they own?"
<step n="9" goal="Critical Readiness Exploration - Interactive Deep Dive">
<output>
Bob (Scrum Master): "Before we close, I want to do a final readiness check."
Amelia (Developer): "Before we close, I want to do a final readiness check."
Bob (Scrum Master): "Epic {{epic_number}} is marked complete in sprint-status, but is it REALLY done?"
Amelia (Developer): "Epic {{epic_number}} is marked complete in sprint-status, but is it REALLY done?"
Alice (Product Owner): "What do you mean, Bob?"
Alice (Product Owner): "What do you mean, Amelia?"
Bob (Scrum Master): "I mean truly production-ready, stakeholders happy, no loose ends that'll bite us later."
Amelia (Developer): "I mean truly production-ready, stakeholders happy, no loose ends that'll bite us later."
Bob (Scrum Master): "{user_name}, let's walk through this together."
Amelia (Developer): "{user_name}, let's walk through this together."
</output>
<action>Explore testing and quality state through natural conversation</action>
<output>
Bob (Scrum Master): "{user_name}, tell me about the testing for Epic {{epic_number}}. What verification has been done?"
Amelia (Developer): "{user_name}, tell me about the testing for Epic {{epic_number}}. What verification has been done?"
</output>
<action>WAIT for {user_name} to describe testing status</action>
@ -1103,18 +1103,18 @@ Dana (QA Engineer): [Responds to what {user_name} shared] "I can add to that - {
Dana (QA Engineer): "But honestly, {{testing_concern_if_any}}."
Bob (Scrum Master): "{user_name}, are you confident Epic {{epic_number}} is production-ready from a quality perspective?"
Amelia (Developer): "{user_name}, are you confident Epic {{epic_number}} is production-ready from a quality perspective?"
</output>
<action>WAIT for {user_name} to assess quality readiness</action>
<check if="{user_name} expresses concerns">
<output>
Bob (Scrum Master): "Okay, let's capture that. What specific testing is still needed?"
Amelia (Developer): "Okay, let's capture that. What specific testing is still needed?"
Dana (QA Engineer): "I can handle {{testing_work_needed}}, estimated {{testing_hours}} hours."
Bob (Scrum Master): "Adding to critical path: Complete {{testing_work_needed}} before Epic {{next_epic_num}}."
Amelia (Developer): "Adding to critical path: Complete {{testing_work_needed}} before Epic {{next_epic_num}}."
</output>
<action>Add testing completion to critical path</action>
</check>
@ -1122,7 +1122,7 @@ Bob (Scrum Master): "Adding to critical path: Complete {{testing_work_needed}} b
<action>Explore deployment and release status</action>
<output>
Bob (Scrum Master): "{user_name}, what's the deployment status for Epic {{epic_number}}? Is it live in production, scheduled for deployment, or still pending?"
Amelia (Developer): "{user_name}, what's the deployment status for Epic {{epic_number}}? Is it live in production, scheduled for deployment, or still pending?"
</output>
<action>WAIT for {user_name} to provide deployment status</action>
@ -1131,7 +1131,7 @@ Bob (Scrum Master): "{user_name}, what's the deployment status for Epic {{epic_n
<output>
Charlie (Senior Dev): "If it's not deployed yet, we need to factor that into Epic {{next_epic_num}} timing."
Bob (Scrum Master): "{user_name}, when is deployment planned? Does that timing work for starting Epic {{next_epic_num}}?"
Amelia (Developer): "{user_name}, when is deployment planned? Does that timing work for starting Epic {{next_epic_num}}?"
</output>
<action>WAIT for {user_name} to clarify deployment timeline</action>
@ -1142,11 +1142,11 @@ Bob (Scrum Master): "{user_name}, when is deployment planned? Does that timing w
<action>Explore stakeholder acceptance</action>
<output>
Bob (Scrum Master): "{user_name}, have stakeholders seen and accepted the Epic {{epic_number}} deliverables?"
Amelia (Developer): "{user_name}, have stakeholders seen and accepted the Epic {{epic_number}} deliverables?"
Alice (Product Owner): "This is important - I've seen 'done' epics get rejected by stakeholders and force rework."
Bob (Scrum Master): "{user_name}, any feedback from stakeholders still pending?"
Amelia (Developer): "{user_name}, any feedback from stakeholders still pending?"
</output>
<action>WAIT for {user_name} to describe stakeholder acceptance status</action>
@ -1155,7 +1155,7 @@ Bob (Scrum Master): "{user_name}, any feedback from stakeholders still pending?"
<output>
Alice (Product Owner): "We should get formal acceptance before moving on. Otherwise Epic {{next_epic_num}} might get interrupted by rework."
Bob (Scrum Master): "{user_name}, how do you want to handle stakeholder acceptance? Should we make it a critical path item?"
Amelia (Developer): "{user_name}, how do you want to handle stakeholder acceptance? Should we make it a critical path item?"
</output>
<action>WAIT for {user_name} decision</action>
@ -1166,9 +1166,9 @@ Bob (Scrum Master): "{user_name}, how do you want to handle stakeholder acceptan
<action>Explore technical health and stability</action>
<output>
Bob (Scrum Master): "{user_name}, this is a gut-check question: How does the codebase feel after Epic {{epic_number}}?"
Amelia (Developer): "{user_name}, this is a gut-check question: How does the codebase feel after Epic {{epic_number}}?"
Bob (Scrum Master): "Stable and maintainable? Or are there concerns lurking?"
Amelia (Developer): "Stable and maintainable? Or are there concerns lurking?"
Charlie (Senior Dev): "Be honest, {user_name}. We've all shipped epics that felt... fragile."
</output>
@ -1181,11 +1181,11 @@ Charlie (Senior Dev): "Okay, let's dig into that. What's causing those concerns?
Charlie (Senior Dev): [Helps {user_name} articulate technical concerns]
Bob (Scrum Master): "What would it take to address these concerns and feel confident about stability?"
Amelia (Developer): "What would it take to address these concerns and feel confident about stability?"
Charlie (Senior Dev): "I'd say we need {{stability_work_needed}}, roughly {{stability_hours}} hours."
Bob (Scrum Master): "{user_name}, is addressing this stability work worth doing before Epic {{next_epic_num}}?"
Amelia (Developer): "{user_name}, is addressing this stability work worth doing before Epic {{next_epic_num}}?"
</output>
<action>WAIT for {user_name} decision</action>
@ -1196,26 +1196,26 @@ Bob (Scrum Master): "{user_name}, is addressing this stability work worth doing
<action>Explore unresolved blockers</action>
<output>
Bob (Scrum Master): "{user_name}, are there any unresolved blockers or technical issues from Epic {{epic_number}} that we're carrying forward?"
Amelia (Developer): "{user_name}, are there any unresolved blockers or technical issues from Epic {{epic_number}} that we're carrying forward?"
Dana (QA Engineer): "Things that might create problems for Epic {{next_epic_num}} if we don't deal with them?"
Bob (Scrum Master): "Nothing is off limits here. If there's a problem, we need to know."
Amelia (Developer): "Nothing is off limits here. If there's a problem, we need to know."
</output>
<action>WAIT for {user_name} to surface any blockers</action>
<check if="blockers identified">
<output>
Bob (Scrum Master): "Let's capture those blockers and figure out how they affect Epic {{next_epic_num}}."
Amelia (Developer): "Let's capture those blockers and figure out how they affect Epic {{next_epic_num}}."
Charlie (Senior Dev): "For {{blocker_1}}, if we leave it unresolved, it'll {{impact_description_1}}."
Alice (Product Owner): "That sounds critical. We need to address that before moving forward."
Bob (Scrum Master): "Agreed. Adding to critical path: Resolve {{blocker_1}} before Epic {{next_epic_num}} kickoff."
Amelia (Developer): "Agreed. Adding to critical path: Resolve {{blocker_1}} before Epic {{next_epic_num}} kickoff."
Bob (Scrum Master): "Who owns that work?"
Amelia (Developer): "Who owns that work?"
</output>
<action>Assign blocker resolution to appropriate agent</action>
@ -1225,7 +1225,7 @@ Bob (Scrum Master): "Who owns that work?"
<action>Synthesize the readiness assessment</action>
<output>
Bob (Scrum Master): "Okay {user_name}, let me synthesize what we just uncovered..."
Amelia (Developer): "Okay {user_name}, let me synthesize what we just uncovered..."
**EPIC {{epic_number}} READINESS ASSESSMENT:**
@ -1244,13 +1244,13 @@ Technical Health: {{stability_status}}
Unresolved Blockers: {{blocker_status}}
{{#if blockers_exist}}⚠️ Must resolve: {{blocker_list}}{{/if}}
Bob (Scrum Master): "{user_name}, does this assessment match your understanding?"
Amelia (Developer): "{user_name}, does this assessment match your understanding?"
</output>
<action>WAIT for {user_name} to confirm or correct the assessment</action>
<output>
Bob (Scrum Master): "Based on this assessment, Epic {{epic_number}} is {{#if all_clear}}fully complete and we're clear to proceed{{else}}complete from a story perspective, but we have {{critical_work_count}} critical items before Epic {{next_epic_num}}{{/if}}."
Amelia (Developer): "Based on this assessment, Epic {{epic_number}} is {{#if all_clear}}fully complete and we're clear to proceed{{else}}complete from a story perspective, but we have {{critical_work_count}} critical items before Epic {{next_epic_num}}{{/if}}."
Alice (Product Owner): "This level of thoroughness is why retrospectives are valuable."
@ -1262,13 +1262,13 @@ Charlie (Senior Dev): "Better to catch this now than three stories into the next
<step n="10" goal="Retrospective Closure with Celebration and Commitment">
<output>
Bob (Scrum Master): "We've covered a lot of ground today. Let me bring this retrospective to a close."
Amelia (Developer): "We've covered a lot of ground today. Let me bring this retrospective to a close."
═══════════════════════════════════════════════════════════
✅ RETROSPECTIVE COMPLETE
═══════════════════════════════════════════════════════════
Bob (Scrum Master): "Epic {{epic_number}}: {{epic_title}} - REVIEWED"
Amelia (Developer): "Epic {{epic_number}}: {{epic_title}} - REVIEWED"
**Key Takeaways:**
@ -1281,7 +1281,7 @@ Alice (Product Owner): "That first takeaway is huge - {{impact_of_lesson_1}}."
Charlie (Senior Dev): "And lesson 2 is something we can apply immediately."
Bob (Scrum Master): "Commitments made today:"
Amelia (Developer): "Commitments made today:"
- Action Items: {{action_count}}
- Preparation Tasks: {{prep_task_count}}
@ -1289,7 +1289,7 @@ Bob (Scrum Master): "Commitments made today:"
Dana (QA Engineer): "That's a lot of commitments. We need to actually follow through this time."
Bob (Scrum Master): "Agreed. Which is why we'll review these action items in our next standup."
Amelia (Developer): "Agreed. Which is why we'll review these action items in our next standup."
═══════════════════════════════════════════════════════════
🎯 NEXT STEPS:
@ -1306,9 +1306,9 @@ Alice (Product Owner): "I'll communicate the timeline to stakeholders. They'll u
═══════════════════════════════════════════════════════════
Bob (Scrum Master): "Before we wrap, I want to take a moment to acknowledge the team."
Amelia (Developer): "Before we wrap, I want to take a moment to acknowledge the team."
Bob (Scrum Master): "Epic {{epic_number}} delivered {{completed_stories}} stories with {{velocity_description}} velocity. We overcame {{blocker_count}} blockers. We learned a lot. That's real work by real people."
Amelia (Developer): "Epic {{epic_number}} delivered {{completed_stories}} stories with {{velocity_description}} velocity. We overcame {{blocker_count}} blockers. We learned a lot. That's real work by real people."
Charlie (Senior Dev): "Hear, hear."
@ -1316,17 +1316,17 @@ Alice (Product Owner): "I'm proud of what we shipped."
Dana (QA Engineer): "And I'm excited about Epic {{next_epic_num}} - especially now that we're prepared for it."
Bob (Scrum Master): "{user_name}, any final thoughts before we close?"
Amelia (Developer): "{user_name}, any final thoughts before we close?"
</output>
<action>WAIT for {user_name} to share final reflections</action>
<output>
Bob (Scrum Master): [Acknowledges what {user_name} shared] "Thank you for that, {user_name}."
Amelia (Developer): [Acknowledges what {user_name} shared] "Thank you for that, {user_name}."
Bob (Scrum Master): "Alright team - great work today. We learned a lot from Epic {{epic_number}}. Let's use these insights to make Epic {{next_epic_num}} even better."
Amelia (Developer): "Alright team - great work today. We learned a lot from Epic {{epic_number}}. Let's use these insights to make Epic {{next_epic_num}} even better."
Bob (Scrum Master): "See you all when prep work is done. Meeting adjourned!"
Amelia (Developer): "See you all when prep work is done. Meeting adjourned!"
═══════════════════════════════════════════════════════════
</output>
@ -1432,7 +1432,7 @@ Retrospective document was saved successfully, but {sprint_status_file} may need
{{else}}
4. **Begin Epic {{next_epic_num}} when ready**
- Start creating stories with SM agent's `create-story`
- Start creating stories with Developer agent's `create-story`
- Epic will be marked as `in-progress` automatically when first story is created
- Ensure all critical path items are done first
{{/if}}
@ -1446,7 +1446,7 @@ Epic {{epic_number}} delivered {{completed_stories}} stories with {{velocity_sum
---
Bob (Scrum Master): "Great session today, {user_name}. The team did excellent work."
Amelia (Developer): "Great session today, {user_name}. The team did excellent work."
Alice (Product Owner): "See you at epic planning!"
@ -1460,7 +1460,7 @@ Charlie (Senior Dev): "Time to knock out that prep work."
<facilitation-guidelines>
<guideline>PARTY MODE REQUIRED: All agent dialogue uses "Name (Role): dialogue" format</guideline>
<guideline>Scrum Master maintains psychological safety throughout - no blame or judgment</guideline>
<guideline>Amelia (Developer) maintains psychological safety throughout - no blame or judgment</guideline>
<guideline>Focus on systems and processes, not individual performance</guideline>
<guideline>Create authentic team dynamics: disagreements, diverse perspectives, emotions</guideline>
<guideline>User ({user_name}) is active participant, not passive observer</guideline>

View File

@ -29,7 +29,7 @@
# WORKFLOW NOTES:
# ===============
# - Mark epic as 'in-progress' when starting work on its first story
# - SM typically creates next story ONLY after previous one is 'done' to incorporate learnings
# - Developer typically creates next story ONLY after previous one is 'done' to incorporate learnings
# - Dev moves story to 'review', then Dev runs code-review (fresh context, ideally different LLM)
# EXAMPLE STRUCTURE (your actual epics/stories will replace these):

View File

@ -2,7 +2,7 @@
**Goal:** Generate sprint status tracking from epics, detecting current story statuses and building a complete sprint-status.yaml file.
**Your Role:** You are a Scrum Master generating and maintaining sprint tracking. Parse epic files, detect story statuses, and produce a structured sprint-status.yaml.
**Your Role:** You are a Developer generating and maintaining sprint tracking. Parse epic files, detect story statuses, and produce a structured sprint-status.yaml.
---
@ -162,7 +162,7 @@ development_status:
# ===============
# - Epic transitions to 'in-progress' automatically when first story is created
# - Stories can be worked in parallel if team capacity allows
# - SM typically creates next story after previous one is 'done' to incorporate learnings
# - Developer typically creates next story after previous one is 'done' to incorporate learnings
# - Dev moves story to 'review', then runs code-review (fresh context, different LLM recommended)
generated: { date }
@ -260,4 +260,4 @@ optional ↔ done
2. **Sequential Default**: Stories are typically worked in order, but parallel work is supported
3. **Parallel Work Supported**: Multiple stories can be `in-progress` if team capacity allows
4. **Review Before Done**: Stories should pass through `review` before `done`
5. **Learning Transfer**: SM typically creates next story after previous one is `done` to incorporate learnings
5. **Learning Transfer**: Developer typically creates next story after previous one is `done` to incorporate learnings

View File

@ -2,7 +2,7 @@
**Goal:** Summarize sprint status, surface risks, and recommend the next workflow action.
**Your Role:** You are a Scrum Master providing clear, actionable sprint visibility. No time estimates — focus on status, risks, and next steps.
**Your Role:** You are a Developer providing clear, actionable sprint visibility. No time estimates — focus on status, risks, and next steps.
---
@ -129,7 +129,7 @@ Enter corrections (e.g., "1=in-progress, 2=backlog") or "skip" to continue witho
4. Else if any story status == backlog → recommend `create-story`
5. Else if any retrospective status == optional → recommend `retrospective`
6. Else → All implementation items done; congratulate the user - you both did amazing work together!
<action>Store selected recommendation as: next_story_id, next_workflow_id, next_agent (SM/DEV as appropriate)</action>
<action>Store selected recommendation as: next_story_id, next_workflow_id, next_agent (DEV)</action>
</step>
<step n="4" goal="Display summary">

View File

@ -104,7 +104,7 @@ The user drives what happens next. Common patterns:
| "Winston, what do you think about what Sally said?" | Spawn just Winston with Sally's response as context |
| "Bring in Amelia on this" | Spawn Amelia with a summary of the discussion so far |
| "I agree with John, let's go deeper on that" | Spawn John + 1-2 others to expand on John's point |
| "What would Mary and Bob think about Winston's approach?" | Spawn Mary and Bob with Winston's response as context |
| "What would Mary and Amelia think about Winston's approach?" | Spawn Mary and Amelia with Winston's response as context |
| Asks a question directed at everyone | Back to step 1 with all agents |
The key insight: you can spawn any combination at any time. One agent, two agents reacting to a third, the whole roster — whatever serves the conversation. Each spawn is cheap and independent.