基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Kbediako/CO --skill delegate-early命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Primary entrypoint for Codex Orchestrator usage: route tasks to the right pipeline, mode, and supporting skills with minimal, auditable steps.
Manage non-trivial tasks via focused collab subagents to save context and improve throughput. Use when work spans multiple files/components, can be split into independent streams, needs separate validation/review, or risks context bloat. Favor direct execution for trivial one-shot tasks.
Ship a signed tag + GitHub Release + npm publish for @kbediako/codex-orchestrator with low-friction, agent-first steps (PR -> watch-merge -> tag -> watch publish -> downstream smoke).
| name | delegate-early |
| description | Compatibility alias for delegation-first workflows. Prefer `delegation-usage` as the canonical skill. |
delegate-early is kept for backward compatibility. The canonical delegation workflow now lives in delegation-usage.
delegation-usage for setup, spawn semantics, question queue handling, confirmation flow, and manifest usage.delegation-usage.delegation-usage as the source of truth.If guidance in this file conflicts with delegation-usage, follow delegation-usage.
delegation-usage: canonical delegation control-plane workflow and source of truth.collab-subagents-first: role-split stream planning for bounded parallel execution.long-poll-wait: patience-first monitoring for delegated long-running streams.