diff --git a/.claude/skills/start-sprint/SKILL.md b/.claude/skills/start-sprint/SKILL.md index 541175d12..1cd236ec9 100644 --- a/.claude/skills/start-sprint/SKILL.md +++ b/.claude/skills/start-sprint/SKILL.md @@ -131,18 +131,23 @@ db/connectors/ticket show Read the decision files referenced in the sprint briefing so the agent has full architectural context before starting work. -### 7. Present the work plan +### 7. Mark tickets in progress and present the work plan -Output a summary: +Mark all actionable (unblocked, non-done) tickets in the sprint as +`in_progress`: + +```bash +db/connectors/ticket status in_progress +``` + +Then output a summary: - Sprint name and goal - Branch status (clean merge or conflicts) -- Actionable tickets (unblocked, ready to start) +- Tickets marked in_progress (list with IDs) - Blocked tickets (and what blocks them) - Key decisions loaded - Suggested first task (lowest ID unblocked ticket) -Do NOT mark any ticket as `in_progress` yet. - ### 8. Confirm and spawn the team Before spawning agents, use `AskUserQuestion` to confirm the work plan and