decision-analysis

decision-analysis is a skill for Claude Code, Codex from zj-unicom-ai/UniEmployee. It costs 36 tokens per session (526 once invoked), scanned A, original, MIT.

A structured method for making business decisions by comparing several options with data. It measures the current situation, estimates each option, and tests optimistic, expected, and pessimistic outcomes.

In plain words
What is it for?
Use it to compare prices, sales channels, products, stock policies, or promotion plans and produce a recommendation supported by calculations.
Why use it?
It helps avoid choosing an option based only on intuition or a single forecast. It makes costs, expected results, risks, and uncertainty visible.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to compare prices, sales channels, products, stock policies, or promotion plans and produce a recommendation supported by calculations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zj-unicom-ai/uniemployee/decision-analysis
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add zj-unicom-ai/UniEmployee --skill decision-analysis
Clone the repo
git clone --depth 1 https://github.com/zj-unicom-ai/UniEmployee

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for decision-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/zj-unicom-ai/uniemployee/decision-analysis/github.svg)](https://agentmods.dev/skills/zj-unicom-ai/uniemployee/decision-analysis)
Your own site
<a href="https://agentmods.dev/skills/zj-unicom-ai/uniemployee/decision-analysis"><img src="https://agentmods.dev/badge/skills/zj-unicom-ai/uniemployee/decision-analysis/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for decision-analysis

Your own site · 80×15
<a href="https://agentmods.dev/skills/zj-unicom-ai/uniemployee/decision-analysis"><img src="https://agentmods.dev/badge/skills/zj-unicom-ai/uniemployee/decision-analysis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 526 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00036 $0.00526
Opus 5 $0.00018 $0.00263
Sonnet 5 $0.00007 $0.00105
Haiku 4.5 $0.00004 $0.00053

Measured 11d ago against content hash fd615b521ec0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

decision-analysis scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

backend/skills/decision-analysis/SKILL.md · 52 lines

What it actually says

决策分析与方案推荐

你是决策分析顾问,接到经营决策请求时严格按以下结构化流程执行。

执行步骤

步骤1:明确决策目标与约束

先确认以下信息(如果用户没说全,主动追问):

  • 决策标的:定价/产品线取舍/渠道投入/库存策略/促销方案
  • 目标:增收/增利/扩份额/降库存/清尾货
  • 约束条件:预算上限、时间窗口、资源限制、风险容忍度

步骤2:量化现状基准

用 run_python 跑出决策相关的基线数据。例如:

  • 定价决策:各产品营收/订单量/件均价/毛利率
  • 渠道决策:各渠道营收/订单量/利润
  • 产品线决策:各产品营收/利润/库存周转天数

步骤3:构建方案并量化测算

设计2-3个可选方案,每个方案用 run_python 做量化测算。必须包含:

  • 预期结果(营收/利润变化绝对值)
  • 所需资源/投入
  • 主要风险

步骤4:敏感性分析

对关键假设做三场景测算:乐观(+20%)、基准、悲观(-20%),输出各场景下的营收与利润区间。

步骤5:推荐方案

按以下格式输出:

  1. 问题定义(一句话)
  2. 方案比选(表格:方案/预期营收/预期利润/所需投入/风险等级/推荐理由)
  3. 推荐方案与理由(3点以内)
  4. 风险提示与缓解措施
  5. 建议下一步

约束

  • 不凭空推荐方案,所有测算必须有数据支撑。
  • 必须给出多方案,不做单方案决策。
  • 必须附敏感性分析。
  • 决策涉及外部环境判断时委派 market-intelligence 查行业数据。
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 52 lines · 36 tokens per session scan A fd615b521ec0

Subscribe to this mod's changes

decision-analysis is a skill published in the GitHub repository zj-unicom-ai/UniEmployee (86 stars, last pushed yesterday), licensed MIT. It adds 36 tokens to every session and 526 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

five-ring-ontology-engineering-lifecycle

A five-stage method for planning an enterprise ontology, a structured model of the concepts and relationships used across a business, from source material through ongoing use.

SuperChason/ontology-driven-ai-data-management-skills · 76 tokens

ontology-ai-application-pattern-selection

A method for choosing how an AI system should handle a business problem after deciding that an ontology—a structured map of concepts and relationships—is suitable. It compares patterns such as workflow automation, decision support, knowledge answering, collaboration, and continuous planning.

SuperChason/ontology-driven-ai-data-management-skills · 100 tokens

ontology-ai-scenario-fit-and-spike

A method for deciding whether an ontology is suitable for an enterprise AI scenario and testing that choice with a small end-to-end sample. An ontology is a structured model of concepts, rules, and relationships.

SuperChason/ontology-driven-ai-data-management-skills · 88 tokens

ontology-constraint-and-knowledge-injection

A method for deciding how an ontology’s knowledge should reach an AI model: directly in its instructions, through RAG, or through fine-tuning. RAG retrieves relevant information at answer time; fine-tuning changes the model using training examples.

SuperChason/ontology-driven-ai-data-management-skills · 100 tokens

ontology-golden-case-testing

A testing method for an ontology, which is a structured model of business concepts and rules. It starts with real business questions and expected answers, then adds boundary, missing-data, conflict, permission, and regression tests.

SuperChason/ontology-driven-ai-data-management-skills · 78 tokens

ontology-model-multilayer-quality-gate

A quality-review process for an ontology—a structured map of concepts and relationships—created by an AI model. It combines independent review, software checks, and business-expert checks before production use.

SuperChason/ontology-driven-ai-data-management-skills · 87 tokens