Backlog {{ epicsByStatus('backlog').length }}
{{ epic.name }}
HiPPO #{{ 11 - epic.hippo }}
Top WSJF
Value (CoD): {{ epic.cod }} pts
Job Size: {{ epic.jobSize }} days
WSJF: {{ epic.wsjf }}
Bleed/Day: ${{ (epic.costPerDay/1000).toFixed(0) }}k
${{ Math.round(epic.accruedCost).toLocaleString() }}
In Progress (Limit 1)
{{ epic.name }}
Value (CoD): {{ epic.cod }} pts
Job Size: {{ epic.jobSize }} days
Remaining: {{ Math.max(0, Math.ceil(epic.remainingWork)) }} days
Bleed/Day: ${{ (epic.costPerDay/1000).toFixed(0) }}k
${{ Math.round(epic.accruedCost).toLocaleString() }}
Team Idle
Released {{ epicsByStatus('done').length }}
{{ epic.name }} ✅
Final CoD: ${{ Math.round(epic.accruedCost).toLocaleString() }}