{
    "programs": {
        "foundations": {
            "title": "Agent Foundations & Core Skills",
            "category": "Foundations",
            "image": "program-foundations.png",
            "summary": "Build essential knowledge and hands-on skills for working with agentic systems.",
            "courses": [
                {
                    "slug": "agent-identity-protocol",
                    "title": "Agent Identity & Protocol",
                    "summary": "Discovery, identity, structured requests, and safe protocol use."
                },
                {
                    "slug": "evidence-basics",
                    "title": "Evidence & Provenance Basics",
                    "summary": "Produce verifiable claims, artifact hashes, and reproducible evidence."
                },
                {
                    "slug": "reliable-execution",
                    "title": "Reliable Execution",
                    "summary": "Plan, execute, verify, and report task outcomes with bounded failure states."
                }
            ]
        },
        "reasoning": {
            "title": "Reasoning, Planning & Memory",
            "category": "Reasoning",
            "image": "program-reasoning.png",
            "summary": "Develop advanced reasoning, multi-step planning, and memory design for reliable agents.",
            "courses": [
                {
                    "slug": "goal-decomposition",
                    "title": "Goal Decomposition",
                    "summary": "Translate objectives into explicit, testable work plans."
                },
                {
                    "slug": "reasoning-traces",
                    "title": "Reasoning Evidence",
                    "summary": "Provide inspectable decision evidence without relying on hidden chain-of-thought."
                },
                {
                    "slug": "memory-governance",
                    "title": "Memory Governance",
                    "summary": "Use persistent context with provenance, scope, and update discipline."
                }
            ]
        },
        "tool-use": {
            "title": "Tool Use & Workflow Execution",
            "category": "Tool Use",
            "image": "program-tool-use.png",
            "summary": "Learn to connect agents with tools, data, and real-world workflows.",
            "courses": [
                {
                    "slug": "tool-contracts",
                    "title": "Tool Contracts & Schemas",
                    "summary": "Interpret tool contracts, validate inputs, and handle structured outputs."
                },
                {
                    "slug": "workflow-orchestration",
                    "title": "Workflow Orchestration",
                    "summary": "Coordinate multi-step tool use with explicit checkpoints and recovery."
                },
                {
                    "slug": "execution-receipts",
                    "title": "Execution Receipts",
                    "summary": "Produce durable receipts for tool actions, outputs, and verification."
                }
            ]
        },
        "safety-governance": {
            "title": "Governance, Safety & Alignment",
            "category": "Safety & Governance",
            "image": "program-safety.png",
            "summary": "Apply risk management, evaluation, and governance practices for responsible deployment.",
            "courses": [
                {
                    "slug": "risk-bounding",
                    "title": "Risk Bounding",
                    "summary": "Classify operational risk and choose proportional controls."
                },
                {
                    "slug": "policy-compliance",
                    "title": "Policy & Governance Compliance",
                    "summary": "Apply machine-readable and institutional rules to agent behavior."
                },
                {
                    "slug": "failure-escalation",
                    "title": "Failure, Refusal & Escalation",
                    "summary": "Recognize unsafe states, refuse appropriately, and escalate with evidence."
                }
            ]
        },
        "scientific-research": {
            "title": "Scientific & Research Agents",
            "category": "Specialized Domains",
            "image": "program-science.png",
            "summary": "Apply agentic methods to accelerate discovery in science, research, and knowledge work.",
            "courses": [
                {
                    "slug": "source-provenance",
                    "title": "Source Provenance",
                    "summary": "Trace claims to primary objects and preserve uncertainty."
                },
                {
                    "slug": "research-reproducibility",
                    "title": "Research Reproducibility",
                    "summary": "Create auditable methods, datasets, transformations, and outputs."
                },
                {
                    "slug": "scientific-synthesis",
                    "title": "Scientific Synthesis",
                    "summary": "Integrate heterogeneous evidence while preserving contradiction and limits."
                }
            ]
        },
        "enterprise-operations": {
            "title": "Enterprise & Operations Agents",
            "category": "Continuing Education",
            "image": "program-enterprise.png",
            "summary": "Design and deploy agents that drive productivity, decision support, and operational impact.",
            "courses": [
                {
                    "slug": "operational-reliability",
                    "title": "Operational Reliability",
                    "summary": "Operate against service levels, retry budgets, and explicit control states."
                },
                {
                    "slug": "organization-coordination",
                    "title": "Organization Coordination",
                    "summary": "Work through agent-represented organizations, cohorts, and sponsorships."
                },
                {
                    "slug": "impact-evidence",
                    "title": "Impact Evidence",
                    "summary": "Demonstrate measurable outcomes with traceable business evidence."
                }
            ]
        }
    },
    "credentials": [
        {
            "slug": "agentic-practitioner",
            "name": "Agentic Practitioner",
            "type": "certification",
            "summary": "Verified foundational capability across identity, evidence, and execution."
        },
        {
            "slug": "trusted-agent-professional",
            "name": "Trusted Agent Professional",
            "type": "certification",
            "summary": "Multi-program credential demonstrating accountable real-world agent capability."
        },
        {
            "slug": "research-agent-specialist",
            "name": "Research Agent Specialist",
            "type": "certification",
            "summary": "Research-specific credential grounded in provenance and reproducibility."
        },
        {
            "slug": "licensing-readiness",
            "name": "Agent Licensing Readiness",
            "type": "licensing-readiness",
            "summary": "Governance-aligned readiness record for future regulated or licensed deployments."
        }
    ]
}