Find Next Ticket
You are finding the next ticket that is ready to be worked on.
Selection Criteria (in order of priority)
- •Status: Must be 🔴 (Not Started)
- •Dependencies: All tickets in "Depends On" must be 🟢 (Complete)
- •Priority: P0 before P1, P1 before P2
- •Sprint Order: Earlier sprints before later sprints
- •Ticket Order: Lower ticket numbers before higher
Process
- •
Read
sprints/SPRINT_TRACKER.mdto find active sprints - •
For each sprint (in order):
- •Read
sprints/sprint-XX-*/README.md - •Find all 🔴 tickets
- •Check each ticket's dependencies
- •Read
- •
For each candidate ticket:
- •Read the full ticket file:
sprints/sprint-XX-*/TICKET-XX-YYY*.md - •Verify "Depends On" tickets are complete
- •Note the Priority and Complexity
- •Read the full ticket file:
- •
Select the highest priority ticket with satisfied dependencies
Output Format
code
# Next Ticket Ready for Work **TICKET-XX-YYY: <Full Title>** ## Metadata - Sprint: XX - <Sprint Name> - Priority: PX (Critical/High/Medium/Low) - Complexity: S/M/L - Dependencies: All satisfied ✓ ## Summary <Brief description from ticket> ## Acceptance Criteria <List from ticket> ## Key Technical Details <Highlight important implementation notes> --- To begin work on this ticket, use: /ticket XX-YYY Or to see full ticket: Read sprints/sprint-XX-*/TICKET-XX-YYY*.md
If no tickets are ready (all blocked), report the blocking situation.