Skip to content

ginko reflect

Terminal window
ginko reflect <intent> [options]

Universal reflection pattern that generates AI-enhanced content across multiple domains. The domain determines the output format and structure.

FlagDescription
-d, --domain <domain>Domain: start, capture, explore, architecture, plan, ship, backlog, prd, documentation, bug, changelog, git, testing
-r, --rawOutput raw reflection prompt
-s, --saveSave artifact to proper location
--noaiDisable AI enhancement
Terminal window
# Reflect on a bug
ginko reflect "login timeout issue" --domain bug
# Generate documentation
ginko reflect "API endpoints" --domain documentation
# Save output
ginko reflect "changelog entry" --domain changelog --save