What problem does it solve?
Post-implementation work often leaves living documents, API contracts, and TODOs out of date. speckit-retro automates the retrospective process to update living docs, verify consistency, close the loop, and triage discovered TODOs into the parking lot without requiring user input.
Core Features & Use Cases
- Automated living-doc updates: appends a new retrospective entry to docs/retro.md and updates related living documents (data-model, contracts, ADRs) as needed.
- Parking-lot triage: extracts TODO markers from the codebase and adds them to docs/PARKING_LOT.md for future speckit-specify planning.
- Context-aware workflow: uses the implementation session context and living documents to generate a comprehensive retrospective aligned with the latest changes.
Quick Start
Invoke speckit-retro after speckit-implement to automatically generate the retrospective and update living docs.