From business-idea-eval
Translate a captured idea into a development specification — system architecture sketch, key components, data model outline, third-party dependencies, build phases to MVP, and identified hard problems. Software-focused; for hardware see hardware-feasibility. Use when the user wants to estimate "what would I actually need to build".
How this skill is triggered — by the user, by Claude, or both
Slash command
/business-idea-eval:dev-specThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A first-pass spec a developer could review and challenge — not a final design.
A first-pass spec a developer could review and challenge — not a final design.
<workspace_path>/ideas/<slug>/analysis/dev-spec.md with frontmatter:
---
lens: dev-spec
generated: YYYY-MM-DD
mvp_effort_dev_weeks: <number>
---
hardware-feasibility and only spec the companion software layer.npx claudepluginhub danielrosehill/claude-code-plugins --plugin business-idea-evalProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
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.