What problem does it solve? Developers often re-run the same multi-step orchestration manually or lose a working workflow when a session ends. This Skill turns a proven orchestration into a named, linted, team-shared runbook while routing simpler tasks to lighter tools first. ## Core Features & Use Cases - Lightest-tool gating: Routes one-off tasks, event triggers, and sequential procedures to simpler tools before committing to a full runbook. - Run-first authoring: Authors Workflow scripts inline, proposes a small-args trial run, and iterates via resumeFromRunId until output is correct. - Promotion and maintenance: Lints scripts, checks name collisions, saves source plus deploy copies, and supports edit, usage tracking, and cleanup of saved runbooks. - Use Case: After a successful ad-hoc fan-out review of a codebase, say "save what I just ran" to promote the session's auto-persisted script into a named, invocable runbook shared with the team. ## Quick Start Ask the assistant to turn the workflow you just ran into a saved runbook named review-sweep and run it on one file first.