What problem does it solve? Turning a confirmed request into a safe, executable sequence of steps is error-prone: steps can lack owners, contain dependency cycles, skip approval gates, or have no recovery path when something fails. This Skill converts clarified user intent into an ordered, schema-validated workflow plan with explicit ownership, checkpoints, rollback points, and terminal handoff routes. ## Core Features & Use Cases - Structured Plan Generation: Emits machine-readable (JSON, schema 1.1) and Markdown workflow plans with identical ordering, unique step IDs, and exactly one ready prerequisite-free starting step. - Ownership and Dependency Validation: Assigns every step one skill owner or explicit operator owner, rejects cyclic plans, and validates against the skill catalog and dependency graph. - Risk Controls and Recovery: Inserts approval gates for destructive or external mutations and defines onBlocked/onFailed recovery branches that all reach a terminal project-handoff step. - Use Case: After clarifying a request to remediate security audit findings, produce a gated plan that sequences review, planning, and approved execution phases, with rollback points and a handoff route if any step fails. ## Quick Start Ask the agent to use the workflow-planner skill to turn the confirmed clarification result into an ordered workflow plan with owners, approval gates, and recovery routes.