wbs-planner

Work Breakdown Structure for multi-agent project management. Organize work as Roadmap → Epic → Task hierarchy with templates and granularity standards. Use when: (1) planning project work and breaking features into tasks, (2) creating or updating roadmaps, epics, or task specs, (3) reviewing task granularity before dispatch, (4) organizing project documentation structure. Triggers: roadmap, epic, task breakdown, WBS, work breakdown, project planning, task spec.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "wbs-planner" with this command: npx skills add ycz87/wbs-planner

WBS Planner

将项目工作从宏观到微观逐层分解:Roadmap → Epic → Task。

三层结构

层级定义负责人
Roadmap产品路线图,规划所有 Epic 的优先级和时间线创始人 / PM
Epic大功能模块,包含多个 TaskPM 规划
Task可分配给单人、1-2 个工作周期内完成的具体任务PM 创建,Dev 执行

项目目录结构

在项目根目录下创建 roadmap/ 目录:

roadmap/
├── roadmap.md
├── epic-001-feature-name/
│   ├── epic.md
│   ├── task-001-name.md
│   ├── task-002-name.md
│   └── task-003-name.md
├── epic-002-feature-name/
│   ├── epic.md
│   └── task-001-name.md
└── ...

命名规则:

  • Epic 目录:epic-NNN-简短英文名
  • Task 文件:task-NNN-简短英文名.md
  • 编号在各自层级内递增

模板文件见 templates/ 目录。

Task 粒度标准

这是整个体系的核心。Task 拆得不够细,验收就容易失败。

一个合格的 Task 必须同时满足:

  1. 单一交付物 — 只做一件事,只验收一件事
  2. 验收可量化 — 条件具体到操作步骤,不是"看起来不错"
  3. 体量可控 — 预计 1-2 个工作周期完成,超过则继续拆
  4. 独立可测 — 不依赖未完成的其他 Task

判断示例:

  • ❌ "实现农场系统" → 这是 Epic,不是 Task
  • ❌ "优化页面" → 没有验收标准
  • ❌ "完成种植和收获" → 两件事,应拆两个 Task
  • ✅ "实现 7 块农田网格布局,点击地块高亮"
  • ✅ "接入 Google OAuth,登录后显示用户头像"

→ 更多拆解指导见 references/breakdown-guide.md

角色工作流

详细操作流程按角色拆分,按需加载:

与团队协作协议的关系

本 skill 管"做什么":层级、拆解、模板、文档结构。 团队协作协议(如 agent-team-orchestration)管"怎么协作":状态流转、交接协议、评审规则。 两者互补,不重叠。

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

躺平.skill

躺平 skill。仅在用户明确加载或调用“躺平.skill”“tangping-skill”,或要求 agent 进入拒绝工作、输出躺平语录、嘲讽生产力话术的模式时使用。

Registry SourceRecently Updated
Automation

Wati

WATI integration. Manage data, records, and automate workflows. Use when the user wants to interact with WATI data.

Registry SourceRecently Updated
Automation

Venly

Venly integration. Manage data, records, and automate workflows. Use when the user wants to interact with Venly data.

Registry SourceRecently Updated
Automation

Sage People

Sage People integration. Manage data, records, and automate workflows. Use when the user wants to interact with Sage People data.

Registry SourceRecently Updated