srekit retro¶
Generate a sprint retro scaffold in Start / Stop / Continue format.
Synopsis¶
Flags¶
| Flag | Required | Description |
|---|---|---|
--team |
yes | Team name |
--sprint |
no | Sprint identifier (e.g. 2026-W19). Default: today's date. |
Plus the shared output flags. Default filename: retro-<slug-of-team>-<sprint>.md.
Examples¶
To stdout:
Section structure¶
- Front matter:
title,team,sprint,id - Контекст (Context) — sprint summary, key metrics
- ✅ Start — что начнём делать
- ⛔ Stop — что прекратим
- 🔁 Continue — что продолжаем
- Action items — owner / due / status
- Ссылки (References)
Template shape¶
retro ships as a v1 YAML artifact (internal/tmpl/templates/retro.yaml) — frontmatter, H1, meta_bullets, sections (Start / Stop / Continue, action items, references). Template expressions reference .Meta.<Field> for ID, Team, Sprint, Now. See srekit postmortem for the full schema reference.
See also¶
srekit oncall-report— weekly granularity vs sprint granularity.srekit postmortem— per-incident retros.