What problem does it solve? Creating or customizing multi-phase agent workflow Skills by hand is error-prone: Skill bindings, output schemas, guardrails, eval evidence, and publish readiness can drift apart. This Skill turns a confirmed workflow goal into a governed, auditable Comet Skill bundle with deterministic scripts and enforced readiness gates. ## Core Features & Use Cases - Workflow Contract Compilation: Expresses a goal as Workflow Nodes, Skill Bindings, Required Skill Calls, Output Schemas, Guardrails, and Handoffs, compiled into a single workflow-protocol.json source of truth. - Comet Classic Overlay: Customizes the /comet-classic five-phase workflow (open/design/build/verify/archive) without overriding protected control Nodes or .comet.yaml state semantics. - Subagent Authoring Pipeline: Dispatches six authoring lanes (script, reference, pause-points, workflow-entry, skill-core, skill-review) by DAG, records lane outputs, and blocks on missing claims. - Eval and Publish Readiness: Requires current draft-hash eval evidence, human approval, and install preview before any publish or distribution. - Use Case: A team wants every code change to require the elementui component library at execute time and whitebox-code-standard at review time; this Skill generates an overlay bundle enforcing those Required Skill Calls with guarded evidence. ## Quick Start Ask the assistant to customize the /comet-classic five-phase workflow so that execute requires the elementui Skill and review requires the whitebox-code-standard Skill, then confirm the generated proposal.