원클릭으로
comet
Route /comet requests or an active Comet change to the permanent Comet Native or Comet Classic entry selected by project configuration.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Route /comet requests or an active Comet change to the permanent Comet Native or Comet Classic entry selected by project configuration.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use only when explicitly invoked as /comet-any or when the user explicitly wants to customize the /comet-classic five-phase workflow or create/upgrade a workflow Skill managed by Comet Creator. Do not use for general Skill authoring, cleanup, or review.
Use only when explicitly invoked as /comet-archive or routed by the root Comet skill/runtime to the archive phase; confirm archive, merge delta specs, and finish the branch.
Use only when explicitly invoked as /comet-build or routed by the root Comet skill/runtime to a full workflow build phase; create or recover the implementation plan and execute tasks.
Use when the user explicitly invokes /comet-classic, asks to start or resume the permanent Comet Classic workflow, or repository evidence identifies one unambiguous active Classic change; route through the intent runtime and .comet.yaml.
Use only when explicitly invoked as /comet-design or routed by the root Comet skill/runtime to a full workflow design phase; create or recover the deep technical Design Doc.
Use only when explicitly invoked as /comet-hotfix or routed by the root Comet skill/runtime to the hotfix preset; fix an existing behavior bug, not an ordinary unmanaged bugfix.
| name | comet |
| description | Route /comet requests or an active Comet change to the permanent Comet Native or Comet Classic entry selected by project configuration. |
/comet only selects an entry. It does not contain either workflow's execution method.
First try the Comet CLI installed on PATH in the current project:
comet workflow resolve . --json
Only when the host explicitly reports command not found, executable not found, or ENOENT, proving that comet is absent from PATH, locate <comet-skill-root> from this SKILL.md and run the bundled entry runtime:
node <comet-skill-root>/scripts/comet-entry-runtime.mjs . --json
If the CLI starts but exits nonzero, configuration parsing fails, output is not JSON, or a required field is invalid, do not retry through the bundled runtime. Stop and report the original error without falling back or guessing.
Parse the JSON. Only accept schema: comet.workflow-resolution.v1 and a skill value listed below.
Invoke exactly one entry based only on the returned skill, passing the user's original request through unchanged:
comet-native → /comet-nativecomet-classic → /comet-classicDo not switch workflows based on task size, file count, active changes, or model judgment. Native and Classic changes, states, and artifacts always remain independent.