fix: complete spawn chain — market_research→design, design→reviews+roundtable

Closes the two broken links in the incubation pipeline:
- market_research now spawns company_design (Phase 1→2)
- company_design now spawns 4 design_reviews + design_roundtable (Phase 2→3/4)

Also: cleaned up design_review to use identity-driven review instead of IF/ELSE blocks

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
David Baity
2026-03-01 01:01:46 -05:00
parent 172ce3a0e1
commit 451c8ae89a
3 changed files with 76 additions and 24 deletions

View File

@@ -71,5 +71,19 @@ steps:
- type: document
filename: "market-pitch-{{task_name_slug}}"
- type: package
hint: |
The market research is complete and documented. Now spawn the boardroom
where the full Crimson Leaf board will debate this pitch and design a company.
schema:
market_pitch: string
spawn:
- task_type: company_design
task_name: "Company Design Boardroom: {task.message}"
agent_name: Peter
priority: 7
context:
market_pitch: "{market_pitch}"
- type: close
rag_update: true