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.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin decision-evaluation-frameworkThis skill uses the workspace's default tool permissions.
Manage the `bundles` map in `$DATA_ROOT/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.
Analyzes multiple pages for keyword overlap, SEO cannibalization risks, and content duplication. Suggests differentiation, consolidation, and resolution strategies when reviewing similar content.
Share bugs, ideas, or general feedback.
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.