bundles/startup/skills/execution-validator/SKILL.md
Use this skill when users need to validate a launch plan, assess MVP scope, or determine if they're ready to execute. Activates for "validate my plan," "am I ready to launch," "is my scope too big," or when assessing action readiness.
npx skillsauth add shipshitdev/library execution-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.
Assess whether someone is ready to take action, if their scope is appropriate, and if they're building excuses or building businesses.
Hormozi's Core Principle: "Speed is the only competitive advantage that matters early on."
Core Questions:
Scoring Dimensions (5 total):
| Dimension | Weight | What It Measures | |-----------|--------|------------------| | Action Bias | 2x | Taking action or planning? | | Scope Minimalism | 2x | Tight or bloated scope? | | Decision Clarity | 1.5x | Decisions made or pending? | | Time to First Value | 2x | How fast to first customer? | | Excuse Detection | 1.5x | Real blockers or fear? |
Max Score: 100 points
| Score | Rating | Verdict | |-------|--------|---------| | 85-100 | Ready to Execute | Stop planning. Execute now. | | 70-84 | Almost Ready | Minor adjustments, then go. | | 55-69 | Needs Work | Cut scope, make decisions, move faster. | | 40-54 | Stuck | Major mindset/scope issues. | | 0-39 | Analysis Paralysis | One week sprint to launch. |
If you had a gun to your head and had to make money from this in 7 days, what would you do?
If you could only build ONE thing and charge for it tomorrow, what would it be?
If someone offered you $1M to launch in 7 days, could you do it? If yes, your "blockers" are excuses.
| Excuse | Reality | |--------|---------| | "I need to learn more" | You learn by doing | | "The market isn't ready" | You haven't tested | | "I need more funding" | Start smaller | | "I need a co-founder" | Start solo first | | "I need to finish [feature]" | Launch without it | | "Perfect timing" | There is no perfect timing |
| Skill | When to Use |
|-------|-------------|
| mvp-architect | Scope the minimum viable product |
| offer-validator | Validate the offer before launch |
| business-model-auditor | After launch, assess scalability |
For complete scoring criteria for all 5 dimensions, red flags for each dimension, decision framework, first value framework, output format template, one week sprint plan template, example validations, and scope surgery guidance, see: 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.