# OpenGoat

> Open-source framework for building hierarchical AI agent organizations where a CEO, managers, and specialists coordinate work across tools like Claude Code, Codex, Cursor, and more.

OpenGoat is an open-source, MIT-licensed framework built by Mariano Pardo that lets you run a structured AI organization — complete with a CEO, managers, and specialist agents — from your own machine. It is powered by OpenClaw and runs entirely locally with no subscriptions or hosted lock-in. The project has 397 GitHub stars and 44 forks as of its last recorded update.

## What It Is

OpenGoat sits in the multi-agent orchestration category. Rather than a flat pool of AI agents, it enforces a company-like hierarchy: a top-level "Goat" agent acts as an AI co-founder, managers break down goals and delegate tasks, and individual specialists execute the work. Each agent is defined by its SOUL (personality), ROLE (function), and the organization's VISION, MISSION, and VALUES — making coordination more structured than typical agent frameworks.

## Architecture and Runtime

OpenGoat is CLI-first and built on the OpenClaw runtime. Managers run on OpenClaw agents; specialists can run on Claude Code, Codex, Cursor, GitHub Copilot CLI, OpenCode, or Lovable. The tool ships as an npm package (`opengoat`) and also supports Docker deployment. A local web UI is served at `http://127.0.0.1:19123` after startup, where users can message the CEO agent, shape the org, and monitor work. The primary language is TypeScript and Node ≥ 20.11 is required.

Key architectural traits:
- **Hierarchy is first-class**: agents have explicit manager and reportee relationships
- **ACP support**: Agent Communication Protocol for inter-agent messaging
- **Session continuity**: named sessions allow multi-turn conversations across CLI calls
- **Skill system**: installable skills (e.g., `og-boards`, `jira-tools`) extend agent capabilities per role

## Typical Workflows

OpenGoat is designed around project-scoped work. A typical flow:
1. Create a project from a URL — this provisions a CMO agent workspace and bootstraps it from the project context
2. Build the org by creating agents with roles, manager relationships, and skills
3. Assign tasks with owners and assignees; track status through `doing`, `done`, and other states
4. Message agents directly via CLI or the web UI to drive work forward

The CLI supports session flags for continuity, external OpenClaw gateway configuration for team setups, and a default agent override for scripting.

## OpenClaw Ecosystem Integration

OpenGoat is tagged as an `openclaw-extension` and `openclaw-plugin` on GitHub, placing it squarely within the OpenClaw ecosystem. It requires `openclaw` to be installed and onboarded before OpenGoat can start. Specialist agents can delegate execution to third-party coding tools, making OpenGoat a coordination layer rather than a replacement for existing AI coding assistants.

## Update: v2026.4.12

The latest release is **v2026.4.12**, published on April 12, 2026. The repository was last pushed on the same date, with the project created in February 2026 — indicating rapid early development. The versioning scheme uses a date-based format (`YYYY.M.DD`), suggesting frequent releases tied to active development cycles.

## Features
- Hierarchical AI agent organizations (CEO, managers, specialists)
- CLI-first interface with local web UI at localhost:19123
- OpenClaw-powered manager agents
- Specialist agents on Claude Code, Codex, Cursor, GitHub Copilot CLI, Lovable, OpenCode
- Agent SOUL, ROLE, and organizational VISION/MISSION/VALUES definitions
- Task creation, assignment, and status tracking
- Named session continuity for multi-turn agent conversations
- Installable skill system per agent role
- Docker deployment support
- ACP (Agent Communication Protocol) support
- External OpenClaw gateway configuration
- Project-scoped CMO agent provisioning
- MIT licensed, fully self-hosted

## Integrations
OpenClaw, Claude Code, Codex, Cursor, GitHub Copilot CLI, Lovable, OpenCode, Docker, Jira (via skill), npm

## Platforms
CLI, WEB, API

## Pricing
Open Source

## Version
v2026.4.12

## Links
- Website: https://opengoat.ai
- Documentation: https://docs.opengoat.ai/
- Repository: https://github.com/marian2js/opengoat
- EveryDev.ai: https://www.everydev.ai/tools/opengoat
