bundles/startup/skills/early-hiring-advisor/SKILL.md
Use this skill when users need to make early hires, build their founding team, determine compensation/equity, decide who to hire first, or scale from founders to first employees. Activates for "who should I hire first," "early hiring," "equity for employees," or team building questions.
npx skillsauth add shipshitdev/library early-hiring-advisorInstall 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.
Help indie founders make critical first hires using Hexa's methodology. Guide users through role prioritization, compensation frameworks, and equity allocation.
Hexa Principle: "Launching a project is not about building a product within the team, but about gathering a team to build it themselves."
| Criterion | If No | |-----------|-------| | PMF signal | Wait for traction | | 18+ months runway | Extend first | | Clear scope of work | Define first | | Tried it yourself | Do it first | | Time to manage | Founders must manage |
If 2+ "No": Wait or outsource.
Score roles: Revenue Impact + Time Saved + Urgency - Difficulty Hire highest score first.
| Company Type | First Hire | |--------------|------------| | Technical, B2B | Sales/BD | | Technical, B2C | Growth/Marketing | | Non-technical | Technical CTO | | Solo technical | Designer |
Always Hire: Core engineering, sales, customer success Outsource First: Legal, accounting, PR, recruiting
| Role | Cash | Equity (First 10) | |------|------|-------------------| | Engineer | $100K-150K | 0.5%-2% | | Designer | $90K-130K | 0.25%-1% | | Sales | $80K-120K + comm | 0.25%-1% | | Marketing | $80K-120K | 0.25%-0.75% |
| Hire # | Range | |--------|-------| | 1-2 | 1-2% | | 3-5 | 0.5-1% | | 6-10 | 0.25-0.75% |
First Engineer: 1-3% pre-seed, 0.5-1.5% seed Vesting: 4 years, 1-year cliff
cofounder-evaluator - Founding team firstfinancial-operations-expert - Plan runwayFor complete interview framework, offer scripts, negotiation handling, onboarding plans, and output templates, 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.