Record an architectural decision with reasoning. Use when making design choices, selecting technologies, or resolving trade-offs.
Records architectural decisions with chosen solutions, alternatives considered, and reasoning.
/plugin marketplace add iheanyi/tasuku/plugin install tasuku@tasuku-marketplaceCapture important decisions with the alternatives considered and reasoning.
tk decision add --id auth-strategy --chose "JWT tokens" --over "sessions,OAuth" --because "Stateless for microservices"
tk decision list # List all decisions
tk decision remove auth-strategy # Remove a decision
Good decisions to document:
Each decision includes: