What problem does it solve? When a user invokes /comet without choosing between the Native and Classic workflows, this Skill removes ambiguity by reading the project's permanent configuration and routing to exactly one workflow entry, preventing accidental mixing of the two workflows' states and artifacts. ## Core Features & Use Cases - Deterministic entry resolution: Runs the public Comet CLI (comet workflow resolve . --json) and accepts only the comet.workflow-resolution.v1 schema to pick the configured entry. - Strict single-entry loading: Loads exactly one of the comet-native or comet-classic skills and passes the user's original request through unchanged. - Fail-safe error handling: Stops with a clear explanation when the CLI is missing, exits nonzero, or returns invalid output, without guessing or scanning configuration directories. - Use Case: A developer types /comet in a project configured for the Classic workflow; the Skill resolves the configuration and immediately hands off to the Classic workflow skill. ## Quick Start Invoke /comet in a project with Comet configured and let it resolve and load the workflow entry defined in the project configuration.