What problem does it solve? Creating or customizing multi-phase agent workflow Skills by hand is error-prone: Skills get guessed from names, state semantics break, and nothing is validated before publishing. This Skill turns a described workflow goal into a confirmed plan, then generates a verifiable Comet-native Skill Bundle with eval evidence, review, and publish readiness gating. ## Core Features & Use Cases - Three starting points: customize the /comet-classic five-phase Skills (open/design/build/verify/archive) via an overlay, create a new workflow-kernel Skill from a goal, or upgrade an existing Skill with Workflow Nodes, Skill Bindings, Output Schemas, Guardrails, and Handoffs. - Confirmation-gated generation: resolves real local Skills via the comet creator CLI, shows a proposal with enforcement levels (guarded, handoff-guarded, evidence-only, advisory), and waits for explicit confirmation before writing any Bundle draft. - DAG-dispatched authoring lanes: dispatches six subagent lanes (script, reference, pause-points, workflow-entry, skill-core, skill-review) in dependency waves, records schema-validated outputs, and blocks on BLOCKED or NEEDS_CONTEXT statuses. - Readiness and safe publishing: requires current draft-hash eval evidence, human approval, and an install preview showing "No files were written" before any real distribution. - Use Case: A team wants every execute node to require their component-library Skill and every review node to require a whitebox code standard; this Skill produces a comet-five-phase-overlay bundle enforcing those Required Skill Calls with guardrails and eval evidence. ## Quick Start Invoke /comet-any and describe the workflow you want, for example asking it to customize the /comet-classic five-phase Skills so that execute requires your component library Skill and review requires your whitebox code standard.