retrospective

retrospective is a skill for Claude Code from kelegele/oh-my-pm. It costs 186 tokens per session (4,426 once invoked), scanned A, original, MIT.

A post-release review and next-iteration planning workflow. A retrospective examines what happened after launch; an iteration is the next planned round of product changes.

In plain words
What is it for?
Reviewing launch metrics, identifying what worked and what did not, ranking bugs and improvements with RICE, assigning team capacity, and planning the next sprint.
Why use it?
It compares user-provided results with the goals in a PRD, the document describing product requirements, without inventing missing numbers. When data is unavailable, it produces a framework for collecting and analyzing it.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents; mentions Claude Code.

Part of the oh-my-pm plugin — 12 skills, 4 commands shipped together

Good fit Reviewing launch metrics, identifying what worked and what did not, ranking bugs and improvements with RICE, assigning team capacity, and planning the next sprint.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kelegele/oh-my-pm/retrospective
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add kelegele/oh-my-pm --skill retrospective
Clone the repo
git clone --depth 1 https://github.com/kelegele/oh-my-pm

Made for: Claude Code.

Or install oh-my-pm, the plugin that ships this one along with the rest of its 12 skills, 4 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for retrospective

README.md
[![agentmods](https://agentmods.dev/badge/skills/kelegele/oh-my-pm/retrospective/github.svg)](https://agentmods.dev/skills/kelegele/oh-my-pm/retrospective)
Your own site
<a href="https://agentmods.dev/skills/kelegele/oh-my-pm/retrospective"><img src="https://agentmods.dev/badge/skills/kelegele/oh-my-pm/retrospective/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for retrospective

Your own site · 80×15
<a href="https://agentmods.dev/skills/kelegele/oh-my-pm/retrospective"><img src="https://agentmods.dev/badge/skills/kelegele/oh-my-pm/retrospective.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 186 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,426 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00186 $0.04426
Opus 5 $0.00093 $0.02213
Sonnet 5 $0.00037 $0.00885
Haiku 4.5 $0.00019 $0.00443

Measured 11d ago against content hash 286c7caa4812, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

retrospective scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/retrospective/SKILL.md · 372 lines

How it starts

The opening of the file, as written. The whole thing — 372 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Retrospective

喂数据复盘 → 直接产出下轮迭代计划。

What This Skill Does

一条验证线闭环:用户贴入指标/上线结果后,对照 PRD 目标做差距分析,产出复盘结论(达成情况、定性反馈、意外发现),然后基于复盘结论滚动产出下轮迭代计划——待办分类、RICE 排序、容量分配、跟踪指标,并把新洞察路由回感知与设计层,完成反馈闭环。

Data Policy (诚实定位)

本 skill 不接入任何实时数据源——不读数据库、不调埋点平台、不抓监控后台。所有指标数据由用户提供:你贴数据,我做分析。

  • 有数据时:走完整主线——差距分析 → 复盘结论 → 迭代计划。
  • 无数据时:不编造数字,只产出复盘框架(该收集什么数据、基线怎么定、按什么方法分析),待数据到位后再补正式复盘与迭代计划。

When to Use

Activate this skill when:

  • 用户贴了上线后的指标数据,想评估发布或功能的结果
  • Phrases like "表现如何"、"衡量影响"、"上线复盘"、"效果分析"、"did it work"
  • 对照 PRD 成功指标检查目标达成情况
  • 规划下一个冲刺/迭代,或问 "what should we build next"
  • 需要平衡新功能、缺陷和技术债务,分配团队容量
  • 回顾上一轮迭代哪些有效、哪些无效

How It Works

  1. 确认数据前提 - 有用户提供的指标数据走复盘主线;无数据则只产出复盘框架(收集清单 + 分析方法)
  2. 完整度检查 - 按证据纪律输出信息完整度清单,经用户确认
  3. 对照 PRD 目标 - 逐项差距分析(target vs actual vs baseline)
  4. 提炼复盘结论 - What worked / what didn't / surprises,标记需要验证的假设
  5. 滚动迭代计划 - 待办分类(bug/优化/新功能/技术债)→ RICE 排序 → 容量分配
  6. 闭环路由 - 新洞察路由回感知层与设计层(见 Context Integration)

Input Parameters

Parameter Type Required Description
metrics_data object Yes* 用户提供的上线后指标数据(*无数据时只产出复盘框架)
release_ref string Yes Reference to release being analyzed
prd_ref string Yes Reference to PRD with success metrics
period string No Analysis period (default: "7 days post-launch")
capacity object No Team capacity constraints (e.g., {"points": 20, "weeks": 2})
debt_ratio number No Percentage allocation for tech debt (default: 20%)

Evidence Discipline (证据纪律)

  1. 缺失信息标记【待确认】:任何无法从输入或上下文获得的信息,标记为【待确认】,不得脑补填默认值。
  2. 证据追溯【未验证】:用户需求/市场断言必须追问证据来源;无证据的标记为【未验证】并注明所需验证方式。
  3. 完整度检查门:正式输出交付物前,先输出信息完整度清单(已确认 ✅ / 待确认 ⚠️ / 未验证 ❓),经用户确认后才生成正文。
  4. 可追溯:正式输出中的关键结论必须能追溯到以下来源之一:已确认的用户输入、引用的证据(含 URL)、或用户的显式决策;无法追溯的结论视为脑补,删除或改标【待确认】。

Output Structure

The skill generates four outputs:

  1. docs/product/.ompm/impact-analysis.json - 结构化复盘结果(契约文件名,不变)
  2. docs/product/.ompm/iteration-plan.json - 结构化迭代计划(契约文件名,不变)
  3. 复盘 + 迭代计划报告 (docs/product/retrospectives/[release]-[date].md) - 完整人类可读交付物
  4. A/B 验证方案 - 针对复盘中待验证假设的实验设计(无待验证假设时可省略)

Read the full file on GitHub · 372 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 372 lines · 186 tokens per session scan A 286c7caa4812

Subscribe to this mod's changes

retrospective is a skill published in the GitHub repository kelegele/oh-my-pm (4 stars, last pushed 1mo ago), licensed MIT. It adds 186 tokens to every session and 4,426 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

create-site

Creates a new Power Pages code site (SPA) using React, Angular, Vue, or Astro. Guides through the full process from initial concept to deployed site: requirements discovery, scaffolding, component planning, design, implementation, validation, and deployment. Use when the user wants to create, build, or scaffold a new…

microsoft/power-platform-skills · 73 tokens

configure-env-variables

Configures environment variables for Power Pages site settings to support ALM across environments. Creates environment variable definitions in Dataverse, guides the user through linking site settings to those variables via the Power Pages Management app, adds the variables to the solution, and generates a…

microsoft/power-platform-skills · 119 tokens

deploy-site

Deploys an existing Power Pages code site to a Power Pages environment using PAC CLI. Handles tooling verification, authentication, environment confirmation, building, and uploading. Use when the user wants to deploy, upload, or publish their code site.

microsoft/power-platform-skills · 50 tokens

top-design

Create award-winning, immersive web experiences at the level of Awwwards-featured agencies. Use when the user mentions "Awwwards quality", "make my site stunning", "scroll animations", "parallax storytelling", "cinematic web design", "portfolio site", or "brand experience". Also trigger when elevating a standard…

wondelai/skills · 113 tokens

create-business

Guided journey from raw idea to a validated, positioned, priced business with a chosen beachhead. Orchestrates ten skills phase by phase - jobs-to-be-done, mom-test, design-sprint, lean-startup, good-strategy-bad-strategy, blue-ocean-strategy, obviously-awesome, hundred-million-offers, monetizing-innovation…

wondelai/skills · 211 tokens

clean-code

Write readable, maintainable code through disciplined naming, small functions, and clean error handling. Use when the user mentions "clean up this code", "this function is too long", "code smells", "naming conventions", "boy scout rule", "single responsibility", or "unit test quality". Also trigger when reviewing a…

wondelai/skills · 126 tokens