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

  1. Write a structured brief with situation, stakes, constraints, and a key question
  2. Run /ceo-begin to start a deliberation session
  3. The CEO converses with board members across one or more rounds
  4. Board members submit final positions and votes
  5. The CEO writes a decision memo
  6. All artifacts are persisted to disk

Typical cost: $0.15–$0.30 per deliberation. Typical duration: 1–5 minutes.

Next steps