technical-to-business-translator
When to use
When technical output (model results, statistical tests, query findings) needs to be understood by a business audience. Also use to review your own writing before sending — it is easy to slip into jargon without noticing.
Process
- Detect jargon — run
scripts/jargon_detector.pyon the draft text to flag technical terms that need translation. - Score readability — run
scripts/readability_scorer.pyto get Flesch-Kincaid grade level and sentence complexity metrics; target ≤ grade 10 for executive audiences. - Identify the audience persona — use
references/stakeholder_personas.mdto select the persona that best matches your reader; each persona has vocabulary preferences and typical questions. - Apply translation patterns — use
references/translation_pattern_library.mdto swap technical language for business equivalents (e.g., "p-value < 0.05" → "we're 95% confident this isn't random chance"). - Replace with metaphors where needed — for complex statistical concepts, pick an appropriate metaphor from
references/metaphor_bank.md. - Draft the translated version — use
assets/translation_template.mdto produce the parallel technical/business version; keep the original in an appendix for technical reviewers.
Inputs the skill needs
- Draft technical text or findings
- Target audience role (VP, product manager, operations, finance, etc.)
Output
More from nimrodfisher/data-analytics-skills
funnel-analysis
Conversion funnel analysis with drop-off investigation. Use when analyzing multi-step processes, identifying conversion bottlenecks, comparing segments through a funnel, or optimizing user journeys.
45executive-summary-generator
Create concise executive summaries from detailed analysis. Use when preparing board decks, executive briefings, or condensing complex analysis into decision-ready formats for senior audiences.
41insight-synthesis
Transform data findings into compelling insights. Use when converting analysis results into actionable insights, connecting findings to business impact, or preparing insights for stakeholder communication.
41data-narrative-builder
Build compelling data-driven narratives. Use when presenting analysis results, creating stakeholder reports, or transforming a set of findings into a story that drives a specific decision or action.
40data-quality-audit
Comprehensive data quality assessment against business rules, schema constraints, and freshness expectations. Activate when validating data pipeline outputs before production use, auditing a dataset against defined business rules, or producing a quality scorecard for a data asset.
39time-series-analysis
Temporal pattern detection and forecasting. Use when analyzing trends over time, detecting seasonality, identifying anomalies in time series, or building simple forecasting models for planning.
39