Audit attention fragmentation evidence integrity

Audit consented point-in-time contributor identity, availability, privacy-safe calendar metadata and work-session lineage before reporting aggregate meeting load, protected focus blocks or cross-project switching.

What it's for

Makes Gitrevio's meeting-load, focus-time and context-switching claims defensible by proving the consent, identity, schedule and source evidence before showing an aggregate result.

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_ms number ≥ 0 Your calibration Yes
availability_windows array of objects (5 fields) ≥ 0 items Evidence Yes
calendar_events array of objects (8 fields) ≥ 0 items Evidence Yes
contributors array of objects (8 fields) Evidence Yes
focus_block_minutes number ≥ 15 Your calibration Optional
maximum_context_switches_per_40h number ≥ 0 Your calibration Optional
maximum_meeting_share number ≥ 0, ≤ 1 Your calibration Optional
maximum_switch_gap_minutes number ≥ 0 Your calibration Optional
minimum_calendar_source_coverage number ≥ 0, ≤ 1 Your calibration Optional
minimum_cohort_size integer ≥ 2, ≤ 10000 Your calibration Optional
minimum_focus_share number ≥ 0, ≤ 1 Your calibration Optional
minimum_identity_coverage number ≥ 0, ≤ 1 Your calibration Optional
minimum_work_source_coverage number ≥ 0, ≤ 1 Your calibration Optional
window_start_ms number ≥ 0 Your calibration Yes
work_sessions array of objects (6 fields) ≥ 0 items Evidence Yes

Each calendar_events record

Field Type Required
ends_at_ms number (≥ 0) Yes
evidence_verified boolean Yes
id string (non-empty) Yes
is_all_day boolean Yes
participant_ids array of string Yes
provider_id string (non-empty) Yes
starts_at_ms number (≥ 0) Yes
state one of "confirmed", "cancelled" Yes
Example input
{
  "as_of_ms": 172800000,
  "availability_windows": [
    {
      "contributor_id": "opaque-0",
      "ends_at_ms": 147600000,
      "evidence_verified": true,
      "id": "window-0",
      "starts_at_ms": 118800000
    },
    {
      "contributor_id": "opaque-1",
      "ends_at_ms": 147600000,
      "evidence_verified": true,
      "id": "window-1",
      "starts_at_ms": 118800000
    },
    {
      "contributor_id": "opaque-2",
      "ends_at_ms": 147600000,
      "evidence_verified": true,
      "id": "window-2",
      "starts_at_ms": 118800000
    },
    {
      "contributor_id": "opaque-3",
      "ends_at_ms": 147600000,
      "evidence_verified": true,
      "id": "window-3",
      "starts_at_ms": 118800000
    },
    {
      "contributor_id": "opaque-4",
      "ends_at_ms": 147600000,
      "evidence_verified": true,
      "id": "window-4",
      "starts_at_ms": 118800000
    }
  ],
  "calendar_events": [
    {
      "ends_at_ms": 133200000,
      "evidence_verified": true,
      "id": "meeting-1",

Truncated for display — the full payload is 193 lines.

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
{
  "coverage": {
    "availability_schedule_coverage": 1,
    "calendar_source_coverage": 1,
    "identity_coverage": 1,
    "work_source_coverage": 1
  },
  "decision": "accepted",
  "finding": "evidence_ready",
  "gates": {
    "integrity_passed": true,
    "maximum_context_switches_per_40h": 20,
    "maximum_meeting_share": 0.35,
    "minimum_calendar_source_coverage": 0.9,
    "minimum_cohort_size": 5,
    "minimum_focus_share": 0.3,
    "minimum_identity_coverage": 0.95,
    "minimum_work_source_coverage": 0.8
  },
  "integrity_diagnostics": {
    "duplicate_event_participants": 0,
    "duplicate_provider_ids": 0,
    "future_availability": 0,
    "future_calendar_information": 0,
    "future_work_information": 0,
    "invalid_availability": 0,
    "invalid_calendar_intervals": 0,
    "invalid_work_intervals": 0,
    "orphan_availability": 0,
    "orphan_event_participants": 0,
    "orphan_work_sessions": 0,
    "overlapping_availability": 0,
    "unconsented_contributors": 0,
    "unverified_availability": 0,
    "unverified_calendar_events": 0,
    "unverified_contributors": 0,
    "unverified_work_sessions": 0
  },
  "interpretation": "Meeting share, protected focus, and switching are aggregate operating-system signals. Calendar occupancy is not productivity, and this result must not rank people or infer individual effort.",
  "method": "point_in_time_consent_calendar_availability_work_session_lineage_audit",
  "repair_queue": [],
  "summary": {
    "available_hours": 40,
    "cohort_size": 5,

Truncated for display — the full payload is 53 lines.

How it works

Statistical audit & measurement — Check whether a number is fit to decide on: coverage, timing, reconciliation, and the gaps a dashboard hides.

  1. 1 Freeze the tenant, consent, identity, provider-sync, availability and work-session cutoff; reject duplicate provider events, future records, impossible intervals, orphan participants or sessions, overlapping schedules and unverified evidence.
  2. 2 Within each governed availability window, union overlapping confirmed non-all-day meetings, subtract them once, count only free segments above the locally governed focus threshold, and derive project switches only from verified ordered work sessions.
  3. 3 Publish cohort-level coverage and attention-pressure findings only after minimum cohort, identity, calendar, work and schedule gates pass; keep evidence defects separate from high meeting load, weak focus or frequent switching.

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

  • Metric definitions, weights, aggregate grain, sampling, missingness, dependence, and comparison windows correspond to the management claim being audited.
  • Calendar metadata is consented and complete for the declared cohort; availability windows represent governed working availability; identity links, cancellations, all-day semantics, work-session project labels and source cutoffs are reliable.
  • Association, instability, or measurement quality is not a causal effect and must not be converted directly into an individual employment decision.
  • Calendar occupancy is not productivity. Return aggregate operating-system evidence only; never rank contributors, infer effort from empty calendars, expose meeting subjects, or use the output for employment decisions.

Minimum evidence

  • contributors: required and organization-defined
  • availability_windows: at least 0 rows/items
  • calendar_events: at least 0 rows/items
  • work_sessions: at least 0 rows/items
  • window_start_ms: required and organization-defined
  • as_of_ms: required and organization-defined

How to validate it

Validate on future periods or held-out aggregate units, compare with a simple baseline, and require stability across plausible metric definitions and decision thresholds.

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

  • one consented point-in-time contributor-availability-calendar-work-session projection that unions overlapping meetings, preserves zero-event contributors, derives project sessions without meeting-title content and proves provider/source completeness
  • lawful purpose and consent perimeter, minimum aggregate cohort, work availability and holiday policy, provider completeness, identity confidence, focus-block and switch-gap definitions, publication thresholds, restricted access and prohibition on individual performance or employment use

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 consented pointintime contributor identity availability" }
  → finds "audit_attention_fragmentation_evidence_integrity"

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

gitrevio_capability_run
  { "capability_id": "audit_attention_fragmentation_evidence_integrity", "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

Forecast focus fragmentation delivery economics

Forecast current-task completion and delay-cost tails with a company-local ridge log-normal accelerated-failure-time model that uses attention covariates only after beating a global model on the latest whole period.

Forecasting & survival

Optimize focus coordination policy portfolio

Choose aggregate async, meeting-batching, protected-focus or coordination policies using prospectively identified effects shrunk by design reliability, common scenarios, unique shared loss, Pareto search and hard budget, capacity, response, focus, timezone and CVaR gates.

Forecasting & survival

Analyze info gap robust satisficing

Select a robust-satisficing action under severe uncertainty with Info-Gap Decision Theory: evaluate worst and best payoff across a governed nested uncertainty envelope, maximize the radius before a critical requirement fails, report windfall opportuneness, and use no scenario probabilities.

Decision analysis

Audit attrition risk prediction integrity

Audit an attrition model's complete eligible cohort, point-in-time features, supportive-use governance, intervention-contaminated labels, competing outcomes, calibration, false positives and authorized subgroup error before any person-level use.

Forecasting & survival

Audit code knowledge concentration integrity

Audit file, module, service, or repository knowledge concentration from point-in-time substantive changes, reviews, incident response and documentation using identity-confidence filtering, recency decay, Bayesian ownership uncertainty, entropy-effective owners, HHI and leave-top-owner-out resilience—without turning contribution evidence into a person-performance score.

Sequential Bayesian & bandits

Audit onboarding mentorship evidence integrity

Audit point-in-time onboarding cohorts, ordered autonomy milestones, source completeness and corroborated mentorship windows before publishing privacy-safe ramp evidence.

Statistical audit & measurement

See every tool in People, retention & knowledge →

Ready to See Your Engineering work clearly?

Request a free demo