From business-idea-eval
Consolidate all available analysis for a single idea (lens outputs, council deliberation, comparisons) into one timestamped unified assessment with a clear verdict and recommended next step. Use after the user has run multiple lenses and wants a single document that pulls it all together.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin business-idea-evalThis skill uses the workspace's default tool permissions.
Produces a unified, timestamped assessment that brings together every per-lens output for one idea.
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.
Produces a unified, timestamped assessment that brings together every per-lens output for one idea.
<workspace_path>/ideas/<slug>/:
idea.md and any versions/*.mdanalysis/*.mdcouncil/*.md or council-karpathy/*.md if presentassumptions-and-objections.md if present<workspace_path>/ideas/<slug>/synthesis/YYYY-MM-DD-HHMM.md with frontmatter:
---
type: idea-synthesis
generated: YYYY-MM-DD HH:MM
verdict: <one of the five>
inputs: [<list of source files folded in>]
---