Leadership Intelligence
Roadmap Confidence Framework
Use this traffic-light system to communicate how likely each roadmap item is to land on time. Confidence is scored from evidence, not hope.
Definitions:
High (🟢 90%) — Clear scope, staffed, dependencies resolved, tested path.
Medium (🟡 70%) — Some unknowns or external dependencies; risks identified and monitored.
Stretch (🔴 30%) — Ambitious or speculative; no commitment implied.
1) Scoring Rubric (fill in per item)
- Scope clarity (0-3): Requirements locked? Interfaces defined? Test plan exists?
- Dependencies (0-3): External teams? Vendor timelines? Security approvals?
- Resourcing (0-2): Named owner? Team capacity available?
- Technical risk (0-2): New tech? Migration complexity? Data impact?
Total Score (max 10): =Scope + Dependencies + Resourcing + Technical_Risk
Map score to color: 8-10 → High (🟢), 5-7 → Medium (🟡), 0-4 → Stretch (🔴)
2) Roadmap Table (ready to paste)
| Item |
Target Date |
Confidence |
Score |
Top Risks |
Owner |
Next Check-in |
| Service Mesh Integration |
Oct 15 |
🟡 Medium |
6 |
Legacy services support; perf validation |
Alex |
Sep 20 |
| Multi-Region Deployments |
Oct 28 |
🟡 Medium |
5 |
DNS cutover plan; data replication |
Priya |
Sep 27 |
| Cost Attribution by Service |
Nov 5 |
🔴 Stretch |
4 |
Tagging gaps; finance sign-off |
Diego |
Oct 4 |
| DR Automation |
Nov 12 |
🟡 Medium |
6 |
Runbook automation; tooling choice |
Sam |
Oct 1 |
Rule: Only items marked High/Medium count as commitments. Stretch goals are explicitly non-committal.
3) Communication Cadence
- Weekly updates: Refresh confidence for in-flight items; call out any downgrades immediately.
- Monthly roadmap review: Add/remove items; re-score based on new information.
- Downgrade protocol: If any item drops below 70%, schedule a stakeholder call and propose options (scope cut, date move, extra staffing).
- Upgrade protocol: Move to High only after risks are retired or staffed.
4) Formulas (optional for Sheets/Excel)
Score: =SUM(Scope,Dependencies,Resourcing,TechnicalRisk)
Confidence Text: =IF(Score>=8,"High",IF(Score>=5,"Medium","Stretch"))
Confidence Icon: =IF(Score>=8,"🟢",IF(Score>=5,"🟡","🔴"))
Commitment Flag: =IF(Confidence_Text="Stretch","No","Yes")
Tip: Publish this table where stakeholders can see changes weekly. Confidence is a promise about transparency, not perfection.
← Back to Platform SLA Template