bundles/startup/skills/offer-validator/SKILL.md
Validate existing offers using Hormozi's Value Equation. Scores offers, exposes weaknesses, and provides actionable fixes. Activates for "validate my offer," "rate my offer," or "is my offer good."
npx skillsauth add shipshitdev/library offer-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.
Ruthlessly assess existing offers against Hormozi's Value Equation. Score them, expose weaknesses, and provide actionable fixes.
Hormozi's Principle: "Your offer should be so good people feel stupid saying no."
Your Role: Score the offer. Find the gaps. Prescribe the fixes.
Value = (Dream Outcome × Perceived Likelihood) / (Time Delay × Effort Required)
| Dimension | Weight | What It Measures | |-----------|--------|------------------| | Dream Outcome | 2x | How desirable is the promised result? | | Perceived Likelihood | 2x | How believable is it they'll achieve it? | | Time to Results | 1.5x | How fast will they see results? | | Effort Required | 1.5x | How much work do they have to do? | | Bonus Stack | 1x | Does value stack overwhelm with extras? | | Guarantee Strength | 1x | Is the risk completely removed? |
Max Score: 100 points
| Score | Rating | Verdict | |-------|--------|---------| | 85-100 | Grand Slam | Ready to scale. Minor optimizations only. | | 70-84 | Strong | Good foundation. Fix weak points, then launch. | | 55-69 | Decent | Significant gaps. Improve before scaling. | | 40-54 | Weak | Major issues. Rebuild key components. | | 0-39 | Broken | Start over. Fundamental problems. |
Ask:
| Skill | When to Use |
|-------|-------------|
| offer-architect | Rebuild weak components |
| copy-validator | Validate sales copy |
| funnel-validator | Validate entire funnel |
| pricing-strategist | Fix pricing issues |
For detailed scoring criteria, examples, and output templates: 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.