AgentSkillsCN

sprint-status

展示当前冲刺的状态、阻塞因素,以及下一个可用的工单

SKILL.md
--- frontmatter
name: sprint-status
description: Display current sprint status, blockers, and next available tickets
allowed-tools: Read, Glob, Grep
model: haiku

Sprint Status Check

You are checking the current project status. Read and summarize:

Required Actions

  1. Read the sprint tracker:

    • File: sprints/SPRINT_TRACKER.md
    • Focus on: Sprint Status table, Recent Updates
  2. Identify the current active sprint(s):

    • Look for sprints marked 🟡 (In Progress) or the first 🔴 (Not Started)
    • Note any ⏸️ (Blocked) sprints
  3. For each active sprint, read its README:

    • File: sprints/sprint-XX-*/README.md
    • List tickets by status (🔴/🟡/🟢)
    • Identify blockers (dependencies not met)
  4. 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>