{
  "format": "mybot.farm/team-pack",
  "version": "0.1",
  "runtime": [
    "hermes"
  ],
  "slug": "field-research-corp",
  "category": "research",
  "tags": [
    "research",
    "hub-and-spoke",
    "team",
    "hermes"
  ],
  "profile": {
    "name": "Field Research Corps",
    "title": "Human-centered and quantitative research: anthropology, statistics, psychology, narrative analysis.",
    "description": "A 4-agent Hermes team (hub-and-spoke): Anthropologist Psychologist Statistician Narratologist. Human-centered and quantitative research: anthropology, statistics, psychology, narrative analysis.",
    "avatar": {
      "kind": "geometric",
      "shape": "circle",
      "color": "green"
    }
  },
  "members": [
    {
      "role": "field-methods",
      "summary": "Anthropologist — field-methods.",
      "pack": "agents/anthropologist.hermes.tar.gz"
    },
    {
      "role": "behavior",
      "summary": "Psychologist — behavior.",
      "pack": "agents/psychologist.hermes.tar.gz"
    },
    {
      "role": "quant",
      "summary": "Statistician — quant.",
      "pack": "agents/statistician.hermes.tar.gz"
    },
    {
      "role": "narrative-analysis",
      "summary": "Narratologist — narrative-analysis.",
      "pack": "agents/narratologist.hermes.tar.gz"
    }
  ],
  "topology": {
    "kind": "hub-and-spoke",
    "handoffs": [
      "User request → field-methods (Anthropologist) decomposes it into lane assignments → each spoke (behavior (Psychologist) ; quant (Statistician) ; narrative-analysis (Narratologist)) produces its deliverable → field-methods integrates and presents one consolidated result → human reviews and ships.",
      "Spokes never talk to the user directly for decisions: they report to the hub with their artifact + confidence; the hub flags conflicts and escalates to the human with the options, not the raw threads.",
      "Any two spokes working the same sub-problem → the hub picks one owner and tells the other to verify instead of duplicate. Quiet when idle."
    ]
  },
  "skills": [
    {
      "name": "field-research-corp-team-rules",
      "description": "Standing rules for the Field Research Corps crew.",
      "content": "Field Research Corps standing rules:\n- The human owns the final decision. Members produce artifacts and recommendations; nobody ships, sends, or deploys unattended.\n- Lane discipline: Anthropologist Psychologist Statistician Narratologist each stay in their role. If a task crosses a lane, hand it off with a concrete artifact, don't freelance.\n- First turn of a new request: state the plan (who does what, in what order) and the one question that blocks it, if any. Then work.\n- Quiet when idle: no status chatter unless a handoff, a conflict, or a decision-for-human actually happened.\n- Sample request this crew is tuned for: Design and analyze a user study of 60 participants: instruments, stats plan, and interpretation.\n"
    }
  ],
  "shared": {
    "memory": [
      {
        "kind": "profile",
        "content": "Field Research Corps: Anthropologist Psychologist Statistician Narratologist work as one crew. Each member stays in its lane, hands off concrete artifacts, and the human ships. Quiet when idle."
      }
    ],
    "gettingStarted": "Install order:\n1. Import the member profiles: hermes profile import agents/anthropologist.hermes.tar.gz --name anthropologist, hermes profile import agents/psychologist.hermes.tar.gz --name psychologist, hermes profile import agents/statistician.hermes.tar.gz --name statistician, hermes profile import agents/narratologist.hermes.tar.gz --name narratologist. Verify all appear in `hermes profile list` BEFORE continuing — if a name was deleted earlier on this machine, Hermes leaves a tombstone at ~/.hermes/profiles/.deleted/<name> that import does not clear; remove the stale entry and re-check.\n2. Start one group chat with all members (order: Anthropologist, Psychologist, Statistician, Narratologist).\n3. Seed it with a request in this shape: “Design and analyze a user study of 60 participants: instruments, stats plan, and interpretation.” — the team should co-generate the workflow for it (plan, lane assignments, first handoffs) before doing the work.\n4. The human reviews the plan, then unblocks with specifics. Members execute lane by lane; the last member (Narratologist) integrates.\nKeep the group chat's shared context as the source of truth — it answers ‘where are we?’"
  },
  "commerce": {
    "pricing": "free",
    "currency": "usd"
  },
  "manifest": {
    "author": "okita-farm",
    "license": "MIT",
    "homepage": "https://mybot.farm/teams/field-research-corp",
    "tags": [
      "research",
      "team"
    ],
    "scrubbed": true
  }
}