This is a solid implementation of the Nygard ADR format with templates and guardrails to keep you honest about tradeoffs. It comes with a script that auto-generates numbered ADRs with metadata filled in, plus three interrogation rules that force you to think about scalability, reliability, and security before you commit to a decision. The best practices section is worth reading even if you've written ADRs before, especially the bit about keeping them immutable and documenting why you rejected alternatives. Good for teams that need architectural memory without turning every decision into a 20-page design doc.
npx skills add https://github.com/yonatangross/orchestkit --skill architecture-decision-record