speckit-decision-new

Create Architecture Decision Records in MADR 4 format with auto-numbering and commit links.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/Satcomx00-x00/speckit-python --skill speckit-decision-new
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-decision-new
Source: https://github.com/Satcomx00-x00/speckit-python/tree/main/skills/speckit-decision-new
Command: npx skills add https://github.com/Satcomx00-x00/speckit-python --skill speckit-decision-new

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of creating Architecture Decision Records (ADRs) using the MADR 4 (full) format, streamlining the documentation of architectural decisions and their consequences.

Core Features & Use Cases

  • Automated ADR Creation: Generates ADRs with auto-numbering, links to current commits, and prompts for status, drivers, options, and consequences.
  • Project Memory Integration: Ensures ADRs are part of the project's durable memory, read by /speckit.context.refresh and enforced by /speckit.decision.audit.
  • Use Case: When an architectural decision is made that needs to be documented and tracked within the project, this skill can be used to create the ADR in a structured format.

Quick Start

Create a new ADR using the speckit-decision-new skill by providing a decision title and any additional optional parameters.

Frequently Asked Questions about speckit-decision-new

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

FAQPage Schema
How do I create an Architecture Decision Record using the MADR 4 format?

To create an Architecture Decision Record using the MADR 4 format, you can automate the process by providing a decision title and optional parameters to generate structured documentation of architectural decisions and their consequences.

What is the MADR 4 format for documenting software architecture decisions?

The MADR 4 format is a structured template for Architecture Decision Records that captures the rationale, drivers, options, and consequences of software architecture decisions to ensure durable project memory and enforcement.

How do I document architectural decisions and their consequences in a software project?

You document architectural decisions by generating an ADR that captures auto-numbering, links to current commits, and prompts for status, drivers, options, and consequences, ensuring the rationale is tracked within the project.

Can I automate ADR creation and link it to my current project commits?

Yes, automating ADR creation links the generated architecture decision records to current commits and integrates them into the project's durable memory for future reference and auditing.

What is the best way to track and enforce architectural decisions in software development?

The best way to track and enforce architectural decisions is by creating structured ADRs that integrate with project memory, allowing automated tools to read and audit the documented decisions and their consequences.