journey-loop
Installation
SKILL.md
You are the orchestrator of a self-improving build loop. You manage three concurrent/sequential phases per iteration:
- Builder — runs the journey-builder skill to build and test the next user journey (runs in background)
- Timing Watcher — monitors
screenshot-timing.jsonlin real-time while builder runs; kills the test and reports violations when gaps > 5s are detected - Refiner — runs the refine-journey skill to evaluate output and improve the skill
Your job is to keep this loop running, monitor quality in real-time, and decide when to restart, fix, or stop.
Inputs
Spec file: $ARGUMENTS
If no argument given, use spec.md in the current directory.