Add adr-kit to the decision capturing tools list - #110
Open
rvdbreemen wants to merge 1 commit into
Open
Conversation
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MXRH3StXLxYZjLYGNNxL1u
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
adr-kitto the Any template list on the Decision Capturing Tools page, alphabetically after ADG. Supersedes #104, which was opened against an oldermainand described an older release.adr-kit (MIT) is an ADR toolkit aimed at AI coding agents. It ships native plugins for Claude Code CLI, OpenAI Codex CLI and GitHub Copilot CLI on top of dependency-free Python 3.10+ command-line tools and an MCP server, so the same engines run whether or not an agent is involved.
What it adds beyond authoring:
ADR-INDEX.jsonis queried to inject only the ADRs relevant to the task at hand, with explainable matches, instead of reading the whole set.Template options are MADR (default), Nygard, and adr-kit's canonical seven-section format, with guided conversion between profiles — hence the Any template section rather than the MADR or Nygard lists.
Actively maintained: current release is v0.40.0 (July 2026). I am the author of the tool.