Agent skill

Trade-off Analysis

Systematic evaluation of architectural trade-offs to make informed decisions balancing competing concerns.

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill tradeoff-analysis --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/analysis/tradeoff-analysis/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

# Trade-off Analysis ## Overview Trade-off Analysis is the process of evaluating competing concerns (performance vs cost, flexibility vs simplicity) to make informed architectural decisions. Every architectural choice involves trade-offs. **Core Principle**: "There are no perfect solutions, only trade-offs. Choose consciously." --- ## 1. Common Architectural Trade-offs | Trade-off | Description | |-----------|-------------| | **Performance vs Cost** | Faster systems cost more (bigger instances, more caching) | | **Flexibility vs Simplicity** | More flexible systems are more complex | | **Consistency vs Availability** | CAP theorem: can't have both under partition | | **Speed vs Quality** | Ship fast vs build it right | | **Build vs Buy** | Custom solution vs third-party | | **Coupling vs Duplication** | DRY vs independent services | --- ## 2. Trade-off Matrix ```markdown ## Trade-off: Microservices vs Monolith | Dimension | Microservices | Monolith | Winner | |-----------|---------------|----------|--------| | **Scalability** | ⭐⭐⭐⭐⭐ (independent scaling) | ⭐⭐⭐ (scale entire app) | Microservices | | **Operational Complexity** | ⭐⭐ (many services to manage) | ⭐⭐⭐⭐⭐ (single deploymen

What's inside
Steps it walks through
  1. Overview
  2. 1. Common Architectural Trade-offs
  3. 2. Trade-off Matrix
  4. 3. CAP Theorem Trade-offs
  5. 4. Performance vs Cost Analysis
  6. 5. Build vs Buy Decision Framework
  7. 6. Flexibility vs Simplicity
  8. 7. Consistency vs Availability (PACELC)
  9. 8. Technical Debt vs Feature Velocity
  10. 9. Trade-off Documentation Template
  11. 10. Trade-off Analysis Checklist
  12. Related Skills
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the Trade-off Analysis skill do?

Systematic evaluation of architectural trade-offs to make informed decisions balancing competing concerns.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill tradeoff-analysis --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