What problem does it solve? Moving an approved multi-layer or multi-PR plan out of a chat session and into durable, parallel execution normally requires manual orchestration. This Skill automates the handoff of reviewed plans into Invoker so long-running agent work runs as persisted workflows instead of staying in the chat. ## Core Features & Use Cases - Plan-to-workflow handoff: Converts an approved plan into plans/invoker-handoff.yaml and submits it through the Invoker MCP tools with a review token and explicit approval gate. - Completeness and safety gates: Runs a planning completeness check before submission and blocks submission when Goal, Motivation, Safety invariant, repoUrl, or Verify fields are missing. - Background monitoring: Parks on invoker-cli wait after submission and resumes on INVOKER_WAKE to handle blockers, approvals, or the reviewed onFinish outcome such as opening a pull request. - Use Case: After approving an implementation plan spanning three stacked PRs, ask the assistant to submit it to Invoker; the Skill prepares the review, submits one head workflow first, confirms it is running, fans out the rest, and ends the turn while a background wait watches for completion. ## Quick Start Ask the assistant to submit the approved plan to Invoker and run it as durable parallel workflows.