eng-architecture-decision

Create Architecture Decision Records with weighted comparison matrices and risk mitigations.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/viditparashar96/second-brain-claude --skill eng-architecture-decision
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eng-architecture-decision
Source: https://github.com/viditparashar96/second-brain-claude/tree/main/skills/eng-architecture-decision
Command: npx skills add https://github.com/viditparashar96/second-brain-claude --skill eng-architecture-decision

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reduce costly, untracked engineering decisions by producing formal Architecture Decision Records that capture context, trade-offs, and approved recommendations so teams can reason about irreversible and reversible design choices.

Core Features & Use Cases

  • Weighted comparison matrices: build criteria with weights and compute option scores to make quantitative trade-offs.
  • Context-aware framing: read project docs and org priorities, search prior ADRs, and identify affected products and constraints.
  • Risk and governance: enumerate top risks per option with mitigations, enforce framing and decision gates, and save the ADR locally while logging a summary to memory.
  • Use Case: deciding between databases, message buses, or deployment strategies where migration cost, performance, and organizational fit must be balanced.

Quick Start

Ask the skill to create an ADR titled Select database for analytics with context, three options A,B,C, and weighted decision drivers.

Frequently Asked Questions about eng-architecture-decision

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

FAQPage Schema
How do I document system design trade-offs for a technology selection?

Use structured Architecture Decision Records to capture context, criteria weights, option evaluations, and final recommendations. This generates weighted comparison matrices, lists pros and cons, and enumerates risks with mitigations to formalize technology selection.

What is the best way to create an Architecture Decision Record with weighted scoring?

Create an Architecture Decision Record by building criteria with weights and computing option scores. This produces a weighted comparison matrix that quantifies trade-offs across migration cost, performance, and organizational fit for engineering teams.

Can I factor in prior ADRs and project context when making architecture decisions?

Yes, the process reads project docs and org priorities, searches prior ADRs, and identifies affected products and constraints. It uses this context-aware framing to enforce decision gates and generate recommendations for irreversible and reversible design choices.

How do I mitigate risks when deciding between databases or message buses?

Enumerate top risks per option alongside their mitigations within an Architecture Decision Record. This risk and governance framing balances migration cost, performance, and organizational fit when deciding between databases, message buses, or deployment strategies.

Where are Architecture Decision Records saved and how are they tracked?

Architecture Decision Records are saved locally under docs/adrs and a one-line summary is logged to memory. This ensures engineering teams can track irreversible and reversible design choices across projects and products.

When do I need a formal decision record for engineering migrations?

You need a decision record when balancing migration cost, performance, and organizational fit across projects. It applies to engineering teams documenting system architecture choices, migrations, technology selections, and RFC-level design decisions.