ginko architecture
ginko architecture [decision] [options]Description
Section titled “Description”Design mode for crafting Architecture Decision Records. AI-enhanced by default — ginko helps structure the decision, alternatives considered, and consequences.
Options
Section titled “Options”| Flag | Description |
|---|---|
--number <number> | ADR number |
--noai | Disable AI enhancement |
-r, --review | Review before saving |
-v, --verbose | Show detailed output |
Examples
Section titled “Examples”# Create an ADRginko architecture "Use PostgreSQL for session storage"
# Specify ADR numberginko architecture "API versioning strategy" --number 42
# Review before savingginko architecture "Caching layer design" --reviewOutput
Section titled “Output”Creates docs/adr/ADR-{NNN}-{slug}.md with:
- Title and status
- Context and problem statement
- Decision and rationale
- Alternatives considered
- Consequences
Related Commands
Section titled “Related Commands”- ginko explore — Explore before deciding
- ginko capture — Capture learnings