Proof of Concept for applying Bayesian belief updating and information theory to various decision-making scenarios through Claude Code plugins.
このプロジェクトは、symbiosisリポジトリのwith-meプラグインの理論を検証し、様々なユースケースに適用するPoCです。
基本的なメカニズムは共通:
ソフトウェア開発における要件抽出を支援するプラグイン。
5次元:
使用例: 不明確な開発要件を体系的に明確化
ランチ選択を支援する適応的意思決定アシスタント。
5次元:
使用例: 「今日のランチ何食べよう?」という日常的な意思決定
.
├── .claude-plugin/ # プラグインマーケットプレイス定義
├── plugins/
│ ├── with-me/ # ソフトウェア要件抽出プラグイン
│ │ ├── .claude-plugin/ # プラグインメタデータ
│ │ ├── commands/ # スラッシュコマンド定義
│ │ ├── config/ # 設定 (dimensions.json)
│ │ └── with_me/ # Python実装
│ │ ├── cli/ # CLI コマンド
│ │ └── lib/ # コアライブラリ
│ └── lunch-decision/ # ランチ選択プラグイン
│ ├── .claude-plugin/
│ ├── commands/
│ ├── config/ # ランチ用の次元定義
│ └── lunch_decision/ # Python実装
├── tests/ # プロジェクトレベルテスト
└── mise.toml # 開発環境定義
# Install mise (if not already installed)
curl https://mise.run | sh
# Install dependencies
mise install
mise run lint # Lint code
mise run format # Format code
mise run typecheck # Type check
mise run test # Run doctests
mise run validate # Validate plugin configuration
# Initialize with-me session
PYTHONPATH="plugins/with-me" python3 -m with_me.cli.session init
# Initialize lunch-decision session
PYTHONPATH="plugins/lunch-decision" python3 -m lunch_decision.cli.session init
# Verify session structure
mise run test:e2e:verify:session
新しいユースケースに適用する場合:
既存プラグインをコピー
cp -r plugins/with-me plugins/your-use-case
5次元を定義 (config/dimensions.json)
コマンド定義を更新 (commands/good-question.md)
Pythonモジュール名を変更
mv plugins/your-use-case/with_me plugins/your-use-case/your_module
marketplace.jsonに追加
各プラグインの config/dimensions.json で調整可能:
このPoCは以下のリポジトリのwith-meプラグインを参照:
AGPL-3.0
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub h315uk3/beig-pocYou work with me (Claude) - I guide your workflow and suggest next actions.
I (Claude) act as you - Build knowledge base from your notes.
Adaptive lunch decision assistant - helps you decide what to eat through intelligent questioning
Three lenses for clarity: vague requirements → specs (vague), strategy blind spots → 4-quadrant playbook (unknown), content vs form → leverage shift (metamedium)
You work with me (Claude) - I guide your workflow and suggest next actions.
Personal decision-making and life workflow support
Knowledge work superpowers that compound over time. Research, execute, review, and capture learnings to make each task easier than the last.
Coaching plugin for Claude Code: personal (CLEAR protocol, anxiety-first) and signal (GROW protocol, strategic positioning) domains.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses