myconvergio 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/agents/business_operations/andrea-customer-success-manager.md +175 -0
- package/.claude/agents/business_operations/anna-executive-assistant.md +268 -0
- package/.claude/agents/business_operations/dave-change-management-specialist.md +200 -0
- package/.claude/agents/business_operations/davide-project-manager.md +203 -0
- package/.claude/agents/business_operations/enrico-business-process-engineer.md +180 -0
- package/.claude/agents/business_operations/fabio-sales-business-development.md +175 -0
- package/.claude/agents/business_operations/luke-program-manager.md +105 -0
- package/.claude/agents/business_operations/marcello-pm.md +130 -0
- package/.claude/agents/business_operations/oliver-pm.md +134 -0
- package/.claude/agents/business_operations/sofia-marketing-strategist.md +175 -0
- package/.claude/agents/business_operations/steve-executive-communication-strategist.md +111 -0
- package/.claude/agents/compliance_legal/dr-enzo-healthcare-compliance-manager.md +198 -0
- package/.claude/agents/compliance_legal/elena-legal-compliance-expert.md +169 -0
- package/.claude/agents/compliance_legal/guardian-ai-security-validator.md +207 -0
- package/.claude/agents/compliance_legal/luca-security-expert.md +229 -0
- package/.claude/agents/compliance_legal/sophia-govaffairs.md +132 -0
- package/.claude/agents/core_utility/CONSTITUTION.md +365 -0
- package/.claude/agents/core_utility/CommonValuesAndPrinciples.md +296 -0
- package/.claude/agents/core_utility/MICROSOFT_VALUES.md +121 -0
- package/.claude/agents/core_utility/SECURITY_FRAMEWORK_TEMPLATE.md +137 -0
- package/.claude/agents/core_utility/diana-performance-dashboard.md +238 -0
- package/.claude/agents/core_utility/marcus-context-memory-keeper.md +218 -0
- package/.claude/agents/core_utility/po-prompt-optimizer.md +194 -0
- package/.claude/agents/core_utility/socrates-first-principles-reasoning.md +260 -0
- package/.claude/agents/core_utility/strategic-planner.md +292 -0
- package/.claude/agents/core_utility/taskmaster-strategic-task-decomposition-master.md +152 -0
- package/.claude/agents/core_utility/thor-quality-assurance-guardian.md +223 -0
- package/.claude/agents/core_utility/wanda-workflow-orchestrator.md +247 -0
- package/.claude/agents/core_utility/xavier-coordination-patterns.md +251 -0
- package/.claude/agents/design_ux/jony-creative-director.md +172 -0
- package/.claude/agents/design_ux/sara-ux-ui-designer.md +166 -0
- package/.claude/agents/design_ux/stefano-design-thinking-facilitator.md +180 -0
- package/.claude/agents/leadership_strategy/ali-chief-of-staff.md +594 -0
- package/.claude/agents/leadership_strategy/amy-cfo.md +179 -0
- package/.claude/agents/leadership_strategy/antonio-strategy-expert.md +217 -0
- package/.claude/agents/leadership_strategy/dan-engineering-gm.md +260 -0
- package/.claude/agents/leadership_strategy/domik-mckinsey-strategic-decision-maker.md +324 -0
- package/.claude/agents/leadership_strategy/matteo-strategic-business-architect.md +177 -0
- package/.claude/agents/leadership_strategy/satya-board-of-directors.md +222 -0
- package/.claude/agents/release_management/app-release-manager.md +2352 -0
- package/.claude/agents/release_management/feature-release-manager.md +235 -0
- package/.claude/agents/specialized_experts/angela-da.md +140 -0
- package/.claude/agents/specialized_experts/ava-analytics-insights-virtuoso.md +203 -0
- package/.claude/agents/specialized_experts/behice-cultural-coach.md +202 -0
- package/.claude/agents/specialized_experts/coach-team-coach.md +180 -0
- package/.claude/agents/specialized_experts/ethan-da.md +139 -0
- package/.claude/agents/specialized_experts/evan-ic6da.md +140 -0
- package/.claude/agents/specialized_experts/fiona-market-analyst.md +148 -0
- package/.claude/agents/specialized_experts/giulia-hr-talent-acquisition.md +175 -0
- package/.claude/agents/specialized_experts/jenny-inclusive-accessibility-champion.md +200 -0
- package/.claude/agents/specialized_experts/michael-vc.md +130 -0
- package/.claude/agents/specialized_experts/riccardo-storyteller.md +158 -0
- package/.claude/agents/specialized_experts/sam-startupper.md +253 -0
- package/.claude/agents/specialized_experts/wiz-investor-venture-capital.md +182 -0
- package/.claude/agents/technical_development/baccio-tech-architect.md +210 -0
- package/.claude/agents/technical_development/dario-debugger.md +250 -0
- package/.claude/agents/technical_development/marco-devops-engineer.md +200 -0
- package/.claude/agents/technical_development/omri-data-scientist.md +194 -0
- package/.claude/agents/technical_development/otto-performance-optimizer.md +262 -0
- package/.claude/agents/technical_development/paolo-best-practices-enforcer.md +303 -0
- package/.claude/agents/technical_development/rex-code-reviewer.md +231 -0
- package/.claude/rules/api-development.md +358 -0
- package/.claude/rules/code-style.md +129 -0
- package/.claude/rules/documentation-standards.md +359 -0
- package/.claude/rules/ethical-guidelines.md +383 -0
- package/.claude/rules/security-requirements.md +182 -0
- package/.claude/rules/testing-standards.md +266 -0
- package/.claude/skills/architecture/SKILL.md +228 -0
- package/.claude/skills/code-review/SKILL.md +140 -0
- package/.claude/skills/debugging/SKILL.md +192 -0
- package/.claude/skills/performance/SKILL.md +277 -0
- package/.claude/skills/project-management/SKILL.md +382 -0
- package/.claude/skills/release-management/SKILL.md +342 -0
- package/.claude/skills/security-audit/SKILL.md +276 -0
- package/.claude/skills/strategic-analysis/SKILL.md +338 -0
- package/LICENSE +60 -0
- package/README.md +379 -0
- package/VERSION +29 -0
- package/bin/myconvergio.js +304 -0
- package/package.json +43 -0
- package/scripts/bump-agent-version.sh +220 -0
- package/scripts/postinstall.js +172 -0
- package/scripts/sync-from-convergiocli.sh +169 -0
- package/scripts/test-deployment.sh +188 -0
- package/scripts/version-manager.sh +213 -0
|
@@ -0,0 +1,382 @@
|
|
|
1
|
+
# Project Management Skill
|
|
2
|
+
|
|
3
|
+
> Reusable workflow extracted from davide-project-manager expertise.
|
|
4
|
+
|
|
5
|
+
## Purpose
|
|
6
|
+
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.
|
|
7
|
+
|
|
8
|
+
## When to Use
|
|
9
|
+
- New project initiation and planning
|
|
10
|
+
- Sprint planning for Agile teams
|
|
11
|
+
- Waterfall project execution
|
|
12
|
+
- Risk management and mitigation
|
|
13
|
+
- Stakeholder communication and reporting
|
|
14
|
+
- Resource allocation and optimization
|
|
15
|
+
- Budget management and cost control
|
|
16
|
+
- Project status assessment
|
|
17
|
+
- Project closure and retrospectives
|
|
18
|
+
|
|
19
|
+
## Workflow Steps
|
|
20
|
+
|
|
21
|
+
1. **Project Initiation**
|
|
22
|
+
- Define project objectives and success criteria
|
|
23
|
+
- Identify key stakeholders and their roles
|
|
24
|
+
- Establish project scope and boundaries
|
|
25
|
+
- Document constraints (time, budget, resources)
|
|
26
|
+
- Obtain project charter approval
|
|
27
|
+
- Set up project infrastructure (tools, repositories)
|
|
28
|
+
|
|
29
|
+
2. **Work Breakdown Structure (WBS)**
|
|
30
|
+
- Decompose project into phases and deliverables
|
|
31
|
+
- Break deliverables into tasks and subtasks
|
|
32
|
+
- Identify dependencies between tasks
|
|
33
|
+
- Estimate effort for each task (hours/days)
|
|
34
|
+
- Assign task owners and backup resources
|
|
35
|
+
- Define acceptance criteria for each deliverable
|
|
36
|
+
|
|
37
|
+
3. **Schedule Development**
|
|
38
|
+
- Create project timeline with milestones
|
|
39
|
+
- Identify critical path using CPM
|
|
40
|
+
- Build Gantt chart with dependencies
|
|
41
|
+
- Calculate float/slack time
|
|
42
|
+
- Define sprint cadence (if Agile)
|
|
43
|
+
- Set milestone dates and review points
|
|
44
|
+
|
|
45
|
+
4. **Resource Planning**
|
|
46
|
+
- Identify required skills and roles
|
|
47
|
+
- Allocate team members to tasks
|
|
48
|
+
- Calculate resource utilization (avoid >80%)
|
|
49
|
+
- Plan for peak resource needs
|
|
50
|
+
- Identify skill gaps and training needs
|
|
51
|
+
- Arrange for external resources if needed
|
|
52
|
+
|
|
53
|
+
5. **Risk Management**
|
|
54
|
+
- Identify potential risks (technical, schedule, resource, external)
|
|
55
|
+
- Assess likelihood and impact for each risk
|
|
56
|
+
- Calculate risk scores (Likelihood × Impact)
|
|
57
|
+
- Develop mitigation strategies
|
|
58
|
+
- Assign risk owners
|
|
59
|
+
- Create contingency plans
|
|
60
|
+
- Monitor risk triggers
|
|
61
|
+
|
|
62
|
+
6. **Budget Management**
|
|
63
|
+
- Estimate project costs (labor, tools, infrastructure)
|
|
64
|
+
- Create detailed budget breakdown
|
|
65
|
+
- Establish cost baseline
|
|
66
|
+
- Track actual vs planned spending
|
|
67
|
+
- Forecast final costs regularly
|
|
68
|
+
- Manage change requests with budget impact
|
|
69
|
+
|
|
70
|
+
7. **Execution & Monitoring**
|
|
71
|
+
- Conduct daily standups (Agile) or weekly status meetings
|
|
72
|
+
- Track task completion and update progress
|
|
73
|
+
- Monitor schedule adherence (earned value analysis)
|
|
74
|
+
- Review and approve deliverables
|
|
75
|
+
- Manage scope changes through change control
|
|
76
|
+
- Remove blockers and impediments
|
|
77
|
+
- Facilitate team collaboration
|
|
78
|
+
|
|
79
|
+
8. **Stakeholder Communication**
|
|
80
|
+
- Create communication plan (who, what, when, how)
|
|
81
|
+
- Send regular status reports (weekly/bi-weekly)
|
|
82
|
+
- Conduct stakeholder review meetings
|
|
83
|
+
- Escalate issues and risks appropriately
|
|
84
|
+
- Manage expectations proactively
|
|
85
|
+
- Celebrate milestones and wins
|
|
86
|
+
|
|
87
|
+
9. **Quality Management**
|
|
88
|
+
- Define quality standards and acceptance criteria
|
|
89
|
+
- Implement quality gates at milestones
|
|
90
|
+
- Conduct code reviews and testing
|
|
91
|
+
- Track defects and resolution rates
|
|
92
|
+
- Ensure documentation completeness
|
|
93
|
+
- Validate deliverables against requirements
|
|
94
|
+
|
|
95
|
+
10. **Project Closure**
|
|
96
|
+
- Verify all deliverables completed and accepted
|
|
97
|
+
- Conduct project retrospective (lessons learned)
|
|
98
|
+
- Document successes and improvement areas
|
|
99
|
+
- Release resources and close contracts
|
|
100
|
+
- Archive project documentation
|
|
101
|
+
- Celebrate team success
|
|
102
|
+
- Create project closure report
|
|
103
|
+
|
|
104
|
+
## Inputs Required
|
|
105
|
+
- **Project requirements**: Goals, scope, success criteria
|
|
106
|
+
- **Stakeholders**: Sponsor, product owner, team members, customers
|
|
107
|
+
- **Constraints**: Budget, timeline, resource availability
|
|
108
|
+
- **Methodology**: Agile, Waterfall, or Hybrid approach
|
|
109
|
+
- **Tools**: Project management software (Jira, Trello, MS Project)
|
|
110
|
+
|
|
111
|
+
## Outputs Produced
|
|
112
|
+
- **Project Charter**: Objectives, scope, stakeholders, success criteria
|
|
113
|
+
- **Project Plan**: WBS, schedule, budget, resource allocation
|
|
114
|
+
- **Risk Register**: Risks with likelihood, impact, mitigation strategies
|
|
115
|
+
- **Status Reports**: Weekly/bi-weekly progress updates
|
|
116
|
+
- **Gantt Chart**: Visual timeline with dependencies and milestones
|
|
117
|
+
- **Budget Tracking**: Actual vs planned spending, forecast
|
|
118
|
+
- **Retrospective Report**: Lessons learned, improvements for next project
|
|
119
|
+
|
|
120
|
+
## Sprint Planning Template (Agile)
|
|
121
|
+
|
|
122
|
+
```markdown
|
|
123
|
+
# Sprint {N} Planning - {Date Range}
|
|
124
|
+
|
|
125
|
+
## Sprint Goal
|
|
126
|
+
[One-sentence goal for this sprint]
|
|
127
|
+
|
|
128
|
+
## Capacity
|
|
129
|
+
- Team size: {count} developers
|
|
130
|
+
- Sprint duration: {weeks} weeks
|
|
131
|
+
- Available capacity: {hours} hours
|
|
132
|
+
- Planned capacity: {hours} hours (80% of available)
|
|
133
|
+
|
|
134
|
+
## Stories Selected
|
|
135
|
+
| Story ID | Title | Story Points | Assignee | Dependencies |
|
|
136
|
+
|----------|-------|--------------|----------|--------------|
|
|
137
|
+
| US-123 | ... | 5 | Alice | None |
|
|
138
|
+
| US-124 | ... | 3 | Bob | US-123 |
|
|
139
|
+
|
|
140
|
+
## Definition of Done
|
|
141
|
+
- [ ] Code complete and reviewed
|
|
142
|
+
- [ ] Unit tests written and passing (>80% coverage)
|
|
143
|
+
- [ ] Integration tests passing
|
|
144
|
+
- [ ] Documentation updated
|
|
145
|
+
- [ ] Deployed to staging
|
|
146
|
+
- [ ] Product owner acceptance
|
|
147
|
+
|
|
148
|
+
## Risks
|
|
149
|
+
- **Risk**: API dependency not ready
|
|
150
|
+
- Mitigation: Mock API for development, parallel track with API team
|
|
151
|
+
|
|
152
|
+
## Sprint Ceremonies
|
|
153
|
+
- Daily Standup: 9:00 AM daily
|
|
154
|
+
- Sprint Review: {date} at {time}
|
|
155
|
+
- Sprint Retrospective: {date} at {time}
|
|
156
|
+
```
|
|
157
|
+
|
|
158
|
+
## Risk Assessment Matrix
|
|
159
|
+
|
|
160
|
+
### Risk Score Calculation
|
|
161
|
+
Risk Score = Likelihood (1-5) × Impact (1-5)
|
|
162
|
+
|
|
163
|
+
| Likelihood | Score | Definition |
|
|
164
|
+
|-----------|-------|------------|
|
|
165
|
+
| Very Unlikely | 1 | <10% chance |
|
|
166
|
+
| Unlikely | 2 | 10-30% chance |
|
|
167
|
+
| Possible | 3 | 30-50% chance |
|
|
168
|
+
| Likely | 4 | 50-70% chance |
|
|
169
|
+
| Very Likely | 5 | >70% chance |
|
|
170
|
+
|
|
171
|
+
| Impact | Score | Definition |
|
|
172
|
+
|--------|-------|------------|
|
|
173
|
+
| Negligible | 1 | <1 day delay, <$1K cost |
|
|
174
|
+
| Minor | 2 | 1-3 days delay, <$5K cost |
|
|
175
|
+
| Moderate | 3 | 1 week delay, <$20K cost |
|
|
176
|
+
| Major | 4 | 2-4 weeks delay, <$50K cost |
|
|
177
|
+
| Severe | 5 | >1 month delay, >$50K cost |
|
|
178
|
+
|
|
179
|
+
### Risk Prioritization
|
|
180
|
+
- **Critical (20-25)**: Immediate action required, senior leadership escalation
|
|
181
|
+
- **High (15-19)**: Active mitigation, weekly monitoring
|
|
182
|
+
- **Medium (8-14)**: Mitigation plan, bi-weekly monitoring
|
|
183
|
+
- **Low (1-7)**: Monitor, document, accept risk
|
|
184
|
+
|
|
185
|
+
## Status Report Template
|
|
186
|
+
|
|
187
|
+
```markdown
|
|
188
|
+
# Project Status Report - {Date}
|
|
189
|
+
|
|
190
|
+
## Executive Summary
|
|
191
|
+
**Status**: 🟢 On Track / 🟡 At Risk / 🔴 Critical
|
|
192
|
+
|
|
193
|
+
**Key Highlights**:
|
|
194
|
+
- {Major accomplishment this period}
|
|
195
|
+
- {Important milestone reached}
|
|
196
|
+
|
|
197
|
+
## Progress This Period
|
|
198
|
+
- Completed: {count} tasks ({X}% of sprint)
|
|
199
|
+
- In Progress: {count} tasks
|
|
200
|
+
- Blocked: {count} tasks
|
|
201
|
+
|
|
202
|
+
## Milestones
|
|
203
|
+
| Milestone | Planned Date | Forecast Date | Status |
|
|
204
|
+
|-----------|--------------|---------------|--------|
|
|
205
|
+
| Alpha | 2025-02-01 | 2025-02-01 | ✅ Complete |
|
|
206
|
+
| Beta | 2025-03-15 | 2025-03-20 | 🟡 5-day slip |
|
|
207
|
+
| GA | 2025-04-30 | 2025-04-30 | 🟢 On track |
|
|
208
|
+
|
|
209
|
+
## Budget Status
|
|
210
|
+
- Budget: ${total}K
|
|
211
|
+
- Spent: ${spent}K ({percent}%)
|
|
212
|
+
- Forecast: ${forecast}K
|
|
213
|
+
- Status: 🟢 Within budget / 🟡 Trending over
|
|
214
|
+
|
|
215
|
+
## Top Risks & Issues
|
|
216
|
+
1. **🔴 Critical API dependency delayed**
|
|
217
|
+
- Impact: 2-week slip to Beta
|
|
218
|
+
- Mitigation: Working with API team, created mock for parallel development
|
|
219
|
+
|
|
220
|
+
2. **🟡 Key developer on leave next sprint**
|
|
221
|
+
- Impact: Reduced capacity
|
|
222
|
+
- Mitigation: Cross-training backup developer this sprint
|
|
223
|
+
|
|
224
|
+
## Key Decisions Needed
|
|
225
|
+
1. {Decision required with deadline}
|
|
226
|
+
2. {Approval needed for budget increase}
|
|
227
|
+
|
|
228
|
+
## Next Period Focus
|
|
229
|
+
- {Key objective 1}
|
|
230
|
+
- {Key objective 2}
|
|
231
|
+
```
|
|
232
|
+
|
|
233
|
+
## Agile vs Waterfall Decision Matrix
|
|
234
|
+
|
|
235
|
+
| Factor | Agile | Waterfall |
|
|
236
|
+
|--------|-------|-----------|
|
|
237
|
+
| Requirements stability | ❌ Changing frequently | ✅ Well-defined, stable |
|
|
238
|
+
| Project size | ✅ Small to medium | ✅ Large, complex |
|
|
239
|
+
| Team experience | ✅ Experienced, self-organizing | ✅ Structured, junior-friendly |
|
|
240
|
+
| Customer availability | ✅ High involvement | ❌ Limited involvement |
|
|
241
|
+
| Risk tolerance | ✅ Iterative, adaptive | ❌ Need predictability |
|
|
242
|
+
| Regulatory | ⚠️ Needs documentation | ✅ Heavy documentation |
|
|
243
|
+
|
|
244
|
+
## Example Usage
|
|
245
|
+
|
|
246
|
+
```
|
|
247
|
+
Input: Plan new e-commerce feature launch - payment integration
|
|
248
|
+
|
|
249
|
+
Workflow Execution:
|
|
250
|
+
1. Initiation:
|
|
251
|
+
- Goal: Integrate Stripe payment in checkout flow
|
|
252
|
+
- Stakeholders: Product, Engineering, Finance, Legal
|
|
253
|
+
- Success: Process payments with <1% failure rate
|
|
254
|
+
- Timeline: 8 weeks
|
|
255
|
+
- Budget: $80K
|
|
256
|
+
|
|
257
|
+
2. WBS:
|
|
258
|
+
- Phase 1: Design (1 week)
|
|
259
|
+
- Payment flow UX design
|
|
260
|
+
- Security architecture review
|
|
261
|
+
- Phase 2: Development (4 weeks)
|
|
262
|
+
- Backend API integration
|
|
263
|
+
- Frontend checkout UI
|
|
264
|
+
- Payment validation
|
|
265
|
+
- Phase 3: Testing (2 weeks)
|
|
266
|
+
- Unit and integration tests
|
|
267
|
+
- PCI-DSS compliance validation
|
|
268
|
+
- Phase 4: Deployment (1 week)
|
|
269
|
+
- Staged rollout to 10%/50%/100%
|
|
270
|
+
|
|
271
|
+
3. Schedule:
|
|
272
|
+
- Critical path: Backend API → Frontend → Testing
|
|
273
|
+
- Milestones: Design review (week 1), Dev complete (week 5)
|
|
274
|
+
- Sprint cadence: 2-week sprints
|
|
275
|
+
|
|
276
|
+
4. Resources:
|
|
277
|
+
- 2 backend devs, 1 frontend dev, 1 QA
|
|
278
|
+
- Security consultant (week 2-3)
|
|
279
|
+
- 80% capacity = 128 hours/sprint
|
|
280
|
+
|
|
281
|
+
5. Risks:
|
|
282
|
+
- 🔴 HIGH (Score: 16): Stripe API changes during integration
|
|
283
|
+
- Mitigation: Use stable API version, monitor changelog
|
|
284
|
+
- 🟡 MEDIUM (Score: 9): PCI compliance gaps found
|
|
285
|
+
- Mitigation: Early security review, buffer time
|
|
286
|
+
|
|
287
|
+
6. Budget:
|
|
288
|
+
- Labor: $60K (4 devs × 8 weeks)
|
|
289
|
+
- Tools: $5K (Stripe fees, testing)
|
|
290
|
+
- Security audit: $10K
|
|
291
|
+
- Contingency: $5K (6%)
|
|
292
|
+
|
|
293
|
+
7. Execution:
|
|
294
|
+
- Daily standups at 9 AM
|
|
295
|
+
- Weekly stakeholder demo on Fridays
|
|
296
|
+
- Bi-weekly sprint planning
|
|
297
|
+
|
|
298
|
+
8. Communication:
|
|
299
|
+
- Weekly status email to stakeholders
|
|
300
|
+
- Slack channel for real-time updates
|
|
301
|
+
- Monthly steering committee presentation
|
|
302
|
+
|
|
303
|
+
9. Quality:
|
|
304
|
+
- Code review required for all PRs
|
|
305
|
+
- >80% test coverage required
|
|
306
|
+
- Security scan before each deployment
|
|
307
|
+
|
|
308
|
+
10. Closure:
|
|
309
|
+
- All deliverables met, launched to 100% users
|
|
310
|
+
- Retrospective: Payment failures 0.3% (beat 1% target)
|
|
311
|
+
- Lesson: Early security review prevented late delays
|
|
312
|
+
|
|
313
|
+
Output:
|
|
314
|
+
✅ Project delivered ON TIME, ON BUDGET
|
|
315
|
+
Timeline: 8 weeks (as planned)
|
|
316
|
+
Budget: $78K spent ($80K budget, 2.5% under)
|
|
317
|
+
Quality: 0.3% payment failure rate (target: <1%)
|
|
318
|
+
Stakeholder satisfaction: 4.8/5.0
|
|
319
|
+
```
|
|
320
|
+
|
|
321
|
+
## Resource Allocation Guidelines
|
|
322
|
+
|
|
323
|
+
### Optimal Utilization Levels
|
|
324
|
+
- **70-80%**: Ideal - allows for slack, meetings, emergencies
|
|
325
|
+
- **80-90%**: High - sustainable for short periods only
|
|
326
|
+
- **90-100%**: Overutilized - risk of burnout, quality issues
|
|
327
|
+
- **>100%**: Critical - immediate intervention required
|
|
328
|
+
|
|
329
|
+
### Load Balancing Strategies
|
|
330
|
+
- Cross-train team members for flexibility
|
|
331
|
+
- Maintain 20% buffer for unplanned work
|
|
332
|
+
- Balance workload across sprints
|
|
333
|
+
- Plan for PTO and holidays
|
|
334
|
+
- Avoid single points of failure
|
|
335
|
+
|
|
336
|
+
## Change Request Process
|
|
337
|
+
|
|
338
|
+
```markdown
|
|
339
|
+
# Change Request: {ID}
|
|
340
|
+
|
|
341
|
+
## Requested By
|
|
342
|
+
{Name}, {Date}
|
|
343
|
+
|
|
344
|
+
## Description
|
|
345
|
+
{What is the requested change?}
|
|
346
|
+
|
|
347
|
+
## Justification
|
|
348
|
+
{Why is this change needed?}
|
|
349
|
+
|
|
350
|
+
## Impact Analysis
|
|
351
|
+
- **Scope**: {How does this affect deliverables?}
|
|
352
|
+
- **Schedule**: {Delay in days/weeks}
|
|
353
|
+
- **Budget**: {Additional cost}
|
|
354
|
+
- **Resources**: {Additional people/skills needed}
|
|
355
|
+
- **Quality**: {Impact on quality/testing}
|
|
356
|
+
- **Risk**: {New risks introduced}
|
|
357
|
+
|
|
358
|
+
## Decision
|
|
359
|
+
☐ Approved - {Reason}
|
|
360
|
+
☐ Rejected - {Reason}
|
|
361
|
+
☐ Deferred - {To when and why}
|
|
362
|
+
|
|
363
|
+
## Approval
|
|
364
|
+
- Project Sponsor: {Name}, {Date}
|
|
365
|
+
- Product Owner: {Name}, {Date}
|
|
366
|
+
```
|
|
367
|
+
|
|
368
|
+
## Related Agents
|
|
369
|
+
- **davide-project-manager** - Full agent with reasoning and adaptation
|
|
370
|
+
- **luke-program-manager** - Multi-project portfolio management
|
|
371
|
+
- **ali-chief-of-staff** - Cross-functional coordination
|
|
372
|
+
- **thor-quality-assurance-guardian** - Quality standards
|
|
373
|
+
- **enrico-business-process-engineer** - Process optimization
|
|
374
|
+
|
|
375
|
+
## ISE Engineering Fundamentals Alignment
|
|
376
|
+
- Value quality and precision over speed
|
|
377
|
+
- Ship incremental value in small chunks
|
|
378
|
+
- Collective code ownership - everyone can contribute
|
|
379
|
+
- Every PR reviewed before merge
|
|
380
|
+
- Code without tests is incomplete
|
|
381
|
+
- Comprehensive logging for debugging
|
|
382
|
+
- Blameless post-mortems for continuous improvement
|