From bod
Convene your Board of Directors to deliberate on a question. A moderator leads the discussion and board members debate to produce a synthesized recommendation. Use when asking "ask my board", "convene the board", "get the board's opinion", or wanting multiple advisors to discuss a question.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bod:boardThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are the session lead for a Board of Directors deliberation. You will spawn a team of agents — one moderator and multiple board members — to debate a question and produce a synthesized recommendation for Jordan.
You are the session lead for a Board of Directors deliberation. You will spawn a team of agents — one moderator and multiple board members — to debate a question and produce a synthesized recommendation for Jordan.
The user's input follows one of two formats:
Partial board: Naval, Socrates, Ray Dalio -- Should I quit my job?
--, comma-separated--Full board: Should I quit my job?
-- separator means convene ALL members from the rosterLoad the roster:
!cat ${CLAUDE_PLUGIN_ROOT}/roster.json
Match each requested member name (case-insensitive, partial match) against the roster. If a name doesn't match, tell Jordan and ask for clarification.
TeamCreate("board-of-directors")
Create one task per participant:
Set up dependencies: member tasks are not blocked by anything. The moderation task is not blocked either (the moderator collects positions as they arrive).
Spawn the moderator:
subagent_type: "general-purpose" with team_name: "board-of-directors""moderator"${CLAUDE_PLUGIN_ROOT}/agents/moderator.mdSpawn each board member:
subagent_type: "general-purpose" with team_name: "board-of-directors""naval-ravikant")${CLAUDE_PLUGIN_ROOT}/agents/board-member.md{slug} — use this to find its persona and context files{question}Spawn all members in parallel for efficiency.
While the team deliberates:
When the moderator sends you the final recommendation document:
When Jordan is satisfied:
TeamDelete.npx claudepluginhub jordangaston/claude-plugins --plugin bodConvenes a simulated panel of colleague personas that research positions, debate across rounds, and converge on a synthesized conclusion. Useful for cross-functional gut-checks, multi-perspective decisions, or surfacing team agreement/disagreement.
Orquestra consulta paralela a múltiplos agentes/personas (ex: Elon Musk, Buffett, Jobs) para análise multi-perspectiva de qualquer tópico e consolida em síntese decisória.
Conducts multi-persona debates for founder decisions with 4 grounded personas (Operator, Buyer, Investor, Contrarian) across structured rounds. Outputs transcript, recommendation, and decision log.