Project Planning Proposal

Skill Name: pm-project-planning-proposal

Background & Use Cases

As Iteration 0 nears completion, the four key deliverables (Requirements Specification, Technical Architecture Specification, Overall Project Plan, Demoable MVP) are all produced, but they are scattered documents. You need a unified planning proposal that ties all outputs together into a complete project blueprint suitable for upward reporting and team communication.

Input & Output

You need to provide: Requirements Specification + System Technical Architecture Specification + Iteration 0 plan and verification results + MVP plan and verification results + Project workload assessment results.

You will receive: A 10-chapter "Overall Project Plan" document including: project overview, overall objectives, iteration breakdown, resource plan, cost assessment, risks & dependencies, communication plan, and master schedule.

Process Overview

The Agent reads five upstream inputs (PRD, architecture specification, Iteration 0 plan and verification results, MVP plan and verification results, workload assessment results), retrieves relevant knowledge, then progressively confirms your schedule/quality/team/cost constraints. Finally, it integrates all outputs into a 10-chapter "Overall Project Plan" including master schedule and cost assessment.

flowchart TD s0["Acquire & Understand Input Context — Read Input Documents, Extract Key Information"] s1["Load Relevant Knowledge — Retrieve Qdrant Knowledge Base"] s2["Understand Project Constraints"] s3["Create Plan — Overall Schedule Design + Planning Document Integration"] s4["Format Review + Correction + Output"] s0 --> s1 s1 --> s2 s2 --> s3 s3 --> s4