一键导入
weekly-retro
End-of-week retrospective. Compares planned vs actual, updates calibration data, and surfaces estimation patterns. Run Friday afternoons.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
End-of-week retrospective. Compares planned vs actual, updates calibration data, and surfaces estimation patterns. Run Friday afternoons.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Config-driven visible plan-to-PR workflow for Workbench engineering work. Use for agent-flow, full lifecycle, visible agents, Helix-style implementation, cross-repo context, HTML plans, PR breakdowns, small or stacked PRs, reviewer packets, review from packet, Claude/Codex pairing, worktrees, Jira/PR handoffs, continuation handoffs, or approved bypass of detailed PR slicing.
Freeform ideation and structured shortlisting. Generates 8-10 approaches including wild cards, then converges on 2-4 viable options with tradeoffs. Use before /forge or standalone for any creative exploration.
Read Outlook Web calendar via Chrome and extract meeting data for capacity planning. Writes to context/active/calendar.md so other skills use real numbers.
Show remaining capacity today and this week by reading daily and weekly plans. Flags overcommitment. Use when checking if there's room for more work.
Read and critically summarize a Confluence document. Surfaces key decisions, gaps, open questions, and suggests review questions.
Create a release branch and managed _release worktree in a Workbench repo using canonical Python worktree tooling. Use when the user wants to cut a release, create a release branch, start a release process, preview the next release branch name, or keep release work out of main/develop.
| name | weekly-retro |
| description | End-of-week retrospective. Compares planned vs actual, updates calibration data, and surfaces estimation patterns. Run Friday afternoons. |
Path resolution: This skill may run from any repo. All
context/andconfig.yamlpaths are relative to the workbench root, not the current working directory. Read~/.codex/workbench-rootor~/.claude/workbench-rootto get the absolute workbench path, then prepend it to allcontext/andconfig.yamlreferences. See PATHS.md.
Review what actually happened this week versus what was planned, update calibration data, and surface patterns.
End of the work week (typically Friday). Run this before the next weekly planning session so the data feeds forward.
context/active/weekly.md to get this week's committed items and estimatescontext/active/daily.md (today)context/archive/YYYY/MM/daily/ for the other days of this weekBuild a comparison table for every committed item in the weekly plan:
| Item | Estimated | Actual | Ratio | Status |
|------|-----------|--------|-------|--------|
| Feature X implementation | 8h | 12h | 1.5x | Completed |
| PR review for Y | 2h | 1h | 0.5x | Completed |
| Bug fix Z | 4h | — | — | Rolled forward |
Calculate:
Read context/calibration.md. For each completed item that has both an estimate and actual:
- YYYY-MM-DD | [task description] | category: [X] | estimated: Xh | actual: Xh | ratio: X.Xx
pace_factor = average(this_week_ratio, last_4_weeks_pace_factor)Save the updated context/calibration.md.
Look across the week for recurring themes:
## Weekly Retrospective — Week of YYYY-MM-DD
### Summary
- Committed: X items (Yh estimated)
- Completed: X items (Yh actual)
- Completion rate: X%
- Estimation accuracy: X.Xx average ratio (target: 1.0)
- Interrupts absorbed: Xh across Y interrupts
### Estimation Accuracy
| Category | Samples | Avg Ratio | Confidence | Trend |
|----------|---------|-----------|------------|-------|
| Familiar/Clear | N | X.Xx | low/med/high | improving/stable/degrading |
| ... | | | | |
### Patterns
- [pattern 1 — e.g., "PR review cycles consistently take 2x estimated"]
- [pattern 2 — e.g., "Monday interrupts from #channel average 1.5h"]
### Recommendations for Next Week
- [actionable recommendation based on data]
- [e.g., "Add 1h buffer for each PR that touches shared code"]
### Pace Factor
- This week: X.Xx
- Running average: X.Xx
- Trend: [improving/stable/declining]