用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/AsiaOstrich/universal-dev-standards --skill retrospective-assistant命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
[UDS] 以 Claude 原生 Agent tool 编排多任务执行计划(DAG-based,无外部引擎)。 Use when: executing a plan.json file with parallel/sequential task dependencies. Keywords: orchestrate, plan, execute, DAG, task plan, 编排, 执行计划, 并行.
[UDS] 从 Spec 文档、OpenSpec 变更或自由文本需求生成 plan.json。 Use when: converting specifications into executable task plans for /orchestrate. Keywords: plan, spec, task plan, 计划, 规格, 任务, plan.json, DAG.
[UDS] AI 辅助 git push 安全层:质量门禁 + 协作护栏。 Use when: pushing commits, force pushing, pushing to protected branches, pushing feature branches. Keywords: git push, force push, protected branch, quality gate, push receipt, PR automation, 推送, 保护分支, 质量门禁.
正在显示 SKILL.md
基于 SOC 职业分类
| name | retrospective-assistant |
| source | ../../../../skills/retrospective-assistant/SKILL.md |
| source_version | 1.0.0 |
| source_hash | 9c883f05ad7b |
| translation_version | 1.0.0 |
| last_synced | "2026-06-01T00:00:00.000Z" |
| status | current |
| description | [UDS] 引導 Sprint 與 Release 週期的結構化團隊回顧 |
語言: English | 繁體中文
引導結構化的團隊回顧,識別改善機會並追蹤行動項目。支援 Sprint 和 Release 回顧類型,提供多種引導技法。
PREPARE ──► GATHER ──► ANALYZE ──► DECIDE ──► TRACK
準備資料 蒐集意見 分析歸納 決定行動 追蹤落實
從 git log、指標和 issue tracker 蒐集數據作為討論基礎。
使用結構化技法蒐集團隊觀點。
分組歸納並識別模式。
選出前 1-3 項改善作為行動項目。
檢視過去的行動項目並追蹤新項目。
| 類型 | 時機 | 時長 | 焦點 |
|---|---|---|---|
| Sprint | 迭代結束 | 30-60 分鐘 | 流程、協作、工具 |
| Release | 發布之後 | 60-90 分鐘 | 品質、指標、跨團隊 |
| 技法 | 適用場景 | 結構 |
|---|---|---|
| Start-Stop-Continue | 快速、預設 | 開始 / 停止 / 繼續 |
| Starfish | 細緻分析 | 更多 / 保持 / 減少 / 開始 / 停止 |
| 4Ls | 團隊建立 | 喜歡 / 學到 / 缺少 / 渴望 |
| Sailboat | 視覺化、創意 | 風 / 錨 / 礁石 / 島嶼 |
| 指令 | 說明 |
|---|---|
/retrospective | 互動式 Sprint 回顧(預設) |
/retrospective sprint | Sprint 回顧 |
/retrospective release | Release 回顧(含指標) |
/retrospective actions | 列出未完成行動項目 |
/retrospective --technique starfish | 使用指定技法 |
| 欄位 | 說明 |
|---|---|
| Action | 具體描述 |
| Owner | 單一負責人 |
| Due Date | 預計完成日 |
| 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 # 索引(選用)
| 技能 | 整合方式 |
|---|---|
/metrics | 將指標數據引入 Release 回顧 |
/incident | 事故後建議進行團隊回顧 |
/adr | 識別架構問題時建議建立 ADR |
/commit | 以 docs(retro): 提交回顧報告 |
/retrospective 完成後:
回顧完成。建議下一步:
- 提交回顧報告:
/commit- 為識別的架構決策建立 ADR:
/adr- 在 issue tracker 中追蹤行動項目
- 排定下次回顧
當呼叫 /retrospective 時:
docs/retrospectives/ 中過去的行動項目docs/retrospectives/RETRO-YYYY-MM-DD-[type].md當呼叫 /retrospective actions 時:
docs/retrospectives/ 中所有回顧檔案