Agent skill · Design & Presentation

justify-decision

Provide evidence-based justification for architectural and design decisions

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill justify-decision --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/analysis/justify-decision/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Skill: justify-decision ## What I do I provide clear, structured rationale for technical choices. I focus on evidence, context, and consequences, ensuring that decisions are documented and defensible rather than based on mere opinion or habit. ## When to use me - When proposing a significant change to the architecture - When choosing between multiple competing libraries or frameworks - During the creation of Architectural Decision Records (ADRs) - When explaining a complex design choice to stakeholders ## Core principles 1. **Evidence over opinion** — Use benchmarks, documentation, or historical data to support claims. 2. **Context is king** — Explain the specific constraints and requirements that led to the decision. 3. **Consequence awareness** — Explicitly state what we are gaining AND what we are giving up (technical debt, complexity, etc.). 4. **Distinguish reversibility** — Identify if a decision is a "one-way door" (hard to undo) or a "two-way door" (easy to pivot). ## Patterns & examples **ADR-Style Justification:** - **Context:** We need to handle 10k concurrent WebSocket connections on a single node. - **Decision:** Use Elixir/Phoenix instead of Node.js. - **Evidence:**

What's inside
Steps it walks through
  1. What I do
  2. When to use me
  3. Core principles
  4. Patterns & examples
  5. Anti-patterns to avoid
  6. KB Reference
  7. Related skills
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the justify-decision skill do?

Provide evidence-based justification for architectural and design decisions

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill justify-decision --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going