Agent Plugins Marketplace
All plugins

ci-boardroom

v1.1.0

Task-specific expert council and real-world decision support that preserves named human authority.

CodexClaude Code1 Skill

By Andrew TanLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 16, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install ci-boardroom for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add ci-boardroom@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/andrewtanci/ci-boardroom

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

ci-boardroom/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/ci-boardroom/SKILL.md

Included Skills1

ci-boardroomskills/ci-boardroom/SKILL.md

Use when a user wants consequential decision support, a task-specific expert council, source and assumption challenge, real-world multi-factor comparison, marginal-gains testing, or explicit human-authority boundaries.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "ci-boardroom",
  "version": "1.1.0",
  "description": "Task-specific expert council and real-world decision support that preserves named human authority.",
  "author": {
    "name": "Andrew Tan",
    "url": "https://github.com/andrewtanci"
  },
  "homepage": "https://github.com/andrewtanci/ci-boardroom",
  "repository": "https://github.com/andrewtanci/ci-boardroom",
  "license": "MIT",
  "keywords": [
    "decision-support",
    "ai-governance",
    "human-authority",
    "expert-system"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "CI Boardroom",
    "shortDescription": "Expert council support with human authority preserved",
    "longDescription": "Challenges weak reasoning, checks evidence and objectives, tests real-world trade-offs and produces stronger decision support while keeping the user or named human decision-owner in final authority.",
    "developerName": "Andrew Tan",
    "category": "Productivity",
    "capabilities": [
      "Read"
    ],
    "websiteURL": "https://github.com/andrewtanci/ci-boardroom",
    "defaultPrompt": [
      "Use CI Boardroom to challenge this plan and identify the decision I must retain.",
      "Use CI Boardroom to compare these options against my actual objective and constraints."
    ]
  }
}
.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "ci-boardroom",
  "version": "1.1.0",
  "description": "Task-specific expert council and real-world decision support that preserves named human authority.",
  "author": {
    "name": "Andrew Tan"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[ci-boardroom on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ci-boardroom)