tradeoff-analysis — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited tradeoff-analysis (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Provides a structured framework for comparing options under uncertainty. It surfaces criteria, weights them by stated priorities, scores each option, and produces a transparent recommendation — including the conditions under which a different option would be the right call.
Common criteria to consider: cost, performance, operational complexity, team expertise, vendor lock-in, time to implement, scalability, security, ecosystem maturity.
Strong / Adequate / Weak) with a brief justification. Apply must-haves as pass/fail gates first.# Trade-off Analysis: [Decision question]
**Date:** YYYY-MM-DD
**Decision owner:** [name or team]
**Options considered:** [Option A, Option B, …]
---
## Must-haves (pass/fail)
| Criterion | Option A | Option B |
|-------------------|----------|----------|
| [constraint] | Pass / Fail | Pass / Fail |
*Options that fail any must-have are eliminated from further analysis.*
---
## Comparison
**Criteria weights:** [High = 3, Medium = 2, Low = 1]
| Criterion | Weight | Option A | Option B | Notes |
|-------------------|--------|----------|----------|-------|
| [criterion] | High | Strong | Adequate | ... |
| [criterion] | Medium | Weak | Strong | ... |
---
## Summary scores
| Option | Weighted score | Strengths | Weaknesses |
|----------|---------------|----------------------------|-------------------------|
| Option A | [n/total] | ... | ... |
| Option B | [n/total] | ... | ... |
---
## Recommendation
**Recommended:** [Option]
**Reasoning:** [2–3 sentences explaining the dominant factors.]
**Choose differently if:**
- [Condition 1] → prefer [alternative]
- [Condition 2] → prefer [alternative]
---
## Risks of the recommended option
- [Risk 1]
- [Risk 2]
## Open questions
- [Any unknowns that could change the recommendation]Input: "Should we use Kafka or RabbitMQ for our order pipeline? We need high throughput, the team knows RabbitMQ, and we can't afford a large ops burden." Expected output: Trade-off report weighting throughput (High), ops burden (High), and team expertise (Medium). Recommendation section stating which wins and under what conditions the other is better.
Input: "We're deciding whether to build our own auth system or use an existing provider." Expected output: Report identifying must-haves (compliance requirements), scoring options on security, time to market, long-term cost, and control. Clear recommendation with the condition that triggers the alternative.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.