templates/issues/.agents/skills/sprint-workflow/SKILL.md
Sprint and board management in Jira. Use when working with sprints, boards, or understanding the board-sprint-issue hierarchy.
npx skillsauth add BuilderIO/agent-native sprint-workflowInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Board -> Sprint(s) -> Issue(s)
|
+-> Project (boards belong to projects)
active, future, closed.pnpm action list-sprints --boardId <id>
Returns all sprints for a board, including their state (active/future/closed), start/end dates, and goals.
pnpm action list-projects [--compact]
Returns all Jira projects with their keys, names, and types.
list-projects to see available projectsGET /api/boards to find board IDslist-sprints --boardId <id> to see sprints| View | URL Pattern | Shows |
| --------- | --------------------- | -------------------------------- |
| My Issues | /my-issues | Issues assigned to current user |
| Projects | /projects/:key | Issues in a project |
| Board | /board/:id | Kanban/Scrum board columns |
| Sprint | /sprint/:id | Active sprint backlog |
# Navigate to a project
pnpm action navigate --view=projects --projectKey=PROJ
# Navigate to a board
pnpm action navigate --view=board --boardId=123
# Navigate to sprint view
pnpm action navigate --view=sprint --boardId=123
tools
Public booking flow — the state machine, animations, and URL/app-state sync.
tools
Trigger-based automations — reminders, follow-ups, webhooks — across the booking lifecycle.
tools
Team event types, round-robin assignment, collective bookings, host weights, and no-show calibration.
development
The pure `computeAvailableSlots` function — inputs, outputs, invariants, and debugging guide.