Token导航 LogoToken导航TokenDH.com
待分类只读github未标认证来源可访问许可证需确认审计通过

evaluating-trade-offs评估权衡

Agent Skill

evaluating-trade-offs 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

696

周安装

29

GitHub Stars

3

下载量

232
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:evaluating-trade-offs(评估权衡)
来源仓库:https://github.com/oldwinter/skills
仓库路径:skills/evaluating-trade-offs
安装命令:
npx skills add https://github.com/oldwinter/skills --skill evaluating-trade-offs
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/oldwinter/skills --skill evaluating-trade-offs

简介

evaluating-trade-offs 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态、代码变更或协作事项进行整理。
  • 通过 npx skills add 命令从指定仓库安装并使用。
  • 使用前需确认权限范围、维护状态,避免触发联网或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Evaluating Trade-offs

Scope

Covers

  • Turning an ambiguous “pros/cons” debate into a decision-ready trade-off evaluation
  • Comparing options using all-in cost (not just dollars) and explicit opportunity cost
  • Using order-of-magnitude estimates (ranges + confidence) instead of false precision
  • Stress-testing decisions with thought experiments (pre-mortems, reversibility, “worse first” dips)
  • Avoiding sunk-cost traps with a clean stop/continue decision rule

When to use

  • “Help me evaluate this trade-off and recommend a path.”
  • “Create a pros/cons that actually leads to a decision.”
  • “Compare options with cost/impact ranges and key assumptions.”
  • “We’re debating speed vs quality—what’s the right trade and how do we manage the dip?”
  • “Should we keep investing in this project, or stop? (Sunk cost question.)”

When NOT to use

  • You need to clarify what problem you’re solving (use problem-definition).
  • You need a full cross-functional decision process (use running-decision-processes).
  • You’re prioritizing across many initiatives (use prioritizing-roadmap).
  • You’re cutting scope to hit a date/timebox (use scoping-cutting).
  • The decision is personal/legal/HR/financial advice (escalate to qualified humans).

Inputs

Minimum required

  • The trade-off / decision statement (one sentence) and a decision date (or “by EOW”)
  • 2–4 options you’re choosing between (include “do nothing” if plausible)
  • Constraints + non-negotiables (budget, headcount, policy, deadlines, customer commitments)
  • What “good” means (success metrics + guardrails) and the time horizon you care about
  • What you already know (evidence) + biggest unknowns (assumptions that drive the choice)

Missing-info strategy

  • Ask up to 5 questions from references/INTAKE.md (3–5 at a time).
  • If inputs are unavailable, proceed with explicit assumptions and label unknowns that would change the recommendation.

Outputs (deliverables)

Produce a Trade-off Evaluation Pack in Markdown (in-chat; or as files if requested) in this order:

  1. Trade-off brief (decision, why now, options, constraints, horizon, stakeholders)
  2. Options + criteria matrix (criteria + weights/guardrails; option notes)
  3. All-in cost + opportunity cost table (money, people/time, eng effort, complexity, displacement)
  4. Impact ranges (order-of-magnitude) (upside/downside ranges, confidence, key assumptions)
  5. Worse-first + mitigation plan (expected dip, leading indicators, mitigations, comms)
  6. Recommendation + stop/continue triggers (decision, rationale, review date, kill/continue criteria)
  7. Risks / Open questions / Next steps (always included)

Templates: references/TEMPLATES.md Expanded guidance: references/WORKFLOW.md

Workflow (7 steps)

1) Frame the trade-off (make it decidable)

  • Inputs: User request; references/INTAKE.md.
  • Actions: Write the decision in one sentence (“We are choosing X vs Y by DATE to achieve GOAL”). List constraints/non-negotiables. Confirm the decision owner and who must live with the outcome.
  • Outputs: Trade-off brief (decision, why now, constraints, stakeholders).
  • Checks: You can answer: “What exactly are we deciding, by when, and for what outcome?”

2) Define what you’re optimizing (criteria + horizon)

  • Inputs: Goals, metrics, guardrails; time horizon.
  • Actions: Pick 4–8 criteria (include at least one *guardrail* like trust/reliability/cost). Decide weights only if it changes the decision. Explicitly name what you’re *not* optimizing for.
  • Outputs: Options + criteria matrix (criteria definitions + weights/guardrails).
  • Checks: Criteria reflect real trade-offs (not “everything is important”); horizon is explicit (e.g., 90 days vs 2 years).

3) Build the all-in cost + opportunity cost view

  • Inputs: Team capacity, budget, dependencies, timelines.
  • Actions: Estimate all-in cost (cash, headcount time, eng effort, maintenance, coordination). List the opportunity cost: what won’t be done if you choose each option.
  • Outputs: All-in cost + opportunity cost table.
  • Checks: Costs include “hidden” items (maintenance/on-call, tooling, cross-team coordination, switching costs).

4) Estimate impact with ranges (avoid false precision)

  • Inputs: Any baseline numbers; evidence; assumptions.
  • Actions: For each option, estimate upside/downside as ranges and note confidence. Prefer order-of-magnitude comparisons (10× vs 1.1×). Identify the 2–3 assumptions that drive the model.
  • Outputs: Impact ranges table (range, confidence, key assumptions).
  • Checks: No fake decimals; uncertainty is explicit; the decision is driven by a few key drivers you can name.

5) Run “thought experiments” (think more, build less)

  • Inputs: Options, assumptions, risks.
  • Actions: Do a pre-mortem for the top 1–2 options (“It failed—why?”). Identify the cheapest evidence to de-risk the biggest assumption (data pull, customer calls, small prototype, timeboxed spike). Decide if this should be a thought experiment only (no build) vs a real experiment.
  • Outputs: Assumption list + minimal validation plan (if needed).
  • Checks: Proposed tests are the smallest that could change your mind; you’re not shipping an “obvious loser” experiment.

6) Account for “worse first” + sunk costs

  • Inputs: Expected short-term impacts; current investment/sunk costs.
  • Actions: Name any “worse-first” dip (short-term pain) and plan mitigations/leading indicators. Apply a sunk-cost reset: “If we weren’t already doing this, would we start today?” Define stop/continue triggers and a review date.
  • Outputs: Worse-first plan + stop/continue triggers.
  • Checks: The plan anticipates the dip; continuation logic ignores sunk costs and focuses on future ROI and strategic fit.

7) Recommend, commit, and quality-gate

  • Inputs: All artifacts above.
  • Actions: Write the recommendation with rationale and explicit trade-offs (what you will stop doing). Add risks, open questions, and next steps with owners/dates. Run references/CHECKLISTS.md and score with references/RUBRIC.md.
  • Outputs: Final Trade-off Evaluation Pack.
  • Checks: A stakeholder can read this async and make (or support) the decision without re-litigating the debate.

Quality gate (required)

Examples

Example 1 (resource allocation): “Should we invest in SEO or paid acquisition for the next 2 quarters? Build a trade-off pack with all-in cost, ROI speed, and assumptions.” Expected: all-in cost vs alternatives, order-of-magnitude impact ranges, and a clear recommendation + review date.

Example 2 (speed vs quality): “We can ship v1 next week with rough edges or delay 3 weeks to ship ‘noteworthy’. Evaluate the trade-off and propose a worse-first mitigation plan if we ship now.” Expected: explicit criteria/guardrails (trust/support load), dip plan, and stop/continue triggers if metrics degrade.

Boundary example: “Help me decide if I should leave my job.” Response: this skill is for organizational/product leadership trade-offs; suggest a personal decision framework or coach instead.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.22%
按下载量换算82

Claude

29.84%
按下载量换算69

Cursor

20.58%
按下载量换算48

Gemini CLI

8.61%
按下载量换算20

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills