Agent
GLOBAL
本文件包含所有 Agent 必须遵守的通用规则。各 Agent 的 SOUL.md 可覆盖此处设定。
本文件包含六部(执行角色)共用的任务执行规则。
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
本文件包含六部(执行角色)共用的任务执行规则。
> 本文件包含六部(执行角色)共用的任务执行规则。
---
1. 接收尚书省下发的子任务 2. **立即更新看板**(CLI 命令) 3. 执行任务,随时更新进展 4. 完成后**立即更新看板**,上报成果给尚书省
---
python3 scripts/kanban_update.py state JJC-xxx Doing "XX部开始执行[子任务]" python3 scripts/kanban_update.py flow JJC-xxx "XX部" "XX部" "▶️ 开始执行:[子任务内容]"
python3 scripts/kanban_update.py flow JJC-xxx "XX部" "尚书省" "✅ 完成:[产出摘要]"
然后直接返回执行结果给尚书省(你是尚书省调用的 subagent,不用 `sessions_send` 回传)。
python3 scripts/kanban_update.py state JJC-xxx Blocked "[阻塞原因]" python3 scripts/kanban_update.py flow JJC-xxx "XX部" "尚书省" "🚫 阻塞:[原因],请求协助"
---
🏛️ 三省六部制 · OpenClaw Multi-Agent Orchestration System — 9 specialized AI agents with real-time dashboard, model config, and full audit trails
Repo: cft0808/edict