fermi-estimation

Decompose scarce-data problems into factors and estimate order-of-magnitude bounds.

2|1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/AllanYiin/Amon --skill fermi-estimation-allanyiin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fermi-estimation
Source: https://github.com/AllanYiin/Amon/tree/main/src/amon/resources/skills/fermi-estimation
Command: npx skills add https://github.com/AllanYiin/Amon --skill fermi-estimation-allanyiin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

當使用者在資訊稀缺、難以直接取得精確數據時,提供可檢查的數量級估算與合理假設,避免直接猜測或依賴不確定的直覺。

Core Features & Use Cases

  • 派生出多個可估因子,並對每個因子給出最可能值、樂觀值與悲觀值,形成上下界。
  • 定義估算目標、單位、地理與時間範圍,並包含可檢驗的合理性驗證。
  • 適用於市場規模、需求量、資源分配等資訊不足的情境,提供結構化的推演。

Quick Start

請提供你要估算的問題、地理與時間範圍,讓我以費米估計拆解並給出最可能值與上下界。

Frequently Asked Questions about fermi-estimation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I estimate market size when precise data is unavailable?

To estimate market size when precise data is unavailable, decompose the problem into solvable factors, assign optimistic and pessimistic bounds to each, and calculate a most-likely value with traceable sanity checks.

What is order-of-magnitude estimation and when should I use it?

Order-of-magnitude estimation is a technique for deriving approximate quantities when facing data scarcity. You should use it to structure assumptions for market scale, demand, or resource allocation when exact numbers are inaccessible.

How do I perform a sanity check on uncertain quantitative assumptions?

Perform a sanity check on uncertain assumptions by validating the derived most-likely value against defined targets, units, geography, and time ranges, ensuring your upper and lower bounds remain logically consistent.

Can I use Fermi estimation if I need exact solutions or official statistics?

You cannot use Fermi estimation if you need exact solutions or official statistics. This approach explicitly refuses scenarios requiring precise numbers and is designed strictly for providing order-of-magnitude approximations under data scarcity.

What is the best way to structure assumptions for resource allocation estimates?

The best way to structure assumptions for resource allocation estimates is to define the target, units, geography, and time range upfront, then break the problem into multiple estimable factors with distinct most-likely, optimistic, and pessimistic values.