Master project planning with WBS, Gantt charts, resource allocation, scheduling, and comprehensive planning techniques for successful project delivery.
Install
npx skillscat add spjoshis/claude-code-plugins/project-planning Install via the SkillsCat registry.
SKILL.md
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)
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 support2. Gantt Chart
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-live3. Resource Allocation
| 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: $88KBest Practices
- Start with objectives - Clear goals and success criteria
- Decompose work - Break down to manageable tasks
- Estimate realistically - Include buffers for unknowns
- Identify dependencies - Sequence tasks appropriately
- Allocate resources - Match skills to tasks
- Build in contingency - 10-20% buffer for risks
- Baseline the plan - Establish measurement point
- Review and adjust - Regular plan updates
Resources
- PMBOK Guide: Project planning standards
- MS Project / Smartsheet: Planning tools