From decision-evaluation-framework
Scaffold a new decision file with the canonical structure — title, context, options, constraints, stakeholders, timeline, open questions — ready to feed to /decision:analyze. Use this when the user describes a decision verbally rather than handing over an existing decision file.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin decision-evaluation-frameworkThis skill uses the workspace's default tool permissions.
Creates a structured decision document the framework analyses can operate on.
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.
Creates a structured decision document the framework analyses can operate on.
Resolve output location. From $DATA_ROOT/config.json, read outputs.mode and outputs.local_root (or outputs.repo_path). The decision file goes to <root>/queue/<YYYY-MM-DD>-<slug>.md until it's processed (then analyze will move it into a workspace).
If the queue directory doesn't exist, create it.
Interview the user. Walk through:
Ask one section at a time. Don't fire all six questions at once.
Write the decision file:
# Decision: <Title>
**Date drafted:** <DD/MM/YY>
## Context
...
## Options
1. **<Option A name>** — <one-line>. <expanded>.
2. **<Option B name>** — ...
3. **<Option C name>** — ...
## Constraints
- ...
## Stakeholders
- ...
## Timeline
- Decision deadline: ...
- Consequences land: ...
## Open questions
- ...
Confirm the file path and offer to immediately run /decision:analyze <path>.