governance-author-adr

Create MADR-style Architecture Decision Records following repository conventions.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/tsunami28/MindNova --skill governance-author-adr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: governance-author-adr
Source: https://github.com/tsunami28/MindNova/tree/main/.claude/skills/governance-author-adr
Command: npx skills add https://github.com/tsunami28/MindNova --skill governance-author-adr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams preserve the reasoning behind important architectural choices so future contributors can understand decisions without repeatedly revisiting past tradeoffs.

Core Features & Use Cases

  • ADR Detection and Authoring: Identifies load-bearing architectural decisions and creates MADR-style Architecture Decision Records following repository conventions.
  • Decision Governance Workflow: Guides suggestion, authoring, and supersession workflows while enforcing validation, review, and documentation rules.
  • Use Case: When a team chooses a new persistence approach or architectural boundary, use this Skill to determine whether an ADR is needed and prepare a consistent decision record.

Quick Start

Use the governance-author-adr skill to draft an Architecture Decision Record for the latest architectural decision.

Frequently Asked Questions about governance-author-adr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I document architectural decisions to prevent repeated debate?

You document architectural decisions by creating repository-aware Architecture Decision Records that capture technical rationale and preserve tradeoffs. This ensures future contributors understand decisions without revisiting past discussions.

What is an ADR and when do I need to create one?

An ADR is an Architecture Decision Record used to capture load-bearing architectural choices. You need to create one when your team chooses a new persistence approach or defines an architectural boundary to preserve the technical reasoning.

How do I draft a MADR-style decision record for a new software architecture choice?

Drafting a MADR-style decision record involves identifying the architectural decision, validating architectural facts, and applying structured documentation practices following repository conventions to enforce consistent decision governance.

Does this approach work for superseding older architecture decision records?

Yes, the decision governance workflow explicitly supports supersession scenarios. It guides the suggestion, authoring, and supersession processes while enforcing validation and review rules to maintain decision history.

What is the best way to govern the review process for architecture decision records?

The best way to govern ADR reviews is to apply a structured documentation workflow that enforces validation, review, and documentation rules. This ensures architectural facts are verified and decision records remain consistent.

When should I not use architecture decision records for my software documentation?

You should avoid creating ADRs for non-load-bearing decisions. This Skill specifically targets architectural decisions where preserving technical rationale prevents repeated debate over significant tradeoffs and architectural boundaries.