Sprint Status Check
You are checking the current project status. Read and summarize:
Required Actions
- •
Read the sprint tracker:
- •File:
sprints/SPRINT_TRACKER.md - •Focus on: Sprint Status table, Recent Updates
- •File:
- •
Identify the current active sprint(s):
- •Look for sprints marked 🟡 (In Progress) or the first 🔴 (Not Started)
- •Note any ⏸️ (Blocked) sprints
- •
For each active sprint, read its README:
- •File:
sprints/sprint-XX-*/README.md - •List tickets by status (🔴/🟡/🟢)
- •Identify blockers (dependencies not met)
- •File:
- •
Find the next available ticket:
- •Must be 🔴 (Not Started)
- •Must have all dependencies satisfied (Depends On tickets are 🟢)
- •Prefer lower ticket numbers
Output Format
code
# ECSdb Sprint Status ## Active Sprint: Sprint XX - <Name> Status: <status> Progress: X/Y tickets complete ### Tickets | ID | Title | Status | Blocked By | |----|-------|--------|------------| | ... | ... | ... | ... | ## Next Available Ticket **TICKET-XX-YYY: <Title>** - Priority: PX - Complexity: S/M/L - Dependencies: All satisfied ## Blockers - <List any blocking issues> ## Recent Updates - <From SPRINT_TRACKER.md>