# ECAL Readiness Scorecard Format This document defines how option 12 (ECAL Readiness Score) presents its results. Referenced from `SKILL.md` ยง Welcome Flow โ†’ Behavior Rules โ†’ option 12. ## Scoring model Each artefact has a status: โœ… Complete | ๐ŸŸก Partial | โŒ Missing | โฌœ Not Applicable (future phase). Phase scores are calculated as: - โœ… = 1.0 point, ๐ŸŸก = 0.5 point, โŒ = 0 points, โฌœ = excluded from denominator - Phase score = (sum of points / applicable artefacts) ร— 100% Overall ECAL Readiness = weighted average: - DEFINE: 25% weight - DESIGN: 50% weight (largest phase, most artefacts) - DELIVER: 25% weight ## Readiness levels - ๐ŸŸข 80-100% โ€” Ready to proceed to next phase - ๐ŸŸก 60-79% โ€” Gaps exist but manageable; proceed with caution - ๐ŸŸ  40-59% โ€” Significant gaps; address before proceeding - ๐Ÿ”ด 0-39% โ€” Major gaps; phase needs substantial work ## Output format The ECAL readiness score MUST produce **two layers of output**: (a) the formatted terminal scorecard shown to the user, and (b) the structured YAML file saved to disk. The terminal output is the primary deliverable โ€” the YAML is the backing data. Never produce YAML-only output without the formatted scorecard. ``` โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ• ๐Ÿ“Š ECAL READINESS SCORECARD โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ• Customer: [name] Date: [date] Current Phase: [DEFINE/DESIGN/DELIVER] Overall Readiness: [XX%] [emoji level] โ”€โ”€ DEFINE (Ideate โ†’ Validate โ†’ Plan) โ”€โ”€ Score: XX% [emoji] โœ… Value Story โœ… Workload Profile ๐ŸŸก Customer Profile (partial โ€” missing Oracle footprint) โŒ Strategy Map โŒ Joint Engagement Plan โฌœ Business Case (revisited in Confirm) โ”€โ”€ DESIGN (Current โ†’ Future โ†’ Confirm) โ”€โ”€ Score: XX% [emoji] [artefact list with status...] โ”€โ”€ DELIVER (Adopt โ†’ Operate โ†’ Improve) โ”€โ”€ Score: XX% [emoji] [artefact list with status...] โ”€โ”€ TOP 5 GAPS โ”€โ”€ 1. โŒ [artefact] โ€” [why it matters] โ€” [recommended action] 2. ... โ”€โ”€ RECOMMENDED NEXT ACTIONS โ”€โ”€ 1. [specific action] 2. [specific action] 3. [specific action] โ”€โ”€ ENGAGEMENT RACI CHECK โ”€โ”€ Roles identified: [list] Roles missing: [list] โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ• ``` ## Files generated Always list the files saved at the end of the scorecard: ``` ๐Ÿ“ Files saved: - examples/-ecal-scorecard.yaml ``` ## After ECAL scorecard menu ``` What do you want to do? โ†’ [A] Fix the top gap now (I'll generate the missing artefact) โ†’ [B] Generate all missing artefacts for current phase โ†’ [C] Export scorecard as a slide (.pptx) โ†’ [D] Re-score after updates ```