From decision-evaluation-framework
List, create, edit, or delete named lens-bundles (saved framework groupings) used by /decision:analyze. Bundles let the user predefine "for career decisions, run these five frameworks" without typing the list each time.
How this skill is triggered — by the user, by Claude, or both
Slash command
/decision-evaluation-framework:bundlesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manage the `bundles` map in `$DATA_ROOT/config.json`.
Manage the bundles map in $DATA_ROOT/config.json.
The user invokes this with one of:
list — show all bundles and their framework lists.create <name> <fw1>,<fw2>,... — create a new bundle.edit <name> — interactively edit an existing bundle's framework list.delete <name> — remove a bundle.show <name> — show one bundle in detail.If no operation, default to list and offer the others.
DATA_ROOT="${CLAUDE_USER_DATA:-${XDG_DATA_HOME:-$HOME/.local/share}/claude-plugins}/decision-evaluation-framework"
CONFIG="$DATA_ROOT/config.json"
If config doesn't exist, tell the user to run /decision:onboard first.
Every framework name in a bundle must correspond to a file in the plugin's frameworks/ directory. Reject unknown names with the available list.
default (uses default_frameworks from config), all (every framework). Don't let the user create or delete these.After mutation, show the updated bundles map. Confirm the write to config.json.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin decision-evaluation-framework