{
  "generatedAt": "2026-04-22T22:42:00Z",
  "purpose": "Proof seed showing a concrete multi-step OICP workflow with visible execution structure.",
  "structure": {
    "type": "workflow-proof",
    "pillar": "OICP",
    "steps": [
      "input",
      "processing",
      "output"
    ]
  },
  "exampleContent": {
    "workflowId": "oicp-proof-001",
    "workflowName": "Opportunity Intake to Readiness Summary",
    "input": {
      "opportunityId": "sample-opportunity-001",
      "sourceType": "manual-intake",
      "receivedFields": [
        "agency",
        "naics",
        "deadline",
        "setAside",
        "summary"
      ]
    },
    "processing": [
      {
        "step": 1,
        "name": "Normalize intake",
        "result": "Structured fields mapped into standard opportunity schema"
      },
      {
        "step": 2,
        "name": "Check compliance fit",
        "result": "Coverage gaps and likely blockers identified"
      },
      {
        "step": 3,
        "name": "Generate readiness summary",
        "result": "Operator-facing next action prepared"
      }
    ],
    "output": {
      "readinessState": "needs-review",
      "topFinding": "Submission timeline is viable, but proof of control coverage is incomplete.",
      "nextAction": "Review compliance fit manually before preparing bid artifacts."
    }
  },
  "nextExpansionStep": "Link this workflow proof to a real intake artifact and capture step timestamps."
}
