원클릭으로
ceo-delegate
Hand off a task to the CEO agent for execution. Triggers on "/ceo:delegate", "ceo do this", "hand this off", "delegate this".
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Hand off a task to the CEO agent for execution. Triggers on "/ceo:delegate", "ceo do this", "hand this off", "delegate this".
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Batch-delegate oracle-gated coding tasks to a local ollama model with a lean Haiku subagent as PM, so Claude's cost stays small and fixed while the local model authors and iterates for free. Triggers on "/ceo:ollama-batch", "delegate this to ollama", "write code with ollama", "batch these to the local model".
Generate a morning briefing summarizing priorities, open PRs, pending approvals, and relevant questions. Triggers on "/ceo:brief", "morning brief", "daily brief", "what's on my plate".
Read the vault and today's report, open a triage conversation. Triggers on "/ceo", "what should I work on", "prioritize my work".
List available agent roles and recent delegation history. Triggers on "/ceo:agents", "show agents", "delegation history", "who can I delegate to", "list agents".
Show the CEO's execution log for today or a specified date. Triggers on "/ceo:log", "what did the ceo do", "show ceo log", "ceo activity".
Show CEO agent status — pending approvals, recent log entries, blocked items. Triggers on "/ceo:status", "ceo status", "what has the ceo done", "pending approvals".
| name | ceo-delegate |
| description | Hand off a task to the CEO agent for execution. Triggers on "/ceo:delegate", "ceo do this", "hand this off", "delegate this". |
| version | 0.1.0 |
Accept a task from the user, match it to a playbook, and execute it.
Resolve $VAULT using this fallback chain (first match wins):
$CEO_VAULT (if set)~/.claude/plugins/cache/nhangen/obsidian/*/obsidian.local.md → read vault_path~/Documents/ObsidianIf $VAULT/CEO/AGENTS.md does not exist, ask the user where their Obsidian vault is installed and use that path.
The user provides a task description after the command, e.g.:
/ceo:delegate review PR #6980/ceo:delegate triage open PRs/ceo:delegate fix the linting errors in PR #7001Read global agent rules — read $VAULT/CEO/AGENTS.md.
Read CEO identity — read $VAULT/CEO/IDENTITY.md.
Read training — read $VAULT/CEO/TRAINING.md and the domain-specific training file matching the task type.
Read skills dispatch table — read $VAULT/CEO/SKILLS.md.
Match task to playbook — compare the user's task description against the Task Type Index in SKILLS.md:
Read matched playbook — read $VAULT/CEO/playbooks/<matched-type>.md.
<type>.md is listed in SKILLS.md but hasn't been created yet. Want me to create a starter playbook based on your task?"Execute playbook with subagent dispatch — read the playbook steps. For each step:
a. Determine if the step needs a specialist. Match by keywords:
b. Choose dispatch mode:
c. Dispatch subagent (if specialist needed):
skills/ceo/agents/<role>.mdTASK_DESCRIPTION with the specific step's taskSCOPED_CONTEXT with:
$VAULT/CEO/AGENTS.md (global rules)$VAULT/CEO/delegations/<timestamp>-<role>-<slug>.md with task details## Result sectiond. Process subagent result:
e. Handle directly (if no specialist needed):
Log results — append to $VAULT/CEO/log/YYYY-MM-DD.md:
## HH:MM — <task-type>
**Status:** completed | failed | partial
**Playbook:** playbooks/<type>.md
**Delegated task:** <user's original description>
**Actions:**
- <what was done>
**Audibles:**
- <deviations from playbook, if any>
**Errors:**
- <errors encountered, if any>
**Delegations:**
- <role>: <task summary> — <status>
Report back — summarize what was done to the user.
If the user confirms they want to proceed without a playbook: