ginko plan
ginko plan [feature] [options]Description
Section titled “Description”Creates a phased implementation plan with acceptance criteria for a feature or piece of work. AI-enhanced by default.
Options
Section titled “Options”| Flag | Description |
|---|---|
-d, --days <number> | Sprint duration in days (default: 5) |
-r, --review | Review before saving |
--noai | Disable AI enhancement |
Examples
Section titled “Examples”# Plan a featureginko plan "user authentication system"
# Custom sprint durationginko plan "API refactor" --days 3
# Review before savingginko plan "search feature" --reviewRelated Commands
Section titled “Related Commands”- ginko epic — Create epics from plans
- ginko explore — Explore before planning