rhinehart514/founder-os

3 stars · Last commit 2026-05-25

Multi-agent primitives for Claude Code: consensus, debate, fanout research, skill building, and measured optimization.

README preview

# founder-os

Multi-agent primitives for Claude Code.

Claude Code gives you one answer. `founder-os` lets you ask multiple agents, compare consensus, surface disagreement, and synthesize the useful part.

```bash
claude plugin install rhinehart514/founder-os
```

Try this first:

```text
/founder-os:stochastic n=10 Should we use Postgres or SQLite for this project?
```

It polls 10 agents with the same prompt, then aggregates consensus, divergences, and outliers.

## What you get

View full repository on GitHub →