scrum-mastertask-breakdown
Featured任务拆解方法,将需求拆解为可执行的开发任务
AI & Automation 547 stars
50 forks Updated 4 days ago MIT
Install
Quality Score: 89/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 任务拆解方法
## WBS(工作分解结构)
将大任务拆解为小任务,遵循SMART原则:
- **Specific**:具体明确
- **Measurable**:可衡量
- **Achievable**:可实现
- **Relevant**:相关联
- **Time-bound**:有时限
## 拆解粒度
| 粒度 | 时长 | 适用场景 |
|------|------|----------|
| 小任务 | 2-4小时 | 单个功能点 |
| 中任务 | 1-2天 | 完整功能模块 |
| 大任务 | 3-5天 | 跨模块功能 |
**原则**:任务不超过2天,超过则继续拆分。
## 任务依赖
- **串行依赖**:B必须等A完成
- **并行任务**:A和B可同时进行
- **阻塞任务**:优先处理阻塞其他任务的任务
Details
- Author
- echoVic
- Repository
- echoVic/boss-skill
- Created
- 7 months ago
- Last Updated
- 4 days ago
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
plan
任务拆解与执行计划生成
0 Updated 2 weeks ago
chengxuniucode AI & Automation Listed
planning-and-task-breakdown
Breaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.
0 Updated 5 days ago
JBSommeling AI & Automation Listed
planning-and-task-breakdown
Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.
2 Updated 3 days ago
LLl0k0laD