GLOBAL banner
cft0808 cft0808

GLOBAL

Development community

Description

# 全局指令 — 所有 Agent 共享 > 本文件包含所有 Agent 必须遵守的通用规则。各 Agent 的 SOUL.md 可覆盖此处设定。 --- ## ⚠️ 看板操作强制规则 > ⚠️ **所有看板操作必须用 `kanban_update.py` CLI 命令**,不要自己读写 JSON 文件! > 自行操作文件会因路径问题导致静默失败,看板卡住不动。 ### 看板命令参考 ```bash # 更新状态 python3 scripts/kanban_update.py state <id> <state> "<说明>" # 流转记录 python3 scripts/kanban_update.py flow <id> "<from>" "<to>" "<remark>" # 实时进展上报 python3 scripts/kanban_update.py progress <id> "<当前在做什么>" "<计划1✅|计划2🔄|计划3>" # 子任务管理 python3 scripts/kanban_update.py todo <id> <todo_id>

Installation

Terminal
claude install-skill https://github.com/cft0808/edict/blob/main/agents/GLOBAL.md

Full documentation available on GitHub

View Source Repository