ginko epic [options]
Creates and manages epics — large bodies of work broken down into sprints and tasks. The epic creation flow is AI-guided: ginko helps you define goals, scope, and sprint breakdown through conversation.
--list
--view
--sync
# Create a new epic (AI-guided)ginko epic # List all epicsginko epic --list # View epic detailsginko epic --view # Sync to graphginko epic --sync
Creates files following the entity naming convention (ADR-052):
docs/epics/EPIC-005-auth-system.md
docs/sprints/SPRINT-e005-s01-jwt-setup.md
e{NNN}
e005
e{NNN}_s{NN}
e005_s01
e{NNN}_s{NN}_t{NN}
e005_s01_t01