Audit strategic assumption lineage

Audit every aggregate initiative-value claim against a versioned canonical premise, unit, validation period and independent evidence lineage; retain unknown references, detect stale, unverified, conflicting and source-reused exposure, and gate hidden portfolio concentration in assumptions shared across initiatives.

What it's for

Shows boards and investors when apparently independent bets secretly rest on the same stale growth, adoption, price, staffing or platform premise—and exactly how much approved value lacks clean lineage.

What you give it

Inputs split into evidence read from your connected systems, calibration your team owns, and numerical controls that affect precision but never the result's meaning.

Field Type Role Required
as_of_period integer ≥ 0, ≤ 1000000000 Your calibration Yes
assumptions array of objects (7 fields) ≥ 1 item Evidence Yes
claims array of objects (7 fields) ≥ 1 item Evidence Yes
max_detail_rows integer ≥ 1, ≤ 500 Numerical control Optional
maximum_assumption_age_periods integer ≥ 0, ≤ 1000000000 Your calibration Optional
maximum_conflicting_exposure_fraction number ≥ 0, ≤ 1 Your calibration Optional
maximum_reused_evidence_exposure_fraction number ≥ 0, ≤ 1 Your calibration Optional
maximum_single_assumption_exposure_fraction number ≥ 0, ≤ 1 Your calibration Optional
maximum_stale_exposure_fraction number ≥ 0, ≤ 1 Your calibration Optional
maximum_unverified_exposure_fraction number ≥ 0, ≤ 1 Your calibration Optional
maximum_used_value_relative_error number ≥ 0, ≤ 1 Your calibration Optional
minimum_independent_evidence_sources integer ≥ 1, ≤ 1000 Your calibration Optional

Each assumptions record

Field Type Required
canonical_value number Yes
evidence_ids array of string (≥ 0 items) Yes
evidence_verified boolean Yes
id string (non-empty) Yes
last_validated_period integer (≥ 0, ≤ 1000000000) Yes
unit string (non-empty) Yes
version string (non-empty) Yes
Example input
{
  "as_of_period": 10,
  "assumptions": [
    {
      "canonical_value": 0.6,
      "evidence_ids": [
        "pilot-2026",
        "customer-study-2026"
      ],
      "evidence_verified": true,
      "id": "enterprise-adoption",
      "last_validated_period": 9,
      "unit": "fraction",
      "version": "v2"
    }
  ],
  "claims": [
    {
      "assumption_id": "enterprise-adoption",
      "assumption_version": "v2",
      "exposed_value": 100,
      "id": "platform-adoption-claim",
      "initiative_id": "shared-platform",
      "unit": "fraction",
      "used_value": 0.6
    }
  ],
  "maximum_single_assumption_exposure_fraction": 1
}

What you get back

This is the actual output of running the example above — computed by the same function the platform calls, not an illustration.

Example output
{
  "assumption_diagnostics": [
    {
      "assumption_id": "enterprise-adoption",
      "claim_count": 1,
      "evidence_source_count": 2,
      "evidence_verified": true,
      "known_assumption": true,
      "linked_initiative_count": 1,
      "portfolio_exposure_fraction": 1,
      "reused_evidence_ids": [],
      "shared_across_initiatives": false,
      "stale": false,
      "total_exposed_value": 100,
      "unit": "fraction",
      "version": "v2"
    }
  ],
  "claim_diagnostics": [
    {
      "assumption_id": "enterprise-adoption",
      "claim_id": "platform-adoption-claim",
      "exposed_value": 100,
      "initiative_id": "shared-platform",
      "lineage_flags": [],
      "used_value_relative_error": 0
    }
  ],
  "configuration": {
    "as_of_period": 10,
    "maximum_assumption_age_periods": 4,
    "maximum_conflicting_exposure_fraction": 0.05,
    "maximum_reused_evidence_exposure_fraction": 0.25,
    "maximum_single_assumption_exposure_fraction": 1,
    "maximum_stale_exposure_fraction": 0.05,
    "maximum_unverified_exposure_fraction": 0.05,
    "maximum_used_value_relative_error": 0.02,
    "minimum_independent_evidence_sources": 1
  },
  "decision": "strategic_assumption_lineage_supported",
  "failed_gates": [],
  "guardrails": [
    "Claims are aggregate initiative-value exposures, not employee output. A shared assumption is not automatically invalid; it becomes a portfolio concentration that must have explicit lineage, ownership, versioning and evidence.",
    "Evidence IDs must represent genuinely independent source lineages. Renaming, copying or reformatting one source does not create independent evidence, and this audit cannot detect undisclosed common ancestry.",

Truncated for display — the full payload is 66 lines.

How it works

Constrained optimization — Pick the best feasible option under real limits — budget, headcount, dependencies, capacity — rather than ranking a list and hoping it fits.

  1. 1 Freeze the as-of period and join every aggregate initiative-value exposure to its canonical assumption ID, version, value, unit, validation period and immutable evidence-source IDs.
  2. 2 Flag unknown links, version/unit/value conflicts, stale validation, unverified or insufficient evidence and common evidence ancestry without dropping affected value from the denominator.
  3. 3 Aggregate affected exposure and linked initiatives by assumption, then gate each exposure class and the largest shared-premise concentration under organization-owned tolerances.

Before you trust it

Every tool in the catalog ships with the conditions under which its answer is meaningful — and the conditions under which it should abstain instead of guessing.

Assumptions & guardrails

  • Objectives use commensurable locally governed value units, constraints reflect real feasibility, and uncertainty covers plausible adverse inputs.
  • Exposure is finance-governed value genuinely dependent on the premise; IDs preserve source ancestry rather than document copies; versions and periods are point-in-time; independent evidence counts are substantive rather than cosmetic.
  • The recommendation is optimal only for its stated objective, feasible set, evidence, and solver guarantee; it is not a universal management optimum.
  • Shared does not mean false, and exposure is not loss. This is portfolio model governance at aggregate initiative grain, never an employee score, intent inference or automatic funding decision.

Minimum evidence

  • assumptions: at least 1 rows/items
  • claims: at least 1 rows/items
  • as_of_period: required and organization-defined

How to validate it

Backtest the chosen action against simple feasible baselines on held-out scenarios, sweep costs/constraints/risk tolerance, and require constraint feasibility under adverse inputs.

Calibrating it to your org

Same for everyone

The mathematical kernel, validation rules, method version, and JSON output semantics are organization-independent; no tenant-trained coefficients or company benchmark is embedded in the function.

Specific to you

  • point-in-time assumption-to-initiative claim lineage joining the exact business-case version approved at the decision date to immutable evidence ancestry while retaining unknown, superseded and unreconciled links
  • assumption identity/version policy, unit dictionary, validation cadence, evidence independence and verification, aggregate initiative/value perimeter, exposure allocation, stale/conflict/reuse/concentration gates, privacy boundary and accountable owners

Calibration workflow

  1. 1 Define the management decision, target outcome, aggregate unit, privacy boundary, cadence, and prediction/intervention horizon for this organization.
  2. 2 Build a tenant-scoped historical cohort using only information available before each prediction or decision; preserve zero periods, censoring, assignment probabilities, and unresolved outcomes when the method requires them.
  3. 3 Estimate statistical parameters on training history, but obtain costs, utilities, risk tolerance, practical-effect thresholds, capacity, and policy constraints from accountable decision owners.
  4. 4 Validate on later time windows or held-out aggregate units at the deployment grain, against a simple baseline and the function-specific validation strategy.
  5. 5 Deploy only if the returned decision clears evidence, overlap, calibration, robustness, and guardrail checks; warning, unsupported, schema-gap, and fallback decisions are abstentions.
  6. 6 Monitor realized outcomes, data drift, coverage, and decision regret; recalibrate at a governed cadence or after a detected regime/definition change, never merely because a stakeholder dislikes the result.

Call it from your AI

You don't wire up 388 tools in your MCP client. The GitRevio MCP server exposes 18 tools, three of which let an agent search the catalog, read a tool's schema, and run it — so the assistant finds this one on its own.

gitrevio_capabilities_search
  { "q": "audit every aggregate initiativevalue claim against" }
  → finds "audit_strategic_assumption_lineage"

gitrevio_capability_describe
  { "capability_id": "audit_strategic_assumption_lineage" }
  → returns the input schema and agent guidance shown on this page

gitrevio_capability_run
  { "capability_id": "audit_strategic_assumption_lineage", "arguments": { ... } }
  → returns the result shown above

Works in Claude Desktop, Claude Code, Cursor, Cline, Continue.dev, Goose and Aider. See the MCP server.

Related tools

Calculate shared assumption risk exposure

Price coherent portfolio value loss when necessary assumptions interact multiplicatively and recur across initiatives; size reserve, breach probability and CVaR, then use exact continuous-integral Shapley attribution to reconcile nonlinear expected and tail loss to the premises creating hidden concentration.

Constrained optimization

Optimize shared assumption hedging portfolio

Choose a budgeted, capacity-feasible portfolio of validation, option, diversification or mitigation actions against shared business assumptions, combining repeated actions as diminishing remaining-gap closure while preserving cross-initiative reach, multi-premise complementarity, dependencies, exclusions, common scenario costs, positive-value probability and CVaR.

Constrained optimization

Audit analytical specification multiverse

Audit whether an analytical conclusion survives a prespecified multiverse of admissible windows, cohorts, metrics, and models using aligned bootstrap draws, a weighted specification curve, practical-effect support gates, and descriptive choice-influence diagnostics.

Statistical audit & measurement

Audit analytics challenger independence

Audit whether an analytical challenger supplies genuinely independent error information: use paired temporal moving-block bootstrap bounds on error correlation, incumbent-failure catch rate and common-mode joint failure, with simultaneous Bonferroni control across every screened challenger and explicit evidence gates.

Statistical audit & measurement

Audit analytics function calibration readiness

Gate analytical functions on paired out-of-time decision loss against a frozen baseline using temporal moving-block bootstrap, autocorrelation- and weight-adjusted effective sample size, evidence coverage, lower confidence bounds, improvement probability and recent degradation rather than declaring a model calibrated from training fit.

Statistical audit & measurement

Audit analytics transportability

Audit whether locally calibrated analytical functions retain decision-loss improvement across target-similar operating environments using similarity-weighted random-effects meta-analysis, between-environment variance, I-squared, sign consistency and a conservative target prediction interval.

Forecasting & survival

See every tool in Analytics assurance & orchestration →

Ready to See Your Engineering work clearly?

Request a free demo