Installation
Copy the prompt below and send it to your AI assistant (e.g. Claude Code) — it will follow the instructions and install automatically.
Install the "launch-retro-analyzer" skill by following the instructions at https://skill123.me/install/launch-retro-analyzer.
Run in your terminal — downloads and installs to ~/.claude/skills/.
curl -fsSL https://skill123.me/install/launch-retro-analyzer.sh | bash
Download the zip and extract it into your skills directory (e.g. ~/.claude/skills/), then restart your session.
⬇ Download v1.0.0 · 4 KBAbout this skill
Overview
Use when the user asks to "run a launch retro / post-mortem", "compare launch results vs targets by channel", or "decide what to keep or kill for the next launch"; produces a structured D1/W1/M1 retrospective — a per-channel actual-vs-target table (UTM-attributed own analytics as the truth column, platform self-reported numbers as reference, every figure labeled Measured / User-provided / Estimated), a 5-Whys chain on the single largest miss, keep / kill / change decisions per channel, 3-5 actionable learnings for the next launch, and an outcome snapshot submitted to the launch registry. Not for return math (CPA / ROI) — use roi-calculator; not for the stakeholder-facing report writeup — use report-generator; not for a metric deep-dive — use performance-analyzer. 发布复盘/渠道归因/5-Whys/keep-kill
Source
- Repo: https://github.com/aaron-he-zhu/aaron-marketing-skills
- Path: launch/prove/launch-retro-analyzer
Evaluation
AI-evaluated 2026-09-03: Highly structured with explicit scope guards, a skill contract, done-when criteria, labeled evidence provenance, and untrusted-input handling; but it presumes the surrounding repo ecosystem (manifests, receipts, registry scripts, RAMP framework), making it unusable standalone and niche.
