What problem does it solve? Coordinating multi-agent work on GitHub issues requires a single authoritative writer for phase transitions, comments, labels, and metrics; this Skill loads the instructions for invoking the pipeline-state.rs state machine so agents never improvise phases or bypass guards. ## Core Features & Use Cases - Context loading at wake: Run the script with an issue number and agent name to receive the current phase, goals, playbook, validation status, and handoff before doing any work. - Single-writer GitHub actions: Create issues, post Status comments and timeline drafts, transition phases with enforced exit gates, manage worktrees, upload test evidence, and record audit verdicts — all through one deterministic script. - Metrics, audit, and integrity: Query per-issue or aggregate lifecycle metrics, generate audit evidence bundles and health reports, and run an anti-tamper verification over the append-only event log. - Use Case: A dispatched developer agent runs the loader, learns the feature is in the implementation phase, creates a detached worktree on the spec branch, and later the self-improver transitions testing to audit after a passing Tests Runs verdict. ## Quick Start Ask the agent to run rust-script on .opencode/scripts/pipeline-state.rs with your issue number and agent name to load the current pipeline context before starting work.