Skip to content

ginko charter

Terminal window
ginko charter [options]

Creates or manages your project charter — a structured document capturing goals, scope, success criteria, and constraints. The charter is AI-assisted by default: ginko asks conversational questions and generates the charter from your answers.

FlagDescription
--no-aiRun interactive mode without AI
--viewView existing charter
--editEdit charter conversationally
--mode <mode>Work mode: hack-ship, think-build, full-planning
--syncSync charter to graph database
--examplesShow charter command examples
Terminal window
# Create charter (AI-guided conversation)
ginko charter
# View existing charter
ginko charter --view
# Edit conversationally
ginko charter --edit
# Without AI assistance
ginko charter --no-ai
# Sync to cloud
ginko charter --sync

Creates docs/PROJECT-CHARTER.md with sections for:

  • Project vision and goals
  • Scope and boundaries
  • Success criteria
  • Technical constraints
  • Team structure