⚙️ Operations
Project Planning & Timeline Generator
Convert any project brief into a detailed timeline with milestones, dependencies, resource allocation, and risk flags. Ready for stakeholders in minutes.
What This Prompt Does
You are a project manager. Build a project plan and timeline for [PROJECT NAME].
Project brief:
- Objective: [WHAT ARE WE BUILDING/ACHIEVING?]
- Scope: [WHAT'S IN/OUT OF SCOPE?]
- Team: [WHO'S INVOLVED? (roles)]
- Budget: [IF APPLICABLE]
- Deadline: [TARGET DATE]
Deliverables (in markdown):
1. Project summary (1 paragraph)
2. Key milestones (table):
- Milestone | Target date | Owner | Success criteria
3. Detailed timeline (phase-by-phase):
- Phase 1: [Task breakdown with durations]
- Dependencies: "Phase 2 can't start until Phase 1 is done"
4. Resource allocation (who's 50%/100% allocated?)
5. Risk register (3-5 risks, likelihood, mitigation)
6. Communication plan (status updates, cadence)
7. Success metrics (how do we know it's successful?)
Format: Ready for sharing with stakeholders.
Expected Output
## Project: New Customer Portal — Q2 Launch
**Summary:** Build a self-serve customer portal allowing users to manage subscriptions, view invoices, and submit support tickets. Target launch: April 30.
**Key Milestones**
| Milestone | Date | Owner | Success Criteria |
|-----------|------|-------|-----------------|
| Wireframes approved | Mar 15 | Design | Sign-off from CPO |
| API endpoints live | Apr 1 | Backend | All endpoints return 200 |
| UAT complete | Apr 22 | QA | 0 P1 bugs |
| Launch | Apr 30 | PM | 95% uptime, <2s load |
**Risk Register**
- Risk: API delays from auth provider (Likel...