{
  "skill_name": "gpt-orchestrator",
  "evals": [
    {
      "id": 1,
      "prompt": "You inherit seven ask-gpt Pro implementation jobs. Four local wrapper commands exited nonzero, but the ChatGPT sidebar shows those conversations still generating. Two jobs have no local conversation ID in the expected output file. The owner wants all results landed quickly. Describe exactly what you do next.",
      "expected_output": "Never redispatch an active server-side job; recover IDs from resume hints/list/search/registry; record durable per-task state; serialize all prompt sends globally at 55–75 seconds; continue independent executable work while generation runs.",
      "files": []
    },
    {
      "id": 2,
      "prompt": "An ask-gpt Pro conversation says it completed a security fix and prints several source files in Markdown. It also claims a ZIP is attached. The current worktree has dirty owner WIP in overlapping files. The task is urgent. Describe the artifact acceptance and application process.",
      "expected_output": "Treat prose as untrusted; download attachments; require non-empty real artifacts; validate archive paths/types/limits/checksums/scope; compare against current source; preserve dirty WIP; apply only in an isolated worktree; reject regressions/stale files; run native gates before landing.",
      "files": []
    },
    {
      "id": 3,
      "prompt": "Three ask-gpt tasks returned partial implementations, one is still generating, and two independent tasks are artifact-ready. One partial answer should be corrected. Explain how you coordinate correction, verification, integration order, completion status, and user reporting without wasting capacity.",
      "expected_output": "Resume the same conversation with evidence-based correction; never create a replacement thread by default; validate ready tasks concurrently where independent; integrate overlapping work sequentially against refreshed main; continue other lanes during external waits; mark done only after apply/test/land/deploy/receipt and report genuine blockers explicitly.",
      "files": []
    }
  ]
}
