Agent skill

aget-assess-tradeoffs

Analyze trade-offs between competing architectural concerns

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill aget-assess-tradeoffs --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Allowed tools: -Read-Glob-Grep
Path: skills/analysis/aget-assess-tradeoffs/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

# aget-assess-tradeoffs Analyze trade-offs between competing concerns and quality attributes. Provides structured decision support for architectural choices. ## Instructions When this skill is invoked: 1. **Identify Competing Concerns** - List quality attributes in tension - Document the options being considered - Note constraints and context 2. **Evaluate Options** - Rate each option against each quality attribute - Use consistent scale (1-5 or Low/Med/High) - Consider both immediate and long-term effects 3. **Assess Reversibility** - Classify decisions: One-way door vs. Two-way door - Note cost of changing later - Identify lock-in risks 4. **Formulate Recommendation** - Provide clear recommendation - Explain trade-off resolution rationale - Document rejected alternatives ## Output Format ```markdown ## Trade-off Analysis: [Decision Topic] ### Context [What decision needs to be made and why] ### Competing Concerns | Quality Attribute | Option A | Option B | Option C | |-------------------|:--------:|:--------:|:--------:| | Performance | ⭐⭐⭐ | ⭐⭐ | ⭐ | | Maintainability | ⭐ | ⭐⭐⭐ | ⭐⭐ | | Cost | ⭐⭐ | ⭐ | ⭐⭐⭐ | | Time to Market | ⭐ | ⭐⭐ | ⭐⭐⭐ | ### Reversibility Assessment | Option

What's inside
Steps it walks through
  1. Instructions
  2. Output Format
  3. Constraints
  4. Related
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the aget-assess-tradeoffs skill do?

Analyze trade-offs between competing architectural concerns

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill aget-assess-tradeoffs --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