Blame

e0f744 root 2026-05-15 18:36:28
Add all documentation pages and update home index
1
# Project Management Gamification System: Internal Market Model
2
3
**Revision:** 1.1 (Scalable Framework)
4
5
---
6
7
## 1. Executive Summary
8
9
This document defines an internal "Micro-Economy" designed to align **Project Management (PM) Strategy** with **Technical Execution**. By treating time as a finite commodity and labor as a salary-plus-incentive model, the organization fosters a meritocracy where Efficiency, Quality, and Mentorship are the primary drivers of financial reward.
10
11
---
12
13
## 2. The Payout Architecture: Individual vs. Collective
14
15
The system utilizes a split weight ($W$) to balance individual managerial accountability with collective technician stability.
16
17
### 2.1 The PM Individual "Equity" ($W_{pm}$)
18
19
Each PM operates an independent budget. At the end of the fiscal year, their personal bonus base is determined by their specific remaining surplus.
20
21
$$B_{pm} = (S_{pm} \cdot W_{pm}) \cdot M_{pm}$$
22
23
**Legend:**
24
- $B_{pm}$: Individual Project Manager Bonus.
25
- $S_{pm}$: Total annual budget surplus managed by the specific PM.
26
- $W_{pm}$: PM Equity weight (Standard: 0.25).
27
- $M_{pm}$: Individual PM Multiplier (Performance Score).
28
29
### 2.2 The Technician "Collective Fund" ($W_{tech}$)
30
31
To protect technicians from being penalized for working with an inefficient manager, the majority share of surplus from all PMs is diverted into a central pool.
32
33
$$B_{tech} = \left( \frac{\sum_{i=1}^{N_{pm}} (S_{pm, i} \cdot W_{tech})}{N_{tech}} \right) \cdot M_{tech}$$
34
35
**Legend:**
36
- $B_{tech}$: Individual Technician Bonus.
37
- $S_{pm, i}$: Budget surplus of PM $i$.
38
- $W_{tech}$: Technician Collective weight (Standard: 0.75).
39
- $N_{pm}$: Total number of Project Managers in the organization.
40
- $N_{tech}$: Total number of Technicians in the collective pool.
41
- $M_{tech}$: Individual Technician Multiplier (Performance Score).
42
43
---
44
45
## 3. Market Mechanics & Labor Pricing
46
47
### 3.1 Role Categories & The 3-Tier System
48
49
Each role in the organization operates on a **3-Tier Progression**, directly tied to the [Training Structure](Training Structure/Roles/).
50
51
- **Tier 1 (Junior/Apprentice):** Currently working through "Key Tasks for Qualification." High supervision required.
52
- **Tier 2 (Qualified/Standard):** Has completed qualification checklists and written exams. Independent operator.
53
- **Tier 3 (Senior/Lead):** Has completed "Advanced Training," achieved certifications, and is actively mentoring Tier 1 staff.
54
55
#### 3.1.1 Resource Constraints
56
- **Workforce Variables:**
57
- $N_{pm}$: Total Project Managers.
58
- $N_{tech}$: Total Technicians ($N_{t1} + N_{t2} + N_{t3}$).
59
- $C_{tech}$: Monthly hour capacity per technician (Standard: 160h).
60
- **PM Monthly Reset ($R$):** Monthly credit allotment adjusted by PM Tier.
61
- Tier 1 PM: $R_{base} \cdot 0.8$
62
- Tier 2 PM: $R_{base} \cdot 1.0$
63
- Tier 3 PM: $R_{base} \cdot 1.2$
64
65
### 3.2 Dual-Constraint Pricing ($P_{h}$)
66
67
Labor costs fluctuate based on the intersection of **Time ($T$)** (proximity to month-end) and **Scarcity ($S$)** (remaining hours in the Office "vault").
68
69
$$P_h = P_{base} \cdot (1 + T_{factor} + S_{factor})$$
70
71
**Legend:**
72
- $P_h$: Current Market Hourly Rate.
73
- $P_{base}$: Base Hourly Rate (defined by Role/Tier).
74
- $T_{factor}$: Time-to-Deadline factor (increases as month-end approaches).
75
- $S_{factor}$: Scarcity factor (increases as total office hours in "The Vault" decrease).
76
77
|**Role Category**|**Tier 1 (Junior)**|**Tier 2 (Standard)**|**Tier 3 (Lead)**|**Risk Profile**|
78
|---|---|---|---|---|
79
|**Specialists**|$120 / hr|$150 / hr|$180 / hr|0% to 5% Rework Risk|
80
|**Field Specialists**|$80 / hr|$100 / hr|$120 / hr|5% to 15% Rework Risk|
81
|**Installers**|$40 / hr|$60 / hr|$80 / hr|10% to 25% Rework Risk|
82
83
---
84
85
## 4. Performance Metrics & Multipliers
86
87
Final payouts are adjusted by a multiplier ($M$) ranging from **0.5x to 1.5x**.
88
89
### 4.1 Project Manager Multiplier ($M_{pm}$)
90
91
$$M_{pm} = (P_{score} \cdot 0.50) + (E_{market} \cdot 0.20) + (D_{mix} \cdot 0.15) + (R_{penalty} \cdot 0.15)$$
92
93
**Legend:**
94
- $P_{score}$: Progress Score (Percentage of milestones met).
95
- $E_{market}$: Market Efficiency (Success in buying hours before scarcity spikes).
96
- $D_{mix}$: Diversity Mix (Effective utilization of Tier 1 talent).
97
- $R_{penalty}$: Rework Penalty (PMs pay Double Market Rate for rework hours).
98
99
### 4.2 Technician Multiplier ($M_{tech}$)
100
101
$$M_{tech} = (Q_{score} \cdot 0.40) + (V_{speed} \cdot 0.30) + (Ment_{bonus} \cdot 0.20) + (S_{duty} \cdot 0.10)$$
102
103
**Legend:**
104
- $Q_{score}$: Quality Score ($1.0 - (\text{Rework Incidents} \cdot \text{Tier Penalty})$).
105
- $V_{speed}$: Velocity Score ($\frac{\text{Allotted Hours}}{\text{Actual Hours Worked}}$).
106
- $Ment_{bonus}$: Mentorship Bonus (Tier 3 Only - speed of Junior qualification).
107
- $S_{duty}$: Duty Reliability (Safety and site rotation adherence).
108
109
---
110
111
## 5. Operational Protocols: The "Allotment Wall"
112
113
- **The Wall:** If a technician reaches the allotted time but the task is unfinished, they **must stop**. The PM must approve and "buy" more time at current market rates ($P_h$) to proceed.
114
- **Underrun:** If a technician finishes early, they earn "Free Time" (paid for full allotment).
115
- **Tiered Audits:** 10% of tasks undergo a random Quality Audit.
116
- Tier 1 tasks are audited by Tier 3 technicians.
117
- Tier 3 tasks are audited by the **Senior Field Operations Coordinator**.
118
- **Market Support Roles:**
119
- **Accountant:** Reconciles the Collective Fund and validates $R_{penalty}$ triggers.
120
- **Warehouse Manager:** Controls "Material Liquidity."
121
- **Senior Coordinator:** The "Market Maker" who manages the dispatch queue and surge pricing.
122
123
---
124
125
## 6. Conclusion
126
127
This framework eliminates the traditional friction between "speed" and "quality." By socializing technician risk through a collective pool while individualizing manager reward through equity accounts, the organization ensures every stakeholder is incentivized to protect the budget, the schedule, and the craft.