project-planning

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Project Planning

项目规划

Create comprehensive project plans with work breakdown structures, schedules, resource allocation, and risk planning for successful project execution.
创建包含工作分解结构、进度计划、资源分配和风险规划的全面项目计划,确保项目成功执行。

When to Use This Skill

何时使用此技能

  • Starting new projects
  • Creating project plans
  • Estimating timelines
  • Allocating resources
  • Planning budgets
  • Scheduling tasks
  • Defining deliverables
  • Setting baselines
  • 启动新项目时
  • 创建项目计划时
  • 估算时间线时
  • 分配资源时
  • 规划预算时
  • 安排任务进度时
  • 定义可交付成果时
  • 设置基准时

Core Concepts

核心概念

1. Work Breakdown Structure (WBS)

1. 工作分解结构(WBS)

Project: Website Redesign
├── 1.0 Planning
│   ├── 1.1 Requirements gathering
│   ├── 1.2 Stakeholder interviews
│   └── 1.3 Project charter
├── 2.0 Design
│   ├── 2.1 Wireframes
│   ├── 2.2 Visual design
│   └── 2.3 Prototype
├── 3.0 Development
│   ├── 3.1 Front-end development
│   ├── 3.2 Back-end development
│   └── 3.3 Integration
├── 4.0 Testing
│   ├── 4.1 Unit testing
│   ├── 4.2 Integration testing
│   └── 4.3 UAT
└── 5.0 Deployment
    ├── 5.1 Production deployment
    ├── 5.2 Training
    └── 5.3 Go-live support
项目:网站重设计
├── 1.0 规划阶段
│   ├── 1.1 需求收集
│   ├── 1.2 利益相关者访谈
│   └── 1.3 项目章程
├── 2.0 设计阶段
│   ├── 2.1 线框图
│   ├── 2.2 视觉设计
│   └── 2.3 原型
├── 3.0 开发阶段
│   ├── 3.1 前端开发
│   ├── 3.2 后端开发
│   └── 3.3 集成
├── 4.0 测试阶段
│   ├── 4.1 单元测试
│   ├── 4.2 集成测试
│   └── 4.3 用户验收测试(UAT)
└── 5.0 部署阶段
    ├── 5.1 生产环境部署
    ├── 5.2 培训
    └── 5.3 上线支持

2. Gantt Chart

2. 甘特图

Task               | Jan | Feb | Mar | Apr |
-------------------|-----|-----|-----|-----|
Planning           |█████|     |     |     |
Design             |  ███|█████|     |     |
Development        |     |  ███|█████|███  |
Testing            |     |     |  ███|█████|
Deployment         |     |     |     |  ███|

Milestones:
📍 Jan 31: Planning complete
📍 Feb 28: Design approved
📍 Apr 15: UAT complete
📍 Apr 30: Go-live
任务               | 一月 | 二月 | 三月 | 四月 |
-------------------|-----|-----|-----|-----|
规划阶段           |█████|     |     |     |
设计阶段           |  ███|█████|     |     |
开发阶段           |     |  ███|█████|███  |
测试阶段           |     |     |  ███|█████|
部署阶段           |     |     |     |  ███|

里程碑:
📍 1月31日:规划完成
📍 2月28日:设计获批
📍 4月15日:UAT完成
📍 4月30日:正式上线

3. Resource Allocation

3. 资源分配

markdown
| Resource | Role | Allocation | Duration | Cost |
|----------|------|------------|----------|------|
| John     | PM   | 50%        | 4 months | $20K |
| Sarah    | Designer | 100%   | 2 months | $15K |
| Team A   | Dev  | 100%       | 3 months | $45K |
| QA       | Test | 75%        | 1 month  | $8K  |

Total: $88K
markdown
| 资源   | 角色     | 分配占比 | 持续时长 | 成本  |
|--------|----------|----------|----------|-------|
| John   | 项目经理 | 50%      | 4个月    | $20K  |
| Sarah  | 设计师   | 100%     | 2个月    | $15K  |
| Team A | 开发人员 | 100%     | 3个月    | $45K  |
| QA     | 测试人员 | 75%      | 1个月    | $8K   |

总计:$88K

Best Practices

最佳实践

  1. Start with objectives - Clear goals and success criteria
  2. Decompose work - Break down to manageable tasks
  3. Estimate realistically - Include buffers for unknowns
  4. Identify dependencies - Sequence tasks appropriately
  5. Allocate resources - Match skills to tasks
  6. Build in contingency - 10-20% buffer for risks
  7. Baseline the plan - Establish measurement point
  8. Review and adjust - Regular plan updates
  1. 从目标出发 - 明确目标和成功标准
  2. 分解工作任务 - 拆分为可管理的任务
  3. 务实估算 - 为未知情况预留缓冲时间
  4. 识别依赖关系 - 合理安排任务顺序
  5. 分配资源 - 匹配技能与任务需求
  6. 制定应急方案 - 预留10-20%的风险缓冲
  7. 设定计划基准 - 建立衡量标准
  8. 定期审查与调整 - 定期更新计划

Resources

参考资源

  • PMBOK Guide: Project planning standards
  • MS Project / Smartsheet: Planning tools
  • PMBOK指南:项目规划标准
  • MS Project / Smartsheet:项目规划工具