Run a live Looper smoke test by creating a temporary project (PROJECT.md + to-do.json), executing looper for one iteration, observing output, and reporting results...
SKILL.md
Looper Live Test
Overview
Run a real looper iteration in a fresh temp directory to validate task selection and summary application, then report what happened.
Workflow
Locate a looper.sh executable. Prefer looper.sh on PATH; otherwise set LOOPER_BIN to a specific path (for example ~/looper/bin/looper.sh).
Run the helper script: ~/.codex/skills/looper-live-test/scripts/run-live-test.sh
Watch the output until it finishes; note the Task: line and Summary: line.
Inspect the temp project directory printed by the script; check to-do.json and any created files.
Report: selected task line, summary line, files created, and any errors or unexpected behavior. Mention the temp dir path.
Manual fallback (only if the script cannot run)
Create a temp directory and PROJECT.md.
Create a to-do.json with tasks T10 and T2 (both priority 1).