decisions

Record and maintain structured decision logs and ADRs with metadata.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/heymishy/2x2-v3-28-03-20216 --skill decisions-heymishy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: decisions
Source: https://github.com/heymishy/2x2-v3-28-03-20216/tree/main/.github/skills/decisions
Command: npx skills add https://github.com/heymishy/2x2-v3-28-03-20216 --skill decisions-heymishy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Decisions are captured and organized to preserve rationale, context, and traceability across in-flight choices and long-lived architectural decisions.

Core Features & Use Cases

  • Two workflow tracks: quick log entries for near-term decisions and formal ADRs for lasting architectural choices.
  • Append, reference, and revisit decisions across features or repo-level domains with clear context.
  • Facilitate audits and onboarding by surfacing rationale, alternatives, consequences, and triggers.

Quick Start

Log a significant decision or add an ADR as soon as it matters.

Frequently Asked Questions about decisions

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

FAQPage Schema
How do I log architectural decisions and maintain traceability across my repository?

You can log architectural decisions using structured frontmatter-driven metadata to capture rationale, alternatives, and consequences, ensuring full traceability across features and repo-level domains. The skill maintains two tracks: quick log entries for near-term choices and formal ADRs for lasting guidelines.

When should I create an ADR versus a quick decision log entry?

Create a quick log entry for near-term, in-flight feature decisions, and create a formal ADR for long-lived architectural choices. The skill enforces clear criteria for when to use each track, prompting for revisit triggers and consequences specifically for lasting architectural decisions.

What metadata is required for a valid architecture decision record?

A valid architecture decision record requires mandatory frontmatter-driven metadata fields. The skill enforces this structure to capture rationale, alternatives, consequences, and revisit triggers, ensuring decisions are consistently formatted for audits and onboarding.

Can I update or revise an existing ADR after it has been logged?

Yes, you can iteratively revise existing ADRs and log entries. The skill supports iterative revision, allowing you to append updates, reference prior decisions, and adjust revisit triggers as feature requirements or repo-level architectural guidelines evolve.

What is the best way to document decision rationale and alternatives for audit readiness?

The best way to document decision rationale for audits is using a structured ADR format that explicitly prompts for alternatives, rationale, and consequences. This ensures all context is surfaced for onboarding and compliance reviews across the repository.

Does this decision logging approach work for both feature-level and repo-level governance?

Yes, the approach applies to both feature-level decisions and repo-level architectural guidelines. It provides two distinct tracks for governance and traceability, ensuring both in-flight choices and long-lived architectural standards are documented with clear context.