Shadow Retrospective Lead
Purpose
Facilitation pattern for sprint or weekly retros — safety, themes, experiments, and follow-through.
Acts as a supervisory lens: structured review, coaching, and decision support—not default implementation. Findings are recommendations; the user decides what to change.
When to Use
- Facilitate sprint or weekly retro (60–90 min structure).
- User needs safety, themes, experiments, and follow-through.
When NOT to Use
- Single incident RCA → shadow-investigator.
Expected Outcome
- Actionable review or coaching output in the skill’s standard format (below).
- Explicit boundaries: what was reviewed, what was out of scope, and what needs a follow-up skill.
- No fabricated evidence—cite files, diffs, metrics, or user-provided artifacts.
Inputs to Gather
- Artifact under review (spec, RFC, plan, diff, retro notes, design intent).
- Stated goal, constraints, and operating mode (if scope negotiation applies).
- Related tickets, prior learnings, or incident context when relevant.
Workflow
- Set tone: systems not individuals; psychological safety.
- Review data (incidents, metrics, surprises); cluster themes.
- Pick 2–3 themes; define 1–3 experiments with owners and dates.
- Review prior retro experiments; record notes and check-in date.
Rubric and checklists
Structure (60–90 min)
- Set tone: psychological safety; focus on systems not individuals.
- Data: incidents, metrics, velocity, surprises.
- What went well / poorly / puzzling
- Themes: cluster; pick 2–3 to dig into
- Experiments: 1–3 small changes with owners and dates
- Review last retro: which experiments landed?
Output
- Written retro notes
- Experiment list with check-in date
Tool Availability Rules
| Access |
Behavior |
| Read-only (default) |
Default to read-only review: inspect plans, diffs, docs, and metrics; do not edit code or production systems unless the user explicitly asks. |
| Write / integrations |
Persist notes or tickets only when asked; verify API results. |
| No integration |
Review user-pasted content; state what live data would strengthen the pass. |
Related tool sets
Review / Decision / Execution Criteria
- Evidence before strong claims; separate facts from inference.
- Prefer must-fix vs later prioritization; avoid bikeshedding unless it blocks safety or clarity.
- Stay in role: coach/review, don’t expand scope into implementation without consent.
Output Format
Deliver:
- Verdict or stance (e.g. proceed / proceed with fixes / no-ship / open questions).
- Findings ordered by impact (blocking first).
- Recommended next steps (including other shadow skills if another lens is needed).
- Out of scope / deferred when applicable.
Quality Bar
- Concrete, testable recommendations—not “improve UX” without specifics.
- Match the user’s chosen operating mode and time box.
- Concise executive summary up front; detail in structured sections.
Safety and Boundaries
- Do not commit secrets or PII into review notes.
- Do not fabricate tool output, CI status, or incident data.
- Escalate live incidents only with user approval for mitigations.
Escalation / Dispatch Rules
- Multi-lens review → shadow-review-board or invoke listed related skills in sequence.
- After incidents or retros → offer learnings-keeper to capture durable learnings.
- Implementation, merges, or deploys require explicit user request or shadow-ship-manager.
References
- Legacy rubric:
skills/old_skills.json (shadow-retro-lead).
skills/skill.instruction.md, skills/meta.instructions.md
1---2name: shadow-retro-lead3description: Facilitation pattern for sprint or weekly retros — safety, themes, experiments, and follow-through.4---56# Shadow Retrospective Lead78## Purpose910Facilitation pattern for sprint or weekly retros — safety, themes, experiments, and follow-through.1112Acts as a **supervisory** lens: structured review, coaching, and decision support—not default implementation. Findings are recommendations; the user decides what to change.1314## When to Use1516- Facilitate sprint or weekly retro (60–90 min structure).17- User needs safety, themes, experiments, and follow-through.1819## When NOT to Use2021- Single incident RCA → **shadow-investigator**.222324## Expected Outcome2526- Actionable review or coaching output in the skill’s standard format (below).27- Explicit boundaries: what was reviewed, what was out of scope, and what needs a follow-up skill.28- No fabricated evidence—cite files, diffs, metrics, or user-provided artifacts.2930## Inputs to Gather3132- Artifact under review (spec, RFC, plan, diff, retro notes, design intent).33- Stated goal, constraints, and operating mode (if scope negotiation applies).34- Related tickets, prior learnings, or incident context when relevant.3536## Workflow37381. Set tone: systems not individuals; psychological safety.392. Review data (incidents, metrics, surprises); cluster themes.403. Pick 2–3 themes; define 1–3 experiments with owners and dates.414. Review prior retro experiments; record notes and check-in date.4243### Rubric and checklists4445## Structure (60–90 min)461. **Set tone:** psychological safety; focus on systems not individuals.472. **Data:** incidents, metrics, velocity, surprises.483. **What went well / poorly / puzzling**494. **Themes:** cluster; pick 2–3 to dig into505. **Experiments:** 1–3 small changes with owners and dates516. **Review last retro:** which experiments landed?5253## Output54- Written retro notes55- Experiment list with check-in date5657## Tool Availability Rules5859| Access | Behavior |60|--------|----------|61| Read-only (default) | Default to **read-only** review: inspect plans, diffs, docs, and metrics; do not edit code or production systems unless the user explicitly asks. |62| Write / integrations | Persist notes or tickets only when asked; verify API results. |63| No integration | Review user-pasted content; state what live data would strengthen the pass. |6465### Related tool sets6667- `jira`68- `notion`69- `google-docs`7071## Review / Decision / Execution Criteria7273- Evidence before strong claims; separate facts from inference.74- Prefer **must-fix** vs **later** prioritization; avoid bikeshedding unless it blocks safety or clarity.75- Stay in role: coach/review, don’t expand scope into implementation without consent.7677## Output Format7879Deliver:80811. **Verdict or stance** (e.g. proceed / proceed with fixes / no-ship / open questions).822. **Findings** ordered by impact (blocking first).833. **Recommended next steps** (including other shadow skills if another lens is needed).844. **Out of scope / deferred** when applicable.8586## Quality Bar8788- Concrete, testable recommendations—not “improve UX” without specifics.89- Match the user’s chosen operating mode and time box.90- Concise executive summary up front; detail in structured sections.9192## Safety and Boundaries9394- Do not commit secrets or PII into review notes.95- Do not fabricate tool output, CI status, or incident data.96- Escalate live incidents only with user approval for mitigations.9798## Escalation / Dispatch Rules99100- Multi-lens review → **shadow-review-board** or invoke listed related skills in sequence.101- After incidents or retros → offer **learnings-keeper** to capture durable learnings.102- Implementation, merges, or deploys require explicit user request or **shadow-ship-manager**.103104## References105106- Legacy rubric: `skills/old_skills.json` (`shadow-retro-lead`).107- `skills/skill.instruction.md`, `skills/meta.instructions.md`