원클릭으로
project-management
Agile/Waterfall project planning, tracking, and delivery management
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Agile/Waterfall project planning, tracking, and delivery management
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Comprehensive code review with security, patterns, and quality focus
Parallel execution using multiple Claude instances in Kitty terminal
McKinsey-level strategic analysis with MECE frameworks and quantitative prioritization
Update project documentation (ADRs, CHANGELOG, running notes) in compact Claude-friendly format
Audit and harden any repository with standardized quality gates, hooks, and scripts
Optimize project instructions and agent setup for lower token usage and higher signal
| name | project-management |
| description | Agile/Waterfall project planning, tracking, and delivery management |
| allowed-tools | ["Read","Glob","Grep","Write","Edit"] |
| context | fork |
| user-invocable | true |
| version | 1.0.0 |
Reusable workflow extracted from davide-project-manager expertise.
Execute comprehensive project planning, tracking, and delivery using proven methodologies (Agile, Waterfall, Hybrid) to ensure on-time, on-budget delivery while maintaining quality and stakeholder satisfaction.
Project Initiation
Work Breakdown Structure (WBS)
Schedule Development
Resource Planning
Risk Management
Budget Management
Execution & Monitoring
Stakeholder Communication
Quality Management
Project Closure
# Sprint {N} Planning - {Date Range}
## Sprint Goal
[One-sentence goal for this sprint]
## Capacity
- Team size: {count} developers
- Sprint duration: {weeks} weeks
- Available capacity: {hours} hours
- Planned capacity: {hours} hours (80% of available)
## Stories Selected
| Story ID | Title | Story Points | Assignee | Dependencies |
| -------- | ----- | ------------ | -------- | ------------ |
| US-123 | ... | 5 | Alice | None |
| US-124 | ... | 3 | Bob | US-123 |
## Definition of Done
- [ ] Code complete and reviewed
- [ ] Unit tests written and passing (>80% coverage)
- [ ] Integration tests passing
- [ ] Documentation updated
- [ ] Deployed to staging
- [ ] Product owner acceptance
## Risks
- **Risk**: API dependency not ready
- Mitigation: Mock API for development, parallel track with API team
## Sprint Ceremonies
- Daily Standup: 9:00 AM daily
- Sprint Review: {date} at {time}
- Sprint Retrospective: {date} at {time}
Risk Score = Likelihood (1-5) × Impact (1-5)
| Likelihood | Score | Definition |
|---|---|---|
| Very Unlikely | 1 | <10% chance |
| Unlikely | 2 | 10-30% chance |
| Possible | 3 | 30-50% chance |
| Likely | 4 | 50-70% chance |
| Very Likely | 5 | >70% chance |
| Impact | Score | Definition |
|---|---|---|
| Negligible | 1 | <1 day delay, <$1K cost |
| Minor | 2 | 1-3 days delay, <$5K cost |
| Moderate | 3 | 1 week delay, <$20K cost |
| Major | 4 | 2-4 weeks delay, <$50K cost |
| Severe | 5 | >1 month delay, >$50K cost |
# Project Status Report - {Date}
## Executive Summary
**Status**: 🟢 On Track / 🟡 At Risk / 🔴 Critical
**Key Highlights**:
- {Major accomplishment this period}
- {Important milestone reached}
## Progress This Period
- Completed: {count} tasks ({X}% of sprint)
- In Progress: {count} tasks
- Blocked: {count} tasks
## Milestones
| Milestone | Planned Date | Forecast Date | Status |
| --------- | ------------ | ------------- | ------------- |
| Alpha | 2025-02-01 | 2025-02-01 | ✅ Complete |
| Beta | 2025-03-15 | 2025-03-20 | 🟡 5-day slip |
| GA | 2025-04-30 | 2025-04-30 | 🟢 On track |
## Budget Status
- Budget: ${total}K
- Spent: ${spent}K ({percent}%)
- Forecast: ${forecast}K
- Status: 🟢 Within budget / 🟡 Trending over
## Top Risks & Issues
1. **🔴 Critical API dependency delayed**
- Impact: 2-week slip to Beta
- Mitigation: Working with API team, created mock for parallel development
2. **🟡 Key developer on leave next sprint**
- Impact: Reduced capacity
- Mitigation: Cross-training backup developer this sprint
## Key Decisions Needed
1. {Decision required with deadline}
2. {Approval needed for budget increase}
## Next Period Focus
- {Key objective 1}
- {Key objective 2}
| Factor | Agile | Waterfall |
|---|---|---|
| Requirements stability | ❌ Changing frequently | ✅ Well-defined, stable |
| Project size | ✅ Small to medium | ✅ Large, complex |
| Team experience | ✅ Experienced, self-organizing | ✅ Structured, junior-friendly |
| Customer availability | ✅ High involvement | ❌ Limited involvement |
| Risk tolerance | ✅ Iterative, adaptive | ❌ Need predictability |
| Regulatory | ⚠️ Needs documentation | ✅ Heavy documentation |
Input: Plan new e-commerce feature launch - payment integration
Workflow Execution:
1. Initiation:
- Goal: Integrate Stripe payment in checkout flow
- Stakeholders: Product, Engineering, Finance, Legal
- Success: Process payments with <1% failure rate
- Timeline: 8 weeks
- Budget: $80K
2. WBS:
- Phase 1: Design (1 week)
- Payment flow UX design
- Security architecture review
- Phase 2: Development (4 weeks)
- Backend API integration
- Frontend checkout UI
- Payment validation
- Phase 3: Testing (2 weeks)
- Unit and integration tests
- PCI-DSS compliance validation
- Phase 4: Deployment (1 week)
- Staged rollout to 10%/50%/100%
3. Schedule:
- Critical path: Backend API → Frontend → Testing
- Milestones: Design review (week 1), Dev complete (week 5)
- Sprint cadence: 2-week sprints
4. Resources:
- 2 backend devs, 1 frontend dev, 1 QA
- Security consultant (week 2-3)
- 80% capacity = 128 hours/sprint
5. Risks:
- 🔴 HIGH (Score: 16): Stripe API changes during integration
- Mitigation: Use stable API version, monitor changelog
- 🟡 MEDIUM (Score: 9): PCI compliance gaps found
- Mitigation: Early security review, buffer time
6. Budget:
- Labor: $60K (4 devs × 8 weeks)
- Tools: $5K (Stripe fees, testing)
- Security audit: $10K
- Contingency: $5K (6%)
7. Execution:
- Daily standups at 9 AM
- Weekly stakeholder demo on Fridays
- Bi-weekly sprint planning
8. Communication:
- Weekly status email to stakeholders
- Slack channel for real-time updates
- Monthly steering committee presentation
9. Quality:
- Code review required for all PRs
- >80% test coverage required
- Security scan before each deployment
10. Closure:
- All deliverables met, launched to 100% users
- Retrospective: Payment failures 0.3% (beat 1% target)
- Lesson: Early security review prevented late delays
Output:
✅ Project delivered ON TIME, ON BUDGET
Timeline: 8 weeks (as planned)
Budget: $78K spent ($80K budget, 2.5% under)
Quality: 0.3% payment failure rate (target: <1%)
Stakeholder satisfaction: 4.8/5.0
# Change Request: {ID}
## Requested By
{Name}, {Date}
## Description
{What is the requested change?}
## Justification
{Why is this change needed?}
## Impact Analysis
- **Scope**: {How does this affect deliverables?}
- **Schedule**: {Delay in days/weeks}
- **Budget**: {Additional cost}
- **Resources**: {Additional people/skills needed}
- **Quality**: {Impact on quality/testing}
- **Risk**: {New risks introduced}
## Decision
☐ Approved - {Reason}
☐ Rejected - {Reason}
☐ Deferred - {To when and why}
## Approval
- Project Sponsor: {Name}, {Date}
- Product Owner: {Name}, {Date}