What problem does it solve?
Generate or update the consolidated project-level retrospective by aggregating retrospective data across all features (or a specific subset). Output is saved to .pythia/notes/retro-project.md — a single persistent file, updated on each run (new blocks appended, existing blocks never deleted).
Core Features & Use Cases
- Aggregates multi-feature retros by collecting plan/implementation insights across features into a unified report.
- Appends new runs to the persistent retro file, preserving history for trend analysis.
- Supports scoped analysis by feature IDs or date filters and can operate with all features by default.
- Reference-driven: uses existing notes/retro.md when available and raw sources from plans and reports otherwise.
- Cross-feature patterns: identifies recurring themes like risks and process improvements.
Quick Start
Run /retro-all to aggregate all feature retros into the persistent retro report.