From business-idea-eval
Produce a milestone-based timeline and project plan for taking an idea from today to first paying customer (or first deployment). Identifies critical path, parallelisable workstreams, and key checkpoints. Use when the user wants to know "what's the realistic path and how long".
npx claudepluginhub danielrosehill/claude-code-plugins --plugin business-idea-evalThis skill uses the workspace's default tool permissions.
Translate an idea + dev spec into an executable project plan with honest durations.
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.
Translate an idea + dev spec into an executable project plan with honest durations.
<workspace_path>/ideas/<slug>/analysis/timeline-and-project.md with frontmatter:
---
lens: timeline-and-project
generated: YYYY-MM-DD
target_milestone: <text>
target_weeks: <number>
critical_path: <short summary>
---