{
  "title": "Workflow Report System",
  "purpose": "The report system converts answer cards into executive operating reports. A report should tell a CTO, CIO, or VP Engineering what the system is doing, what evidence supports that view, where confidence is weak, and what can be changed safely.",
  "report_contract": {
    "required_sections": [
      "Operating decision",
      "Evidence boundary",
      "Answer cards",
      "System diagnosis",
      "Confidence table",
      "Missing instrumentation",
      "Risk register",
      "Recommended next safe actions",
      "Human approval and rollback boundary"
    ],
    "forbidden_sections": [
      "Raw source code",
      "Secrets or credentials",
      "Customer records",
      "Private employee records",
      "Unredacted logs",
      "Payroll, legal, or health data",
      "Forced recommendation without evidence"
    ]
  },
  "report_types": [
    {
      "id": "engineering_capacity_os_diagnostic",
      "title": "Engineering Capacity OS Diagnostic",
      "use_for": "Executive view of capacity, topology, telemetry, governance, and AI readiness.",
      "primary_domains": [
        "capacity_intelligence",
        "decision_grade_telemetry",
        "governance_security_failure_modes"
      ],
      "output_questions": [
        "What is the actual constraint?",
        "What evidence supports that conclusion?",
        "Can the system absorb more capacity?",
        "Where is instrumentation missing?"
      ]
    },
    {
      "id": "capacity_topology_readiness_report",
      "title": "Capacity Topology Readiness Report",
      "use_for": "Decision support for internal hiring, distributed teams, external partners, nearshore, offshore, platform investment, or agentic workflows.",
      "primary_domains": [
        "distributed_capacity_topology",
        "knowledge_architecture_memory",
        "execution_harness"
      ],
      "output_questions": [
        "Which workstreams are distributable?",
        "Which workstreams should remain internally owned?",
        "What controls must exist before the topology changes?",
        "Where would the model create hidden risk?"
      ]
    },
    {
      "id": "agentic_sdlc_readiness_report",
      "title": "Agentic SDLC Readiness Report",
      "use_for": "Assessment of which engineering workflows can be safely delegated to agents.",
      "primary_domains": [
        "governed_agentic_sdlc",
        "governed_adaptive_control_loops",
        "governance_security_failure_modes"
      ],
      "output_questions": [
        "Which tasks are safe for agent assistance?",
        "Where is human judgment still required?",
        "What telemetry proves agents are helping?",
        "What approval, audit, and rollback controls are required?"
      ]
    },
    {
      "id": "execution_control_plane_report",
      "title": "Execution Control Plane Report",
      "use_for": "Review of CI/CD, deployment, environment, rollback, quality-gate, and workflow determinism.",
      "primary_domains": [
        "execution_harness",
        "decision_grade_telemetry",
        "governance_security_failure_modes"
      ],
      "output_questions": [
        "Where does execution variance enter the SDLC?",
        "Which controls are manually enforced?",
        "Which controls are system-enforced?",
        "How reproducible are deployments across environments?"
      ]
    }
  ]
}
