From 4b3475ca196826568366c5bb62700fa786e39fd1 Mon Sep 17 00:00:00 2001 From: Doc SoC Date: Wed, 23 Jul 2025 17:38:10 +0200 Subject: [PATCH] Update 2024-10-28-adr-tooling.md --- _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 b2d7ce5..6f3b24d 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. - [dotnet-adr](https://github.com/endjin/dotnet-adr) - A cross platform .NET Global Tool for creating and managing Architectural Decision Records (ADR). ### MADR template