casting
v0.3.0意思決定移譲のフレームワーク「観点の配役」の実装プラグイン。catalog/catalog.md: 3グループ14観点・列定義・横断軸・変更手続き・変更記録を持つ観点カタログの唯一の正本。catalog/injection.md: 14観点の注入タイミング(9分類)・配線先機構・注入文書(.claude/casting/policies/)の置き場所規約を持つ注入マップの正本。skills/casting: 配役表(project.md/local.md/セッション宣言の3層)の作り方・判例台帳の書き方・カタログ変更手続きの手順正本。commands/init.md(/casting:init): 対象 git repo に `.claude/casting/` 一式を雛形から生成し、gitignore に local.md を冪等追記する。scripts/casting-check.sh: 配役表の5列ちょうどに割れない壊れた表行・閉じられていない HTML コメント・未知の観点語彙・「カタログ外」判例・同一観点の「論点じゃなかった」2件以上・catalog_version 不一致・相談判例(経路「相談の上自走した」)の事後報告5要素欠落の7項目を検出する lint。resolve サブコマンドは有効配役表を合成して出力する(検証を通らない配役表では出力せず exit 1 の fail-closed)。rules/perspective-casting.md(このプラグインとは別ファイル)が毎ターン効く返信前チェック5手順を持つ薄い常時ロード層。 agents/casting-specialist.md(model: sonnet)・agents/casting-arbiter.md(model: fable): 論点相談・仲裁プロトコル(#127)の汎用サブエージェント。スペシャリストは指定された policies/<slug>.md を読み人格ブロックを纏って意見を返し、仲裁はフェーズ宣言文と主張リスト(メインセッションの主張1件+各人格の主張1件ずつ)のみを入力に裁定する。templates/policy.md: 注入文書(人格ブロック+判断基準)の雛形。
By OrattaLicense: MIT0 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 28, 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 plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install casting@agent-plugin-marketplacePaste 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/oratta/claude-harnessClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/casting/.
Plugin files
├── .claude-plugin/plugin.json└── skills/casting/SKILL.md
Included Skills1
「観点の配役」フレームワークの運用手順(配役表の3層・判例の書き方・論点相談と仲裁・カタログの変更手続き)。「主に上げるべきか自走してよいか判断がつかない」「配役表を作りたい」「判例を記録したい」「観点スペシャリストに相談したい」「casting-check を直したい」ときに参照する。カタログ本文の正本は `catalog/catalog.md`、返信前チェック5手順は `rules/perspective-casting.md` が正本。
Plugin manifests1
{
"name": "casting",
"version": "0.3.0",
"description": "意思決定移譲のフレームワーク「観点の配役」の実装プラグイン。catalog/catalog.md: 3グループ14観点・列定義・横断軸・変更手続き・変更記録を持つ観点カタログの唯一の正本。catalog/injection.md: 14観点の注入タイミング(9分類)・配線先機構・注入文書(.claude/casting/policies/)の置き場所規約を持つ注入マップの正本。skills/casting: 配役表(project.md/local.md/セッション宣言の3層)の作り方・判例台帳の書き方・カタログ変更手続きの手順正本。commands/init.md(/casting:init): 対象 git repo に `.claude/casting/` 一式を雛形から生成し、gitignore に local.md を冪等追記する。scripts/casting-check.sh: 配役表の5列ちょうどに割れない壊れた表行・閉じられていない HTML コメント・未知の観点語彙・「カタログ外」判例・同一観点の「論点じゃなかった」2件以上・catalog_version 不一致・相談判例(経路「相談の上自走した」)の事後報告5要素欠落の7項目を検出する lint。resolve サブコマンドは有効配役表を合成して出力する(検証を通らない配役表では出力せず exit 1 の fail-closed)。rules/perspective-casting.md(このプラグインとは別ファイル)が毎ターン効く返信前チェック5手順を持つ薄い常時ロード層。 agents/casting-specialist.md(model: sonnet)・agents/casting-arbiter.md(model: fable): 論点相談・仲裁プロトコル(#127)の汎用サブエージェント。スペシャリストは指定された policies/<slug>.md を読み人格ブロックを纏って意見を返し、仲裁はフェーズ宣言文と主張リスト(メインセッションの主張1件+各人格の主張1件ずつ)のみを入力に裁定する。templates/policy.md: 注入文書(人格ブロック+判断基準)の雛形。",
"author": {
"name": "Oratta"
},
"license": "MIT",
"keywords": [
"casting",
"decision-delegation",
"perspective",
"escalation",
"catalog"
],
"agents": [
"./agents/casting-specialist.md",
"./agents/casting-arbiter.md"
],
"skills": [
"./skills/casting"
],
"commands": [
"./commands/init.md"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[casting on Agent Plugins Marketplace](https://pluginsmp.com/plugins/casting)