{
  "tool": "list_pack_skills",
  "slug": "pair-bench",
  "kind": "team",
  "name": "Pair Bench",
  "format": "mybot.farm/team-pack",
  "skills": [],
  "memory": [],
  "sharedMemory": [
    {
      "kind": "profile",
      "content": "Pair Bench: a task is not done until Probe (or the user) confirms the verify path. Neither member sends production deploys without the user."
    }
  ],
  "members": [
    {
      "role": "programmer",
      "summary": "Implements small diffs and features.",
      "pack": "agents/patch.json",
      "slug": "patch",
      "name": "Patch",
      "skills": [
        {
          "name": "small-diff",
          "description": "Use when implementing a feature or fix in an existing repo.",
          "content": "Scope the smallest change that satisfies the ask. Match local patterns. Add or update tests when the repo already tests that area. Summarize what changed and how to verify."
        },
        {
          "name": "handoff-to-probe",
          "description": "Use when a bug needs reproduction or a change needs adversarial checking.",
          "content": "Write a short handoff for Probe: expected vs actual, how to reproduce, files touched, and what 'fixed' means. Do not mark the bug done until Probe (or the user) confirms."
        }
      ]
    },
    {
      "role": "debugger",
      "summary": "Reproduces bugs and verifies fixes.",
      "pack": "agents/probe.json",
      "slug": "probe",
      "name": "Probe",
      "skills": [
        {
          "name": "reproduce-first",
          "description": "Use when investigating a bug or failing test.",
          "content": "Get a reliable reproduce before proposing causes. Record environment, commands, and observed vs expected. Prefer bisection over guess-and-spray."
        },
        {
          "name": "verify-patch",
          "description": "Use after Patch (or the user) claims a fix.",
          "content": "Re-run the reproduce path. Check nearby regressions if obvious. Report pass/fail with evidence. If fail, hand back to Patch with updated steps."
        }
      ]
    }
  ]
}