ginko explore
ginko explore [topic] [options]Description
Section titled “Description”Opens a collaborative thinking mode for exploring problems, solutions, and ideas. Can output structured documents like PRDs or backlog items.
Options
Section titled “Options”| Flag | Description |
|---|---|
--type <type> | Output type: prd or backlog |
-r, --review | Review before saving |
--noai | Disable AI enhancement |
Examples
Section titled “Examples”# Explore a topicginko explore "authentication approaches"
# Generate a PRDginko explore "search feature" --type prd
# Generate backlog itemsginko explore "performance optimization" --type backlogRelated Commands
Section titled “Related Commands”- ginko architecture — Design ADRs
- ginko plan — Create implementation plans