← ClaudeAtlas

ce-retrolisted

Read-only retrospective over a plan's pipeline — aggregate the .metrics.jsonl stream and existing artifacts into descriptive signals (testability, escalation, park/retry/circuit-break rates, review disposition, complexity drift). Scope-boxed by plan, and optionally time-boxed by a --since/--until window for a sprint retro; renders for a chosen audience (standup, sprint-review, on-call handoff) without ever computing a number the artifacts do not carry. Mutates nothing. Triggers: retrospective/metrics/health-report/how-did-this-plan-go, sprint retro, standup summary, on-call handoff brief. Dynamic counterpart of the static /ce-plan-audit.
relusion/vg-sdlc-claude-plugins · ★ 0 · Data & Documents · score 75
Install: claude install-skill relusion/vg-sdlc-claude-plugins
# Retro **Invocation input:** Plan to report on: $ARGUMENTS Aggregate what the pipeline already recorded into a read-only retrospective. This is the toolset's **observability** surface: every other skill produces rich per-run artifacts (specs, `verification.md`, `code-review.md`, auto-build run reports) and appends to a lightweight metrics stream; `retro` reads them across runs and reports descriptive signals. It **mutates no plan artifact** and renders no verdict — the numbers are signals over the model's own (fallible) outputs, not ground truth. ## Runtime Inputs - **Plan slug (optional):** which plan to report on. If absent, read `docs/plans/plans.json` and ask (or report across all plans). - **Loaded (read-only):** `docs/plans/<slug>/.metrics.jsonl` (if present), each `specs/<id>/ce-spec.md` (TC tags), `specs/<id>/tasks.json` (task counts), `specs/<id>/verification.md`, `code-review.md` + each `specs/<id>/review-summary.json` (review findings by lens × severity × confidence + the per-feature `suppressed` count) + `review-learnings.md` (dismissal `RL-N` entries — for the recurring-dismissal / promote-to-`review-policy.md` signal), `plan.json` and/or `feature-plan.md` (Final Complexity per feature — for the complexity-drift signal), `docs/plans/express-log.jsonl` (accepted express-patch activity, when reporting repo-wide), and `auto-build/<date>-run.md`. ## Execution Contract 0. **Session write lease (structural, first act).** `python3 "${CLAUDE_SKI