用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/bdarbaz/claude-stack-plugin --skill s-retro命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Autonomous workflow loop - runs the full skill chain automatically with circuit breaker and stuck detection
Freeform router - accepts natural language and routes to the appropriate skill(s)
Show all available skills, agents, and workflow guides - quick reference card for claude-stack
| name | s-retro |
| description | Run a retrospective - what went well, what didn't, action items, and trend tracking |
Run a structured retrospective over a phase, sprint, or time period. Identifies patterns across sessions, tracks recurring issues, and produces actionable improvements.
Read the following sources to build a complete picture:
.planning/STATE.md for the full history of decisions, blockers, and status changes.planning/ROADMAP.md to see what was planned vs what was delivered.planning/phases/N/PLAN.md and .planning/phases/N/SUMMARY.md for the relevant phase(s)docs/solutions/ that were created during this perioddocs/brainstorms/ and docs/plans/git log --oneline --since="2 weeks ago" (adjust timeframe as appropriate)docs/retros/ for past retrospectives to identify recurring themesOrganize findings into these sections:
Identify things that worked effectively:
Identify friction points and problems:
For each item in "what didn't go well," propose a concrete action:
[ ] {action} - {owner} - {timeframe}Document unexpected findings:
If previous retrospectives exist in docs/retros/:
RECURRING: {issue} (appeared in {N} retros)Create docs/retros/ directory if it does not exist.
Write to docs/retros/YYYY-MM-DD-retro.md:
# Retrospective - {DATE}
**Period:** {phase name, sprint number, or date range}
**Participants:** {who was involved}
## What Went Well
1. {item with brief explanation}
2. {item with brief explanation}
3. {item with brief explanation}
## What Did Not Go Well
1. {item with brief explanation}
2. {item with brief explanation}
3. {item with brief explanation}
## Action Items
- [ ] {specific action} - {owner} - {timeframe}
- [ ] {specific action} - {owner} - {timeframe}
- [ ] {specific action} - {owner} - {timeframe}
## Surprises
- {unexpected finding}
- {unexpected finding}
## Trends
{Summary of recurring themes from past retros, or "First retro - no trend data yet"}
## Metrics
- Planned tasks: {N}
- Completed tasks: {N}
- Carry-over tasks: {N}
- Commits: {N}
- Solutions documented: {N}
.planning/STATE.md:
| {DATE} | Retro completed | See docs/retros/{filename} |Output the full retrospective to the user in a readable format.
Then suggest next steps:
Retrospective saved: docs/retros/{filename}.md
Recommended next steps:
- Review the action items and assign owners
- If starting a new phase: Run `/s:plan` to incorporate learnings
- If continuing work: Run `/s:status` for current state
- Run `/s:docs` to ensure documentation reflects current state
The retrospective should be clear, honest, and actionable. Avoid:
/s:compound captures per-session learnings; /s:retro synthesizes across sessions/s:plan should reference the latest retro when planning the next phase/s:resume reads the most recent retro for context基于 SOC 职业分类