← ClaudeAtlas

sow-estimatelisted

Extract WBS, roles, and risks from a Statement of Work and bridge to PERT three-point estimation. Parses SOW sections into PERT-compatible structures, invokes the pmo-pert-estimate skill for economics and timeline, then backfills the SOW's Economics and Schedule sections with PERT results. Use this skill whenever the user wants to estimate a SOW, generate SOW economics, bridge a SOW to PERT, calculate project costs from a statement of work, or mentions 'stima SoW', 'SOW economics', 'cost estimation from SOW', or 'generate economics for proposal'.
MrBogomips/claude-code · ★ 0 · Data & Documents · score 72
Install: claude install-skill MrBogomips/claude-code
# SOW Estimate — WBS Extraction & PERT Bridge ## 1. Overview This skill bridges the gap between a Statement of Work and PERT three-point estimation. It reads a SOW document (produced by `sow-write` or provided manually), extracts the work breakdown structure, roles, and risks, transforms them into PERT-compatible input, and invokes the `pmo-pert-estimate` skill. After PERT completes, it backfills the SOW's Economics and Schedule sections with the estimation results. **Input:** SOW document (markdown or docx) — must have at least: scope/phases, team/roles, and ideally risk sections **Output:** Updated SOW with populated Economics and Schedule sections + PERT Excel workbook --- ## 2. Pipeline ### Step 1 — Read SOW Parse the SOW document. Identify: - **Mode**: full (15-section) or summary (9-section) from structure - **Language**: detect for output consistency - **Section map**: which sections are present and their locations Verify minimum content for extraction: - Phases or deliverables (required — cannot estimate without scope) - Roles or team composition (required — cannot allocate resources) - Risks (optional — will create minimal risk register if absent) If the SOW lacks phases or roles, stop and advise the user to complete the SOW first (or run `sow-write`). ### Step 2 — Extract WBS `Read references/extraction-rules.md` for the mapping rules. From the SOW's Multi-Phase Breakdown (full mode section 6) or Deliverables Table (summary mode section 3), extract: | S