Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/opensquad-ai/opensquad/collaboration-workflownpx skills add opensquad-ai/opensquad --skill collaboration-workflowgit clone --depth 1 https://github.com/opensquad-ai/opensquadWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/opensquad-ai/opensquad/collaboration-workflow)<a href="https://agentmods.dev/skills/opensquad-ai/opensquad/collaboration-workflow"><img src="https://agentmods.dev/badge/skills/opensquad-ai/opensquad/collaboration-workflow.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00089 | $0.04400 |
| Opus 5 | $0.00044 | $0.02200 |
| Sonnet 5 | $0.00018 | $0.00880 |
| Haiku 4.5 | $0.00009 | $0.00440 |
Grade A, and why
collaboration-workflow scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 453 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Collaboration Workflow Skill
Overview
This skill provides a complete guide to the OpenSquad multi-agent collaboration system. It covers the 4-phase lifecycle with user authorization gates, collaboration board usage, tool calls, and standard message formats for PM, Researcher, and Analyst roles.
Core Rule: User Authorization Required at Every Phase
Each phase must be explicitly approved by the user before proceeding to the next. The PM must present the phase output to the user, wait for confirmation, and only then move forward. Never skip authorization or proceed without user approval.
Phase 1: 确定需求 ──→ 向用户展示需求 ──→ 用户确认 ──→ 进入 Phase 2
Phase 2: 讨论方案 ──→ 向用户展示方案 ──→ 用户确认 ──→ 进入 Phase 3
Phase 3: 开始执行 ──→ 向用户展示进度 ──→ 用户确认 ──→ 进入 Phase 4
Phase 4: 完成验收 ──→ 向用户交付成果 ──→ 用户确认 ──→ 协作结束
When to Use This Skill
Load this skill when:
- Starting a new collaboration session
- Coordinating multiple agents on a shared task
- Writing or reading the collaboration board
- Assigning tasks to team members
- Reporting progress or findings
- Synthesizing research results into a report
Core Concepts
Collaboration Board — 4 Areas
The collaboration board is the central coordination surface. It has four distinct areas:
| Area | Purpose | Who writes | item_type |
|---|---|---|---|
| 需求区 (Requirements) | Research scope, quality expectations | PM | requirement |
| 方案区 (Plan) | Final report document, task checklist overview | PM + Analyst | plan + task |
| 任务分配区 (Tasks) | Editable task list with inline editing | PM (create), any agent (edit) | task |
| 任务进度区 (Progress) | Auto-synced per-agent progress, latest tool calls | Auto (runner) | status |
The item_key — Multiple Entries Per Type
Every board entry is uniquely identified by (collab_id, agent_id, item_type, item_key). The item_key allows multiple independent entries of the same type:
PM creates:
board_update(item_type="requirement", item_key="req_scope") → 需求1
board_update(item_type="task", item_key="research_diagnostic") → 任务1
board_update(item_type="task", item_key="research_treatment") → 任务2
Researcher updates:
board_update(item_type="task", item_key="research_diagnostic", progress=50)
board_update(item_type="task", item_key="research_diagnostic", done, 100%)
PM writes report:
board_update(item_type="plan", item_key="final_report", content="...")
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 453 lines · 89 tokens per session scan A a9eb1cae73b0
collaboration-workflow is a skill published in the GitHub repository opensquad-ai/opensquad (5 stars, last pushed 20d ago), licensed MIT. It adds 89 tokens to every session and 4,400 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
typescript-expert
TypeScript and JavaScript expert with deep knowledge of type-level programming, performance optimization, monorepo management, migration strategies, and modern tooling.
electron-pro
Expert in building cross-platform desktop applications using web technologies (HTML/CSS/JS) with the Electron framework.
lat-md
Writing and maintaining lat.md documentation files — structured markdown that describes a project's architecture, design decisions, and test specs. Use when creating, editing, or reviewing files in the lat.md/ directory.
local-tools
Access local system resources including Calendar on macOS and Windows. Use this skill when you need to manage user's schedule directly on their device.
seedance
Generate AI videos using Volcengine Seedance model. Supports text-to-video (T2V), image-to-video (I2V), and audio-synced video generation. Use this skill when the user wants to create or generate videos.
seedream
Generate AI images using Volcengine Seedream model. Supports text-to-image (T2I), image editing (I2I), multi-image fusion, and web-search-based generation. Use this skill when the user wants to create, generate, or edit images.