[timeframe] Timeframe
Period to analyze. Accepts 7d, 2w, 1m, sprint, or YYYY-MM-DD:YYYY-MM-DD; defaults to 7d, and sprint asks for a start date when tags cannot define it.
/ak:retro 2026-07-15:2026-07-28 Quick Ref / Command
Engineer Kit
/ak:retro
Generate an objective engineering retrospective from git history: velocity, churn, hotspots, author activity, plan completion, comparisons, and optional HTML visuals.
Parse timeframe
Gather raw git metrics
Compute derived metrics
Check plans directory
Rule 01
Objective metrics beat narrative guesses
Rule 02
N/A is correct when data or tooling is unavailable
Rule 03
Recommendations must cite actual hotspots, churn, test ratio, or activity distribution
Rule 04
HTML visuals are additive; Markdown remains the default
Core lanes from input to output, aligned with the command's real execution path.
Start
Input, scope, route
Work
Agent / skill execution
Verify
Gate, review, validation
How to invoke the skill: syntax, positional arguments, shared options, then each subcommand with its own syntax and outcome.
Syntax
/ak:retro [timeframe] [--compare] [--team] [--format html|md] [--no-antv|--no-diagram-design|--no-editorial-visuals][timeframe] Timeframe
Period to analyze. Accepts 7d, 2w, 1m, sprint, or YYYY-MM-DD:YYYY-MM-DD; defaults to 7d, and sprint asks for a start date when tags cannot define it.
/ak:retro 2026-07-15:2026-07-28 --compare Compare periods
Adds the preceding equal-length period and delta columns. It does not invent deltas when the previous window has no data.
/ak:retro 2w --compare --team Author breakdown
Adds per-author commit counts and team velocity signals from Git email history; review privacy before sharing.
/ak:retro sprint --team --format html|md Report format
Chooses Markdown or self-contained HTML output. HTML uses inline CSS and may include the additive editorial visual layer.
/ak:retro 1m --format html --no-antv No AntV visuals
Disables optional AntV panels for HTML output. Markdown output is unchanged.
/ak:retro 1m --format html --no-antv --no-diagram-design No diagram design
Disables the optional diagram-design treatment for HTML timelines, hotspots, or radar visuals.
/ak:retro 1m --format html --no-diagram-design --no-editorial-visuals No editorial visuals
Disables all additive editorial visual layers for this HTML run; metric tables and formulas still render.
/ak:retro 1m --format html --no-editorial-visuals default Current period retro
--compare Delta comparison
--team Author breakdown
--format html|md Output format
Concrete invocations for each flag, subcommand, mode, or route available in the live workflow.
/ak:retro 7d /ak:retrosprint--compare--team
/ak:retro1m--formathtml
/ak:retro2026-08-01:2026-08-15--formatmd
Retro report
Pattern
plans/reports/retro-{YYMMDD}-{slug}.md or .html Under-200-line retrospective report with metrics, formulas, highlights, recommendations, and optional visual sections.