What problem does it solve? Decisions and events accumulate silently in the runtime event log (.harness/state/events.jsonl) and are never reviewed unless someone periodically turns them into a human-facing, committed artifact. This Skill closes that loop by reading the log and writing a dated retro summarizing what happened, notable decisions, and follow-ups. ## Core Features & Use Cases - Event Log Summarization: Runs the events CLI with --summarize to pull counts, event types, and timestamps without hand-parsing JSONL. - Structured Retro Generation: Writes a dated Markdown retro under .harness/archive/retros/ covering what happened, decisions logged, notable patterns, and concrete follow-ups. - Loop-Closing Logging: Logs the retro itself as an event so the dashboard's retro links stay current. - Use Case: At the end of a work session or sprint, ask for a retro to capture decisions and gate overrides while they are still cheap to reconstruct, producing a committed artifact for the team. ## Quick Start Run a retro summarizing everything logged since the last one and write it to the retros archive.