What problem does it solve?
This Skill automates sprint closure by verifying merges, cleaning branches, recording backlog items, updating statuses, and generating a retrospective summary.
Core Features & Use Cases
- Verify all PRs are merged for the sprint and close any lingering open items.
- Clean up branches and worktrees created during the sprint to maintain a clean repository.
- Record new backlog items (bugs, follow-ups, tech debt) into Supabase tables (pm_backlog_items) with proper categorization and priorities.
- Update sprint and task statuses in Supabase (pm_sprints, pm_tasks) and mark the sprint as completed.
- Generate a concise sprint retrospective to document delivered work, lessons learned, and next-step items.
Typical use: at the end of a sprint when development work is complete, reviewed, and deployed.
Quick Start
Run the sprint-wrapup workflow for the active sprint and review the generated retrospective summary.