ワンクリックで
ceo
Read the vault and today's report, open a triage conversation. Triggers on "/ceo", "what should I work on", "prioritize my work".
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Read the vault and today's report, open a triage conversation. Triggers on "/ceo", "what should I work on", "prioritize my work".
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".
List available agent roles and recent delegation history. Triggers on "/ceo:agents", "show agents", "delegation history", "who can I delegate to", "list agents".
Hand off a task to the CEO agent for execution. Triggers on "/ceo:delegate", "ceo do this", "hand this off", "delegate this".
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 |
| description | Read the vault and today's report, open a triage conversation. Triggers on "/ceo", "what should I work on", "prioritize my work". |
| version | 0.2.0 |
Your operational layer across all domains. Read the vault, understand what's happening, have a conversation about priorities.
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.
$VAULT/CEO/AGENTS.md$VAULT/CEO/IDENTITY.md$VAULT/CEO/TRAINING.md and any domain-specific training files in $VAULT/CEO/training/$VAULT/CEO/reports/YYYY-MM-DD.md (today's date)Check if a [report] (triage) entry already exists today.
When the triage conversation concludes, write a [report] entry to the daily report using:
bash "$CEO_PLUGIN_DIR/scripts/ceo-report.sh" report triage "<content>"
Where $CEO_PLUGIN_DIR is resolved from ~/.claude/plugins/cache/nhangen/claude-ceo/*/
CEO/approvals/pending.md, Pending.md, CEO/inbox.md. Check open PRs if gh is available.[intake] and [report] entry via ceo-report.sh.CEO/AGENTS.md authority tiers. In interactive sessions, propose actions and wait for direction. Do not auto-execute.Tell the user: "CEO vault structure not found. Would you like me to create it?"
If they confirm, create the structure (AGENTS.md, IDENTITY.md, TRAINING.md, training/, playbooks/, approvals/, reports/, log/, repos.md, inbox.md, settings.json).