Board Of Directors
Simulates a 5-director expert board that deliberates and votes on a decision
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 21, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · d5b86a0
Fetched SKILL.md and confirmed all 5 referenced directors/*.md profiles return HTTP 200 with real weighted-criteria content; frontmatter parses, no security smells. Ran the deliberation single-context on a "one-click hard-delete account" proposal: baseline was a single-voice review; the skill artifact produced a 5-director resolution with a 4-1 REJECT vote tally and surfaced two requirements the baseline missed (re-authentication before deletion, deletion audit log) plus a PII-vs-retention debate split. Did not execute the full parallel Task-dispatch/message-bus machinery, which needs the surrounding supaconductor orchestrator.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 6/10
- Docs & honesty 4/5
What Board Of Directors does
Runs a structured 5-member expert board (architect, product, security, operations, experience) that assesses a proposal from each lens, debates, and produces a resolution with a vote tally and attributed conditions. Triggers on "board review", "board meeting", "get expert opinions", "director evaluation", or "consensus review" when evaluating plans, architecture, or feature decisions. Bundles five director profile files with weighted evaluation criteria.
How to install Board Of Directors
git clone --depth 1 https://github.com/Ibrahim-3d/orchestrator-supaconductor.git /tmp/board-of-directors-src
mkdir -p ~/.claude/skills
cp -R /tmp/board-of-directors-src/skills/board-of-directors ~/.claude/skills/board-of-directors
# Self-contained: bundles directors/*.md profiles (5 files). No external deps or API keys.
# Optional /board-review and /board-meeting slash commands live in commands/ in the same repo.
# Full parallel multi-agent Task dispatch + message-bus persistence needs the wider
# supaconductor orchestrator; the skill alone runs the deliberation in a single context.
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Board Of Directors
-
/board-of-directorsSimulates a 5-director expert board that deliberates and votes on a decision
It also activates on plain-language prompts like these:
-
Get a board review on this architecture decision -
Run a board meeting on this feature design -
Have the board evaluate this launch plan
Frequently asked questions
- Is the Board Of Directors skill free?
- Yes. The skill itself is free from Ibrahim-3d/orchestrator-supaconductor. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Board Of Directors work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 21, 2026. Verdict: Tested · Works. Fetched SKILL.md and confirmed all 5 referenced directors/*.md profiles return HTTP 200 with real weighted-criteria content; frontmatter parses, no security smells. Ran the deliberation single-context on a "one-click hard-delete account" proposal: baseline was a single-voice review; the skill artifact produced a 5-director resolution with a 4-1 REJECT vote tally and surfaced two requirements the baseline missed (re-authentication before deletion, deletion audit log) plus a PII-vs-retention debate split. Did not execute the full parallel Task-dispatch/message-bus machinery, which needs the surrounding supaconductor orchestrator.
- What is the Board Of Directors SkillProof Score?
- 8.0/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 6/10, docs & honesty 4/5.
- How do I install Board Of Directors?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Board Of Directors with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.