Project Management System
A comprehensive project management system for AI agents. Manage projects from initiation to delivery with structured workflows, templates, and quality gates.
Description
A universal project management system. Covers full process management from project initiation to acceptance, including:
- - Role operation manuals (Dispatcher/Executor)
- 14 rule documents
- 10 template files
- Quality assurance mechanisms
- Task state machine
- Self-loop guarantee
When to Use
- - User requests project initiation or planning
- User mentions "project management", "task dispatch", "review and acceptance"
- Multi-agent collaboration needed for complex tasks
- Need to track project progress and quality
Installation
CODEBLOCK0
Or with OpenClaw CLI:
CODEBLOCK1
Quick Start
1. Configure Resources
Fill in
esource-profiles.md with your execution resources (agents, tools, etc.)
2. Read Documentation
| Role | Start With |
|---|
| Project Lead | docs/coordinator.md |
| Task Executor |
docs/executor.md |
| Both Roles | docs/philosophy.md |
3. Start a Project
- 1. Create project brief: emplates/project-brief.md
- Break down tasks: emplates/task-spec.md
- Dispatch to executors
- Review and accept: emplates/review-record.md
Core Concepts
Roles
| Role | Responsibility |
|---|
| Decision Maker | Approves projects and changes |
| Dispatcher |
Plans, dispatches, reviews, accepts |
| Executor | Executes tasks, delivers outputs |
Project Lifecycle
CODEBLOCK2
Task States
| State | Meaning |
|---|
| Pending | Not yet dispatched |
| In Progress |
Being executed |
| Completed | Awaiting review |
| Accepted | Passed review |
| Rework | Needs fixes |
Documentation
| Document | Purpose |
|---|
| coordinator.md | Dispatcher operations |
| executor.md |
Executor operations |
| philosophy.md | Design principles |
| quality.md | Quality gates |
| ask-management.md | Task states and transitions |
| communication.md | Communication protocols |
Templates
| Template | Use When |
|---|
| project-brief.md | Starting a new project |
| ask-spec.md |
Defining a task |
|
eview-record.md | Reviewing deliverables |
| change-request.md | Requesting scope change |
| milestone-report.md | Reporting milestone completion |
Dependencies
- - OpenClaw >= 2026.3.0 (optional, for skill integration)
- Python 3.8+ (optional, for dashboard tools)
License
MIT License
技能名称:project-management-system
项目管理系统
一个面向AI代理的综合性项目管理系统。通过结构化工作流、模板和质量关卡,管理从启动到交付的完整项目流程。
描述
一个通用的项目管理系统。涵盖从项目启动到验收的全流程管理,包括:
- - 角色操作手册(调度员/执行者)
- 14份规则文档
- 10个模板文件
- 质量保障机制
- 任务状态机
- 自循环保障
使用场景
- - 用户请求项目启动或规划
- 用户提及项目管理、任务调度、评审验收
- 需要多代理协作完成复杂任务
- 需要跟踪项目进度和质量
安装
bash
clawhub install project-management-system
或使用OpenClaw CLI:
bash
openclaw skills install project-management-system
快速开始
1. 配置资源
在resource-profiles.md中填写你的执行资源(代理、工具等)
2. 阅读文档
| 角色 | 起始文档 |
|---|
| 项目负责人 | docs/coordinator.md |
| 任务执行者 |
docs/executor.md |
| 两者角色 | docs/philosophy.md |
3. 启动项目
- 1. 创建项目简报:templates/project-brief.md
- 分解任务:templates/task-spec.md
- 分派给执行者
- 评审验收:templates/review-record.md
核心概念
角色
规划、分派、评审、验收 |
| 执行者 | 执行任务、交付成果 |
项目生命周期
启动 -> 分解 -> 分派 -> 执行 -> 评审 -> 验收
| |
+----------- 返工 ------------+
任务状态
正在执行 |
| 已完成 | 等待评审 |
| 已验收 | 通过评审 |
| 返工中 | 需要修复 |
文档
| 文档 | 用途 |
|---|
| coordinator.md | 调度员操作指南 |
| executor.md |
执行者操作指南 |
| philosophy.md | 设计原则 |
| quality.md | 质量关卡 |
| task-management.md | 任务状态与转换 |
| communication.md | 通信协议 |
模板
| 模板 | 使用场景 |
|---|
| project-brief.md | 启动新项目 |
| task-spec.md |
定义任务 |
| review-record.md | 评审交付物 |
| change-request.md | 请求范围变更 |
| milestone-report.md | 报告里程碑完成情况 |
依赖项
- - OpenClaw >= 2026.3.0(可选,用于技能集成)
- Python 3.8+(可选,用于仪表盘工具)
许可证
MIT许可证