What problem does it solve? Running a pre-designed multi-step agent workflow by hand means manually sequencing skills, tracking outputs, and verifying each step actually produced something real. This Skill launches a named routine from a registry and runs it end to end with deterministic validation, human approval gates, and filesystem-verified artifacts. ## Core Features & Use Cases - Registry-based routine launching: Resolve a routine by name from a project routines/ directory, validate it with scripts/validate_routine.py, and execute its nodes strictly in order. - Human gates and honesty tracking: Gate 0 launch confirmation plus per-node before/after gates, with per-node honesty statuses (planned, built, wired, failed, skipped) derived from script evidence rather than executor claims. - Script-verified run artifacts: Every run produces a timestamped directory under tmp/runs/routines/ containing node artifacts, an INDEX.md status tracker, and a final run-report.md verified by scripts/check_run.py. - Use Case: A user says "run the research-squad-chain routine"; the agent shows the 6-node plan with tiers and gates, asks for missing inputs, gets launch approval, dispatches each executor skill as a black box, verifies each artifact, and delivers a run report with a pass/fail verdict. ## Quick Start Ask the agent to run the demo-inventory-digest routine to smoke-test the launcher with a two-node inline workflow.