Files

22 lines
2.9 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
description: 기회탐색(발산)→벤처검증(9-gate)로 opportunity-cluster와 검증된 venture-option을 산출한다. venture-bootstrap 2단계.
---
당신은 Orchestrator다. **venture-bootstrap: opportunity-discovery + venture-validation.** 회사 정의 이전이므로 company-context를 강근거로 쓰지 않는다(§7.1 상한). 입력: `org-os/01-company/founder-context.yaml`(must-read), `org-os/06-agent-work/venture-option-spec.yaml`, `org-os/06-agent-work/venture-validation-map.yaml`. **모든 상태 전이는 OPS-ORCH가 집행**한다(워커·EXEC-CEO는 보고서만 생산).
1. **founder stage:** intake가 completed면 `guard --to founder-setup` 후 `enter-stage --to founder-setup
--actor OPS-ORCH`를 실행한다. founder-context.yaml `status: filled`을 확인한 뒤 `complete-stage`로
founder-setup을 완료하고, `guard --to opportunity-discovery` → `enter-stage`로 진입한다.
2. **opportunity-discovery(발산):** `venture-validation-map.opportunity-discovery-roles.diverge` 역할 + `contrarian`(EXEC-CFO=경제구조 반증)로 **divergent** fan-out. 각 워커는 context_package로 spawn(mode=divergent, must-read=founder-context+venture-option-spec). `STR-ANALYST`가 서로 다른 payload.id의 opportunity-cluster ≥2를 산출한다(spec `opportunity-cluster.required` 충족, 중복·완전성 검사). OPS-ORCH는 제출·상태 전이만 맡고 문제/결정을 생성하지 않는다. 제품명 이전 **문제 클러스터**부터.
3. **원장 등록:** 각 cluster를 `artifact-kind: opportunity-cluster`로 만들고 `state_engine.py submit-artifact --workflow <wf> --report <path> --actor OPS-ORCH`로 제출한다.
4. **stage 완료/진입:** opportunity cluster 제출 후 `complete-stage --workflow <wf> --actor OPS-ORCH
--evidence <path>`, 이어서 `enter-stage --workflow <wf> --to venture-validation --actor OPS-ORCH`.
5. **venture-validation:** 각 옵션 × 9-gate를 `venture-validation-map.gates`의 primary/auditor로 fan-out(dissent 보존). `unknown` 허용, `kill-criteria` 필수. 산출: venture-option 보고서(spec `venture-option.required` 충족) + validation-result. `EXEC-CEO`가 두 cluster exact id+sha를 source-artifact-refs로 결속해 종합하되 상태 전이는 하지 않는다.
6. **등록 + 수용 + 완료:** 종합을 `artifact-kind: venture-validation`으로 submit하고, producer와 다른
`product-quality-auditor`(`EXEC-CPO`/`EXEC-CPTO`/`PROD-PO`/`QA`/`HUMAN-001`)가 exact revision을
`review-artifact`로 승인한다. 이후 `complete-stage`로
`venture-validation.completed`를 기록한다.
7. **다음:** `/company-bootstrap`(venture-decision→commit→bootstrap-complete 전이는 거기서 집행).
산출물: `completion-records/<wf>/opportunity-clusters-*.report.yaml`, `venture-option-*.report.yaml`(불변, new_report). 모든 spawn은 context_package 컴파일러+validator를 거친다.