원클릭으로
project-management
Project management skill — sprint planning, backlog grooming, risk management, reporting, stakeholder communication
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Project management skill — sprint planning, backlog grooming, risk management, reporting, stakeholder communication
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | project-management |
| version | 1.0.0 |
| description | Project management skill — sprint planning, backlog grooming, risk management, reporting, stakeholder communication |
| requires | [] |
| task_types | ["planning","project-management","sprint","backlog","reporting"] |
| applies_to_tags | ["project-management","planning","sprint","backlog","milestone","reporting"] |
PM không code — PM đảm bảo đúng việc được làm đúng lúc bởi đúng người.
Responsibilities:
Sprint Goal: "Users can create and assign tasks to agents through the board UI"
Mỗi agent/member cần cung cấp:
PM action: xử lý blocker ngay trong vòng họp, không để defer.
3 câu hỏi:
Score = (Reach × Impact × Confidence) / Effort
| Factor | Đo bằng |
|---|---|
| Reach | Số user/agent bị ảnh hưởng mỗi tháng |
| Impact | 3=massive, 2=high, 1=medium, 0.5=low |
| Confidence | % chắc về estimate (100/80/50) |
| Effort | Person-weeks |
Hoặc dùng đơn giản hơn: MoSCoW (Must/Should/Could/Won't this sprint)
| Risk | Probability | Impact | Mitigation | Owner |
|---|---|---|---|---|
| Agent vault conflict | Medium | High | Optimistic lock timeout | @coordinator |
| Feature scope creep | High | Medium | Hard sprint commitment | @pm |
## Sprint N Status — Week of YYYY-MM-DD
**RAG Status:** 🟢 On Track / 🟡 At Risk / 🔴 Off Track
### This Week
- [X] Done: ...
- [~] In Progress: ... (ETA: ...)
- [ ] Planned but not started: ... (Reason: ...)
### Blockers
- [Blocker description] — Owner: @name — Expected resolution: [date]
### Next Week
- Top 3 priorities: ...
### Metrics
- Velocity: X story points
- Bug count (open/closed): X/Y
- Agent utilization: X%
Trước khi task vào sprint, kiểm tra:
"Implement claim API", không phải "API stuff")critical / high / medium / low có lý do| Metric | Mục tiêu |
|---|---|
| Sprint velocity | Stable hoặc tăng |
| Cycle time (todo → done) | < 3 ngày cho tasks thường |
| Block rate | < 20% tasks bị blocked |
| Rework rate | < 15% tasks cần redo |
| Burndown | On track vào ngày giữa sprint |
30% tasks bị blocked cùng lúc
in-progressBackend testing guide — unit, integration, API contract, database, load testing
Backend development guide — API design, data modeling, business logic, security, performance
Codebase second brain workflow for AI agents — use repo maps and capability maps before deep code reads
Multi-agent coordination skill — task decomposition, dependency tracking, handoff protocol, conflict resolution
Frontend development guide — UI implementation, component architecture, state management, performance
Frontend testing guide — unit, integration, visual regression, accessibility, E2E for UI