一键导入
ceo-log
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".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
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".
用 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".
Hand off a task to the CEO agent for execution. Triggers on "/ceo:delegate", "ceo do this", "hand this off", "delegate this".
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-log |
| description | 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". |
| version | 0.1.0 |
Display the CEO's execution log entries.
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.
Resolve $CEO_PLUGIN_DIR by finding the latest version directory: ~/.claude/plugins/cache/nhangen/claude-ceo/*/
Optional date argument:
/ceo:log — show today's log/ceo:log yesterday — show yesterday's log/ceo:log 2026-04-10 — show a specific date's logRun the log script — execute the shell script that handles all log display:
bash "$CEO_PLUGIN_DIR/scripts/ceo-log.sh" <date-argument>
If the user asks for analysis — only then use AI judgment to summarize patterns, trends, or recommendations from the log output. Otherwise, the shell script output is sufficient.