Workload Assessment Report

Skill Name: pm-workload-assessment

Background & Use Cases

When the full PRD and architecture design are both complete, you need to answer "how many people and how long will this project take." Purely gut-feel estimates can deviate significantly — overestimating makes budgets impossible to approve, underestimating causes delays. This skill provides reference-frame-supported person-day estimates through similarity comparison with historical projects.

Input & Output

You need to provide: Full requirements specification (PRD) + System architecture design specification + Team configuration information.

You will receive: A 6-chapter "Workload Assessment Report" including: assessment overview, assessment basis (reference frame description), task list to be developed, itemized assessment results (with person-days and confidence levels), uncertainty description, assumptions & constraints.

Process Overview

The Agent extracts the task list to be developed from the full PRD and architecture design, then performs similarity comparison with historical project samples to estimate person-days per item. After estimation results are reviewed and confirmed by PM/BA/SA three-party review, it produces an assessment report including assessment basis, task list, itemized results, and uncertainty description.

flowchart TD s0["Input Readiness Check + Load Full PRD/Architecture Design/Team Config"] s1["Build Standard Workload Reference Frame"] s2["Extract Task List + Similarity Comparison + Workload Estimation"] s3["Format Review + Correction + Output"] s0 --> s1 s1 --> s2 s2 --> s3