From ceo
Hand off a task to the CEO agent for execution. Triggers on "/ceo:delegate", "ceo do this", "hand this off", "delegate this".
How this skill is triggered — by the user, by Claude, or both
Slash command
/ceo:delegateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Accept a task from the user, match it to a playbook, and execute it.
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:
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub nhangen/claude-ceo --plugin ceo