Casa

Install in any harness

Casa mounts into the agent harness you already run. The playbook graph, the deterministic engine, and the company brain stay portable plain files in every one of them.

Reference experience

Claude Codeclaude code
/plugin marketplace add https://github.com/Capx-AI/casa/plugin install capx-casa/casa-start

Hooks, human gates, and per-department autonomy dials run natively in Claude Code, and Casa's skills register as first-class slash commands.

Supported harnesses

Claude Code is the reference experience. Codex, Grok Build, OpenClaw, and Hermes are documented. Any other CLI can drive Casa with no harness at all via AGENTS.md.

HarnessVendorOpen project withNote
Claude CodeAnthropicclaudeReference experience; everything first-class
CodexOpenAIcodexReads casa/AGENTS.md as its operating contract
Grok BuildxAIgrokMounts casa/ as the session skill pack
OpenClawOpen sourceopenclawMounts casa/ as a skill set
HermesNous ResearchhermesLoads casa/ as its operating context
No harness at allAny CLIAGENTS.mdAny CLI can drive Casa with no harness at all

The three-step shape

Any supported harnessshell
git clone https://github.com/Capx-AI/casa<open your project in the harness>/casa-start

Explicit degradation

  • Gates surface as visible confirmation prompts where hooks are unavailable
  • The deterministic engine keeps eligibility and state honest regardless of the model
  • Harness-specific sugar varies; the brain and the graph never do
Something else?

The brain is Markdown and JSONL. The engine is a Node CLI. If your agent can run a shell, it can run the company.

Next steps