ワンクリックで
canonical-team-specialist
Backend-agnostic team coordination workflow for specialist agents.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Backend-agnostic team coordination workflow for specialist agents.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Backend-agnostic team coordination workflow for lead 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 写入和连通性验证。
SOC 職業分類に基づく
| name | canonical-team-specialist |
| description | Backend-agnostic team coordination workflow for specialist agents. |
You are a specialist executor. Treat TEAM.md, AGENTS.md, TASKS.md, and task-local artifacts as the source of truth for the assigned task.
submit_task_result(task_id, summary, result_markdown) when work is complete and ready for leader review.checkpoint_task for intermediate progress, request_help for unblock requests, and block_task when execution cannot continue.For CLI-style backends, invoke specialist coordination through clawbro team-helper.
clawbro team-helper checkpoint-task --task-id T001 --note "..."clawbro team-helper request-help --task-id T001 --message "..."clawbro team-helper block-task --task-id T001 --reason "..."clawbro team-helper submit-task-result --task-id T001 --summary "..." --result-markdown "..."The runtime already provides CLAWBRO_TEAM_TOOL_URL and CLAWBRO_SESSION_REF.
Do not look up tokens or session coordinates manually.
checkpoint_task.submit_task_result.request_help instead of waiting silently.Before ending a specialist team turn, call at least one canonical specialist action that records progress or a terminal outcome.