Agent skill
wbs-generator
Generate and validate Work Breakdown Structures with automated decomposition
Install this agent skill to your Project
npx add-skill https://github.com/a5c-ai/babysitter/tree/main/library/specializations/domains/business/project-management/skills/wbs-generator
Metadata
Additional technical details for this skill
- id
- SK-007
- domain
- business
- category
- Scope Management
- specialization
- project-management
SKILL.md
WBS Generator
Overview
The WBS Generator skill creates and validates Work Breakdown Structures (WBS) for projects. It applies decomposition principles to break down project scope into manageable work packages, generates WBS dictionaries, and ensures completeness through validation rules.
Capabilities
WBS Creation
- Create hierarchical WBS from scope statements
- Apply decomposition rules (8/80 rule)
- Support deliverable-oriented and phase-oriented structures
- Generate control accounts from WBS elements
- Create work package definitions
WBS Dictionary
- Generate WBS dictionaries with element descriptions
- Define acceptance criteria per work package
- Link WBS elements to schedule activities
- Assign responsible parties
- Document assumptions and constraints
Validation
- Validate WBS completeness (100% rule)
- Check decomposition consistency
- Verify work package sizing rules
- Identify gaps and overlaps
- Review element naming conventions
Export and Formatting
- Create WBS numbering schemes
- Export to multiple formats (outline, tree diagram, table)
- Generate visual WBS diagrams
- Support rolling wave planning updates
- Integrate with schedule tools
Usage
Input Requirements
- Project scope statement
- Deliverables list
- Project life cycle definition
- Organizational standards/templates
- Subject matter expert input
Output Deliverables
- Hierarchical WBS structure
- WBS dictionary
- WBS diagram (graphical)
- Control account definitions
- Work package descriptions
Example Use Cases
- Project Planning: Create initial WBS from scope
- Scope Refinement: Decompose planning packages
- Cost Estimation: Provide WBS for bottom-up estimating
- Control Setup: Define control accounts for EVM
Process Integration
This skill integrates with the following processes:
- Work Breakdown Structure (WBS) Development
- budget-development.js
- earned-value-management.js
- Resource Planning and Allocation
Dependencies
- Tree data structures
- Decomposition algorithms
- Visualization libraries
- Document formatting utilities
Related Skills
- SK-001: Gantt Chart Generator
- SK-004: EVM Calculator
- SK-017: Project Charter Generator
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-tools
Central utility skill for GSD operations. Provides config parsing, slug generation, timestamps, path operations, and orchestrates calls to other specialized skills. Acts as the unified entry point that the original gsd-tools.cjs provided via its lib/ modules (commands, config, core, init).
model-profile-resolution
Resolve model profile (quality/balanced/budget) at orchestration start and map agents to specific models. Enables cost/quality tradeoffs by selecting appropriate AI models for each agent role.
verification-suite
Plan structure validation, phase completeness checks, reference integrity verification, and artifact existence confirmation. Provides the structured verification layer ensuring GSD artifacts are well-formed and complete.
state-management
STATE.md reading, writing, and field-level updates. Provides cross-session state persistence via .planning/STATE.md with structured fields for current task, completed phases, blockers, decisions, and quick tasks.
git-integration
Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and milestone tag operations.
frontmatter-parsing
YAML frontmatter parsing and manipulation for .planning/ documents. Provides read, write, update, query, and validation operations on frontmatter blocks in GSD markdown artifacts.
Didn't find tool you were looking for?