ワンクリックで
retro
Periodic retrospective — assess what Claude did well, what went poorly, and what to improve
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Periodic retrospective — assess what Claude did well, what went poorly, and what to improve
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Generate a wide field of ideas, then pressure-test them. Five generators diverge, two challengers prune the weak ones, three synthesizers rank what survives.
Three-agent adversarial bug finder. Hunter overclaims every issue it can find, Skeptic disproves what it can, Referee arbitrates what survives. Scoring incentives force each role to behave honestly.
Dialectic process for reviewing, brainstorming, comparing tradeoffs, or stress-testing plans. Configurable modes, agent counts, and expert lenses.
Execute a pre-defined plan using implementation agents (no design changes)
Capture structured learnings (gotcha, pattern, decision, bug-fix) as JSONL per project. Cross-project searchable.
Assume the plan failed — then explain why. Three pessimists write failure narratives, two optimists rebut, a risk assessor weighs which failure modes are real.
| name | retro |
| description | Periodic retrospective — assess what Claude did well, what went poorly, and what to improve |
| user-invocable | true |
| disable-model-invocation | true |
| argument-hint | ["weekly | session | project <name>"] |
A structured review of how Claude has been performing, designed to surface patterns and turn them into feedback memories or CLAUDE.md improvements.
Parse $ARGUMENTS for scope:
| Scope | What it reviews | Default |
|---|---|---|
session | Just this conversation | default if no argument |
weekly | All work in the past 7 days across projects | |
project <name> | Recent work in a specific project |
Session scope: Review the current conversation — what was attempted, what succeeded, what failed, what required correction.
Weekly scope: Read MEMORY.md and PLAN.md from each active project (check the Project Dashboard in auto-memory). Look for:
~/.claude/projects/<project-slug>/memory/git log --since="7 days ago" --oneline) in active project directoriesProject scope: Read the named project's COMP files + recent git history.
Organize findings into four categories:
WORKED WELL — Things Claude did that saved time, caught errors, or produced good results. Be specific: name the task, the approach, and why it worked.
WENT POORLY — Things that wasted time, required correction, or produced bad results. Be honest. Include:
PATTERNS — Recurring themes across multiple instances. These are the most valuable findings. Examples:
SUGGESTIONS — Concrete changes to try. Each should be one of:
For each suggestion the user approves:
Do NOT make changes without user approval. Present findings, wait for decisions.
RETRO — [scope] ([date range])
## Worked Well
1. [specific example]
2. [specific example]
## Went Poorly
1. [specific example with what happened and what should have happened]
2. [specific example]
## Patterns
- [recurring theme]
- [recurring theme]
## Suggestions
1. [concrete change] → [feedback memory / CLAUDE.md edit / skill idea]
2. [concrete change] → [feedback memory / CLAUDE.md edit / skill idea]