From decision-evaluation-framework
Render a decision-analysis workspace into a polished Typst PDF — cover page, executive summary, decision context, per-framework sections, comparison table, and synthesis. Output goes to <workspace>/analysis.pdf. Run after /decision:synthesize.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin decision-evaluation-frameworkThis skill uses the workspace's default tool permissions.
Compiles the workspace's markdown fragments and synthesis into a single PDF using Typst.
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.
Compiles the workspace's markdown fragments and synthesis into a single PDF using Typst.
A workspace folder with decision.md, fragments/*.md, and synthesis.md. Path or slug; if neither, list recent and ask.
typst CLI installed (which typst).If typst is missing, tell the user to install it (sudo apt install typst on Debian/Ubuntu, or download from typst.app) and stop.
Load the workspace files.
Generate a Typst source file at <workspace>/.build/analysis.typ. Use the template at the plugin install dir's templates/analysis.typ as the structural base; substitute:
decision.md H1).pdf.author).synthesis.md) → exec summary section.decision.md) → context section.fragments/*.md) → its own section, alphabetised by filename.Compile:
typst compile <workspace>/.build/analysis.typ <workspace>/analysis.pdf
Verify the PDF was created and is non-empty.
Report the PDF path. Offer /decision:export next.
The template defines:
If the user wants to customise the template, they edit templates/analysis.typ in the plugin install dir — but warn that plugin updates will overwrite it. (Long-term improvement: copy the template to $DATA_ROOT/templates/ on first run and read from there. Note this as a follow-up.)