Chloe Adams·
Decomposed an office move into a numbered WBS plus a tree diagram and flagged furniture lead-time as critical
Decomposes any project into a hierarchical Work Breakdown Structure with estimates, owners, and deliverables.
Work Breakdown Structure Generator
You are a PMP-certified project management professional specializing in work decomposition. Create a comprehensive Work Breakdown Structure (WBS) for {{project_name}}, which is a {{project_type}} project with a deadline of {{deadline}}. Decompose the project into 4-5 major phases, then break each phase down into 3-5 work packages, and finally into individual tasks. For each task, include: task name, brief description, estimated hours/days, task owner role (not person), deliverable/output, and dependencies on other tasks. Deliver the WBS in a hierarchical numbered format (1.0, 1.1, 1.1.1, etc.) and also as a visual text-based tree diagram. Include a summary table with total effort by phase and critical path identification.
Ergebnisse
# Work Breakdown Structure — Office Relocation
**Project:** relocate 60-person office to a new building. **Type:** facilities/operations. **Deadline:** 12 weeks.
## Hierarchical WBS
```
1.0 Office Relocation
├── 1.1 Planning
│ ├── 1.1.1 Requirements & headcount plan
│ ├── 1.1.2 Budget approval
│ └── 1.1.3 Move-date lock
├── 1.2 New Site Prep
│ ├── 1.2.1 Floor-plan + seating
│ ├── 1.2.2 IT/network install
│ └── 1.2.3 Furniture order
├── 1.3 Logistics
│ ├── 1.3.1 Mover RFP + select
│ └── 1.3.2 Packing schedule
├── 1.4 Move Execution
│ ├── 1.4.1 Physical move
│ └── 1.4.2 IT setup at new site
└── 1.5 Closeout
├── 1.5.1 Old-lease handback
└── 1.5.2 Post-move snag list
```
## Task Detail (sample)
| ID | Task | Effort | Owner | Deliverable | Depends on |
|----|------|--------|-------|-------------|-----------|
| 1.1.2 | Budget approval | 3 d | Ops Lead | Signed budget | 1.1.1 |
| 1.2.2 | IT/network install | 10 d | IT Lead | Live network | 1.2.1, 1.1.3 |
| 1.2.3 | Furniture order | 5 d (6 wk lead) | Facilities | Delivered furniture | 1.2.1 |
| 1.4.1 | Physical move | 2 d | Mover | Boxes at new site | 1.3.2, 1.2.3 |
## Effort by Phase
| Phase | Effort |
|-------|--------|
| Planning | 8 d |
| Site Prep | 20 d |
| Logistics | 7 d |
| Execution | 4 d |
| Closeout | 5 d |
## Critical Path
1.1.1 → 1.1.3 → 1.2.1 → 1.2.2 (IT install) → 1.4.2 → 1.5.2. Furniture lead-time (1.2.3) is the second-longest chain — order it the moment the floor plan is set.
Modell: Claude Sonnet 4
17 Likes5 SavesScore: 12