← ClaudeAtlas

okhp3-outcome-modeling-corelisted

Design and operationalize outcome models that compress noisy event histories into calibrated forecasts and constrained decisions. Use when a user asks about feature reduction, probability, expected value, aggregation, or moving a prediction method between sports, business, sales, advertising, finance, or prediction markets. Load a domain adapter when one fits.
OKHP3/skillz · ★ 3 · AI & Automation · score 75
Install: claude install-skill OKHP3/skillz
# okhp3-outcome-modeling-core **OverKill Hill P³** · [overkillhill.com](https://overkillhill.com) · [github.com/OKHP3](https://github.com/OKHP3) Build a defensible model for systems where many noisy events contribute to a measurable outcome. The core separates the shared world model from the decision objective, so the same evidence can support forecasting, ranking, budgeting, or market comparison without confusing prediction with optimization. --- ## Scope | In scope | Out of scope | |----------|-------------| | Repeated event histories, state vectors, and aggregate outcomes | A universal algorithm that fits every dataset | | Feature reduction and diminishing-returns testing | Claims that a fixed feature count always explains 95% of outcomes | | Calibrated forecasts and decision-ready uncertainty | Presenting a forecast as certainty or advice without constraints | | Domain-adapter routing and handoff contracts | Live trading, betting, or political targeting | --- ## Core mental model Treat a complex system as a noisy, time-indexed process: ```text events -> entity state -> outcome estimate -> objective and constraints -> decision ``` Aggregation can reduce the relative influence of idiosyncratic noise, but it does not erase causal structure, dependencies, or meaningful rare events. The goal is to expose persistent signal while preserving uncertainty and time order. ## Computational payload Use the formulas, glossary, synthetic fixture, and deterministic helper sup