Task
Executor resolves {phase_N.result} references in prompts before invoking skills.
Each phase output is captured, summarized, and available as context for subsequent phases.
TDD
- Test reference resolution with mock phase outputs
- Test missing reference handling
- Test nested references
Acceptance Criteria
Design Ref
Phase 4, task 4.4
Task
Executor resolves
{phase_N.result}references in prompts before invoking skills.Each phase output is captured, summarized, and available as context for subsequent phases.
TDD
Acceptance Criteria
{phase_1.result},{phase_2.result}etc. resolved correctlyDesign Ref
Phase 4, task 4.4