{
  "cards": [
    {
      "checks": [
        "bash scripts/check_write_genesiscode_skill_distribution.sh",
        "bash scripts/check_write_genesiscode_skill_conformance.sh"
      ],
      "id": "backlog_slice",
      "inputs": [
        "current explicit user request or reproduced defect report, when present",
        "generated `python3 scripts/lib/roadmap_execution_manifest.py --slice` result",
        "open P0/P1 IDs from `upgrade_plan.md`, only when at least one exists",
        "current `feature_matrix.md` and `docs/status/REDTEAM_REPORT.md` as status evidence, not task authority"
      ],
      "objective": "Classify the requested work as a user task, active P0/P1 defect, generated-roadmap task, or exploratory proposal, then complete one authority-compatible transaction without treating an empty defect ledger as a queue.",
      "outputs": [
        "selected route ID, authority source, and coherent transaction ID",
        "code/doc changes with file paths",
        "deterministic verification commands and outcomes",
        "updated remaining-open roadmap and P0/P1 counts without invented work"
      ],
      "title": "Work Selection"
    },
    {
      "checks": [
        "bash scripts/check_capability_indices.sh",
        "bash scripts/check_host_abi_conformance.sh",
        "bash scripts/check_write_genesiscode_skill_distribution.sh"
      ],
      "id": "capability_addition",
      "inputs": [
        "host ABI capability op contract docs",
        "capability index docs/contracts",
        "affected prelude module(s) under `prelude/modules/`"
      ],
      "objective": "Use this prompt when adding or extending host capability wrappers/contracts.",
      "outputs": [
        "deterministic wrapper contract and payload schema",
        "fail-closed policy requirements",
        "replay determinism evidence path",
        "updated docs/spec + capability indices"
      ],
      "title": "Capability Addition"
    },
    {
      "checks": [
        "bash scripts/check_selfhost_boundary.sh --strict",
        "bash scripts/check_selfhost_toolchain_review_fresh.sh",
        "bash scripts/check_write_genesiscode_skill_distribution.sh"
      ],
      "id": "selfhost_cutover",
      "inputs": [
        "strict selfhost boundary docs",
        "relevant open P0/P1 defect IDs when present, otherwise the selected generated-roadmap task",
        "affected runtime/CLI contracts"
      ],
      "objective": "Use this prompt when migrating behavior from bootstrap/runtime boundaries into `.gc`.",
      "outputs": [
        "removed fallback/deprecated path list",
        "parity and replay verification evidence",
        "updated plan/matrix status deltas"
      ],
      "title": "Selfhost Cutover"
    },
    {
      "checks": [
        "cargo test -p gc_cli --test cli_pkg_workspace gcpm_build_supports_mobile_and_edge_target_contracts -- --exact",
        "bash scripts/check_capability_evidence_ledger.sh",
        "bash scripts/check_write_genesiscode_skill_distribution.sh"
      ],
      "id": "deployment_targets",
      "inputs": [
        "`docs/spec/CLI.md` target contract section",
        "docs/spec/GCPM_JSON_SCHEMAS_v0.1.md",
        "existing target tests in `crates/gc_cli/tests/cli_pkg_workspace.rs`"
      ],
      "objective": "Use this prompt when extending `gcpm build` target coverage and deployment contracts.",
      "outputs": [
        "target-specific artifact contract deltas",
        "deterministic per-target verification steps",
        "updated test/gate coverage proving target behavior"
      ],
      "title": "Deployment Targets"
    },
    {
      "checks": [
        "bash scripts/check_host_bridge_fault_injection.sh",
        "bash scripts/check_no_user_panics.sh",
        "bash scripts/check_write_genesiscode_skill_distribution.sh"
      ],
      "id": "failure_recovery",
      "inputs": [
        "affected capability/effect contract docs",
        "failure injection gate outputs",
        "relevant policy profile docs"
      ],
      "objective": "Use this prompt when adding fail-closed error handling, rollback, or recovery behavior.",
      "outputs": [
        "explicit failure taxonomy and sealed error expectations",
        "deterministic recovery path (or fail-closed rejection) with no silent fallback",
        "regression tests for injected failure classes"
      ],
      "title": "Failure Recovery"
    },
    {
      "checks": [
        "bash scripts/check_runtime_backend_feature_matrix.sh",
        "bash scripts/check_perf_budgets.sh",
        "bash scripts/check_write_genesiscode_skill_distribution.sh"
      ],
      "id": "performance_triage",
      "inputs": [
        "`.genesis/perf/*` reports for impacted lanes",
        "docs/spec/TEST_EXECUTION_PROFILES_v0.1.md",
        "affected gate scripts in `scripts/`"
      ],
      "objective": "Use this prompt when reducing runtime/profile gate latency without reducing determinism.",
      "outputs": [
        "top hotspot list with elapsed/budget deltas",
        "concrete runtime/cache/sharding changes",
        "SLO guard updates with fail-closed regression checks"
      ],
      "title": "Performance Triage"
    },
    {
      "checks": [
        "bash scripts/check_assurance_profile_packs.sh",
        "bash scripts/check_assurance_standards_crosswalk.sh",
        "bash scripts/check_write_genesiscode_skill_distribution.sh"
      ],
      "id": "assurance_release",
      "inputs": [
        "assurance pack/profile docs and policies",
        "active release profile gates",
        "latest assurance artifacts/reports"
      ],
      "objective": "Use this prompt when strengthening requirements traceability, qualification, and release evidence.",
      "outputs": [
        "standards profile delta (DO-178C/NASA/IEC) for the change",
        "updated assurance artifact schema references",
        "deterministic gate updates and evidence outputs"
      ],
      "title": "Assurance Release"
    },
    {
      "checks": [
        "bash scripts/check_host_abi_conformance.sh",
        "bash scripts/check_capability_indices.sh",
        "bash scripts/check_write_genesiscode_skill_distribution.sh"
      ],
      "id": "plugin_ffi",
      "inputs": [
        "docs/spec/HOST_ABI.md",
        "docs/spec/PLUGIN_ABI_SCHEMAS_v0.1.md",
        "affected capability wrappers and policy docs"
      ],
      "objective": "Use this prompt when extending host plugin/FFI contracts or bridge semantics.",
      "outputs": [
        "typed request/response schema deltas",
        "command allowlist + bridge digest pinning changes",
        "deterministic host-bridge replay expectations"
      ],
      "title": "Plugin/FFI"
    },
    {
      "checks": [
        "bash scripts/check_webxr_browser_conformance_lane.sh",
        "bash scripts/check_agent_reference_workflows.sh",
        "bash scripts/check_write_genesiscode_skill_distribution.sh"
      ],
      "id": "xr_experience",
      "inputs": [
        "docs/spec/XR_HOST_RUNTIME_v0.1.md",
        "docs/spec/GFX_RUNTIME_BUNDLE_v0.1.md",
        "relevant XR workflow/example scripts"
      ],
      "objective": "Use this prompt when implementing XR runtime features, contracts, or workflows.",
      "outputs": [
        "XR capability contract deltas",
        "deterministic replay and parity behavior notes",
        "updated runtime profile checks for XR pathways"
      ],
      "title": "XR Experience"
    },
    {
      "checks": [
        "bash scripts/check_agent_reference_workflows.sh",
        "bash scripts/check_capability_evidence_ledger.sh",
        "bash scripts/check_write_genesiscode_skill_distribution.sh"
      ],
      "id": "data_pipeline",
      "inputs": [
        "docs/spec/DOMAIN_KITS_v0.1.md",
        "durable data capability docs",
        "relevant workflow examples and policy files"
      ],
      "objective": "Use this prompt when implementing durable data and IO-heavy workflows.",
      "outputs": [
        "deterministic data contract/shape updates",
        "policy and bounds changes for data operations",
        "replay-consistent workflow verification evidence"
      ],
      "title": "Data Pipeline"
    },
    {
      "checks": [
        "bash scripts/check_agent_reference_workflows.sh",
        "bash scripts/check_agent_generative_workloads.sh",
        "bash scripts/check_write_genesiscode_skill_distribution.sh"
      ],
      "id": "ml_data_engineering",
      "inputs": [
        "data sources/contracts and schema constraints",
        "model/pipeline stages and replay requirements",
        "deployment/runtime targets"
      ],
      "objective": "Use this prompt for AI-authored data and model pipeline systems.",
      "outputs": [
        "deterministic ingestion + transform contracts",
        "pipeline orchestration and provenance evidence paths",
        "reproducible verification recipe and runtime report references"
      ],
      "title": "ML/Data Engineering"
    },
    {
      "checks": [
        "bash scripts/check_agent_reference_workflows.sh",
        "bash scripts/check_agent_workflow_runtime_parity.sh",
        "bash scripts/check_write_genesiscode_skill_distribution.sh"
      ],
      "id": "complex_ui_app_stacks",
      "inputs": [
        "target UX/runtime surfaces (browser/native/xr)",
        "interaction + state management requirements",
        "deployment topology and policy constraints"
      ],
      "objective": "Use this prompt when an agent must deliver full-stack interactive UI systems.",
      "outputs": [
        "deterministic render/input/state contracts",
        "integration plan for runtime and deployment lanes",
        "replay-safe test path across required domains"
      ],
      "title": "Complex UI/App Stacks"
    },
    {
      "checks": [
        "bash scripts/check_gpu_compute_device_conformance.sh",
        "bash scripts/check_gpu_xr_productization_kits.sh",
        "bash scripts/check_write_genesiscode_skill_distribution.sh"
      ],
      "id": "hardware_device_integration",
      "inputs": [
        "target hardware/runtime constraints",
        "device capability policy requirements",
        "deterministic replay and safety obligations"
      ],
      "objective": "Use this prompt for GPU/XR/device-facing systems that require strict runtime evidence.",
      "outputs": [
        "capability-safe device contracts",
        "deterministic runtime + replay evidence references",
        "fallback posture and fault-injection validation lane"
      ],
      "title": "Hardware Device Integration"
    },
    {
      "checks": [
        "bash scripts/check_agent_reference_workflows.sh",
        "bash scripts/check_host_bridge_fault_injection.sh",
        "bash scripts/check_write_genesiscode_skill_distribution.sh"
      ],
      "id": "security_auth_services",
      "inputs": [
        "trust boundaries and identity/auth requirements",
        "service topology and policy constraints",
        "required audit/replay evidence obligations"
      ],
      "objective": "Use this prompt for security-critical auth/service boundary design.",
      "outputs": [
        "explicit capability boundary contracts",
        "deterministic service/auth workflow plan",
        "audit-ready verification and failure-path checks"
      ],
      "title": "Security/Auth Services"
    }
  ],
  "kind": "genesis/write-genesiscode-prompt-cards-v1",
  "source": "policies/genesiscode_authoring_workflow_v0.1.json",
  "source_sha256": "69224a8c335b9d8b53303cb896df1503c238ad95bc8c8a7de0e7335ba8d7a02c",
  "version": "1"
}
