Open source Β· Built for Claude Code

Run your company
with AI agents

HIVE gives you 11 specialized squads β€” each with its own persona, memory, and skills β€” orchestrated by an AI Chief of Staff.

Most AI adoption stops at Phase 2

The real leverage is in Phase 3 β€” but building that infrastructure from scratch takes months. HIVE is the architecture, ready to clone.

Phase 1

Using AI

ChatGPT, prompts, personal productivity. Useful, but individual.

Phase 2

Building with AI

APIs, automations, one-off workflows. Still reactive, still stitched together.

Phase 3 β€” This is HIVE

Operating with AI

Systems with context, memory, and specialized agents that work like a team.

A harness, not a chatbot

HIVE is a folder structure and a set of conventions. No framework lock-in β€” just Claude Code, markdown, and Python.

hive/ CLAUDE.md ← Orchestrator (Stamper β€” Chief of Staff) .claude/hooks/ ← 9 hooks: sessions, routing, memory, incidents _core/ ← framework engine: lookup, aggregator, harness squads/ orchestrator/ Stamper β€” routes + delegates + tracks commercial/ Victor β€” sales, pipeline, proposals cs/ Leah β€” onboarding, health score, churn marketing/ Maya β€” content, brand, campaigns product/ Owen β€” roadmap, stories, prioritization finance/ Clara β€” DRE, invoicing, cash flow dev/ Ethan β€” code, review, architecture infra/ Dean β€” servers, monitoring, CI/CD operations/ Harper β€” HR, culture, OKRs quality/ Nora β€” SOPs, audits, standards intelligence/ Rex β€” competitive intel, war games skills/ ← global skills: /hive-setup, /status, /open-squad workers/ ← deterministic cron scripts (no AI in the loop) memory/ ← global orchestrator memory

11 specialists. One command.

Each squad is a Claude Code agent with its own CLAUDE.md, STATE.md, decisions log, and skills.

🧠 Orchestrator Stamper
Routes, delegates, tracks, aggregates state
πŸ’Ό Commercial Victor
Lead gen, qualification, proposals, pipeline
🀝 CS Leah
Onboarding, health score, churn prevention
πŸ“£ Marketing Maya
Content, brand, campaigns, ICP alignment
πŸ—ΊοΈ Product Owen
Roadmap, stories, sprint, prioritization
πŸ’° Finance Clara
DRE, invoicing, cash flow, budget
⌨️ Dev Ethan
Architecture, code review, testing, standards
πŸ–₯️ Infra Dean
Servers, monitoring, CI/CD, security
βš™οΈ Operations Harper
HR, culture, OKRs, processes
βœ… Quality Nora
SOPs, audits, stranger test, standards
πŸ” Intelligence Rex
Competitive intel, bias audits, war games

Context. Memory. Hooks. Skills.

Four primitives that make HIVE feel like a team, not a chatbot.

1

Context loads automatically

Each squad's CLAUDE.md defines its persona, scope, and rules. Claude Code loads it when you navigate to the squad folder β€” no copy-pasting prompts.

2

Memory persists across sessions

STATE.md keeps live operational state in L1 (now) / L2 (in progress) / L3 (backlog). Decisions, gotchas, and project memory persist indefinitely.

3

Hooks automate the housekeeping

9 hooks handle session branches, squad routing, state updates, and incident lookups β€” without you managing any of it manually.

4

Skills are reusable commands

Invoke with /skill-name. /hive-setup, /open-squad, /status, /close-squad β€” and any custom skill you write for your company.

Running in under 10 minutes

Clone, install Claude Code, run setup. That's it.

bash
# 1. Clone
git clone https://github.com/felipeluissalgueiro/hive.git my-company
cd my-company

# 2. Install Claude Code (if you haven't)
curl -fsSL https://claude.ai/install.sh | sh

# 3. Open and run onboarding
claude
/hive-setup

# That's it. Now open a squad:
/open-squad commercial
/status