This recipe produces a phased Hiring Plan mapping roles to revenue milestones across four headcount stages (10, 25, 50, 100) and an Organizational Design Blueprint showing when to transition from generalists to specialists, when to add management layers, and how to avoid the failure patterns that kill startups at each growth phase. Companies ship their org charts — getting the structure wrong at each phase creates compounding dysfunction that is expensive to fix later. [src1]
Which path?
├── Currently 1-10 people → growing to 15-25
│ └── PATH A: Founder-Led — spreadsheet hiring plan + founder recruits
├── Currently 10-25 people → growing to 30-50
│ └── PATH B: Structured — ATS + first dedicated recruiter or HR
├── Currently 25-50 people → growing to 50-100
│ └── PATH C: Departmentalized — Full ATS + recruiting function + HRBP
└── Currently 50+ → growing to 100+
└── PATH D: Enterprise — Talent acquisition team + comp benchmarking
| Path | Tools | Cost | Speed | Hiring Capacity |
|---|---|---|---|---|
| A: Founder-Led | Sheets + LinkedIn | $0-$200/mo | 1-2 hires/month | 5-15 total hires |
| B: Structured | Ashby/Lever + first recruiter | $300-$800/mo + recruiter salary | 2-4 hires/month | 15-30 hires/year |
| C: Departmentalized | Greenhouse + recruiting team | $1K-$3K/mo + team | 4-8 hires/month | 30-60 hires/year |
| D: Enterprise | Full ATS + TA team + agencies | $3K-$10K/mo + team | 8-15+ hires/month | 60+ hires/year |
Duration: 1-2 hours · Tool: Spreadsheet
Create a Role Mapping Matrix with columns: Function, Current People, Current Gaps, Role Type Now, Role Type at Next Milestone, Priority.
Headcount phase definitions: [src4]
Phase 1 (1-10 people): Founders + Generalists — Every person wears 3-5 hats. No departments, no managers, all direct to founder. Key roles: Co-founder(s), 2-3 engineers, 1 designer/product, 1 growth/sales.
Phase 2 (10-25 people): Emerging Specialization — Generalists start to specialize. First team leads emerge (player-coaches, not full-time managers). Danger zone: 15-20 is where founder direct management starts to fail.
Phase 3 (25-50 people): Departmentalization — Formal departments: Engineering, Product, Marketing, Sales, Customer Success, Operations. Department heads (first real management layer). Specialists outnumber generalists.
Phase 4 (50-100 people): Scaling Management — Second management layer (managers of managers). Functional specialists (DevOps, data, design system, sales ops). Formal HR, finance, legal functions.
Verify: Current org mapped, gaps identified, next-milestone target structure defined. · If failed: If roles are unclear, start by listing every task being done and who does it.
Duration: 1-2 hours · Tool: Spreadsheet
Rank every open role using a prioritization framework with five factors scored 1-5: [src5]
| Factor | Score 1 | Score 3 | Score 5 |
|---|---|---|---|
| Revenue impact | Indirect/support | Moderate contribution | Direct revenue generation or critical bottleneck |
| Time sensitivity | Nice to have in 6+ months | Needed in 3-6 months | Needed now (work is being dropped) |
| Founder time freed | < 2 hrs/week | 5-10 hrs/week | > 10 hrs/week |
| Risk if not hired | Manageable | Moderate risk | High risk of losing customers or team |
| Difficulty to hire | Easy (< 30 days) | Moderate (30-60 days) | Hard (60+ days), start early |
Hiring priority order (general pattern): 1) Revenue-generating roles, 2) Bottleneck-relieving roles, 3) Founder-replacement roles, 4) Quality-maintaining roles, 5) Support functions (HR, finance, legal) at 50+ people.
Verify: All roles scored and ranked. Top 3-5 hires identified with timeline. · If failed: If everything feels equally urgent, the real bottleneck is usually the function where the founder spends the most operational time.
Duration: 1-2 hours · Tool: Spreadsheet + org chart tool
Design the target org chart for the next two headcount milestones: [src1] [src2]
At 10-15 people: Engineering lead (player-coach, still writes code 60%+), customer-facing lead, founder remains CEO + product + strategy. Span of control: 5-7 per lead.
At 25-30 people: VP/Head of Engineering, Head of Product, Head of Marketing/Growth, Head of Sales, first People/HR hire. Span of control: 5-8 per manager.
At 50 people: Directors under VPs, specialized team leads, dedicated CS manager, sales ops, finance controller or fractional CFO. Span of control: 6-8 per manager.
At 100 people: C-suite or VP-level for each major function, directors managing managers, staff-level ICs, full HR/People team, legal counsel. Span of control: 6-10 per manager.
Verify: Org chart designed for next 2 milestones with reporting lines and spans of control. · If failed: If unsure about structure, default to functional organization (departments by skill).
Duration: 1-2 hours · Tool: Spreadsheet
Create a month-by-month hiring plan tied to revenue milestones. For each role: month to start recruiting, target start date, total compensation (base + 25-35% benefits/taxes + equity), ramp time, recruiting cost. [src5]
Budget rules of thumb: Engineering compensation: 40-60% of total payroll. Sales compensation: plan for 4-6 month ramp. Management hire: 50-100% premium over IC salary. Total people cost: typically 60-80% of total startup spend.
Verify: Hiring plan has month-by-month timeline, total cost modeled, runway checked against plan. · If failed: If budget cannot support the plan, phase over longer timeline or hire contractors for roles with < 12 month horizons.
Duration: 30-45 minutes · Tool: Checklist review
Review the known failure patterns at your current and next phase: [src3] [src6]
Failures at 10-15: Hiring specialists too early, not hiring fast enough, hiring friends without skills, no defined hiring process.
Failures at 25-30: Not adding management layer, promoting best IC to manager, not documenting culture, keeping underperformers too long.
Failures at 50: Organization mimics big company prematurely, losing startup speed, not having a real HR function, founders not letting go of operational work.
Failures at 100: Silos between departments, culture dilution from rapid hiring, middle management gap, compensation inequity between early and late hires.
Verify: Current-phase and next-phase failure patterns reviewed, mitigation plans added to hiring plan. · If failed: If failure patterns are already manifesting, address them before continuing to hire.
{
"output_type": "hiring_scale_up_plan",
"format": "XLSX + MD",
"sections": [
{"name": "role_priority_ranking", "type": "array", "description": "All roles ranked by priority score", "required": true},
{"name": "hiring_timeline", "type": "array", "description": "Month-by-month hiring plan with roles and costs", "required": true},
{"name": "org_chart_current", "type": "object", "description": "Current organizational structure", "required": true},
{"name": "org_chart_target", "type": "object", "description": "Target structure at next 2 milestones", "required": true},
{"name": "total_budget", "type": "number", "description": "12-month total people cost", "required": true},
{"name": "failure_patterns", "type": "array", "description": "Phase-specific risks with mitigations", "required": true}
]
}
| Quality Metric | Minimum Acceptable | Good | Excellent |
|---|---|---|---|
| Roles prioritized | Top 3 roles | All roles for next 6 months | All roles for next 12 months |
| Budget accuracy | +/- 30% estimates | +/- 15% with market data | +/- 5% with comp benchmarking |
| Org design specificity | General structure | Reporting lines defined | JDs and comp ranges per role |
| Failure pattern coverage | Current phase only | Current + next phase | All applicable phases |
If below minimum: Without at least top 3 priorities defined, hiring is reactive. Define priorities before posting any roles.
| Error | Likely Cause | Recovery Action |
|---|---|---|
| Cannot afford the hiring plan | Budget/revenue mismatch | Phase the plan, prioritize revenue-generating roles, use contractors |
| Hiring taking > 90 days for critical roles | Unrealistic requirements or below-market comp | Simplify job requirements, benchmark comp, consider remote/global talent |
| New manager hire is struggling | Promoted IC or hired without management training | Provide management coaching, define expectations explicitly, give 90-day feedback |
| Culture issues emerging with new hires | No cultural documentation or inconsistent interviewing | Document values, add culture-fit interview round, invest in onboarding |
| Team performance declining despite adding headcount | Wrong roles, bad hires, or poor onboarding | Audit: are new hires in the right roles? Is onboarding effective? Is management capacity adequate? |
| Component | Free Tier | Paid Tier | At Scale |
|---|---|---|---|
| Hiring plan creation | Sheets: $0 | $0 | $0 |
| ATS | Notion/Sheets: $0 | Ashby: $300/mo | Greenhouse: $1K+/mo |
| Job posting | LinkedIn free: $0 | LinkedIn Jobs: $300/post | Multiple boards: $1K+/mo |
| Recruiting | Founder time | Contract recruiter: $5K-$10K/hire | In-house team or agency: 20-25% of base |
| Comp benchmarking | Levels.fyi free | Pave: $500/mo | Radford: $5K+/year |
| Total per hire | $0 + time | $1K-$5K | $10K-$30K |
Hiring a VP Marketing, a DevOps engineer, and a UX researcher when the team is 8 people. Each specialist is underutilized, expensive, and frustrated because the startup does not have enough work in their narrow domain. [src4]
At this stage, every person needs to do 3-5 things. Hire people who are strong in one area but willing and able to contribute across functions. Specialize only when a function has enough volume to keep a specialist fully utilized.
The best individual contributor is rarely the best manager. Different skills, different satisfaction drivers. Forcing someone into management because they are the most senior IC leads to losing a great engineer and gaining a mediocre manager.
When adding management layers, explicitly evaluate management aptitude separately from technical skill. Some ICs should stay on the IC track (and be compensated accordingly). Hire external managers if internal candidates are not ready. [src1]
Scaling from 15 to 40 people in 6 months without documented values, norms, or onboarding process. New hires cannot absorb culture by osmosis when the original team is outnumbered.
Write down values, decision-making norms, communication expectations, and feedback practices before the hiring sprint. Build a structured onboarding program. Assign culture buddies to every new hire. [src2]
Use this recipe when the startup has confirmed PMF, selected a growth model, and needs to build the team to execute it. The transition from 10 to 100 people is where most startups break — not from product failure, but from organizational dysfunction. Getting the hiring sequence, timing, and structure right is the difference between scaling smoothly and growing into chaos.