ワンクリックで
comet-any
仅在用户明确调用 /comet-any,或明确要求定制 /comet-classic 五阶段流程、创建或升级由 Comet Creator 管理的 workflow Skill 时使用;不要用于一般 Skill 的编写、整理或评审。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
仅在用户明确调用 /comet-any,或明确要求定制 /comet-classic 五阶段流程、创建或升级由 Comet Creator 管理的 workflow Skill 时使用;不要用于一般 Skill 的编写、整理或评审。
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-any |
| description | 仅在用户明确调用 /comet-any,或明确要求定制 /comet-classic 五阶段流程、创建或升级由 Comet Creator 管理的 workflow Skill 时使用;不要用于一般 Skill 的编写、整理或评审。 |
/comet-any 是 Comet 的 Skill 创建向导。用户只需要描述想要的工作流;本 Skill 负责读取真实 Skill、提出方案、等待确认、生成可验证的 Comet-native Skill Bundle,并通过内部 CLI 完成 eval、review、publish readiness 和安装预览。
普通用户第一层只看到三种起点:
基于 /comet-classic 的五阶段定制:覆盖 open / design / build / verify / archive 五阶段的 Skill 编排,但不修改 /comet-classic 永久入口本身。创建全新 workflow Skill:从目标和候选 Skills 生成新的 workflow-kernel。整理已有 Skill:读取已有 Skill,补齐 Workflow Node、Skill Binding、Output Schema、Guardrail、Handoff、eval 和 readiness。后端 Bundle、Factory、composition 仍是内部审计词;不要把它们作为普通用户的第一屏概念。
所有路径都必须编译到同一种 Workflow Contract:
Workflow Node:流程中的可恢复节点,例如 open、design、plan、execute、subagent-execute、review、verify、archive。Node Responsibility:该 Node 在 Agent workflow 中承担的职责,用来解释它为什么存在、需要产出什么、能否替换。Skill Binding:某个 Node 的实现 Skill 或辅助 Skill。Required Skill Call:要求 Node 内必须调用某个 Skill,不替换 Node implementation。例如 execute 和 subagent-execute 必须调用 elementui,review 必须调用 whitebox-code-standard。Output Schema:Node 必须产出的文件、状态或 evidence。Output Schema 必须挂到具体 Workflow Node 才算生效;只定义在 workflow.outputSchemas 里不会触发 guard、eval 或 readiness。脚本、eval、readiness 只依赖挂到 Node 的 Output Schema,不依赖 Skill 名称。Guardrail:阻断或放行 Node 推进的检查。Handoff:子代理或跨 Node 交接时必须带回的 evidence。workflow-protocol.json:生成包的唯一运行事实源,kind 为 comet-five-phase-overlay 或 workflow-kernel。comet-five-phase-overlay 保留 Comet Classic 五阶段主流程和 .comet.yaml 状态语义。普通模式下:
comet-five-phase-overlay 的主状态只来自 openspec/changes/<name>/.comet.yaml;没有 active change 或多个 active changes 时必须阻塞并请用户选择。.comet/runs/<workflow>/state.json 作为 Comet overlay 主状态。Bundle 草稿、eval evidence 和 publish readiness 可以有自己的证据文件,但不能替代 .comet.yaml。control Node 不允许 override:open、execute、verify、archive。producer Node 可以 override:design、plan,但必须满足对应 Output Schema。handoff 和 guardrail Node 可以 require / augment。workflow-kernel,并要求重新声明 state、Output Schema 和 Guardrail。comet creator guide --project . --json,展示恢复摘要和下一步。.comet/skill-preferences.yaml,用 comet creator candidates --json 发现真实本地 Skill,再用 comet skill show <name> --json 读取候选的真实内容与 hash。不得只按名字推测能力。guarded、handoff-guarded、evidence-only 或 advisory。comet creator init <name> --file <plan.json> --confirmed-proposal --json。comet creator authoring-plan <name> --depth quick|full --json 取得 lane DAG。按 DAG 派发 lane——wave1(script、reference、pause-points)在支持子代理的平台可并发(否则按依赖顺序内联),wave2(workflow-entry、skill-core)在 script 契约之后,skill-review 作为汇聚 barrier。每个 lane 的产出用 comet creator authoring-record <name> --lane <id> --file <out.json> --json 记录(经 schema 校验;BLOCKED/NEEDS_CONTEXT 会被拒绝)。随后运行 comet creator generate <name> --json:把记录的内容叶子草稿(entry/node SKILL.md、decision-points、recovery)合并进包,而确定性脊梁(protocol/scripts/manifest)保持模板化,并渲染真实审查证据。产出 entry Skill、Node Skills、reference/workflow-protocol.json、六个 scripts、rules、hooks 与 comet/eval.yaml。comet publish review <name> --platform <reference-platform> --json,展示 Readiness:、Blockers:、Warnings:、Evidence:。No files were written。组件库和白盒审查场景应生成类似 plan:
{
"goal": "基于 /comet-classic 的五阶段定制,要求组件库和白盒审查。",
"skillCreatorIntent": "customize-comet",
"workflow": {
"kind": "comet-five-phase-overlay",
"name": "team-comet",
"goal": "要求组件库和白盒审查。",
"nodes": {
"execute": {
"requiredSkillCalls": [
{
"skill": "elementui",
"reason": "Use project component library during direct implementation."
}
]
},
"subagent-execute": {
"requiredSkillCalls": [
{
"skill": "elementui",
"scope": "handoff"
}
]
},
"review": {
"requiredSkillCalls": [
{
"skill": "whitebox-code-standard",
"scope": "review"
}
]
}
}
}
}
guarded、handoff-guarded、evidence-only 或 advisory。satisfies 的 Output Schema。workflow.outputSchemas 里不会触发 guard、eval 或 readiness。workflow-protocol.json。comet-any/reference/authoring-protocol.jsoncomet-any/reference/authored-zone-example.mdcomet-any/reference/bundle-authoring.mdcomet-any/reference/authoring-subagents.mdcomet-any/reference/eval-provider.md