# market-research sub-workflow (v1.3.5 §3.2, §3.4).
# 별도 산출물 워크플로 — PRD §시장 + 리포트(<org>/reports/).
schema_version: 2
id: "market-research"
name: "Market Research"
description: "목표·근거·방법을 먼저 정한 뒤 멀티에이전트 병렬 리서치 + 인용 검증 → 어떤 결론(TAM/SAM 신호·차별화)을 다음 단계로 넘길지까지. PRD §시장 요약 + <org>/reports/ 리포트(evidence_ref)."
template_id: "market-research"

stages:
  - id: stage-1-research
    agent: product/researcher
    task: |
      Run the market-research skill: multi-agent parallel desk research on the
      target market + competitors, with citation/groundedness checks. Produce a
      report at <org>/reports/market-research-<slug>-<date>.md.
    inputs: []
    outputs:
      - market-research-report.md
    handoff_to: stage-2-position

  - id: stage-2-position
    agent: business/business-strategy
    task: |
      Run the lean-canvas + discovery-synthesis skills to position findings
      (TAM/SAM signals, differentiation). Output the PRD §시장 section — a summary
      that references the report via evidence_ref(path).
    inputs:
      - market-research-report.md
    outputs:
      - market-section.md
    handoff_to: null
