What problem does it solve?
Turning a workflow idea into a working Comet Skill requires resolving real Skills, designing workflow nodes, writing scripts, and passing eval and publish readiness checks. This Skill guides that entire creation and upgrade process so the result is a verifiable Comet-native Skill Bundle rather than an ad-hoc prompt.
Core Features & Use Cases
- Three starting points: customize the /comet-classic five-phase Skills, create a new workflow-kernel Skill from a goal, or upgrade an existing Skill with new nodes, bindings, schemas, and guardrails.
- Confirmed proposal before generation: resolves real local Skills via the comet creator CLI, shows each node, binding, output schema, and enforcement level, and waits for explicit user confirmation before writing anything.
- Subagent authoring pipeline: dispatches six role-specific authoring lanes (script, reference, pause-points, workflow-entry, skill-core, skill-review) by DAG, then generates, evaluates, reviews, and previews the Bundle before publish.
- Use Case: A team wants every code change to use their component library and pass a whitebox review. Describe that goal, confirm the proposed overlay plan, and receive a generated workflow Skill that requires elementui at execute nodes and whitebox-code-standard at review, with eval evidence and install preview.
Quick Start
Ask the assistant to customize the /comet-classic workflow so that execute nodes require your component library Skill and the review node requires your whitebox review Skill, then confirm the proposed plan.