Problem
Spec writing → validation → generation → review done manually, one step at a time.
Solution
4-agent pipeline:
- Agent 1: Reads issue → writes .tri spec
- Agent 2: Validates spec (linter)
- Agent 3: Runs pipeline → generates .zig code
- Agent 4: Reviews + tests generated code
Acceptance Criteria
Problem
Spec writing → validation → generation → review done manually, one step at a time.
Solution
4-agent pipeline:
Acceptance Criteria