{
  "_comment": "GENERATED by Phase 155-05. Blueprint families drive persona-conditional scaffolding. All section slugs MUST appear in the SECTION_NAMES frozen table in lib/core/room-skeleton-scaffold.cjs. run: node scripts/check-room-blueprints.cjs --check. Phase 275 grew SECTION_NAMES 8 -> 11; assumptions remains the only non-frozen slug still in use (hypothesis family).",
  "_schema_version": "1",
  "exploration": {
    "description": "Blank-slate or CV-passer persona: map a domain or interest before committing to a problem statement.",
    "arrival_assets": ["domain-or-interest", "cv-upload"],
    "sections": [
      "problem-definition",
      "opportunity-bank",
      "market-analysis",
      "competitive-analysis"
    ],
    "_sections_note": "domain-decomposition is not a frozen slug; substituted problem-definition (houses domain analysis + diagnosis). opportunity-bank substituted for the domain-decomposition sub-sections per BIRTH-FLOW-BRIEF.md Section 3.",
    "default_methodologies": [
      "explore-domains",
      "beautiful-question",
      "map-unknowns"
    ]
  },
  "solution-first": {
    "description": "Solution-seeking-problem: the navigator arrives with a working solution and needs to find the right problem and user.",
    "arrival_assets": ["solution-looking-for-problem"],
    "sections": [
      "solution-design",
      "market-analysis",
      "problem-definition",
      "competitive-analysis"
    ],
    "_sections_note": "analogies/ is not a frozen slug; substituted competitive-analysis (competitive landscape analysis includes analogy mapping). BIRTH-FLOW-BRIEF.md Section 3: solution-design seeded first.",
    "default_methodologies": [
      "find-analogies",
      "user-needs",
      "validate"
    ]
  },
  "problem-first": {
    "description": "Problem-seeking-business: the navigator has observed a real problem and needs to find the business model and solution.",
    "arrival_assets": ["problem-seeking-business"],
    "sections": [
      "problem-definition",
      "market-analysis",
      "opportunity-bank"
    ],
    "_sections_note": "mullins/ and validation sub-section are not frozen slugs; opportunity-bank substitutes for the mullins pipeline staging area per BIRTH-FLOW-BRIEF.md Section 3.",
    "default_methodologies": [
      "validate",
      "mullins",
      "explore-domains"
    ]
  },
  "business-first": {
    "description": "Business-case-seeking-problem: the navigator has a revenue logic or business case and needs to validate the underlying problem.",
    "arrival_assets": ["business-case"],
    "sections": [
      "business-model",
      "competitive-analysis",
      "problem-definition",
      "market-analysis"
    ],
    "_sections_note": "BIRTH-FLOW-BRIEF.md Section 3: business-model seeded first. All 4 slugs are in the frozen SECTION_NAMES table.",
    "default_methodologies": [
      "lean-canvas",
      "challenge-assumptions",
      "diagnose"
    ]
  },
  "portfolio": {
    "description": "Portfolio steward persona class: TTO / VC / PE / venture studio / accelerator / CVC / family office. The steward room is a room factory; unit-of-account varies by sub-type.",
    "arrival_assets": ["portfolio-steward"],
    "_arrival_assets_note": "Decision 7 (BIRTH-FLOW-BRIEF.md): portfolio steward is a persona CLASS not TTO alone. Part 8 P1 LPA confidentiality covers the full class.",
    "sections": [
      "opportunity-bank",
      "market-analysis",
      "competitive-analysis",
      "problem-definition"
    ],
    "_sections_note": "portfolio/, assets/, connections/ are not frozen slugs. Substituted: opportunity-bank (the primary steward work surface), market-analysis, competitive-analysis, problem-definition. financial-model and legal-ip are intentionally omitted day-1 per BIRTH-FLOW-BRIEF.md Section 3.",
    "default_methodologies": [
      "find-connections",
      "whitespace",
      "explore-domains"
    ]
  },
  "venture": {
    "description": "Sole entrepreneur or defined venture: the navigator arrives with a venture in hand. Reproduces the SECTION_NAMES frozen 11 for backwards compatibility.",
    "arrival_assets": ["defined-venture", "mva-brief"],
    "sections": [
      "problem-definition",
      "market-analysis",
      "solution-design",
      "business-model",
      "competitive-analysis",
      "team-execution",
      "legal-ip",
      "financial-model",
      "opportunity-bank",
      "funding",
      "strategy"
    ],
    "_sections_note": "Exact reproduction of the SECTION_NAMES frozen table in room-skeleton-scaffold.cjs. Backwards-compat guarantee: callers that pass blueprintFamily='venture' get the same sections as callers that pass no blueprintFamily. Phase 275 (D-01): grew 8 -> 11 alongside SECTION_NAMES; the exact-reproduction contract above is what forces this.",
    "default_methodologies": [
      "mva-brief",
      "diagnose",
      "lean-canvas"
    ]
  },
  "program": {
    "description": "Program or initiative: the navigator is launching a program, grant initiative, or institutional project rather than a commercial venture.",
    "arrival_assets": ["program-initiative"],
    "sections": [
      "problem-definition",
      "market-analysis",
      "opportunity-bank",
      "team-execution",
      "funding"
    ],
    "_sections_note": "BIRTH-FLOW-BRIEF.md Section 3: program persona shares exploration + team execution focus without financial-model / legal-ip day 1. Phase 275 (D-01): funding added; this family's own description names grant initiatives, and the funding-as-empty-shell audit finding that promoted the section came from a room of this shape.",
    "default_methodologies": [
      "explore-domains",
      "mullins",
      "validate"
    ]
  },
  "case-study": {
    "description": "Case-study persona: the navigator is analyzing an existing venture or situation to extract lessons and apply them.",
    "arrival_assets": ["case-study"],
    "sections": [
      "problem-definition",
      "solution-design",
      "market-analysis",
      "financial-model"
    ],
    "_sections_note": "BIRTH-FLOW-BRIEF.md Section 3: case-study pattern = problem + solution + market + financial outcomes. All 4 slugs are in the frozen SECTION_NAMES table.",
    "default_methodologies": [
      "diagnose",
      "lean-canvas",
      "find-analogies"
    ]
  },
  "hypothesis": {
    "description": "Hypothesis-driven persona (Door 3): the navigator arrives with a falsifiable belief ('I believe ___') and needs to structure, challenge, and test it before committing.",
    "arrival_assets": ["hypothesis-arrival"],
    "sections": [
      "problem-definition",
      "assumptions",
      "opportunity-bank"
    ],
    "_sections_note": "Phase 179-04 LOCKED set (CONTEXT decision 3). problem-definition is seeded with the captured hypothesis. assumptions + opportunity-bank are non-frozen slugs (not in the SECTION_NAMES frozen table); the scaffold skips them gracefully and the check-room-blueprints CI gate accepts them via EXTENDED_VALID_SLUGS_FOR_CHECK. No dedicated hypotheses section this phase.",
    "default_methodologies": [
      "structure-argument",
      "challenge-assumptions",
      "validate",
      "research"
    ]
  }
}
