{
  "manifest_version": 1,
  "skill": "rdc:handoff",
  "description": "Handoff writes a plan doc to .rdc/plans/ and records work items via RPC; no push under RDC_TEST.",
  "fixture": {
    "prompt": "rdc:handoff sandbox-stub add a no-op /ping route to the sandbox app",
    "env": { "RDC_TEST": "1" }
  },
  "timeout_ms": 480000,
  "assertions": {
    "exit_code": 0,
    "stdout_contains": ["rdc:handoff"]
  },
  "acceptance": {
    "output_contains": [
      "sandbox-stub",
      "ping",
      "route",
      "evidence"
    ],
    "output_not_contains": [
      "git push",
      "raw MCP",
      "[specific acceptance criterion]"
    ]
  },
  "teardown": { "reset_branch": true }
}
