What problem does it solve?
When iterating on ACE skills or recipes, re-running entire upstream phases to test a single downstream change wastes time and overwrites valuable prior run artifacts. This Skill eliminates that friction by letting you branch an existing run at a specific skill boundary, preserving all upstream work while providing a fresh run for downstream phases.
Core Features & Use Cases
- A/B test skill or recipe changes: Fork a run, apply your modification to the forked run, and compare results against the original source run without altering its artifacts.
- Iterate on a single phase: Re-run only the phase you are actively developing (e.g., Phase 6) without re-executing all earlier validated phases.
- Head-to-head skill version comparison: Fork the same source run twice with different skill versions to directly compare their outputs and verdicts.
Quick Start
Use the fork-run skill to fork the turmeric opportunity's 20260513-2243 run at the app-test-cases skill boundary to re-run Phase 6 while preserving all upstream artifacts.