From business-idea-eval
Compare multiple captured ideas head-to-head across explicit dimensions — commercial prospect, speed to first revenue, capital intensity, fit-to-user, defensibility, social impact — and produce a ranked recommendation. Use when the user has 2+ ideas in the workspace and wants help choosing where to focus.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin business-idea-evalThis skill uses the workspace's default tool permissions.
Ranked head-to-head comparison across the user's idea portfolio.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Creates new Angular apps using Angular CLI with flags for routing, SSR, SCSS, prefixes, and AI config. Follows best practices for modern TypeScript/Angular development. Use when starting Angular projects.
Share bugs, ideas, or general feedback.
Ranked head-to-head comparison across the user's idea portfolio.
<workspace_path>/ideas/ — list available idea slugs. Confirm with the user which ideas to include in the comparison (default: all ideas with at least one lens analysis).idea.md and no analysis, warn the user that the comparison will be shallow for that one.<workspace_path>/comparisons/YYYY-MM-DD-HHMM.md (workspace-level, not per-idea) with frontmatter:
---
type: idea-comparison
generated: YYYY-MM-DD
ideas: [<slug1>, <slug2>, ...]
ranked: [<slug>, <slug>, ...]
recommended: <slug>
---