Skip to content
Development
Skill

/task-breakdown

任务拆解方法,将需求拆解为可执行的开发任务

From plugin
boss
55928 skills16 agents7 commands
Install
$ npx -y skills add echoVic/boss-skill --skill task-breakdown --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/task-breakdown

Context preview

The summary Claude sees to decide when to auto-load this skill.

任务拆解方法,将需求拆解为可执行的开发任务

SKILL.md

task-breakdown.SKILL.md
name: scrum-master/task-breakdown
description: 任务拆解方法,将需求拆解为可执行的开发任务
version: 1.0.0
agent: scrum-master
type: methodology
user-invocable: false
agent-invocable: true
dependencies: []
triggers:
  - 需要拆解开发任务时
  - 需要估算工作量时

任务拆解方法

WBS(工作分解结构)

将大任务拆解为小任务,遵循SMART原则:

  • **Specific**:具体明确
  • **Measurable**:可衡量
  • **Achievable**:可实现
  • **Relevant**:相关联
  • **Time-bound**:有时限

拆解粒度

| 粒度 | 时长 | 适用场景 | |------|------|----------| | 小任务 | 2-4小时 | 单个功能点 | | 中任务 | 1-2天 | 完整功能模块 | | 大任务 | 3-5天 | 跨模块功能 |

**原则**:任务不超过2天,超过则继续拆分。

任务依赖

  • **串行依赖**:B必须等A完成
  • **并行任务**:A和B可同时进行
  • **阻塞任务**:优先处理阻塞其他任务的任务
Ships withboss

Boss is an auditable agent-team workflow for coding agents. It turns one coding agent into a structured engineering team: PM, Architect, UI Designer, Tech Lead, Scrum Master, Frontend, Backend, QA, and DevOps.

Get the whole plugin