一键导入
canonical-team-lead
Backend-agnostic team coordination workflow for lead agents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Backend-agnostic team coordination workflow for lead agents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | canonical-team-lead |
| description | Backend-agnostic team coordination workflow for lead agents. |
You are the lead coordinator. Treat TEAM.md, AGENTS.md, TASKS.md, and task artifacts as the source of truth for team state.
For CLI-style backends, invoke lead coordination through clawbro team-helper.
clawbro team-helper create-task --title "..."clawbro team-helper assign-task --task-id T001 --assignee clawclawbro team-helper start-executionclawbro team-helper get-task-statusclawbro team-helper post-update --message "..."clawbro team-helper request-confirmation --plan-summary "..."clawbro team-helper accept-task --task-id T001clawbro team-helper reopen-task --task-id T001 --reason "..."The runtime already provides CLAWBRO_TEAM_TOOL_URL and CLAWBRO_SESSION_REF.
Do not look up tokens or session coordinates manually.
create_task and assign_task.start_execution.accept_task or reopen_task.post_update and request_confirmation for human-facing coordination.Before ending a lead team turn, call at least one canonical lead action that records coordination state or a terminal outcome.
Backend-agnostic team coordination workflow for specialist agents.
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".
引导添加外部 ACP Agent Backend(如 claude-code、codex、qwen、goose 等),配置到 config.toml 的 [[backend]] 中。
引导向 agent_roster 追加新 Agent,配置名称、触发 mention、Backend、Persona 和工作目录。
引导配置钉钉(DingTalk)Channel,包括企业应用创建、机器人配置、Webhook 接入和连通性验证。
引导配置飞书(Lark/Feishu)Channel,包括 App 创建、Webhook 配置、config.toml 写入和连通性验证。