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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user