Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Install or disable them dynamically with the `/plugin` command — enabling you
- [angelos-symbo](./plugins/angelos-symbo)
- [ceo-quality-controller-agent](./plugins/ceo-quality-controller-agent)
- [claude-desktop-extension](./plugins/claude-desktop-extension)
- [founder-os](./plugins/founder-os)
- [lyra](./plugins/lyra)
- [model-context-protocol-mcp-expert](./plugins/model-context-protocol-mcp-expert)
- [problem-solver-specialist](./plugins/problem-solver-specialist)
Expand Down Expand Up @@ -212,4 +213,4 @@ Example:
## Contributing

Contributions are welcome!
You can add your favorite plugins, share best practices, or submit your own marketplace.
You can add your favorite plugins, share best practices, or submit your own marketplace.
9 changes: 9 additions & 0 deletions plugins/founder-os/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "founder-os",
"version": "8.2.2",
"description": "Multi-agent primitives for Claude Code: consensus, debate, fanout research, skill building, and measured optimization.",
"author": {
"name": "Jacob Rhinehart",
"email": "rhinehart514@gmail.com"
}
}
31 changes: 31 additions & 0 deletions plugins/founder-os/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# founder-os

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

## Overview

`founder-os` gives Claude Code reusable coordination patterns when one pass is not enough:

- `/stochastic` polls N agents with the same prompt and aggregates consensus, divergences, and outliers.
- `/model-chat` runs a multi-agent debate room.
- `/fanout` runs parallel research and synthesizes findings.
- `/skillbuilder` helps create stronger Claude Code skills.
- `/autoresearch` runs measured hill-climb optimization loops.

## Install

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

Marketplace install:

```bash
claude plugin marketplace add rhinehart514/founder-os
claude plugin install founder-os@founder-os
```

## Links

- Repository: https://github.com/rhinehart514/founder-os
- npm: https://www.npmjs.com/package/@rhinehart514/founder-os