Skip to main content

coordinator

Cross-domain coordinator — use when work spans 2+ agent domains (opt-in)

跳到安装

来源信息

仓库
harvouscom/harvous
最近来源活动
2026年7月10日 15:31
检测到的 SKILL.md 语言
英语
星标
17
分支
1

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
coordinator
description
Cross-domain coordinator — use when work spans 2+ agent domains (opt-in)
allowed-tools
Read, Write, Edit, Glob, Grep, Bash, Agent
argument-hint
<task description>
## When to Use This Use the coordinator only when: - A task clearly spans 2+ agent domains - You're unsure which agent owns the affected files For single-domain work, invoke the specialist directly (`/editor-agent`, `/scripture-agent`, etc.) — it's faster and cheaper. ## Step 1: Load Coordinator Context Read `.claude/agents/coordinator.context.md` for the cross-domain dependency map. ## Step 2: Identify Owning Agents Read `.claude/agents/manifest.json`. For the task: $ARGUMENTS Match the affected files against `owns` arrays in the manifest. List which agents are involved. ## Step 3: Load Relevant Agent Contexts Read the context files for each involved agent: - `.claude/agents/editor.context.md` - `.claude/agents/scripture.context.md` - `.claude/agents/content.context.md` - `.claude/agents/sharing.context.md` - `.claude/agents/data.context.md` - `.claude/agents/design.context.md` Load only the ones relevant to this task. ## Step 4: Identify the Primary Agent The primary agent is the one whose domain contains most of the work. The others are reviewers. Use the dependency map in `coordinator.context.md` to determine review order: - `data` changes are reviewed last (foundation — others depend on it) - `design` reviews UI chrome/tokens before editor/sharing polish when both touch the same surface - Cross-cutting changes (e.g., pill HTML structure) require both sides to review ## Step 5: Execute Primary Work Perform the primary implementation using the primary agent's context and rules. ## Step 6: Cross-Domain Review For each reviewer agent, check the implemented changes against their invariants: - Read their context file - Verify no invariants are violated - If violations are found, fix before proceeding For complex reviews, use the Agent tool to launch a specialist review: "Review these changes for compliance with your domain's invariants: [changes summary]" ## Step 7: Update All Touched Context Files Update the context file for every agent whose domain was touched, with new lessons or state changes and an updated "Last Updated" date.
在 GitHub 查看