{
  "authoring_card": "authoring-card.md",
  "distribution_requirements": {
    "min_prompts": 14,
    "min_recipes": 27,
    "min_report_score": 100,
    "require_fault_injection_recipe": true,
    "required_recipe_domains": [
      "service",
      "graphics",
      "gpu_compute",
      "gpu_non_graphics",
      "package_publish_sync",
      "deployment_targets",
      "failure_recovery",
      "performance_triage",
      "assurance",
      "plugin_ffi",
      "xr_runtime",
      "xr_productization",
      "durable_data",
      "process_lifecycle",
      "filesystem",
      "network_process",
      "raw_network_sockets",
      "inbound_server",
      "time_control",
      "multi_agent_orchestration",
      "realtime_collaboration",
      "backend_topology",
      "browser_runtime",
      "ml_data_engineering",
      "complex_ui_app_stacks",
      "hardware_device_integration",
      "security_auth_services"
    ]
  },
  "expected_reports": [
    {
      "id": "skill_conformance",
      "kind": "genesis/write-genesiscode-skill-conformance-v0.1",
      "min_score": 100,
      "path": ".genesis/perf/write_genesiscode_skill_conformance_report.json"
    }
  ],
  "input_identities": {
    "docs/spec/GC_AGENT_CORE_CARD_v0.3.md": "deac294e75909101455dbd7434951d83dd6ffbf6f53c6b05cb47920fa6a6bb58",
    "docs/spec/GC_AGENT_PROFILE_v0.3.json": "d68dcb143067afda404e9dce3865e27b1d58e0e039a8f1a622159e467c3f2ada",
    "docs/spec/GC_AGENT_SYMBOL_INDEX_v0.3.json": "0c74b594bcacaa0f5fc484295d549af3b3ce5fdd810267f9ba6572ea3ddb2b79",
    "docs/spec/GC_AGENT_TASK_CARDS_v0.3.json": "e0b216a59ef05913d65b3d642780424e3957482064a0646d4a623c5a00ca7beb",
    "docs/spec/GC_DIAGNOSTIC_CATALOG_v0.1.json": "c4cc96a66f9bba73642829f56cc16281a4e262f57f54303ae04ec04b9c05de22",
    "docs/spec/HOST_ABI_INDEX_v0.1.json": "f17e9fe14cdfcfca2b44132d0d880761a6886a967d78692ce5b205b9c1537ee2",
    "docs/spec/PRELUDE_CAPABILITY_INDEX_v0.1.json": "34eb570715c0947a7b3fccf15ba4fbf7d182badfa5ae8fe771e902b2d9026fe3",
    "docs/spec/WRITE_GENESISCODE_SKILL_v0.1.json": "fcc637e1c2cc72d353d1477522b2b2464331bca3618129e0a30152ea78799b9b",
    "policies/genesiscode_authoring_workflow_v0.1.json": "69224a8c335b9d8b53303cb896df1503c238ad95bc8c8a7de0e7335ba8d7a02c"
  },
  "kind": "genesis/write-genesiscode-skill-distribution-v1",
  "prompt_cards": "prompt-cards.json",
  "prompts": [
    {
      "id": "backlog_slice"
    },
    {
      "id": "capability_addition"
    },
    {
      "id": "selfhost_cutover"
    },
    {
      "id": "deployment_targets"
    },
    {
      "id": "failure_recovery"
    },
    {
      "id": "performance_triage"
    },
    {
      "id": "assurance_release"
    },
    {
      "id": "plugin_ffi"
    },
    {
      "id": "xr_experience"
    },
    {
      "id": "data_pipeline"
    },
    {
      "id": "ml_data_engineering"
    },
    {
      "id": "complex_ui_app_stacks"
    },
    {
      "id": "hardware_device_integration"
    },
    {
      "id": "security_auth_services"
    }
  ],
  "recipe_cards": "recipe-cards.json",
  "recipes": [
    {
      "domain": "service",
      "id": "service_workflow",
      "mode": "standard",
      "workflow": "examples/agent_service_workflow/workflow.sh"
    },
    {
      "domain": "graphics",
      "id": "game_loop_workflow",
      "mode": "standard",
      "workflow": "examples/agent_long_running_gfx_loop_workflow/workflow.sh"
    },
    {
      "domain": "gpu_compute",
      "id": "gpu_compute_workflow",
      "mode": "standard",
      "workflow": "examples/agent_gpu_compute_workflow/workflow.sh"
    },
    {
      "domain": "package_publish_sync",
      "id": "package_workflow",
      "mode": "standard",
      "workflow": "examples/agent_multi_package_publish_workflow/workflow.sh"
    },
    {
      "domain": "deployment_targets",
      "id": "deployment_targets_workflow",
      "mode": "standard",
      "workflow": "examples/agent_deploy_bundle_workflow/workflow.sh"
    },
    {
      "domain": "failure_recovery",
      "id": "failure_recovery_workflow",
      "mode": "fault-injection",
      "workflow": "scripts/check_host_bridge_fault_injection.sh"
    },
    {
      "domain": "performance_triage",
      "id": "performance_triage_workflow",
      "mode": "standard",
      "workflow": "scripts/check_runtime_backend_feature_matrix.sh"
    },
    {
      "domain": "assurance",
      "id": "assurance_workflow",
      "mode": "standard",
      "workflow": "scripts/check_assurance_profile_packs.sh"
    },
    {
      "domain": "plugin_ffi",
      "id": "plugin_ffi_workflow",
      "mode": "standard",
      "workflow": "examples/agent_plugin_runtime_workflow/workflow.sh"
    },
    {
      "domain": "xr_runtime",
      "id": "xr_workflow",
      "mode": "standard",
      "workflow": "examples/agent_xr_runtime_workflow/workflow.sh"
    },
    {
      "domain": "durable_data",
      "id": "data_workflow",
      "mode": "standard",
      "workflow": "examples/agent_durable_data_workflow/workflow.sh"
    },
    {
      "domain": "gpu_non_graphics",
      "id": "gpu_data_simulation_workflow",
      "mode": "standard",
      "workflow": "examples/agent_compute_workflow/workflow.sh"
    },
    {
      "domain": "xr_productization",
      "id": "xr_deploy_test_workflow",
      "mode": "standard",
      "workflow": "scripts/check_gpu_xr_productization_kits.sh"
    },
    {
      "domain": "process_lifecycle",
      "id": "process_lifecycle_workflow",
      "mode": "standard",
      "workflow": "examples/agent_process_lifecycle_workflow/workflow.sh"
    },
    {
      "domain": "filesystem",
      "id": "filesystem_workflow",
      "mode": "standard",
      "workflow": "examples/agent_filesystem_workflow/workflow.sh"
    },
    {
      "domain": "network_process",
      "id": "network_process_workflow",
      "mode": "standard",
      "workflow": "examples/agent_network_process_workflow/workflow.sh"
    },
    {
      "domain": "raw_network_sockets",
      "id": "raw_network_sockets_workflow",
      "mode": "standard",
      "workflow": "examples/agent_raw_network_sockets_workflow/workflow.sh"
    },
    {
      "domain": "inbound_server",
      "id": "inbound_server_workflow",
      "mode": "standard",
      "workflow": "examples/agent_inbound_server_workflow/workflow.sh"
    },
    {
      "domain": "time_control",
      "id": "time_control_workflow",
      "mode": "standard",
      "workflow": "examples/agent_time_control_workflow/workflow.sh"
    },
    {
      "domain": "multi_agent_orchestration",
      "id": "multi_agent_orchestration_workflow",
      "mode": "standard",
      "workflow": "examples/agent_multi_agent_orchestration_workflow/workflow.sh"
    },
    {
      "domain": "realtime_collaboration",
      "id": "realtime_collaboration_workflow",
      "mode": "standard",
      "workflow": "examples/agent_realtime_collaboration_workflow/workflow.sh"
    },
    {
      "domain": "backend_topology",
      "id": "backend_topology_workflow",
      "mode": "standard",
      "workflow": "examples/agent_backend_topology_workflow/workflow.sh"
    },
    {
      "domain": "browser_runtime",
      "id": "browser_runtime_workflow",
      "mode": "standard",
      "workflow": "examples/agent_browser_runtime_workflow/workflow.sh"
    },
    {
      "domain": "ml_data_engineering",
      "id": "ml_data_engineering_workflow",
      "mode": "standard",
      "workflow": "examples/agent_ml_pipeline_variant_workflow/workflow.sh"
    },
    {
      "domain": "complex_ui_app_stacks",
      "id": "complex_ui_app_stacks_workflow",
      "mode": "standard",
      "workflow": "examples/agent_browser_runtime_workflow/workflow.sh"
    },
    {
      "domain": "hardware_device_integration",
      "id": "hardware_device_integration_workflow",
      "mode": "standard",
      "workflow": "examples/agent_gpu_compute_workflow/workflow.sh"
    },
    {
      "domain": "security_auth_services",
      "id": "security_auth_services_workflow",
      "mode": "standard",
      "workflow": "examples/agent_backend_topology_workflow/workflow.sh"
    }
  ],
  "skill": ".agents/skills/genesiscode-authoring/SKILL.md",
  "source": "policies/genesiscode_authoring_workflow_v0.1.json",
  "source_sha256": "69224a8c335b9d8b53303cb896df1503c238ad95bc8c8a7de0e7335ba8d7a02c",
  "verification_scripts": [
    "scripts/check_write_genesiscode_skill_distribution.sh",
    "scripts/check_write_genesiscode_skill_conformance.sh"
  ],
  "version": "1"
}
