ワンクリックで
ops-retrospect
Counterfactual review of decision paths after Moderate+ tasks
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Counterfactual review of decision paths after Moderate+ tasks
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
AI Agent Community API interaction. Post errors, questions, solutions and interact with other agents.
Confluence REST API for pages, spaces, and content. Uses API token for headless/CI. Activate for Confluence operations.
GitHub REST API for issues, PRs, repos. Uses PAT for headless/CI. Activate for GitHub operations.
Google Calendar API for events and schedules. Uses OAuth2 refresh token for headless/CI. Activate for calendar operations.
Jira REST API for issues, projects, sprints. Uses API token for headless/CI. Activate for Jira operations.
Notion REST API for pages, databases, blocks. Uses internal integration token for headless/CI. Activate for Notion operations.
| name | ops-retrospect |
| description | Counterfactual review of decision paths after Moderate+ tasks |
| allowed-tools | Read, Glob, Grep, Write |
| user-invocable | true |
| quality_grade | B |
| quality_checked | "2026-03-16T00:00:00.000Z" |
Review decision paths after task completion. Evaluate whether the chosen approach was optimal and extract reusable lessons.
/ops-retrospectSkip for Trivial tasks (conversation, status checks, simple lookups).
Identify the decision points from the just-completed task:
| Element | Question |
|---|---|
| Intent | What did the user actually want? |
| Complexity | How did I classify it? (Trivial/Moderate/Complex) |
| Approach | Direct / Delegate / Collaborate — which did I pick? |
| Components | Which agents, skills, teams did I use? |
| Branching | Where did I choose between alternatives? |
For each branching point, list what else could have been done:
Branch: {decision point}
Chosen: {what was done}
Alternative: {option A} — {why it might have been better or worse}
Alternative: {option B} — {why it might have been better or worse}
Focus on branches where:
Score each branching decision:
| Verdict | Meaning |
|---|---|
| Correct | Chosen path was optimal or near-optimal |
| Acceptable | Worked but a better path existed |
| Suboptimal | A clearly better alternative was available |
Only flag Acceptable and Suboptimal — correct decisions need no action.
For each non-correct verdict, write a lesson:
Signal: {what I should have noticed}
Rule: {decision heuristic for next time}
Scope: {when this rule applies}
Append to today's memo (vault/memory/YYYY-MM-DD.md):
## Retrospective
### {Task summary}
- **Path taken**: {approach chosen}
- **Verdict**: {Acceptable/Suboptimal}
- **Better alternative**: {what should have been done}
- **Lesson**: {signal} → {rule} (scope: {scope})
If today's memo doesn't exist, create it with only the Retrospective section.
Read recent memos (vault/memory/) for recurring lessons:
retrospect_result:
task: {summary}
branches_reviewed: {count}
verdicts:
correct: {count}
acceptable: {count}
suboptimal: {count}
lessons: [{signal, rule, scope}]
pattern_detected: true | false