Agent skill · Content & Marketing

startup-design

Design, validate, and plan a startup from scratch. Covers market research, competitive analysis, business model, brand identity, product definition, financial projections, and validation experiments. Trigger when the user has a startup idea to explore, wants to validate a business concept, needs a business plan or lean canvas, asks for market sizing or competitive landscape, wants brand positioning or go-to-market strategy, or says anything like "I have an idea for..." or "is this idea worth pursuing". Also handles resuming from a previous checkpoint.

ferdinandobonsgithub.com/ferdinandobonsGitHub ↗
claude-codeMIT
Install
npx skills add ferdinandobons/startup-skill --skill startup-design --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 16
SKILL.md size: 32 KB
Bundled scripts: none
Path: startup-design/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 576

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

The skill guides the AI through an 8-phase process (plus a pre-flight check and a customer discovery gate) to take a startup idea from concept to validated design. It yields a complete set of markdown documents organized by domain and includes a progress tracker so work persists across sessions. It supports resuming from the last completed checkpoint if interrupted.

How it works

  • Runs in sequential phases: PRE-FLIGHT → INTAKE → BRAINSTORM → RESEARCH → [Research Gate] → CUSTOMER DISCOVERY → [Interview Gate] → STRATEGY → BRAND → PRODUCT → FINANCIAL → VALIDATION. It can resume from the last completed phase if a PROGRESS.md exists.
  • Has a Full Mode (default) executing all phases in order, and a Fast Track Mode with a compressed subset of phases for quick validation.
  • In Fast Track, it runs: 0.5, 1, 2, 3 (waves limited), 3.5 gate, 3.7 interviews with constraints, 4 (Lean Canvas), skip Brand/Product, 7 (revenue model only), 8 (top 3 experiments) and then records a go/no-go signal.
  • Outputs are saved to a project-specific directory structure as markdown files per phase (e.g., intake, discovery, strategy, etc.) and a PROGRESS.md tracking phase completion.
  • Language is English by default; outputs adapt to the user language if requested.

When to use it

Triggered when a user has a startup idea to explore, wants validation, needs a business plan or lean canvas, asks for market sizing or competitive landscape, asks for brand/go-to-market strategy, or mentions resuming from a checkpoint.

What it can touch

  • Creates and updates files in a structured project directory (e.g., {project-name}/00-intake/brief.md, {project-name}/01-discovery/market-analysis.md, etc.).
  • Uses agent templates and reference materials for waves, research principles, and synthesis outputs.

Caveats

  • Requires a project directory and progress tracking file to resume from checkpoints.
  • Fast Track mode reduces depth and number of outputs; may deliver a go/no-go signal with less evidence than Full Mode.
  • Outputs and structure rely on the referenced phase definitions and output file names; deviations are not described here.
From the SKILL.md

# Startup Design A structured, multi-phase skill that takes a startup idea from raw concept to validated design. It produces a complete set of markdown documents organized by domain, with built-in progress tracking so work survives session interruptions. ## How It Works The process has 8 numbered phases executed sequentially, plus a Pre-Flight Check (Phase 0.5) and a Customer Discovery gate (Phase 3.7). Each phase produces output files and updates the progress tracker. If a session is interrupted, resume from the last completed checkpoint. ``` PRE-FLIGHT → INTAKE → BRAINSTORM → RESEARCH → [Research Gate] → CUSTOMER DISCOVERY → [Interview Gate] → STRATEGY → BRAND → PRODUCT → FINANCIAL → VALIDATION ``` ### Modes **Full Mode (default):** Execute all phases in order, including Pre-Flight and Customer Discovery. Best for thoroughly designing a startup from scratch. **Fast Track Mode:** When the user says they want a "quick validation," "rapid assessment," or similar, or when time/budget is clearly limited, run a compressed version: 1. Phase 0.5 (Pre-Flight Check) — always run, takes 5 minutes 2. Phase 1 (Intake) — shortened to 1 round of questions; capture any prior customer conversatio

What's inside
Steps it walks through
  1. How It Works
  2. Modes
  3. Language
  4. Phase 0: Resume Check
  5. Phase 0.5: Pre-Flight Check
  6. Phase 1: Intake Interview
  7. Output
  8. Phase 2: Brainstorm
  9. Process
  10. Phase 2.5: Research Depth Assessment
  11. Phase 3: Market Research
  12. Environment Detection
  13. Web Search Availability
  14. Research Principles
Ships with 15 files
  • references/customer-interview.md
  • references/frameworks.md
  • references/honesty-protocol.md
  • references/industry-benchmarks.md
  • references/intake-questions.md
  • references/output-guidelines.md
  • references/output-specs.md
  • references/research-principles.md
  • references/research-scaling.md
  • references/research-synthesis.md
  • references/research-wave-1-market.md
  • references/research-wave-2-competitors.md
  • references/research-wave-3-customers.md
  • references/research-wave-4-distribution.md
  • references/verification-agent.md
More from startup-skill
All skills →
About this skill
What does the startup-design skill do?

Design, validate, and plan a startup from scratch. Covers market research, competitive analysis, business model, brand identity, product definition, financial projections, and validation experiments. Trigger when the user has a startup idea to explore, wants to validate a business concept, needs a business plan or lean canvas, asks for market sizing or competitive landscape, wants brand positioning or go-to-market strategy, or says anything like "I have an idea for..." or "is this idea worth pursuing". Also handles resuming from a previous checkpoint.

How do I install it?

Run `npx skills add ferdinandobons/startup-skill --skill startup-design --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ferdinandobons/startup-skill, a repository with 576 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going