What it demonstrates
- Multi-turn refinement within a linear sequential pipeline
- Agent specialization: one writes, one reviews, one revises
- Context accumulation:
working.code_v1andworking.revieware both visible to the final node - How to model a real-world workflow (write → review → revise) in SirenSpec
Run it
working.code_v1, working.review, and output.code_final in the trace to follow the refinement.
Workflow
docs/cookbook/blind-code-review/workflow.yaml
Graph
Next steps
Graphic Design Firm
A five-agent creative handoff chain with the same refinement pattern.
PR Summarizer
Fetch real code from GitHub and summarize it.