# Send 项目制多智能体开发协议 to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "project-mode",
    "name": "项目制多智能体开发协议",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/tincomking/project-mode",
    "canonicalUrl": "https://clawhub.ai/tincomking/project-mode",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/project-mode",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=project-mode",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "project_mode_skill.py",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/project-mode"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/project-mode",
    "downloadUrl": "https://openagent3.xyz/downloads/project-mode",
    "agentUrl": "https://openagent3.xyz/skills/project-mode/agent",
    "manifestUrl": "https://openagent3.xyz/skills/project-mode/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/project-mode/agent.md"
  }
}
```
## Documentation

### 概述

本 Skill 执行项目制多智能体开发协议，用于处理复杂的代码开发、系统搭建等需求。

### 触发条件

当用户说"项目制"去执行某项任务时，必须激活本协议。

### 阶段一：架构拆解

读取 system_protocol_project_mode.md 了解 SOP
读取 dev_project.md 获取项目清单
生成【架构师】子进程进行需求拆解
将拆解清单更新到 dev_project.md
向用户输出标准格式汇报，等待确认

### 阶段二：并行开发

调度【程序员】编写代码
调度【测试员】验证代码
3次熔断机制：测试失败则打回重修，最多3次
每完成一项任务，更新 dev_project.md 复选框
向用户高频汇报进度

### 阶段三：全局集成验收

所有子项目完成后，生成【全局测试员】进行最终验收

### 阶段四：最终交付

向用户输出完整代码和总结

### 项目经理汇报格式

> 🟢 **当前状态**：[阶段 - 任务进度]
> 🤖 **当前活跃进程**：[程序员/测试员/架构师]
> 📋 **项目经理汇报**：[简述刚完成的清单项、当前进度]
> ⏳ **任务节点/异常状态**：[正常 / 触发熔断机制]

### 常用命令

# 启动记忆可视化网页
source ~/.openclaw/venv/openviking/bin/activate
python3 ~/.openclaw/workspace/memory_viewer.py

# 查看项目进度
grep "PRJ-" ~/.openclaw/workspace/dev_Project.md
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: tincomking
- Version: 1.0.1
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-05-07T17:22:31.273Z
- Expires at: 2026-05-14T17:22:31.273Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/project-mode)
- [Send to Agent page](https://openagent3.xyz/skills/project-mode/agent)
- [JSON manifest](https://openagent3.xyz/skills/project-mode/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/project-mode/agent.md)
- [Download page](https://openagent3.xyz/downloads/project-mode)