What problem does it solve? Many systems produce long histories of noisy events, and turning them into defensible forecasts or budget decisions is error-prone: features leak future information, accuracy is confused with calibration, and prediction is conflated with optimization. This Skill provides a structured method for building outcome models that separate the world model from the decision objective. ## Core Features & Use Cases - Event-to-State Modeling: Aggregates raw event histories into time-indexed entity state vectors with provenance, missingness, and as-of leakage controls. - Feature Compression & Validation: Tests nested feature tiers (10, 30, 60, 120, 200) against baselines using time-aware out-of-sample metrics like Brier score and log loss. - Decision Layer: Produces explicit objective functions with costs, constraints, and expected-value comparisons, plus causal and intervention checks. - Use Case: A sales leader wants to predict customer renewal from interaction events and allocate a limited retention budget. The Skill produces a time-aware model specification, calibrated forecast, and bias-aware allocation plan instead of invented numbers. ## Quick Start Ask the agent to design a time-aware outcome model for your target, horizon, and event history, separating the probability forecast from the decision objective and constraints.