Skip to content

ginko explore

Terminal window
ginko explore [topic] [options]

Opens a collaborative thinking mode for exploring problems, solutions, and ideas. Can output structured documents like PRDs or backlog items.

FlagDescription
--type <type>Output type: prd or backlog
-r, --reviewReview before saving
--noaiDisable AI enhancement
Terminal window
# Explore a topic
ginko explore "authentication approaches"
# Generate a PRD
ginko explore "search feature" --type prd
# Generate backlog items
ginko explore "performance optimization" --type backlog