whatisgithub

What is hive?

felipeluissalgueiro/hive — explained in plain English

Analysis updated 2026-06-24

17HTMLAudience · pm founderComplexity · 3/5LicenseSetup · moderate

In one sentence

An open-source framework that gives you a team of 11 named AI business agents inside Claude Code, each with a defined role, persistent memory, and 50 built-in commands covering sales, marketing, finance, dev, and ops.

Mindmap

mindmap
  root((hive))
    Squads
      Stamper orchestrator
      Victor sales
      Maya marketing
      Ethan dev
      Clara finance
    Memory
      STATE.md per squad
      Session tracking
      Cross-squad summary
    Commands
      50 built-in commands
      Onboarding
      Sales calls
      Competitive analysis
    Automation
      5 session hooks
      Auto branch create
      Auto commit
    Tech
      Claude Code
      Python scripts
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Open a squad folder in Claude Code and immediately run AI-assisted sales calls, marketing plans, or sprint planning with a persona that remembers previous sessions

USE CASE 2

Use the orchestrator (Stamper) to pull a one-command status summary across all 11 business squads

USE CASE 3

Run background Python scripts on a cron schedule for data pulls and status updates without involving AI tokens

What is it built with?

PythonClaude Code

How does it compare?

felipeluissalgueiro/hiveakash190104/kolkata-bus-routecvlab-kaist/worldkv
Stars171717
LanguageHTMLHTMLHTML
Setup difficultymoderateeasyhard
Complexity3/52/55/5
Audiencepm founderdeveloperresearcher

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires Claude Code (Anthropic's CLI tool) installed and configured with an active Claude subscription.

Free to use, modify, and distribute for any purpose, including commercial use, with no restrictions (MIT).

So what is it?

HIVE (Harness for Intelligent Virtual Enterprises) is an open-source framework for running a company using AI agents inside Claude Code, the command-line version of the Claude AI assistant. The idea is that instead of asking a single AI to handle everything, you maintain a team of specialized agents, each focused on one part of the business. The system comes with 11 pre-built "squads": an orchestrator called Stamper who acts as Chief of Staff, plus named personas for Sales (Victor), Customer Success (Leah), Marketing (Maya), Product (Owen), Finance (Clara), Development (Ethan), Infrastructure (Dean), Operations (Harper), Quality (Nora), and Intelligence (Rex). Each squad has its own instructions defining its role and boundaries, its own memory that persists between sessions, and its own set of commands for the tasks it handles. You open a squad's folder in Claude Code and the AI immediately knows who it is and what it is responsible for. Memory works through a three-tier system. The current status of each squad (what is happening right now, what is in progress, and what is queued up) is tracked in a STATE.md file. The orchestrator can pull a summary from all squads at once with a single command. The framework includes 50 built-in commands covering things like onboarding a new company, opening a squad, logging incidents, creating issues, writing a technical plan, running a sales call using a structured selling framework, debugging a problem, and conducting a competitive analysis. It also has five automation hooks that handle session management automatically: creating a branch when you start working, tracking changes, and committing everything to the main branch when you stop, without any manual steps. Background tasks (things like data pulls or status updates that do not require AI) are written as plain Python scripts that run on a schedule through the operating system's built-in job scheduler. The project is MIT licensed and built specifically to run inside Claude Code.

Copy-paste prompts

Prompt 1
I just onboarded a new company into HIVE. Open the Sales squad (Victor) and help me prepare for a discovery call with a SaaS prospect using HIVE's structured selling framework.
Prompt 2
Using HIVE's Intelligence squad (Rex), run a competitive analysis on [competitor name] and output a summary I can paste into our product roadmap doc.
Prompt 3
I want to add a 12th squad to HIVE for Legal review. Write the squad folder structure, STATE.md template, and the three most useful built-in commands for a legal persona.
Prompt 4
Walk me through how HIVE's five session automation hooks work and what gets committed automatically when I close a Claude Code session.
Prompt 5
The Finance squad (Clara) needs to log a new incident. What command do I run, and what information should I prepare before opening the squad?

Frequently asked questions

What is hive?

An open-source framework that gives you a team of 11 named AI business agents inside Claude Code, each with a defined role, persistent memory, and 50 built-in commands covering sales, marketing, finance, dev, and ops.

What language is hive written in?

Mainly HTML. The stack also includes Python, Claude Code.

What license does hive use?

Free to use, modify, and distribute for any purpose, including commercial use, with no restrictions (MIT).

How hard is hive to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is hive for?

Mainly pm founder.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.