The Executive BriefingGenerator™
The automation architecture that converts every completed Business Impact Blueprint™ into a board-ready, stakeholder-specific Executive Briefing — without manual report assembly. Assessment data enters, executive intelligence emerges.
One data source. Five stakeholder versions. Zero manual formatting.
Assessment In.Briefing Out.
The Executive Briefing Generator™ is a multi-engine pipeline that transforms raw assessment data through five processing stages — each stage enriching, scoring, filtering, or formatting — until the output meets board-ready standards.
Data Ingestion
Raw data from Business DNA™ Assessment, Scout™ Engine, connected systems (CRM, ERP, scheduling, financial), and any prior assessment history is collected, validated, and normalized into the Intelligence Data Model.
Inputs
- •Business DNA™ Assessment responses
- •Scout™ Engine opportunity scan
- •Connected system telemetry
- •Historical assessment data (if available)
- •Industry benchmark dataset
Outputs
- Normalized Intelligence Data Model
- Data quality scores per field
- Missing-data flags with impact estimates
Scoring & Analysis
Normalized data flows through the six-dimension scoring engine. Each dimension produces a 0–100 score with sub-scores, confidence ratings, and benchmark comparisons. The Business Impact Score™ is computed as the weighted composite.
Inputs
- •Normalized Intelligence Data Model
- •Industry benchmark tables
- •Scoring weights and calibration data
- •Peer cohort definitions
Outputs
- 6-dimension scores (0–100 each)
- Business Impact Score™ (composite)
- Growth Readiness Score™
- Confidence scores per dimension
- Benchmark gap analysis
Opportunity Analysis
Scores are analyzed for gaps. Every gap below benchmark or below top-quartile is evaluated as an opportunity. The Economic Impact Engine™ translates each gap into a dollar range. Opportunities are categorized by type (revenue, workforce, operational) and tagged with confidence, time-to-value, and effort estimates.
Inputs
- •6-dimension scores and gap analysis
- •Revenue and cost baseline data
- •Industry conversion and performance benchmarks
- •Economic Impact Engine™ parameters
- •Time-To-Value Framework calibration
Outputs
- Categorized opportunity inventory
- Dollar-quantified impact estimates per opportunity
- Confidence scores per opportunity
- Time-to-value and effort classifications
- Opportunity Score™ (aggregate)
Recommendation Engine
All quantified opportunities are ranked by the Priority Score formula: Impact × Confidence ÷ Effort. The top 5 are selected as recommendations. Each recommendation is enriched with implementation requirements, risk factors, dependency mapping, and a first-action definition. Sensitivity analysis produces best/base/worst cases.
Inputs
- •Quantified opportunity inventory
- •Implementation complexity database
- •Resource availability and constraint data
- •Risk Intelligence™ parameters
- •Client strategic priorities overlay
Outputs
- Ranked recommendation list (top 5 + full inventory)
- Priority Scores per recommendation
- Implementation profiles (resources, timeline, dependencies)
- Sensitivity analysis (best/base/worst)
- First-action definitions per recommendation
Briefing Assembly
Recommendations, scores, forecasts, and benchmarks are assembled into the 10-slide Executive Briefing™ structure. The 90-Day Action Plan is auto-generated from implementation profiles. The template engine applies brand formatting, populates each slide's charts and tables, and produces the primary (CEO) Briefing document.
Inputs
- •Top 5 recommendations with full profiles
- •Scorecard data (all dimensions)
- •Benchmark comparison data
- •Business Impact Forecast projections
- •90-Day Action Plan template
- •Brand and formatting rules
Outputs
- Complete 10-slide Executive Briefing™ (CEO version)
- All charts, tables, and visualizations
- Executive Summary with key findings
- Decision Framework with options and trade-offs
Intelligence Data Model(IDM)
The Intelligence Data Model is the canonical schema that every upstream data source maps into. It is the contract between the assessment layer and the generation pipeline — a single source of truth from which all scores, recommendations, and briefings are derived.
Organization Profile
| Field | Type | Required | Description |
|---|---|---|---|
| orgId | UUID | REQ | Unique organization identifier |
| orgName | String | REQ | Legal entity name |
| industry | Enum | REQ | Industry classification (Healthcare, Home Services, etc.) |
| subIndustry | String | OPT | Sub-industry for benchmark granularity |
| annualRevenue | Decimal | REQ | Most recent fiscal year revenue |
| projectedRevenue | Decimal | OPT | Current-year projected revenue |
| employeeCount | Integer | REQ | Total FTE headcount |
| locationCount | Integer | REQ | Number of operating locations |
| growthStage | Enum | REQ | Startup / Growth / Mature / Decline / Turnaround |
| ownershipType | Enum | REQ | Founder / PE / VC / Public / Family |
| monthlyLeads | Integer | OPT | Average monthly inbound leads |
| avgCustomerValue | Decimal | OPT | Average lifetime or annual customer value |
Assessment Responses
| Field | Type | Required | Description |
|---|---|---|---|
| assessmentId | UUID | REQ | Unique assessment session identifier |
| orgId | UUID (FK) | REQ | Reference to Organization Profile |
| completedAt | Timestamp | REQ | Assessment completion timestamp |
| challenges | String[] | REQ | Selected organizational challenges (multi-select) |
| priorities | String[] | REQ | Ranked strategic priorities |
| desiredOutcomes | String[] | REQ | Selected desired outcomes from assessment |
| techStackMaturity | Integer (1-5) | REQ | Self-assessed technology maturity level |
| operationalMaturity | Integer (1-5) | REQ | Self-assessed operational maturity level |
| growthReadiness | Integer (1-5) | REQ | Self-assessed growth readiness |
| knownPainPoints | Text[] | OPT | Free-text pain point descriptions |
| competitorNames | String[] | OPT | Named competitors for competitive context |
Connected System Telemetry
| Field | Type | Required | Description |
|---|---|---|---|
| connectionId | UUID | REQ | Unique connection identifier |
| orgId | UUID (FK) | REQ | Reference to Organization Profile |
| systemType | Enum | REQ | CRM / ERP / Scheduling / VoIP / Financial / Marketing |
| systemName | String | REQ | Named system (Salesforce, HubSpot, etc.) |
| metrics | JSON | REQ | System-specific metric payload (schema varies by systemType) |
| dataFreshness | Timestamp | REQ | Last data sync timestamp |
| dataCompleteness | Decimal (0-100) | REQ | Percentage of expected fields populated |
| integrationHealth | Enum | REQ | Healthy / Degraded / Error / Disconnected |
Scoring Output
| Field | Type | Required | Description |
|---|---|---|---|
| scoreId | UUID | REQ | Unique score record identifier |
| assessmentId | UUID (FK) | REQ | Reference to assessment session |
| dimension | Enum | REQ | Revenue / Operations / Workforce / Customer / Technology / Growth |
| score | Integer (0-100) | REQ | Dimension score |
| confidenceScore | Integer (0-100) | REQ | Confidence in this dimension's score |
| dataQualityScore | Integer (0-100) | REQ | Quality rating of input data for this dimension |
| benchmarkValue | Integer (0-100) | REQ | Industry benchmark value for comparison |
| topQuartileValue | Integer (0-100) | REQ | Top-quartile benchmark value |
| gapToBenchmark | Integer | REQ | Score minus benchmark (negative = below, positive = above) |
| gapToTopQuartile | Integer | REQ | Score minus top quartile |
| compositeWeight | Decimal | REQ | Weight applied to this dimension in the composite score |
Opportunity Record
| Field | Type | Required | Description |
|---|---|---|---|
| opportunityId | UUID | REQ | Unique opportunity identifier |
| assessmentId | UUID (FK) | REQ | Reference to assessment session |
| category | Enum | REQ | Revenue / Workforce / Operational |
| title | String | REQ | Concise opportunity name |
| description | Text | REQ | Detailed opportunity description |
| sourceDimension | Enum | REQ | Which dimension score revealed this gap |
| estimatedImpactLow | Decimal | REQ | Conservative dollar estimate |
| estimatedImpactHigh | Decimal | REQ | Optimistic dollar estimate |
| estimatedImpactBase | Decimal | REQ | Most likely dollar estimate |
| confidenceScore | Integer (0-100) | REQ | Confidence in the impact estimate |
| timeToValue | Enum | REQ | Immediate (<30d) / ShortTerm (30-90d) / MediumTerm (90-180d) / Strategic (180d+) |
| effortLevel | Enum | REQ | Low / Medium / High / Transformational |
| implementationComplexity | Integer (1-10) | REQ | Implementation complexity score |
| priorityScore | Decimal | OPT | Computed: (impactBase × confidence) ÷ effortLevelNumeric |
Recommendation Record
| Field | Type | Required | Description |
|---|---|---|---|
| recommendationId | UUID | REQ | Unique recommendation identifier |
| opportunityId | UUID (FK) | REQ | Reference to parent opportunity |
| rank | Integer (1-5+) | REQ | Rank in the prioritized list |
| title | String | REQ | Action-oriented recommendation title |
| problemStatement | Text | REQ | The business problem this addresses |
| recommendedAction | Text | REQ | Specific, actionable recommendation |
| estimatedFinancialImpact | Decimal | REQ | 12-month projected financial impact |
| implementationCost | Decimal | REQ | Estimated implementation cost |
| roiMultiple | Decimal | REQ | Computed: financialImpact ÷ implementationCost |
| firstActionStep | Text | REQ | The very first concrete action to take |
| ownerRole | Enum | REQ | Recommended accountability owner (CEO/CFO/COO/CHRO/etc.) |
| dependencies | UUID[] | OPT | Other recommendations this one depends on |
| riskFactors | Text[] | OPT | Key risks to implementation or outcome |
| sensitivityBest | Decimal | REQ | Upside case impact |
| sensitivityWorst | Decimal | REQ | Downside case impact |
Rules That GovernEvery Output
The Executive Briefing Generator™ is deterministic, not probabilistic. Every scoring decision, ranking choice, narrative framing, and stakeholder adaptation is governed by explicit business rules. No black box. Every output is traceable to its input and its rule.
Scoring Rules
Weighted Composite
Business Impact Score™ = Σ(dimensionScore × dimensionWeight). Weights are industry-calibrated: Revenue (0.25), Operations (0.20), Workforce (0.20), Customer (0.15), Technology (0.10), Growth (0.10). Weights shift by growth stage.
Confidence Floor
Any dimension with data completeness below 40% is flagged. Scores derived from <40% complete data carry a confidence penalty of −15 points and are annotated with 'Low Confidence — Verify Before Acting'.
Benchmark Selection
Benchmarks are matched on: Industry × Revenue Band × Growth Stage. Minimum 30 organizations per cohort. Cohorts below 30 expand to adjacent revenue bands until the threshold is met.
Trend Adjustment
If prior assessment data exists, score movement (Δ) is calculated. Positive trend (+5+ points) earns a green arrow. Negative trend (−5+ points) earns a red arrow. Stable (±4 points) earns a gray dash.
Score Classification
0–40 = Foundational (red), 41–60 = Developing (amber), 61–80 = Optimized (blue), 81–100 = High Performing (emerald). Classification drives the tone of the Executive Summary.
Opportunity Quantification Rules
Gap-to-Opportunity Translation
A dimension gap of X points below benchmark is monetized using industry-specific revenue-per-point tables. Example: In Home Services, each point below benchmark on Revenue Performance ≈ $X in missed revenue per $1M of current revenue.
Minimum Impact Threshold
Opportunities with estimated annual impact below $10,000 are suppressed from the Briefing (retained in the full inventory but not presented to executives). Threshold is configurable by organization size.
Confidence-Gated Presentation
Opportunities with confidence <40% appear only in the appendix with a 'Requires Validation' flag. Opportunities with confidence 40–70% appear with explicit confidence ranges. Opportunities with confidence >70% appear with point estimates.
Category Assignment
Revenue: gaps in Revenue Performance, lead conversion, response time, missed interactions. Workforce: gaps in Workforce Performance, revenue per employee, turnover. Operational: gaps in Operations, Customer Experience, cycle times.
Duplicate Deduplication
If two opportunities share >80% overlap in source dimension and estimated impact, they are merged. The higher-confidence estimate is retained; the lower is noted in the opportunity detail as a corroborating signal.
Recommendation Engine Rules
Priority Score Formula
Priority = (Impact_Base × Confidence_Score) ÷ (Effort_Numeric × 10). Effort: Low=3, Medium=5, High=8, Transformational=10. This weights high-impact, high-confidence, low-effort opportunities to the top.
Top-5 Selection
The top 5 by Priority Score are promoted to the Briefing. If fewer than 5 opportunities exist with confidence >40%, the threshold is lowered to 30% with a prominent 'Verify Before Committing' annotation.
Diversity Constraint
The top 5 must include at least one recommendation from at least two categories (Revenue, Workforce, Operational). If the pure Priority Score ranking would produce all five from a single category, the 5th slot is replaced by the highest-ranked opportunity from an unrepresented category.
Implementation Sequencing
Recommendations with no dependencies are flagged 'Parallel-Ready.' Recommendations with dependencies are sequenced after their dependencies. The 90-Day Plan respects this dependency graph.
First-Action Generation
Each recommendation's first action is templated: 'Within [7] days, [Owner Role] will [Concrete Verb] [Specific Deliverable] to [Measurable Outcome].' Template is filled from the recommendation record.
Briefing Assembly Rules
Executive Summary Auto-Generation
The Executive Summary is assembled from: (1) Business Impact Score™ classification statement, (2) top opportunity with dollar range, (3) most critical risk with mitigation, (4) recommended next action. Four paragraphs, templated, filled from data.
Chart Selection Logic
≥5 data points → bar chart. ≤4 data points with comparison → radar chart. Time series → line chart. Part-to-whole → donut or waterfall. 2-variable comparison → scatter/bubble. Selection is rule-based, not model-chosen.
Tone Calibration
Score classification drives tone: Foundational → 'Urgent — Significant Value at Risk.' Developing → 'Substantial Opportunity — Clear Path Forward.' Optimized → 'Strong Foundation — Optimization Opportunity.' High Performing → 'Market Leader — Protect and Extend.'
Narrative Template Population
Each slide's narrative text follows a template with [BRACKETED] variables populated from the data model. Slide 7 (Recommendations) template: '[Rank]. [Title] — addressing [Problem] — expected to generate [$X] in 12-month impact with [Y%] confidence. First action: [First Step].'
Confidence Propagation
Every number in the Briefing inherits the confidence score of its source. Aggregate numbers (total projected impact) use a weighted confidence: Σ(impact_i × confidence_i) ÷ Σ(impact_i). Confidence ranges widen when propagating through multiple stages.
Stakeholder Adaptation Rules
Slide Reordering
CEO version follows the standard 1–10 sequence. CFO version reorders: 3 (Revenue) → 8 (Forecast) → 6 (Benchmarks) → 7 (Recommendations) → 1 (Summary). COO version leads with 5 (Operations) → 9 (90-Day Plan). CHRO leads with 4 (Workforce) → 9 (90-Day Plan). PE Partner leads with 8 (Forecast) → 6 (Benchmarks) → 3 (Revenue).
Metric Emphasis
Each stakeholder version highlights different metrics from the same data. CEO: Enterprise Value Impact. CFO: EBITDA Impact + ROI Multiple. COO: Cycle Time Reduction + Capacity Created. CHRO: Workforce Score + Retention Risk. PE: Value Creation Timeline + Exit Readiness.
Narrative Rewriting
The same recommendation is rewritten per stakeholder. Example: 'Deploy AI Receptionist' → CEO: 'Accelerate revenue capture' / CFO: '$X EBITDA at Y× ROI' / COO: 'Automate Z hours/week of call handling' / CHRO: 'Create capacity equivalent to 2.3 FTE' / PE: 'Value creation lever: $X enterprise value.'
Visual Substitution
Charts are substituted based on stakeholder preference. CEO retains executive scorecard and risk heat map. CFO gets waterfall charts and sensitivity tables. COO gets process diagrams and Gantt charts. CHRO gets org charts and capacity heat maps. PE Partner gets value creation bridges and timeline comparisons.
Decision Framework Customization
The Decision Framework (Slide 10) is adapted per stakeholder. CEO: strategic options with enterprise value implications. CFO: investment options with risk-adjusted returns. COO: sequencing options with resource trade-offs. CHRO: workforce options with capability implications. PE: hold-period options with IRR projections.
How the BriefingGets Assembled
The generation pipeline runs in a deterministic sequence. Each step produces artifacts consumed by subsequent steps. The pipeline is idempotent — running the same assessment data through the same rules always produces the same Briefing.
Validate & Enrich
All assessment data is validated against the Intelligence Data Model schema. Missing fields are flagged with data quality scores. Connected system telemetry is normalized into the standard metric schema. Industry benchmarks are loaded for the matched cohort. The enriched IDM instance is the input to all downstream processing.
Score All Dimensions
The Scoring Engine™ computes scores for each of the six dimensions using weighted formulas. Each score is compared against the matched benchmark cohort. Gaps are computed. Confidence scores are assigned based on data completeness and quality. The Business Impact Score™ is computed as the weighted composite. Score classifications are assigned per dimension.
Identify & Quantify Opportunities
Every dimension gap below benchmark is evaluated for opportunity potential. The Economic Impact Engine™ translates each gap into a dollar range using industry-specific monetization tables. Opportunities are categorized (Revenue / Workforce / Operational), deduplicated, and filtered by the minimum impact threshold. The Opportunity Score™ is computed as the aggregate of all quantified opportunities.
Rank & Recommend
The Recommendation Engine™ computes Priority Scores for every opportunity using the formula: (Impact_Base × Confidence) ÷ (Effort_Numeric × 10). Opportunities are sorted by Priority Score. The diversity constraint is applied to ensure category representation. The top 5 are promoted to recommendations. Each recommendation is enriched with implementation profiles, first actions, risk factors, and sensitivity analysis.
Forecast Impact
The Business Impact Forecast is computed by aggregating the top-5 recommendations' financial projections. Implementation costs are subtracted. The Enterprise Value Engine™ computes the enterprise value impact using the organization's revenue multiple or industry-standard multiple. Sensitivity analysis produces best/base/worst cases. Confidence fan charts are generated from the weighted confidence propagation formula.
Assemble 90-Day Plan
The 90-Day Action Plan is generated from the recommendation dependency graph and implementation profiles. Recommendations without dependencies are scheduled for Weeks 1–4. Dependent recommendations are sequenced after their prerequisites. Success criteria are templated from the recommendation's measurable outcome field. Decision gates are placed at Day 30, 60, and 90. Owner assignments are drawn from the ownerRole field.
Render Briefing (CEO)
All generated artifacts are assembled into the 10-slide Executive Briefing™ template. The template engine populates each slide's charts (using chart selection rules), tables, narrative text (using narrative templates), and the Executive Summary. Brand formatting is applied. The CEO version is rendered as the primary Briefing document.
Adapt for Stakeholders
The CEO Briefing is transformed into four additional stakeholder versions using the stakeholder adaptation rules. Slide reordering, metric emphasis, narrative rewriting, visual substitution, and decision framework customization are applied per stakeholder. Each version is rendered as a standalone Briefing document. All five versions share the same underlying data — only the presentation differs.
What Gets Delivered.And How.
The Executive Briefing Generator™ produces five stakeholder-specific Briefing documents from one assessment. Each is delivered as a standalone, board-ready document with consistent formatting, traceable provenance, and an audit trail linking every number back to its source.
Output Package Manifest
Standard 10-slide sequence. Enterprise value framing. Board-ready.
Reorder: Revenue → Forecast → Benchmarks → Recs → Summary. Financial model emphasis.
Reorder: Operations → 90-Day Plan. Process diagrams. Gantt charts.
Reorder: Workforce → 90-Day Plan. Capacity heat maps. Org structure views.
Reorder: Forecast → Benchmarks → Revenue. Value creation timeline. Exit narrative.
Machine-readable audit trail. Every score, gap, recommendation, and forecast traced to its source data and applied rule.
Full quantified opportunity inventory (all opportunities, not just top 5). For analyst review.
Complete normalized IDM export. For integration with other systems or custom analysis.
Quality Gates — Before Any Briefing Is Delivered
Data Completeness
Check: All required IDM fields populated. Completeness ≥ 80% per dimension before scoring proceeds.
Action: Below 80%: flag for manual review. Below 60%: block generation. Return missing-data report to assessment layer.
Score Coherence
Check: No dimension score deviates by more than 30 points from the unweighted mean of other dimensions without a documented reason.
Action: Flag the outlier dimension for analyst review. Include an 'Outlier Note' in the Executive Summary if the score is confirmed valid.
Benchmark Validity
Check: Matched benchmark cohort contains ≥ 30 organizations. Revenue band is within ±25% of the assessed organization's revenue.
Action: Below 30: expand cohort. Outside ±25% revenue: flag and note that benchmarks may not be perfectly matched.
Opportunity Coverage
Check: At least one opportunity identified in each of the three categories (Revenue, Workforce, Operational).
Action: Missing category: flag and note 'No [Category] opportunities met the minimum impact threshold.' Generate anyway with annotation.
Confidence Range
Check: Aggregate confidence score (weighted) ≥ 50%. Top recommendation confidence ≥ 60%.
Action: Below 50% aggregate: add 'Wide Confidence Ranges — Verify Before Major Commitment' banner to Executive Summary.
Human Review
Check: Every Briefing is reviewed by a TELEGENT AI analyst before delivery. The analyst validates: Executive Summary tone, top recommendation relevance, benchmark cohort match, outlier handling.
Action: Analyst can adjust tone, suppress low-confidence findings, add context, or return to a prior stage for recalibration. All adjustments are logged.
Assessment Complete.Briefing Delivered.
The Executive Briefing Generator™ converts the time between "assessment complete" and "briefing delivered" from days to minutes. One data source. Five engines. Ten slides. Five stakeholder versions. Zero manual assembly.
Current Status: Architecture designed. Pipeline specified. Rules defined. Implementation in progress.
