ワンクリックで
file-sync-management
Use when managing shared task files and artifact storage. Coordinate file handoffs between workers via shared storage.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when managing shared task files and artifact storage. Coordinate file handoffs between workers via shared storage.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when you need to interact with the AgentHub Controller — create tasks, create workers, check status, send heartbeat.
Use when inspecting, registering, summarizing, or handing off task artifacts.
Use when deciding whether existing Workers can handle a goal or whether a new Worker/team should be proposed.
Use when you need to manage Matrix rooms, send messages, or handle room participants.
Use when a Worker, RuntimeLease, Matrix binding, task, or artifact pipeline is stale, failed, or blocked.
Use when delegating git operations to Workers — commits, branches, PRs. The Manager does not execute git directly.
| name | file-sync-management |
| description | Use when managing shared task files and artifact storage. Coordinate file handoffs between workers via shared storage. |
Manage shared task files and artifact references between Workers.
shared/tasks/{task-id}/
├── spec.md # Task specification (you write this)
├── plan.md # Execution plan (Worker writes this)
├── result.md # Final result (Worker writes this)
└── progress/ # Daily progress logs (Worker writes this)
spec.md before creating a task.spec.md, creates plan.md, executes, writes result.md.result.md from dependency tasks.shared/tasks/{task-id}/.spec.md is read-only for Workers — only the Manager writes it.