ginko sprint
ginko sprint <subcommand> [options]Description
Section titled “Description”Manage sprints within epics. Sprints are time-boxed work units containing tasks.
Subcommands
Section titled “Subcommands”| Subcommand | Description |
|---|---|
create | Create a new sprint |
quick-fix "description" | Create an ad-hoc sprint with a single task |
Examples
Section titled “Examples”# Create a sprintginko sprint create
# Quick fix for unplanned workginko sprint quick-fix "Fix login redirect bug"Ad-hoc sprints
Section titled “Ad-hoc sprints”For unplanned work (bug fixes, maintenance), use ad-hoc naming:
adhoc_{YYMMDD}_s{NN}_t{NN}Example: adhoc_260313_s01_t01 — First task in an ad-hoc sprint created March 13, 2026.
Related Commands
Section titled “Related Commands”- ginko epic — Parent epic management
- ginko task — Task management
- ginko assign — Assign sprint tasks