| name | foundation-builder |
| description | Orchestrate 10 agents to build and maintain validated Lean Canvas foundation. Handles business model mode selection, market discovery (mode-aware), validation, business model, and GTM. Pre-launch population and operational maintenance. |
| allowed-tools | Read,Write,Bash |
Foundation Builder: Canvas Population & Validation
Overview
Business foundation orchestration system that coordinates 10 specialized agents to build and maintain a validated Lean Canvas - the single source of truth for all strategic decisions.
Primary Mission: Populate and validate all 16 Canvas sections with evidence-based information (including business model mode selection)
Lifecycle:
- Pre-launch: Build foundation (Discovery → Launch)
- Operational: Maintain foundation (Canvas updates from validated learning)
Target Profile: AI-first lean startups operating with minimal human oversight
Final Output: Living Canvas that continuously reflects current business reality
System Architecture
Agent Organization
The system comprises 10 specialized agents organized into two tiers:
Core Agents (Always Active - 7 agents)
- market-intelligence: Market analysis, competitive landscape, customer segmentation
- problem-solution-fit: Problem validation, solution design, MVP definition
- value-proposition: Unique value articulation, positioning, messaging
- business-model: Revenue design, cost structure, unit economics
- validation: Assumption testing, experiment design, hypothesis validation
- go-to-market: Channel strategy, launch planning, growth tactics
- execution: Task orchestration using Claude/GPT/Copilot, daily operations
Specialist Agents (On-Demand - 3 agents) 8. funding: Fundraising strategy, pitch development, investor targeting 9. regulatory: Compliance requirements, licensing, regulated market entry 10. retention-optimizer: Cohort analysis, churn prediction, optimization experiments
Canvas Population Flow
Each agent populates specific Canvas sections:
| Agent | Canvas Sections |
|---|---|
| market-intelligence | 01-context (KBOS), 02-constraints, 03-opportunity, 04-segments, 06-competitive |
| problem-solution-fit | 05-problem, 09-solution, 10-assumptions |
| value-proposition | 07-uvp, 08-advantage |
| business-model | 11-pricing, 12-costs, 13-metrics |
| validation | 10-assumptions (validation status) |
| go-to-market | 14-growth, 15-gtm |
| funding | strategy/financials/fundraising.md |
Information Flow
The system follows a structured progression through pre-launch phases:
Mode Discovery → Definition → Validation → Execution → Launch
Select ↓ ↓ ↓ ↓ ↓
↓ Market Value Prop Validation Execution GTM
↓ Intel → + Business → Agent → Agent → Agent
↓ Agent Model
↓ ↓ ↓ ↓ ↓ ↓
Canvas Canvas Canvas Canvas artifacts/ Canvas
00 01-06 07-12 10 (val) Outputs 14-15
Mode determines: Which market research skill (venture vs bootstrap)
Orchestration Logic
Phase Detection
Determine the current pre-launch phase by analyzing the request context:
Mode Selection Phase (0)
- Triggers: Initial setup, business model strategy questions, "which mode should I use"
- Action: Create
00-business-model-mode.mdwith VENTURE/BOOTSTRAP/HYBRID declaration - Output Focus: Business model mode declaration and rationale
- Canvas Sections: 00-business-model-mode
- CRITICAL: This must be completed before Discovery Phase
Discovery Phase (0a) - MODE-AWARE
- Triggers: Market research, TAM/SAM/SOM questions, competitive analysis, customer segmentation
- BEFORE ROUTING: Check
strategy/canvas/00-business-model-mode.mdfor mode - Primary Agents:
- If VENTURE: market-intelligence (TAM focus) + market-research-venture skill
- If BOOTSTRAP: market-intelligence (spend mapping) + market-research-bootstrap skill
- Both: problem-solution-fit
- Output Focus: Mode-appropriate market understanding, problem identification
- Canvas Sections: 00-business-model-mode (if not exists), 01-context, 02-constraints, 03-opportunity, 04-segments, 05-problem, 06-competitive
Definition Phase (0b)
- Triggers: Product strategy, value proposition, business model design, pricing strategy
- Primary Agents: value-proposition, business-model, problem-solution-fit
- Output Focus: Clear positioning, revenue model, MVP scope
- Canvas Sections: 07-uvp, 08-advantage, 09-solution, 11-pricing, 12-costs, 13-metrics
Validation Phase (1a)
- Triggers: Testing assumptions, experiment design, MVP validation, pivot decisions
- Primary Agents: validation, execution
- Output Focus: Validated hypotheses, experiment results, pivot triggers
- Canvas Sections: 10-assumptions (status updates)
Execution Phase (1b)
- Triggers: Feature development, sprint planning, MVP build, implementation work
- Primary Agents: execution, validation
- Output Focus: Completed MVP, shipped code, progress metrics
- Outputs: Code,
artifacts/deliverables
Launch Phase (1c)
- Triggers: Launch planning, channel strategy, early user acquisition
- Primary Agents: go-to-market, execution
- Output Focus: Launch playbook, initial traction, first customers
- Canvas Sections: 14-growth, 15-gtm
- Completion: Once you have first customers + validated Canvas → pre-launch work complete
Specialist Scenarios
- Fundraising: funding agent (Seed preparation)
- Compliance: regulatory agent (regulated markets, licensing)
- Retention Analysis: retention-optimizer agent (post-first customers)
Routing Strategy
When a request arrives, follow this decision process:
Check Business Model Mode:
- Read
strategy/canvas/00-business-model-mode.md - If doesn't exist → Create it first (Phase 0: Mode Selection)
- Mode determines market research approach and decision criteria
- Read
Identify Current Phase: Determine where in pre-launch lifecycle (0 → 0a → 1c)
Detect Specialist Needs: Check if funding, regulatory, or retention scenarios apply
Select Primary Agent(s): Choose 1-2 agents that best match the request
- For market research: Use mode-appropriate skill
- VENTURE: market-research-venture (TAM, growth, scale)
- BOOTSTRAP: market-research-bootstrap (spend, arbitrage, profit)
- For market research: Use mode-appropriate skill
Identify Canvas Target: Which Canvas sections will be populated/updated?
Coordinate Multi-Agent Workflows: For complex requests spanning multiple phases, sequence agents appropriately
Execute and Document: Route to selected agent(s), update Canvas, preserve context
Multi-Agent Coordination
For requests requiring multiple agents, coordinate in sequence:
Example: Initial Business Model
- market-intelligence → Define TAM/SAM/SOM, segments (Canvas 01-04, 06)
- problem-solution-fit → Validate problem-solution fit (Canvas 05, 09)
- value-proposition → Define unique value and positioning (Canvas 07-08)
- business-model → Design pricing and revenue streams (Canvas 11-13)
- validation → List key assumptions to test (Canvas 10)
Example: Pre-Launch Preparation
- validation → Validate remaining assumptions (Canvas 10)
- business-model → Finalize pricing (Canvas 11)
- go-to-market → Create launch playbook (Canvas 14-15)
- execution → Build launch implementation plan (artifacts/marketing/)
Example: Post-Discovery Pivot
- market-intelligence → Re-analyze market with new insights (Canvas 01-06)
- problem-solution-fit → Revalidate problem-solution fit (Canvas 05, 09)
- validation → Design pivot validation experiments (Canvas 10)
- execution → Plan pivot implementation
Canvas Integration
Canvas as Startup Playbook Output
Path: strategy/canvas/
This skill's primary mission is to populate all 16 Canvas sections with validated information:
strategy/canvas/
├── 00-business-model-mode.md ← foundation-builder (Phase 0)
├── 01-context.md ← market-intelligence
├── 02-constraints.md ← market-intelligence
├── 03-opportunity.md ← market-intelligence
├── 04-segments.md ← market-intelligence
├── 05-problem.md ← problem-solution-fit
├── 06-competitive.md ← market-intelligence
├── 07-uvp.md ← value-proposition
├── 08-advantage.md ← value-proposition
├── 09-solution.md ← problem-solution-fit
├── 10-assumptions.md ← validation (all agents contribute)
├── 11-pricing.md ← business-model
├── 12-costs.md ← business-model
├── 13-metrics.md ← business-model
├── 14-growth.md ← go-to-market
└── 15-gtm.md ← go-to-market
Mode-Aware Note: The 00-business-model-mode.md file determines which market research skill is used and how decisions are prioritized throughout Canvas building.
Assumptions Tracking (Canvas 10)
All agents contribute hypotheses to 10-assumptions.md during pre-launch:
### A1: Target Market Size
**Status:** 📝 DRAFT
**Hypothesis:** AI-powered fashion recommendations TAM is $2B
**Confidence:** 40%
**Source:** market-intelligence agent, Gartner reports
**Test:** Pre-launch survey with 100 target customers
**Validation Criteria:** >60% express strong interest
Status progression:
- 📝 DRAFT → Pre-validation hypothesis
- ⏳ TESTING → Validation experiment running
- ✅ VALIDATED → Experiment confirmed hypothesis
- ❌ INVALIDATED → Experiment rejected hypothesis, pivot needed
Launch Completion
When Canvas is complete + validated:
- All 15 sections populated
- Key assumptions (10-assumptions.md) tested
- First customers acquired
- Revenue > $0
Then:
- Canvas becomes foundation for operational decisions
- Begin managing business through evidence-based operations
Context Management
To maintain effectiveness within subscription constraints:
- Documentation-First: Every agent interaction produces Canvas updates or artifacts
- Git Commits: Frequent commits preserve implementation context
- Session Planning: Plan agent usage to stay within rate limits (~30-45 Claude messages per 3-4 hours)
- Task Batching: Group related tasks to minimize context switching
- Canvas-Centric: All strategic decisions flow through Canvas updates
Agent Sub-Skills
Each of the 10 agents is implemented as a sub-skill within this orchestrator:
Core Agents
market-intelligence/- Market analysis and competitive intelligenceproblem-solution-fit/- Problem validation and solution designvalue-proposition/- Value articulation and positioningbusiness-model/- Business model design and unit economicsvalidation/- Hypothesis testing and experiment designgo-to-market/- GTM strategy and launch planning
Specialist Agents
funding/- Fundraising strategy and investor relationsregulatory/- Compliance and regulatory navigationretention-optimizer/- Post-first-customers retention analysis
Note: Sub-skills are invoked by this orchestrator based on the routing logic above. Each sub-skill contains specialized prompts, frameworks, and templates for its domain.
Success Metrics
Track these metrics to ensure pre-launch progress:
Canvas Completion: 16/16 sections populated with validated info (including 00-business-model-mode.md) Assumption Validation: >70% of key assumptions validated before launch MVP Velocity: 1.5-2x solo developer productivity Cost Efficiency:
- VENTURE: Burn rate tracked, runway >12 months
- BOOTSTRAP: <$500/month burn, profitable within 3 months Launch Readiness: All go-to-market elements defined and ready
Mode-Specific Success:
- VENTURE: TAM validated >$1B, growth path to $100M ARR clear
- BOOTSTRAP: First customer within 4 weeks, path to $5k MRR defined
Usage Examples
Example 0: Business Model Mode Selection
User Request: "I'm starting a B2B SaaS, should I use VENTURE or BOOTSTRAP mode?"
Orchestrator Action:
- Detect phase: Mode Selection (0)
- Ask clarifying questions:
- Are you funded or planning to raise?
- What's your timeline to profitability?
- Is this a billion-dollar market or profitable niche?
- Create:
strategy/canvas/00-business-model-mode.md - Expected output: Mode declaration (VENTURE/BOOTSTRAP/HYBRID) with rationale
Example Response for Bootstrap:
**Active Mode:** BOOTSTRAP
**Rationale:**
- Self-funded, need profitability within 3 months
- B2B SaaS with clear monetization path
- Targeting profitable niche ($50M market)
- Exit optional, cash flow primary goal
Example 1: Initial Market Discovery (BOOTSTRAP Mode)
User Request: "Help me understand the competitive landscape for AI-powered beauty recommendations"
Orchestrator Action:
- Check mode: Read
00-business-model-mode.md→ BOOTSTRAP - Detect phase: Discovery (0a)
- Route to: market-intelligence agent + market-research-bootstrap skill
- Canvas targets: 01-context, 02-constraints, 03-opportunity, 04-segments, 06-competitive
- Expected output:
- Current spend mapping (who pays what today)
- Budget holder identification
- Arbitrage opportunities
- Competitive pricing analysis
- Q1 revenue potential
Example 1b: Initial Market Discovery (VENTURE Mode)
User Request: "Help me understand the competitive landscape for AI-powered beauty recommendations"
Orchestrator Action:
- Check mode: Read
00-business-model-mode.md→ VENTURE - Detect phase: Discovery (0a)
- Route to: market-intelligence agent + market-research-venture skill
- Canvas targets: 01-context, 02-constraints, 03-opportunity, 04-segments, 06-competitive
- Expected output:
- TAM/SAM/SOM analysis ($XB market)
- Market growth rate (CAGR projections)
- Competitive positioning and moat opportunities
- 10x scale potential
- Defensibility assessment
Example 2: Business Model Design
User Request: "How should we price our AI fashion recommendations service?"
Orchestrator Action:
- Detect phase: Definition (0b)
- Route sequence: business-model agent (primary) + value-proposition (supporting)
- Canvas targets: 11-pricing, 12-costs, 13-metrics
- Expected output: Pricing strategy with 3 tiers, unit economics, key metrics
Example 3: MVP Validation
User Request: "We built the MVP, how do we validate it works?"
Orchestrator Action:
- Detect phase: Validation (1a)
- Route to: validation agent (primary) + execution agent (supporting)
- Canvas target: 10-assumptions (update status)
- Expected output: Validation experiment design, success criteria, 2-week test plan
Example 4: Launch Preparation
User Request: "We're launching in 3 weeks, what do we need?"
Orchestrator Action:
- Detect phase: Launch (1c)
- Route sequence: go-to-market → execution
- Canvas targets: 14-growth, 15-gtm
- Outputs: Launch playbook, initial marketing materials in
artifacts/marketing/ - Expected output: 3-week sprint plan, launch checklist, completion criteria
Best Practices
For Effective Pre-Launch
- Start with Discovery: Complete Canvas 01-06 before moving to Definition
- Validate Before Building: Test assumptions (Canvas 10) before MVP development
- Document Everything: All strategic decisions go into Canvas
- Iterate Quickly: Use validation agent frequently to test hypotheses
- Complete Thoroughly: Don't declare launch complete until Canvas is validated with real customers
For Canvas Population
- One Section at a Time: Focus agents on completing Canvas sections sequentially
- Evidence-Based: Every Canvas claim needs source (customer interviews, data, research)
- Track Assumptions: Every hypothesis goes into 10-assumptions.md with validation plan
- Update Status: Move assumptions from DRAFT → TESTING → VALIDATED/INVALIDATED
- Maintain Quality: Clean, complete Canvas is the foundation for post-launch operations
For Budget Optimization
- Batch Canvas Updates: Update multiple sections in one session
- Use Right Tool for Right Job: Strategy in Claude, validation in GPT, boilerplate in Copilot
- Leverage Templates: Reuse Canvas section templates
- Front-Load Discovery: Thorough discovery (0a) prevents expensive pivots later
Launch Completion Checklist
Before declaring pre-launch work complete:
- Business model mode declared (00-business-model-mode.md)
- All 16 Canvas sections populated
- Key assumptions (>70%) validated
- MVP launched to first customers
- Revenue > $0 (even if just $1)
- Customer feedback collected
- Initial metrics tracked (13-metrics.md)
- GTM channels identified and tested (15-gtm.md)
- Business foundation ready for operational scaling
Mode-Specific Completion:
VENTURE Mode:
- TAM validated >$1B
- Burn rate and runway tracked
- Growth path to $100M ARR defined
- Fundraising timeline (if applicable)
BOOTSTRAP Mode:
- First paying customer acquired
- Path to profitability within 3 months clear
- Positive cash flow or near-positive
- Unit economics profitable
Pre-launch work is complete when:
- Canvas is validated with real customer data
- Product-market fit signals are emerging
- Mode-appropriate success criteria met
- Ready to shift from building to scaling
Remember
This skill is for building the business from zero to launch. Focus on:
- FIRST: Declare business model mode (VENTURE/BOOTSTRAP/HYBRID)
- Complete all 16 Canvas sections with validated data
- Use mode-appropriate market research (venture vs bootstrap skills)
- Test assumptions before scaling
- Achieve mode-appropriate traction:
- VENTURE: Validate TAM >$1B, define path to $100M ARR
- BOOTSTRAP: First customer, path to profitability within 3 months
- Build solid foundation for operational phase
Critical: The business model mode determines:
- Which market research skill to invoke
- How success is measured
- What metrics matter
- Decision prioritization throughout Canvas building
The startup-playbook mission is complete when you have customers, revenue, a validated Canvas, and mode-appropriate success criteria met. Don't rush to operations before the foundation is solid.