{
  "manifest_version": 1,
  "skill": "rdc:build",
  "description": "Build dispatches typed agents against a seeded epic; local commits allowed, push short-circuited under RDC_TEST.",
  "fixture": {
    "prompt": "rdc:build label=self-test-sandbox --unattended",
    "precondition_files": [
      {
        "path": ".rdc/epics/self-test-sandbox.md",
        "content": "# Epic: self-test sandbox\n\nTrivial epic used only by the Tier 2 runner. One task: touch `sandbox.txt` with a single line.\n\n## Tasks\n- [ ] Write 'hello from sandbox' to `sandbox.txt`\n"
      }
    ],
    "env": { "RDC_TEST": "1" },
    "slow": true
  },
  "assertions": {
    "exit_code": 0,
    "commits_made": { "min": 0 },
    "stdout_contains": ["RDC Build"]
  },
  "acceptance": {
    "output_contains": [
      "RDC_TEST",
      "sandbox",
      "review",
      "validator"
    ],
    "output_not_contains": [
      "git push origin",
      "raw MCP",
      "dispatch without",
      "skip validation"
    ]
  },
  "teardown": { "reset_branch": true }
}
