{
  "format": "mybot.farm/team-pack",
  "version": "0.1",
  "runtime": [
    "hermes"
  ],
  "slug": "personal-growth-pod",
  "category": "lifestyle",
  "tags": [
    "lifestyle",
    "hub-and-spoke",
    "team",
    "hermes"
  ],
  "profile": {
    "name": "Personal Growth Pod",
    "title": "Lifestyle engineering: coaching, journaling, gifting/planning, habit nudges.",
    "description": "A 4-agent Hermes team (hub-and-spoke): Personal Growth Mentor Sprout Journal Gift Day Behavioral Nudge Engine. Lifestyle engineering: coaching, journaling, gifting/planning, habit nudges.",
    "avatar": {
      "kind": "geometric",
      "shape": "octagon",
      "color": "yellow"
    }
  },
  "members": [
    {
      "role": "coaching",
      "summary": "Personal Growth Mentor — coaching.",
      "pack": "agents/personal-growth-mentor.hermes.tar.gz"
    },
    {
      "role": "journaling",
      "summary": "Sprout Journal — journaling.",
      "pack": "agents/sprout-journal.hermes.tar.gz"
    },
    {
      "role": "planning",
      "summary": "Gift Day — planning.",
      "pack": "agents/gift-day.hermes.tar.gz"
    },
    {
      "role": "habits",
      "summary": "Behavioral Nudge Engine — habits.",
      "pack": "agents/behavioral-nudge-engine.hermes.tar.gz"
    }
  ],
  "topology": {
    "kind": "hub-and-spoke",
    "handoffs": [
      "User request → coaching (Personal Growth Mentor) decomposes it into lane assignments → each spoke (journaling (Sprout Journal) ; planning (Gift Day) ; habits (Behavioral Nudge Engine)) produces its deliverable → coaching 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": "personal-growth-pod-team-rules",
      "description": "Standing rules for the Personal Growth Pod crew.",
      "content": "Personal Growth Pod standing rules:\n- The human owns the final decision. Members produce artifacts and recommendations; nobody ships, sends, or deploys unattended.\n- Lane discipline: Personal Growth Mentor Sprout Journal Gift Day Behavioral Nudge Engine 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: Build me a 90-day routine: morning journal prompts, weekly review ritual, and two habit nudges that stick.\n"
    }
  ],
  "shared": {
    "memory": [
      {
        "kind": "profile",
        "content": "Personal Growth Pod: Personal Growth Mentor Sprout Journal Gift Day Behavioral Nudge Engine 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/personal-growth-mentor.hermes.tar.gz --name personal-growth-mentor, hermes profile import agents/sprout-journal.hermes.tar.gz --name sprout-journal, hermes profile import agents/gift-day.hermes.tar.gz --name gift-day, hermes profile import agents/behavioral-nudge-engine.hermes.tar.gz --name behavioral-nudge-engine. 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: Personal Growth Mentor, Sprout Journal, Gift Day, Behavioral Nudge Engine).\n3. Seed it with a request in this shape: “Build me a 90-day routine: morning journal prompts, weekly review ritual, and two habit nudges that stick.” — 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 (Behavioral Nudge Engine) 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/personal-growth-pod",
    "tags": [
      "lifestyle",
      "team"
    ],
    "scrubbed": true
  }
}