From business-idea-eval
Run a multi-persona LLM-council review of an idea using Claude Code subagents — six personas (Operator, Financier, Skeptic, Visionary, Customer Advocate, Strategist) each review the idea independently, then a chairman synthesizes. Runs entirely inside the Claude harness — no external code or repo clone. Faster path; use unless the user wants the original Karpathy implementation.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin business-idea-evalThis skill uses the workspace's default tool permissions.
Inspired by the LLM-council pattern (https://github.com/karpathy/llm-council), implemented natively as parallel Claude Code subagents.
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.
Inspired by the LLM-council pattern (https://github.com/karpathy/llm-council), implemented natively as parallel Claude Code subagents.
The six personas live in reference/council-deliberation.md:
subagent_type: general-purpose). Each gets:
reference/council-deliberation.md<workspace_path>/ideas/<slug>/council/<persona>.md.<workspace_path>/ideas/<slug>/council/chairman-synthesis.md.Council folder structure after a run:
council/
the-operator.md
the-financier.md
the-skeptic.md
the-visionary.md
the-customer-advocate.md
the-strategist.md
blind-ranking.md
chairman-synthesis.md
council-review-karpathy for the variant that runs the original Python implementation.