Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _posts/2024-10-28-adr-tooling.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, with 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. Beyond authoring, it queries a generated index to inject only the ADRs relevant to the task at hand, interviews the author one question at a time until a proposed decision is ready for human acceptance, checks accepted decisions against the diff at commit and pull-request time, and flags decision drift and retirement candidates. Template options: MADR (default), Nygard, canonical (adr-kit's seven-section format), convertible between profiles.
- [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.
- [adr.zone](https://www.adr.zone), a web-based ADR generator with multi-format support (Nygard, MADR, Y-Statement, ISO/IEC/IEEE 42010-inspired), examples, and a simple API for generating Architecture Decision Records.
Expand Down