Skip to content

srekit retro

Generate a sprint retro scaffold in Start / Stop / Continue format.

Synopsis

srekit retro --team NAME [flags]

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

srekit retro --team platform --sprint 2026-W19 --out retro-platform-W19.md

To stdout:

srekit retro --team platform --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