Site Opportunity Checker

Wave O-A scaffold: site checker shell, enrichment capture, parcel metadata, and Grid-ready payloads

Site Checker Shell

Scaffold-only shell for enrichment capture and parcel metadata contracts.

Enrichment Capture Structure

Capture status: captured

Opportunity Indicators

Grid-Ready Payload Scaffold

No live API call is made in this scaffold.

{
  "verticalKey": "landguide",
  "source": "landguide.site-checker",
  "eventType": "site.checker.scaffolded",
  "gridHandoffEligible": true,
  "stakrHandoffEligible": true,
  "payload": {
    "assessmentId": "assessment_demo",
    "actorKey": "customer_demo",
    "parcel": {
      "parcelId": "parcel_demo_001",
      "uprn": "100021345678",
      "titleNumber": "EX123456",
      "address": "12 Example Street",
      "postcode": "AB1 2CD",
      "areaSqm": null,
      "centroid": {
        "lat": null,
        "lng": null
      },
      "localAuthority": "Example Borough Council",
      "planningDesignation": null,
      "ownershipStatus": "unknown"
    },
    "enrichment": {
      "captureId": "capture_demo_001",
      "assessmentId": "assessment_demo",
      "actorKey": "customer_demo",
      "parcelId": "parcel_demo_001",
      "status": "captured",
      "fields": [
        {
          "key": "local-plan-zone",
          "label": "Local plan zone",
          "value": "Not captured",
          "source": "planning_placeholder",
          "confidence": "low",
          "capturedAtIso": "2026-05-24T15:43:48.188Z"
        },
        {
          "key": "access-notes",
          "label": "Access notes",
          "value": "Manual notes pending",
          "source": "manual",
          "confidence": "medium",
          "capturedAtIso": "2026-05-24T15:43:48.188Z"
        }
      ],
      "notes": [
        "Capture structure scaffolded only."
      ]
    },
    "indicators": [
      {
        "key": "parcel-id-available",
        "label": "Parcel identity available",
        "signal": "positive",
        "evidence": "Parcel ID, UPRN and title number fields are present."
      },
      {
        "key": "area-captured",
        "label": "Area captured",
        "signal": "constraint",
        "evidence": "Area remains unset in scaffold state."
      },
      {
        "key": "planning-designation-captured",
        "label": "Planning designation captured",
        "signal": "constraint",
        "evidence": "Planning designation is pending enrichment."
      }
    ],
    "handoffNotes": [
      "Scaffold only. No Grid API call executed.",
      "STAKR handoff metadata retained for future orchestration."
    ]
  }
}