What problem does it solve? When a user invokes /comet without specifying Native or Classic, this Skill removes ambiguity by reading the project's permanent configuration and loading exactly one workflow entry, preventing manual guessing or accidental workflow mixing. ## Core Features & Use Cases - Deterministic Entry Resolution: Runs the public Comet CLI (comet workflow resolve . --json) and validates the output against the comet.workflow-resolution.v1 schema before acting. - Single-Entry Loading: Loads exactly one of the comet-native or comet-classic skills based on the resolved configuration, then forwards the user's original request unchanged. - Fail-Closed Error Handling: Stops with a clear explanation when the CLI is missing, exits nonzero, or returns invalid output, without falling back to scanning directories or guessing. - Use Case: A developer types /comet in a project configured for the Classic workflow; the Skill resolves the configuration and immediately loads comet-classic to continue the task. ## Quick Start Invoke /comet in a project with the Comet CLI installed and let it resolve and load the configured workflow entry automatically.