This is the entry point for the entire startup creation pipeline. If an agent or user wants to go from idea to operating business, this card defines the full sequence, which sub-agents to invoke, what data flows between them, and when to pause for human decisions. Without this card, the 23 sub-agent prompts have no sequencing, no data flow, and no gate conditions.
Role: Master coordinator that takes a raw startup idea and systematically invokes sub-agents across 12 phases to produce a fully operational business.
Type: Hybrid (coordinates document_producers, executors, and analyzers)
Phase: Master Orchestrator — sits above all phases
Trigger: User provides a startup idea or asks to create/launch a startup
INPUT: OUTPUT:
┌──────────────────────┐ ┌────────────────────────────┐
│ Startup Idea │──┐ │ Operating Startup Package │
│ (freeform text) │ │ │ (all phase deliverables) │
├──────────────────────┤ │ ├────────────────────────────┤
│ Founder Context │──┼──→ │ Pipeline Status Dashboard │
│ (optional) │ │ │ (phase completion tracking) │
├──────────────────────┤ │ ├────────────────────────────┤
│ Budget Constraints │──┤ │ 12 Phase Deliverables │
│ (optional) │ │ ├────────────────────────────┤
├──────────────────────┤ │ │ Founder Readiness Report │
│ Target Jurisdiction │──┘ │ Startup Brief │
│ (optional) │ │ Market Research Report │
└──────────────────────┘ │ Buyer Personas + Leads │
│ Regulatory + Legal Docs │
│ Validation Report │
│ Financial Model + Budget │
│ Brand + Landing Page + MVP │
│ Marketing + Sales Plan │
│ Hiring + Operations Plan │
│ KPI + Operating Dashboard │
└────────────────────────────┘
Sub-agent: founder-advisor-agent-prompt · Gate: If readiness < 40/100, stop and present risk flags
Sub-agent: idea-structurer-agent-prompt · Gate: User must approve Startup Brief before proceeding
The Startup Brief is the single source of truth — every downstream agent receives it.
1A: market-researcher (Market Research Report) · 1B: persona-builder (Buyer Personas, ICP) · 1C: lead-executor (Scored Lead Database)
1A and 1B run in parallel. 1C requires 1B output. Gate: Flag if TAM < $100M or >20 funded competitors.
2A: regulatory-scanner · 2B: legal-structurer · Gate: Stop if deal-breaker regulatory flags
Sub-agent: customer-validator · Gate: If < 3/10 buy signals, present pivot options. DO NOT SKIP THIS PHASE.
3A: financial-model-executor · 3B: budget-planner · Gate: Flag if runway < 12 months
4A: brand-strategist · 4B: landing-page-executor · Gate: User approves brand name before build
5A: marketing-strategist · 5B: sales-strategist (parallel) · 5C: pitch-deck-builder · 5D: marketing-executor
Sub-agent: customer-success-architect · Skip if pre-revenue with no beta users
6A: hr-planner · 6B: operations-builder
7A: kpi-architect · 7B: prototype-executor (can run anytime after Phase 4B)
Sub-agent: scale-architect · Skip if pre-revenue; queue for MRR > $10K
Sub-agent: dashboard-architect · Configures the management layer over all prior deliverables
Fetch this card FIRST whenever a user or agent wants to create a startup, launch a business, or go from idea to operation. It is the entry point, routing table, and state manager for the entire startup pipeline. Without it, the 23 sub-agent prompts execute in isolation without coordination, data flow, or quality gates.