From 73a8608bd0dc193288ad0f6e5ba62c538c3830dc Mon Sep 17 00:00:00 2001 From: Robert van den Breemen Date: Sat, 13 Jun 2026 00:43:33 +0200 Subject: [PATCH] Add adr-kit to the Any template tooling list adr-kit (https://github.com/rvdbreemen/adr-kit) is an MIT-licensed ADR toolkit aimed at AI coding agents: a Claude Code plugin plus dependency-free Python CLIs that also install into Cursor, GitHub Copilot, and OpenAI Codex CLI. Listed under Any template because it stores a Nygard-derived seven-section template and imports existing MADR and Nygard sets via guided migration. Beyond authoring it covers the maintenance side of the ADR lifecycle: enforcement of accepted decisions against diffs at commit/PR time, drift and staleness detection, relevance ranking for agent context, and an MCP server. Co-Authored-By: Claude Fable 5 --- _posts/2024-10-28-adr-tooling.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_posts/2024-10-28-adr-tooling.md b/_posts/2024-10-28-adr-tooling.md index c0d47d8..40e104f 100644 --- a/_posts/2024-10-28-adr-tooling.md +++ b/_posts/2024-10-28-adr-tooling.md @@ -13,6 +13,7 @@ categories: [adr] ### Any template - [ADG (Architectural Decision Guidance)](https://github.com/adr/ad-guidance-tool), a command-line tool written in Go for modeling, managing, and reusing architectural decisions in a lightweight and structured way (step-by-step usage example in this [Medium story](https://medium.com/olzzio/adg-a-light-architectural-decision-guidance-and-management-tool-902fd65d2185)). Template options: Nygard, MADR (basic), QOC. +- [adr-kit](https://github.com/rvdbreemen/adr-kit), an ADR toolkit for AI coding agents (Claude Code plugin plus dependency-free Python CLIs, also usable from Cursor, Copilot, and Codex CLI). Beyond authoring, it enforces accepted decisions against diffs at commit and PR time, detects decision drift and stale ADRs, ranks the ADRs relevant to a coding task, and ships a small MCP server. Stores a Nygard-derived seven-section template; imports MADR and Nygard sets via guided migration. - [dotnet-adr](https://github.com/endjin/dotnet-adr) - A cross platform .NET Global Tool for creating and managing Architectural Decision Records (ADR). - [ReflectRally](https://reflectrally.com), a collaborative web-based application for creating, discussing and maintaining Architectural Decision Records with structured workflows, ownership and review processes.