From business-idea-eval
Capture a new business idea from text input into a structured workspace. Always preserves the raw input verbatim and offers optional formatted versions — executive summary, elevator pitch, technical deep-dive, and timeline/project plan. Use when the user wants to start a new idea workspace from a written description, brain-dump, or pasted text.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin business-idea-evalThis skill uses the workspace's default tool permissions.
Creates a new idea workspace under `<workspace_path>/ideas/<idea-slug>/` and lays down the raw input plus any formatted variants the user requests.
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.
Creates a new idea workspace under <workspace_path>/ideas/<idea-slug>/ and lays down the raw input plus any formatted variants the user requests.
$CLAUDE_USER_DATA/business-idea-eval/config.json for workspace_path. If absent, run onboard.<workspace_path>/ideas/<idea-slug>/
idea.md # raw input, verbatim, with frontmatter (created date, source)
versions/ # formatted variants
analysis/ # lens outputs
council/ # council deliberation outputs
synthesis/ # consolidated assessments
exports/ # rendered PDFs
idea.md with frontmatter:
---
slug: <idea-slug>
captured: YYYY-MM-DD
source: text | voice | imported
---
<verbatim raw input>
versions/<variant>.md. Keep them clearly labelled as derived/edited so the raw stays canonical.idea.md after creation — it's the source of truth. Formatted variants live in versions/.