Htma measure
Calibrated decision measurement skills for AI agents.
npx -y skills add ThatGuySam/skills --skill htma-measureAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 26 days oldThe repository was created 26 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Creates HTMA-style calibrated measurement memos with decision threshold, decomposition, ranges, sources, and value-of-information. Use for estimates of cost, budget, rates, risk, ROI, market size, or uncertain quantities.
SKILL.md
6.8 KB, ~1.4k tokens by cl100k_base, as published. Nobody here has run it
HTMA Measure
Workflow
- Identify the decision, quantity, unit, time horizon, threshold, and cost of being wrong. Ask only for a missing input that makes a responsible numeric range unsafe. Otherwise state the bounded assumption and proceed. Do not infer identifiers, jurisdictions, effective periods, current facts, or private facts.
- Classify the estimate mode before estimating: paid quote, market value, budget allowance, amount likely paid, official/public benchmark, or ambiguous.
- Gather local context before web research. Reuse existing repo memos when relevant.
- Build priors from direct evidence, reference classes, and comparable cases. Mark confirmed facts separately from assumptions and inference.
- Rank source quality and freshness against the estimate target before relying on a source.
- For local nonprofit, community event, or small local-vendor estimates, model both:
- public or full-market pricing
- likely paid-quote pricing after community discount, simplified scope, local pickup/handling, bundling, or nonprofit treatment
- For official fees, statutory rates, public benchmark schedules, or current published market prices, prioritize source freshness and do not apply a local paid-quote adjustment.
- For vendor quote or paid-cost estimates, anchor the central estimate to the decision-relevant paid scenario rather than defaulting to an undiscounted corporate or retail rate.
- Decompose the estimate into smaller components with low / central / high ranges.
- Calibrate the range and state the confidence level. Widen weak bounds rather than expressing false precision.
- Use small samples or reference classes when a few observations can materially reduce uncertainty.
- Before finalizing, ask whether the low bound still allows for materially discounted local pricing when that context is explicit.
- Rank remaining uncertainty by value of information before doing more research. Say what evidence would move the estimate and when further measurement would stop mattering. Do not assign numeric VOI defaults to missing chance, cost, information-quality, or measurement-cost inputs; keep the value
unknownor use an explicitly qualitative ranking. - Use Monte Carlo simulation only after inputs are decomposed and calibrated.
- Produce a durable memo using
assets/measurement-brief-template.md.
Optional companion skills can help with decision clarification, decomposition, calibrated ranges, small samples, value of information, Monte Carlo simulation, and calibration review. The workflow above must still work when those companion skills are unavailable.
Output Contract
Produce a Markdown memo with:
- compact relevance summary
- date and scope
- question made precise
- short answer with range and central estimate
- decision threshold and action implication
- priors / sources
- decomposition table
- calibrated confidence interval
- value-of-information section
- what would move the estimate
- source links and local file references
- final
HTMA_RESULTfenced JSON block for scoring/reuse:quantityunitlow_90centralhigh_90confidencedecision_thresholdthreshold_implicationtop_uncertainty_driverestimate_status:estimated,needs_clarification,needs_identifier,needs_effective_period,lookup_required, ornot_estimableblocking_missing_inputs: array of missing inputs; empty whenestimate_statusisestimatedassumed_target: target-mode phrase, ornullwhen no target is safe to assumenext_measurement_step: specific input or source lookup that would most improve or unlock the estimate
Keep result states internally consistent:
estimatedrequires numericlow_90,central, andhigh_90values plus an emptyblocking_missing_inputsarray.- A non-estimated status requires null numeric fields, at least one explicit missing input or unavailable lookup, and a specific
next_measurement_step. - Use
lookup_requiredwhen a named current external value can be resolved from a direct source. Usenot_estimablewhen the requested private actual is unavailable; ask the user for the record instead of treating private data as an external lookup. - If no threshold was supplied but the range remains estimable, set
decision_thresholdtonull, state that no action comparison is available, and do not invent a threshold.
When a responsible numeric range is not available because a required identifier, effective period, jurisdiction, current source refresh, or private fact is missing, keep low_90, central, and high_90 as null and use the nonnumeric status fields to explain the blocker. Do not fabricate a range just to satisfy the JSON block.
Keep the JSON block as an appendix to the memo. Do not replace the memo with JSON-only output unless explicitly requested.
Resources
- Read
references/method-map.mdwhen selecting which HTMA technique applies. - Read
references/output-rubric.mdbefore finalizing a memo. - Read
references/local-paid-quote-adjustment.mdwhen an estimate involves local nonprofit/community vendors or the gap between public rates and likely paid quotes. - Use
assets/measurement-brief-template.mdfor durable research or decision memos.
Stop Conditions
- Do not provide only a point estimate.
- Do not continue external research before the quantity and estimate mode are clear. A missing threshold alone does not block an otherwise responsible range; it blocks only the action comparison.
- Do not run Monte Carlo simulation on raw guesses.
- Do not present inferred ranges as confirmed facts.
- Do not convert missing value-of-information inputs into numerical assumptions.
- Do not let public-rate anchors crowd out a plausible local paid-quote floor.
- Do not discount official fees, statutory rates, or public benchmark prices as if they were local vendor quotes.
- If the estimate depends on sensitive personal or financial data, use
[ask user]unless the user explicitly authorizes inclusion.
Verification
Before finalizing, confirm:
- The decision threshold and action implication are explicit.
- Facts, assumptions, and inference are distinguishable.
- The low / central / high values use consistent units and reconcile with the final interval.
- The stated confidence matches the reported bounds.
- Every current or external factual claim has traceable provenance.
- The top uncertainty driver and next measurement step could change or unlock the decision.
- Sensitive information is omitted or explicitly authorized.
- The
HTMA_RESULTJSON is valid and matches the prose.