Agent Plugins Marketplace
All plugins

decision-board

v1.0.0

Collect many decisions or answers on one interactive page (an Artifact with shared storage), then read them back and reply per item.

Claude Code1 Skill

By ie3jpLicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 9, 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 decision-board for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install decision-board@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. 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/ie3jp/decision-board

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

decision-board/
├── .claude-plugin/plugin.json
└── SKILL.md

Included Skills1

decision-boardSKILL.md

Collect many per-item decisions (keep/drop/check, accept/reject, yes/no) or answers to a long question list through one interactive HTML page (an Artifact with shared storage), then read the answers back and reply per item. Use when a task needs more than a handful of user judgments and one-by-one CLI questions would be tedious. Triggers - "make a list I can decide on", "let me pick which ones to keep", "too many questions, give me a page", "read the decision board", "check the board answers"; 日本語 - 「一覧にして判断したい」「いる/いらないを選ばせて」「質問が多いので画面で答えたい」「decision-board を読んで」「ボードの回答を確認して」.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "decision-board",
  "description": "Collect many decisions or answers on one interactive page (an Artifact with shared storage), then read them back and reply per item.",
  "version": "1.0.0",
  "author": {
    "name": "ie3jp",
    "url": "https://github.com/ie3jp"
  },
  "homepage": "https://github.com/ie3jp/decision-board",
  "repository": "https://github.com/ie3jp/decision-board",
  "license": "MIT",
  "keywords": [
    "skill",
    "decisions",
    "triage",
    "review",
    "artifact",
    "questionnaire"
  ]
}

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

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