What problem does it solve? Creating a new durable workflow by hand means writing stage contracts, runtime state, transition policy, GraphBuilder plumbing, prompt assets, verifiers, tests, and catalog entries consistently. This Skill automates that authoring work by generating the full workflow package from a single workflow-local spec.json blueprint. ## Core Features & Use Cases - Spec-Driven Generation: Create a workflow scaffold, fill in workflow-runtime/workflows/<workflow_id>/spec.json with business stages, then regenerate contracts, state, policy, prompts, verifiers, flowcharts, and regression tests with --force. - Routing and Verification DSL: Declare transitions, outcome routes, repair conditions, verifier rules, verifier templates, and custom verifier requirements that the generator turns into concrete policy.py and verifiers.py code. - Binding and Shortcut Registration: Register the workflow in workflow-binding.json and create a slash-only shortcut skill so Claude Code can discover /<workflow_id>. - Use Case: A user describes a PDF processing pipeline with intake, extraction, review, and summary stages; the Skill scaffolds the workflow, generates all runtime files, and produces an agent-review checklist before shipping. ## Quick Start Ask the AI to create a new durable workflow with a chosen kebab-case workflow id and a short flow description, then fill in the generated spec.json and rerun the creator with --force.