Getting Started
What is Boardroom?
Boardroom is a Pi extension that runs multi-agent board deliberations from structured briefs. It assembles a board of six specialist agents - Revenue, Product Strategist, Technical Architect, Contrarian, Compounder, and Moonshot - each optimizing for a different dimension of the decision.
The CEO agent synthesizes their positions into a final decision memo with ranked recommendations, tradeoffs, conditions, and next moves.
Prerequisites
- Pi installed and configured
- A model provider configured (Anthropic recommended)
- Node.js 20+
Where it runs
Boardroom runs as a Pi extension. It is not a standalone application. When loaded, it registers the /ceo-begin command and the converse / end_deliberation tools in your Pi session.
All artifacts are stored locally in your repository under the .pi/ceo-agents/ directory. Nothing is sent to external services beyond the model API calls.
Quick overview
- Write a structured brief with situation, stakes, constraints, and a key question
- Run
/ceo-beginto start a deliberation session - The CEO converses with board members across one or more rounds
- Board members submit final positions and votes
- The CEO writes a decision memo
- All artifacts are persisted to disk
Typical cost: $0.15–$0.30 per deliberation. Typical duration: 1–5 minutes.
Next steps
- Installation - install and register the extension
- Configuration - configure board members and constraints
- Briefs - learn how to write effective briefs