ginko charter
ginko charter [options]Description
Section titled “Description”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.
Options
Section titled “Options”| Flag | Description |
|---|---|
--no-ai | Run interactive mode without AI |
--view | View existing charter |
--edit | Edit charter conversationally |
--mode <mode> | Work mode: hack-ship, think-build, full-planning |
--sync | Sync charter to graph database |
--examples | Show charter command examples |
Examples
Section titled “Examples”# Create charter (AI-guided conversation)ginko charter
# View existing charterginko charter --view
# Edit conversationallyginko charter --edit
# Without AI assistanceginko charter --no-ai
# Sync to cloudginko charter --syncOutput
Section titled “Output”Creates docs/PROJECT-CHARTER.md with sections for:
- Project vision and goals
- Scope and boundaries
- Success criteria
- Technical constraints
- Team structure
Related Commands
Section titled “Related Commands”- ginko init — Initialize project first
- ginko push — Push charter to graph