| name | sprint |
| description | Sprint planning and progress tracking for HeadsUp development. Use when managing PRDs, checking sprint status, creating new PRDs, generating progress reports, or shuffling work between sprints. Triggers on /sprint commands. |
HeadsUp Planner Skill
A sprint planning and progress tracking skill for the HeadsUp project. Manages PRDs, sprint organization, and development progress using Manus context engineering principles.
Commands
/sprint state
Show current sprint and project status overview.
Actions:
- Read project/ROADMAP.md to identify current phase
- Scan all sprint folders (project/sprint-0/ through sprint-9/)
- Count PRDs by status (TODO, IN_PROGRESS, DONE)
- Display summary with phase context
Output Format:
HeadsUp Development State
========================
Current Phase: [Phase X - Name] ([Timeline])
Sprint Status:
- sprint-0: 3 PRDs (1 DONE, 1 IN_PROGRESS, 1 TODO)
- sprint-1: 2 PRDs (0 DONE, 0 IN_PROGRESS, 2 TODO)
...
Active Work:
- PRD-2.md: Goals CRUD (IN_PROGRESS)
- PRD-3.md: User Profiles (IN_PROGRESS)
/sprint [n]
Focus on a specific sprint and load its context.
Arguments:
n (required): Sprint number (0-9)
Actions:
- Load project/sprint-[n]/ folder
- Read all PRD files in the sprint
- Extract state and task lists from each PRD
- Show blocking tasks and dependencies
Output Format:
Sprint [n] Overview
==================
Phase: [Phase from ROADMAP.md]
PRDs: [count]
PRD-1.md: [Title from heading]
State: TODO | IN_PROGRESS | DONE
Tasks: [completed]/[total]
Next: [Next PRD reference]
PRD-2.md: [Title]
State: IN_PROGRESS
Tasks: 3/7
Blocking: "Implement role-based guards"