ginko backlog
ginko backlog <subcommand> [options]Description
Section titled “Description”Create and manage backlog items — features, stories, and bugs that haven’t been scheduled into sprints yet.
Subcommands
Section titled “Subcommands”| Subcommand | Description |
|---|---|
create <type> <description> | Create a backlog item |
list | List all items |
view <id> | View specific item |
Examples
Section titled “Examples”# Create a featureginko backlog create feature "Add dark mode support"
# Create a bugginko backlog create bug "Login fails on Safari"
# List all itemsginko backlog list
# View specific itemginko backlog view BL-001Shortcuts
Section titled “Shortcuts”ginko feature "Add dark mode" # Shortcut for backlog create featureginko story "User onboarding flow" # Shortcut for backlog create storyRelated Commands
Section titled “Related Commands”- ginko feature — Quick feature creation
- ginko story — Quick story creation
- ginko epic — Promote backlog items to epics