{
  "skill": "subagent-governance",
  "should_trigger": [
    "Split this migration across several agents and set up the delegation before anyone starts writing.",
    "One of the delegated runs failed mid-call; decide what to relaunch without touching the runs that are still going.",
    "Two implementation runs finished, so decide how to integrate their work and what review it still needs.",
    "The reviewers disagree about this integrated change; decide which findings to accept before a fix pass.",
    "Launch one specialist for this bounded API investigation and decide whether its task contract is safe.",
    "Use one implementation worker followed by a reviewer; plan the ownership, sequencing, and handoffs."
  ],
  "should_not_trigger": [
    "What arguments does the delegation tool accept for a scheduled run?",
    "Create a new custom agent file with a different model and thinking level.",
    "Show the token cost and status of the last background runs.",
    "Fix the missing null check in the auth module.",
    "Write the final HTML report for the finished feature.",
    "Explain what this stack trace means."
  ],
  "ambiguous": [
    {
      "prompt": "Run three reviewers on this diff.",
      "candidate_skills": [
        "subagent-governance",
        "pi-subagents"
      ],
      "decision": "Use this skill to decide whether each review outcome is necessary, who may write, and how findings are dispositioned; use the mechanics skill for the launch call, execution mode, and context options.",
      "reason": "A multi-reviewer request mixes an admissibility decision with an execution-syntax question, and the two are owned by different skills.",
      "review_status": "reviewed"
    },
    {
      "prompt": "Just delegate this to one agent and let it work.",
      "candidate_skills": [
        "subagent-governance",
        "pi-subagents"
      ],
      "decision": "Use this skill to verify that the single child has one bounded, necessary outcome and, if it writes, an approved plan-backed task contract; use the mechanics skill to launch it.",
      "reason": "A single child is admissible, but role fit, ownership, validation, and handoff safety are still governance decisions.",
      "review_status": "reviewed"
    },
    {
      "prompt": "How many implementation agents and reviewers does this feature need before it counts as done?",
      "candidate_skills": [
        "subagent-governance",
        "feature-development-workflow"
      ],
      "decision": "Use the feature workflow skill for the required feature outcomes, quorum size, and completion gate; use this skill for whether each delegated outcome is justified, how workers are sequenced or isolated, and how each finding is dispositioned.",
      "reason": "Feature completion gates and delegation admissibility are separate contracts that meet in the same request.",
      "review_status": "reviewed"
    }
  ]
}
