Guides structured Sprint and Release retrospectives: gathers git logs/metrics/issue data, facilitates techniques like Starfish/4Ls, decides and tracks action items. Use at sprint ends or post-mortems.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-3 --plugin asiaostrich-universal-dev-standardsThis skill is limited to using the following tools:
> **Language**: English | [繁體中文](../../locales/zh-TW/skills/retrospective-assistant/SKILL.md)
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Language: English | 繁體中文
Guide structured team retrospectives to identify improvements and track action items. Support Sprint and Release retrospective types with multiple facilitation techniques.
引導結構化的團隊回顧,識別改善機會並追蹤行動項目。支援 Sprint 和 Release 回顧類型,提供多種引導技法。
PREPARE ──► GATHER ──► ANALYZE ──► DECIDE ──► TRACK
準備資料 蒐集意見 分析歸納 決定行動 追蹤落實
Gather data from git log, metrics, and issue tracker to ground the discussion.
從 git log、指標和 issue tracker 蒐集數據作為討論基礎。
Collect perspectives using a structured technique.
使用結構化技法蒐集團隊觀點。
Group items and identify patterns.
分組歸納並識別模式。
Select top 1-3 improvements as action items.
選出前 1-3 項改善作為行動項目。
Review previous actions and track new ones.
檢視過去的行動項目並追蹤新項目。
| Type | When | Duration | Focus | 焦點 |
|---|---|---|---|---|
| Sprint | End of iteration | 30-60 min | Process, collaboration, tools | 流程、協作、工具 |
| Release | After release | 60-90 min | Quality, metrics, cross-team | 品質、指標、跨團隊 |
| Technique | Best For | Structure | 結構 |
|---|---|---|---|
| Start-Stop-Continue | Quick, default | Start / Stop / Continue | 開始 / 停止 / 繼續 |
| Starfish | Nuanced analysis | More / Keep / Less / Start / Stop | 更多 / 保持 / 減少 / 開始 / 停止 |
| 4Ls | Team building | Liked / Learned / Lacked / Longed for | 喜歡 / 學到 / 缺少 / 渴望 |
| Sailboat | Visual, creative | Wind / Anchor / Rocks / Island | 風 / 錨 / 礁石 / 島嶼 |
| Command | Action | 說明 |
|---|---|---|
/retrospective | Interactive Sprint retrospective (default) | 互動式 Sprint 回顧 |
/retrospective sprint | Sprint retrospective | Sprint 回顧 |
/retrospective release | Release retrospective with metrics | Release 回顧(含指標) |
/retrospective actions | List open action items | 列出未完成行動項目 |
/retrospective --technique starfish | Use specific technique | 使用指定技法 |
| Field | Description | 說明 |
|---|---|---|
| Action | Specific description | 具體描述 |
| Owner | Single person responsible | 單一負責人 |
| Due Date | Target completion | 預計完成日 |
| Status | Open → In Progress → Done | 狀態 |
docs/retrospectives/
├── RETRO-2026-03-15-sprint-12.md
├── RETRO-2026-03-26-release-v5.1.0.md
└── README.md # Index (optional)
| Skill | Integration | 整合方式 |
|---|---|---|
/metrics | Pull metrics data into release retrospective | 引用指標數據 |
/incident | Post-incident, suggest team retrospective | 事故後建議回顧 |
/adr | If architecture issues found, suggest ADR | 識別架構問題時建議 ADR |
/commit | Commit retro report with docs(retro): | 提交回顧報告 |
After /retrospective completes:
Retrospective complete. Suggested next steps:
- Commit the retrospective report:
/commit- Create ADRs for architectural decisions identified:
/adr- Track action items in your issue tracker
- Schedule next retrospective
回顧完成。建議下一步:
- 提交回顧報告:
/commit- 為識別的架構決策建立 ADR:
/adr- 在 issue tracker 中追蹤行動項目
- 排定下次回顧
When /retrospective is invoked:
docs/retrospectives/ for previous actionsdocs/retrospectives/RETRO-YYYY-MM-DD-[type].mdWhen /retrospective actions is invoked:
docs/retrospectives/ for all retro files