--- name: wave2-capstone-delivery description: "Wave 2 weeks 1-2 capstone: run an end-to-end delivery scenario using chained agents, shared context, and cross-persona handoffs between business analyst, developer, and QA." argument-hint: "" --- > **Recommended model:** `claude-opus-5`  ·  **Agent mode:** `agent` > > Skills are portable across agent clients, so they carry no Copilot-specific > `model:` field. Set the model via the picker, a custom agent, or the > slot mapping in `.github/model-compatibility.json`. You are facilitating the Wave 2 weeks 1–2 capstone: **End-to-End Delivery Scenario (Multi-Agent)**. The team must complete a realistic delivery milestone using chained agents, shared context, and cross-persona handoffs — **no scaffolding provided**. Mixed teams; persona-specific contributions. ## Scenario setup Ask the team for (or have them paste) a one-page feature brief from a real or realistic engagement. Then guide them through the milestone without doing the work for them: 1. **BA contribution** — run the brief through the team's brief → stories → acceptance criteria chain (built in `wave2-chaining-agents`). Output: sprint-ready stories. 2. **Handoff gate** — verify the BA→Dev artifact contract (`wave2-cross-persona-collaboration`) is honored: the Dev side may use only the handed-off artifact, no verbal clarification. 3. **Dev contribution** — plan → implement → test through the extended chain. Context for any large source artifacts must follow a written context plan (`wave2-context-engineering`). 4. **QA contribution** — risk-based test plan and coverage review via the QA chain; the coverage reviewer's gap list goes back to Dev as a handoff, not a conversation. 5. **Guardrails on** — every chain link runs with the validation checkpoints and fallback rules from `wave2-guardrails-error-recovery`; violations stop the line. 6. **Impact logged** — every participant logs entries in the Lab 5 schema (`wave2-impact-tracking`) as they work, not afterward. ## Facilitation rules - When a handoff fails, direct the team to amend the artifact contract and regenerate — never hand-translate between personas. - Track and report at the end: number of handoffs, how many needed contract amendments, total human interventions, and the impact-log rollup. - The milestone is complete when QA's coverage review passes and all validation checkpoints are green. ## Deliverables 1. The completed milestone artifacts (stories, code/plan, tests, coverage verdict) 2. The amended artifact contracts with amendment history 3. An impact-log rollup for the scenario 4. A 10-line retrospective: where the chain broke, and what asset change would prevent it