{
  "schemaVersion": "1.0.0",
  "plan": {
    "planId": "ACTION-PLAN-EXAMPLE-001",
    "templateVersion": "1.0.0",
    "revision": 3,
    "status": "active",
    "title": "Reduce fictional intake rework",
    "objectiveBasisRef": "https://decision.example.test/objective-001",
    "ownerRoleId": "ROLE-OPERATIONS-LEAD",
    "periodStart": "2026-07-22",
    "periodEnd": "2026-08-14",
    "reviewCadenceDays": 7,
    "nextReviewAt": "2026-08-08T14:00:00Z",
    "createdAt": "2026-07-21T09:00:00Z",
    "updatedAt": "2026-08-01T14:15:00Z",
    "fictionalExample": true
  },
  "boundaries": {
    "multiPhaseImplementationPlanOwned": false,
    "softwareProjectScheduleOwned": false,
    "meetingRecordOwned": false,
    "rollingActionLogOwned": false,
    "productBacklogOwned": false,
    "organizationalChangeManagementOwned": false,
    "correctiveActionOrCapaOwned": false,
    "regulatedOrEmergencyPlanOwned": false,
    "approvalAuthorityOwned": false,
    "assignmentAuthorityOwned": false,
    "executionAutomationOwned": false,
    "effectivenessAssuranceOwned": false
  },
  "evidence": [
    {
      "id": "EVIDENCE-001",
      "type": "decision_record",
      "observedAt": "2026-07-21T08:30:00Z",
      "reference": "https://evidence.example.test/objective-001",
      "sha256": "1111111111111111111111111111111111111111111111111111111111111111",
      "note": "Fictional decision record approving the objective and measurement window.",
      "sensitiveDataRemoved": true
    },
    {
      "id": "EVIDENCE-002",
      "type": "metric",
      "observedAt": "2026-07-20T16:00:00Z",
      "reference": "https://evidence.example.test/baseline-001",
      "sha256": "2222222222222222222222222222222222222222222222222222222222222222",
      "note": "Fictional baseline with fourteen returned records in a twenty-record sample.",
      "sensitiveDataRemoved": true
    },
    {
      "id": "EVIDENCE-003",
      "type": "decision_record",
      "observedAt": "2026-07-21T10:05:00Z",
      "reference": "https://evidence.example.test/action-acceptance-001",
      "sha256": "3333333333333333333333333333333333333333333333333333333333333333",
      "note": "Fictional external acceptance record for the first two actions and their role owners.",
      "sensitiveDataRemoved": true
    },
    {
      "id": "EVIDENCE-004",
      "type": "output",
      "observedAt": "2026-07-28T15:30:00Z",
      "reference": "https://evidence.example.test/checklist-revision-001",
      "sha256": "4444444444444444444444444444444444444444444444444444444444444444",
      "note": "Fictional completed checklist output, not proof that the objective was achieved.",
      "sensitiveDataRemoved": true
    },
    {
      "id": "EVIDENCE-005",
      "type": "status_observation",
      "observedAt": "2026-08-01T14:00:00Z",
      "reference": "https://evidence.example.test/review-001",
      "sha256": "5555555555555555555555555555555555555555555555555555555555555555",
      "note": "Fictional dated observation that the pilot fixture was not yet available.",
      "sensitiveDataRemoved": true
    }
  ],
  "objectives": [
    {
      "id": "OBJ-001",
      "statement": "Reduce returned fictional intake records in the review sample.",
      "decisionRef": "https://decision.example.test/objective-001",
      "basisEvidenceIds": ["EVIDENCE-001", "EVIDENCE-002"],
      "baseline": "Fourteen of twenty fictional records were returned for missing fields.",
      "target": "No more than four of twenty fictional records are returned in the final sample.",
      "measure": "Count returned fictional records in one fixed twenty-record review sample.",
      "targetDate": "2026-08-14",
      "status": "approved",
      "achievedAt": null,
      "resultEvidenceIds": []
    }
  ],
  "actions": [
    {
      "id": "ACT-001",
      "objectiveId": "OBJ-001",
      "statement": "Create one reviewed intake checklist.",
      "expectedOutput": "Published checklist revision 1.",
      "ownerRoleId": "ROLE-OPERATIONS-LEAD",
      "acceptance": {
        "status": "accepted",
        "decisionRef": "https://decision.example.test/action-001",
        "acceptedAt": "2026-07-21T10:00:00Z"
      },
      "priority": "high",
      "startDate": "2026-07-22",
      "dueDate": "2026-07-29",
      "dependencyIds": [],
      "resourceRefs": ["https://resource.example.test/checklist-source"],
      "status": "completed",
      "blocker": null,
      "completion": {
        "completedAt": "2026-07-28T15:30:00Z",
        "evidenceIds": ["EVIDENCE-004"]
      },
      "cancellation": {
        "cancelledAt": null,
        "decisionRef": null,
        "reason": null
      }
    },
    {
      "id": "ACT-002",
      "objectiveId": "OBJ-001",
      "statement": "Pilot the checklist on five fictional intake records.",
      "expectedOutput": "Pilot summary with five result rows.",
      "ownerRoleId": "ROLE-QUALITY-REVIEWER",
      "acceptance": {
        "status": "accepted",
        "decisionRef": "https://decision.example.test/action-002",
        "acceptedAt": "2026-07-21T10:05:00Z"
      },
      "priority": "high",
      "startDate": "2026-07-30",
      "dueDate": "2026-08-08",
      "dependencyIds": ["ACT-001"],
      "resourceRefs": ["https://resource.example.test/fictional-intake-set"],
      "status": "blocked",
      "blocker": "Waiting for the approved fictional fixture set.",
      "completion": {
        "completedAt": null,
        "evidenceIds": []
      },
      "cancellation": {
        "cancelledAt": null,
        "decisionRef": null,
        "reason": null
      }
    },
    {
      "id": "ACT-003",
      "objectiveId": "OBJ-001",
      "statement": "Prepare the next review packet.",
      "expectedOutput": "Dated review packet with evidence links.",
      "ownerRoleId": null,
      "acceptance": {
        "status": "proposed",
        "decisionRef": null,
        "acceptedAt": null
      },
      "priority": "medium",
      "startDate": "2026-08-11",
      "dueDate": "2026-08-14",
      "dependencyIds": ["ACT-002"],
      "resourceRefs": ["https://resource.example.test/review-packet"],
      "status": "proposed",
      "blocker": null,
      "completion": {
        "completedAt": null,
        "evidenceIds": []
      },
      "cancellation": {
        "cancelledAt": null,
        "decisionRef": null,
        "reason": null
      }
    }
  ],
  "reviews": [
    {
      "id": "REVIEW-001",
      "asOf": "2026-08-01T14:00:00Z",
      "ownerRoleId": "ROLE-OPERATIONS-LEAD",
      "actionIds": ["ACT-001", "ACT-002"],
      "observedStatus": "ACT-001 completed; ACT-002 blocked pending the approved fixture.",
      "evidenceIds": ["EVIDENCE-004", "EVIDENCE-005"],
      "changes": [
        {
          "actionId": "ACT-002",
          "change": "Keep the due date and escalate fixture preparation to the owning system.",
          "reason": "The external fixture was not available at the review cutoff.",
          "decisionRef": "https://decision.example.test/review-001"
        }
      ],
      "nextReviewAt": "2026-08-08T14:00:00Z"
    }
  ]
}
