Skip to content

ginko architecture

Terminal window
ginko architecture [decision] [options]

Design mode for crafting Architecture Decision Records. AI-enhanced by default — ginko helps structure the decision, alternatives considered, and consequences.

FlagDescription
--number <number>ADR number
--noaiDisable AI enhancement
-r, --reviewReview before saving
-v, --verboseShow detailed output
Terminal window
# Create an ADR
ginko architecture "Use PostgreSQL for session storage"
# Specify ADR number
ginko architecture "API versioning strategy" --number 42
# Review before saving
ginko architecture "Caching layer design" --review

Creates docs/adr/ADR-{NNN}-{slug}.md with:

  • Title and status
  • Context and problem statement
  • Decision and rationale
  • Alternatives considered
  • Consequences