with one click
retrospectives
// The reflection and iterative improvement layer, managing project and session retrospectives.
// The reflection and iterative improvement layer, managing project and session retrospectives.
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | retrospectives |
| description | The reflection and iterative improvement layer, managing project and session retrospectives. |
The Retrospectives skill provides a structured way to capture, organize, and act upon project and session reflections. It transforms raw feedback into actionable ledger tasks to drive iterative improvement.
The system organizes retrospectives into a time-indexed hierarchy (Year $\rightarrow$ Month $\rightarrow$ Day) to ensure historical continuity and easy retrieval.
Supports three levels of reflection:
Every retrospective captures a structured state:
The skill integrates with the project ledger. When a retrospective identifies a critical failure or improvement, it can spawn a ledgerTask, linking the theoretical reflection to an actual work item.
save_retroPersists a structured retrospective to the sovereign memory.
date (YYYY-MM-DD), type (task/day/week), id, content (RetroSchema).get_retros_for_periodRetrieves all retrospectives within a specific date window.
start_date, end_date.create_ledger_taskTransforms a retrospective finding into a formal ledger task.
description, priority, source_retro_id.