← All skills
Tencent SkillHub · Developer Tools

项目制多智能体开发协议

激活项目制多智能体开发协议。用于处理复杂的代码开发、系统搭建等需求。该工具将在后台自动拆解任务、调度程序员和测试员、更新 dev_project.md 并处理错误重试。

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

激活项目制多智能体开发协议。用于处理复杂的代码开发、系统搭建等需求。该工具将在后台自动拆解任务、调度程序员和测试员、更新 dev_project.md 并处理错误重试。

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
project_mode_skill.py, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

概述

本 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

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • project_mode_skill.py Scripts