estimation-techniques — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited estimation-techniques (Agent Skill) and scored it 96/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 1 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 1 flagged
The text {match} tells the agent to skip the normal "ask the user first" gate. Used adversarially it removes the human-in-the-loop check before destructive or sensitive actions, turning a normally-gated agent into a fire-and-forget executor.
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.
This skill activates when the team needs to estimate effort, duration, or complexity of work items. It provides multiple estimation techniques, guidance on when to use each, and frameworks for improving estimation accuracy over time through calibration and reference class forecasting.
complexity (relative sizing), or cost (dollars)? These are different things.
(Sprint planning vs. budget approval vs. roadmap planning require different precision.)
similar work, and team availability for the period.
Compare work items to known reference stories. "Is this bigger or smaller than the login feature we built last sprint?" Use Fibonacci sequence (1, 2, 3, 5, 8, 13) to force recognition that large items have more uncertainty. Best for: Sprint planning, backlog prioritization.
Each estimator independently selects a card. Reveal simultaneously. If estimates diverge by >2x, the highest and lowest explain their reasoning. Re-estimate. Convergence indicates shared understanding. Divergence reveals hidden complexity or misunderstanding. Best for: Team alignment on scope understanding.
Optimistic (O) + Most Likely (M) + Pessimistic (P). Weighted average: (O + 4M + P) / 6. Standard deviation: (P - O) / 6. Present as range, not single number. Best for: Executive communication, project planning with uncertainty bounds.
Rough relative sizing for large backlogs. Fast, low-ceremony. Good for roadmap- level planning where precision is not needed. Convert to approximate days only when pressed (S=1-2d, M=3-5d, L=1-2w, XL=3-4w — calibrate to your team). Best for: Roadmap planning, early-stage estimation.
Do NOT ask "how long do I think this will take?" Instead ask "how long did SIMILAR work actually take in the past?" Search for completed work of similar scope, technology, and team composition. Use the actual duration distribution as the forecast basis. Best for: Overcoming optimism bias, project-level estimates.
multiply estimates by 1.5)
assumptions made, uncertainty range, and who participated.
estimate for future calibration.
improvement in calibration, investigate systematic biases.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.