bundles/startup/skills/idea-validator/SKILL.md
Validate startup ideas using Hexa's Opportunity Memo framework and Perceived Created Value (PCV) methodology. Assess problem-solution fit, market opportunity, and determine if an idea is worth pursuing.
npx skillsauth add shipshitdev/library idea-validatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Rigorously assess startup ideas BEFORE building using structured validation—saving months of wasted effort on ideas that won't work.
Hexa's Principle: "You want to make something people want. But people don't always know what they want—so you need to understand what they actually need."
Validation = Opportunity Memo Assessment + Perceived Created Value (PCV) Score
| Dimension | Rating | Impact | |-----------|--------|--------| | Frequency | [Daily/Weekly/Monthly] | High/Med/Low | | Severity | [Critical/Important/Nice-to-have] | High/Med/Low | | Awareness | [Actively seeking/Aware/Unaware] | High/Med/Low | | Budget | [Has budget/Would find/No budget] | High/Med/Low |
Problem Score: 3-4 High = Strong. 1-2 = Weak. 0 = Not a real problem.
Rate current solution problems + your improvement:
| Dimension | Current Problem | Your Improvement | |-----------|-----------------|------------------| | Price | Not a problem / A problem / Serious | No diff / Some / Serious | | Quality | Not a problem / A problem / Serious | No diff / Some / Serious | | Performance | Not a problem / A problem / Serious | No diff / Some / Serious | | Convenience | Not a problem / A problem / Serious | No diff / Some / Serious |
Scoring: a=0, b=1, c=3 points. Sum all 8 ratings.
| Score | Interpretation | Recommendation | |-------|---------------|----------------| | 0-6 | Weak | Don't pursue | | 7-12 | Moderate | Needs refinement | | 13-18 | Strong | Worth pursuing | | 19-24 | Exceptional | Build NOW |
Problem Space:
Timing:
ICP:
| Skill | When to Use |
|-------|-------------|
| market-sizer | After validation passes |
| startup-icp-definer | Deep dive on customer |
| mvp-architect | Scope the build |
| leads-researcher | Find design partners |
For detailed execution workflow, output templates, and PCV calculations: references/full-guide.md
development
TypeScript refactoring and modernization guidelines from a principal specialist perspective. This skill should be used when refactoring, reviewing, or modernizing TypeScript code to ensure type safety, compiler performance, and idiomatic patterns. Triggers on tasks involving TypeScript type architecture, narrowing, generics, error handling, or migration to modern TypeScript features.
tools
Resolves TypeScript and JavaScript problems across type-level programming, performance, monorepo management, migration, and modern tooling. Invoke when diagnosing "type instantiation excessively deep" errors, migrating JS to TS, configuring strict tsconfig, debugging module resolution, or choosing between Biome/ESLint/Turborepo/Nx.
tools
Turborepo monorepo build system guidance. Triggers on: `turbo.json`, task pipelines, `dependsOn`, caching, remote cache, the `turbo` CLI, `--filter`, `--affected`, CI optimization, environment variables, internal packages, monorepo structure, and package boundaries. Use when the user configures tasks or workflows, creates packages, sets up a monorepo, shares code between apps, runs changed packages, debugs cache behavior, or works in an `apps/` plus `packages/` workspace.
tools
Provides Tailwind CSS v4 performance optimization and best practices guidelines. Triggers when writing, reviewing, or refactoring Tailwind CSS v4 code; when working with Tailwind configuration, @theme directive, utility classes, responsive design, dark mode, container queries, or CSS generation optimization.