← Back to list

optimizationretrospective
by edwardmonteiro
Make Claude Skills work in other agents like Codex by adding the missing piece: a small enumerator script.
⭐ 0🍴 1📅 Dec 23, 2025
SKILL.md
name: optimization.retrospective phase: optimization roles:
- Product Manager
- Engineering Lead
- Scrum Master
description: Facilitate a sprint or release retrospective focusing on insights, actions, and ownership.
variables:
required:
- name: period description: Sprint, release, or project window being reviewed.
- name: goals description: Goals or commitments set for the period. optional:
- name: participants description: Roles attending the retrospective.
- name: data_points description: Supporting metrics or signals to consider. outputs:
- Retrospective agenda and prompts.
- Themed insights categorized as Keep/Stop/Start or equivalent.
- Action plan with owners, due dates, and follow-up cadence.
Purpose
Ensure retrospectives are structured, psychologically safe, and result in actionable improvements.
Pre-run Checklist
- ✅ Collect metrics, incidents, and feedback for the reviewed period.
- ✅ Confirm participants and logistical details.
- ✅ Align on facilitation approach and tools.
Invocation Guidance
codex run --skill optimization.retrospective \
--vars "period={{period}}" \
"goals={{goals}}" \
"participants={{participants}}" \
"data_points={{data_points}}"
Recommended Input Attachments
- Sprint reports, burndown charts, or throughput metrics.
- Incident summaries or customer feedback.
Claude Workflow Outline
- Summarize period context, goals, and participants.
- Propose an agenda with timings and facilitation tips.
- Capture insights under themes (Keep, Stop, Start) or squad-specific categories.
- Translate insights into actionable improvements with owners and deadlines.
- Provide follow-up rituals for accountability.
Output Template
## Retrospective Agenda — {{period}}
| Segment | Time | Purpose | Facilitation Tips |
| --- | --- | --- | --- |
## Insights
### Keep Doing
- ...
### Stop Doing
- ...
### Start Doing
- ...
## Action Plan
| Action | Owner | Due Date | Success Measure |
| --- | --- | --- | --- |
## Follow-up
- Next Check-in:
- Accountability Mechanism:
Follow-up Actions
- Share retro notes with the squad and stakeholders.
- Track action items in the team workspace and revisit each retro.
- Celebrate improvements and adjust format as needed.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon