Awesome-Agent-Skills-for-Empirical-Research science-communication
git clone https://github.com/brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research
T=$(mktemp -d) && git clone --depth=1 https://github.com/brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/17-DAAF-Contribution-Community-daaf/dot-claude/skills/science-communication" ~/.claude/skills/brycewang-stanford-awesome-agent-skills-for-empirical-research-science-communica && rm -rf "$T"
skills/17-DAAF-Contribution-Community-daaf/dot-claude/skills/science-communication/SKILL.mdScience Communication
Translating technical data science findings for non-technical audiences. Covers audience analysis, narrative frameworks (Pyramid Principle, SCQA, AIDA), plain-language translation, executive summaries, policy briefs, causal language guidance, hedging and uncertainty communication, and accessibility standards. Complements data-scientist visualization references — handles what story to tell and to whom, not how to build charts. Use when presenting findings to stakeholders, writing executive summaries or policy briefs, communicating statistical results to non-statisticians, or reviewing a draft deliverable for clarity and audience fit.
Guidance for translating rigorous data science work into clear, compelling communication for non-technical audiences. This skill is additive to data-scientist's visualization references — it covers what story the chart tells and to whom, not how to build the chart.
Boundary with data-scientist: The data-scientist skill handles chart construction, encoding, color palettes, and export standards. This skill handles audience adaptation, narrative structure, plain-language translation, deliverable formatting, and communication quality review.
How to Use This Skill
Reference File Structure
| File | Purpose | When to Read |
|---|---|---|
| Five audience types with strategy tables | Identifying who you're writing for |
| Six narrative structures with selection guide | Choosing how to structure your story |
| Jargon translation, hedging, uncertainty, causal language | Writing findings in accessible language |
| Executive summary, policy brief, presentation, talking points | Formatting a specific deliverable type |
| 10-point checklist, common pitfalls, seven deadly sins | Reviewing a deliverable before finalization |
| WCAG standards, people-first language, equity-aware framing | Ensuring inclusive, accessible communication |
Reading Order
- Writing a report or brief? Start with
, thenaudience-analysis.md
, thennarrative-frameworks.mddeliverable-templates.md - Translating technical findings? Read
firstplain-language.md - Reviewing a draft? Go straight to
communication-review.md - Concerned about equity or accessibility? Read
accessibility-equity.md
Quick Decision Trees
"Who am I writing for?"
Identifying your audience? ├─ Academic researchers or peer reviewers │ └─ ./references/audience-analysis.md (Academic section) ├─ Policymakers or legislative staff │ └─ ./references/audience-analysis.md (Policy section) ├─ Executives or board members │ └─ ./references/audience-analysis.md (Executive section) ├─ General public or community members │ └─ ./references/audience-analysis.md (Public section) ├─ Journalists or media │ └─ ./references/audience-analysis.md (Media section) └─ Mixed or unclear audience └─ ./references/audience-analysis.md (Assessment checklist)
"How should I structure this?"
Choosing a narrative structure? ├─ Need to deliver a recommendation quickly │ └─ Pyramid Principle → ./references/narrative-frameworks.md ├─ Framing a problem that needs solving │ └─ SCQA → ./references/narrative-frameworks.md ├─ Walking through a discovery journey │ └─ Three-Act Data Story → ./references/narrative-frameworks.md ├─ Translating findings into action │ └─ "So What?" Framework → ./references/narrative-frameworks.md ├─ Presenting data with narrative and visuals together │ └─ Data-Narrative-Visual Triad → ./references/narrative-frameworks.md ├─ Persuading stakeholders to act │ └─ AIDA → ./references/narrative-frameworks.md └─ Not sure which to use └─ Selection guide table → ./references/narrative-frameworks.md
"How do I say this in plain language?"
Translating technical language? ├─ Statistical jargon (p-value, confidence interval, etc.) │ └─ Jargon translation table → ./references/plain-language.md ├─ Expressing how certain you are │ └─ Hedging language scale → ./references/plain-language.md ├─ Using calibrated uncertainty terms │ └─ IPCC uncertainty framework → ./references/plain-language.md ├─ Describing causal vs correlational findings │ └─ Causal language guide → ./references/plain-language.md ├─ General readability improvement │ └─ Reading level guidance → ./references/plain-language.md └─ Replacing formal/bureaucratic words └─ Word replacement list → ./references/plain-language.md
"What format should this take?"
Choosing a deliverable format? ├─ One-page summary for decision makers │ └─ Executive summary → ./references/deliverable-templates.md ├─ Informing policy decisions │ └─ Policy brief → ./references/deliverable-templates.md ├─ Presenting to a room │ └─ Stakeholder presentation → ./references/deliverable-templates.md ├─ Talking to a journalist │ └─ Media talking points → ./references/deliverable-templates.md └─ Full research report └─ (Use REPORT_TEMPLATE.md from agent_reference/)
"Is this ready to share?"
Reviewing before finalization? ├─ Comprehensive quality check │ └─ 10-point checklist → ./references/communication-review.md ├─ Statistical interpretation errors │ └─ Seven deadly sins → ./references/communication-review.md ├─ Common communication pitfalls │ └─ Pitfall catalog → ./references/communication-review.md ├─ Accessibility compliance │ └─ WCAG checklist → ./references/accessibility-equity.md └─ Equity and framing review └─ Do No Harm checklist → ./references/accessibility-equity.md
The Communication Gap
Research findings fail to reach their audience not because they lack rigor, but because they lack translation. The core challenge is bridging two worlds:
| Researcher Instinct | Audience Need |
|---|---|
| Lead with methodology | Lead with the finding |
| Hedge everything | State what you know, clearly |
| Use precise technical language | Use familiar words |
| Present all caveats upfront | Present the insight, then appropriate caveats |
| Show comprehensive data | Show the data that answers the question |
| Write for peer reviewers | Write for the person making a decision |
The AAAS communication framework captures this as Goal → Audience → Message: define your purpose first, identify who can act on it, then craft language for that specific reader. This inverts the typical scientific structure where content comes first and audience comes last.
Core Principles
-
Audience determines everything. The same finding requires different structure, vocabulary, detail level, and uncertainty communication for each audience type. Always identify your audience before drafting.
-
Lead with the "so what." In scientific communication, conclusions come last. In stakeholder communication, the bottom line comes first. The reader's time and attention are scarce — earn continued reading with immediate relevance.
-
Translate, don't simplify. Plain language is not dumbing down. It is precise communication calibrated to the reader's vocabulary. A well-translated finding preserves its meaning while making it accessible.
-
Show uncertainty honestly. Hedging is not weakness — it is intellectual honesty. But hedge appropriately: too much hedging obscures the finding; too little overstates the evidence. Match your language to your inferential capacity.
-
Every deliverable gets reviewed. Use the 10-point communication checklist before sharing anything. Communication errors — jargon leakage, causal overclaiming, missing the "so what" — are as consequential as analytical errors.
-
Equity is not optional. How you frame data about people reflects values. People-first language, equity-aware color choices, inclusive framing, and accessible design are baseline requirements, not enhancements.
Topic Index
| Topic | Reference File |
|---|---|
| Academic audience strategy | |
| Policy audience strategy | |
| Executive audience strategy | |
| Public audience strategy | |
| Media audience strategy | |
| Audience assessment checklist | |
| Pyramid Principle | |
| SCQA framework | |
| Three-Act Data Story | |
| "So What?" framework | |
| Data-Narrative-Visual Triad | |
| AIDA framework | |
| Framework selection guide | |
| Jargon translation table | |
| Reading level guidance | |
| Hedging language scale | |
| IPCC calibrated uncertainty | |
| Causal vs correlational language | |
| Word replacement list | |
| Executive summary template | |
| Policy brief template | |
| Stakeholder presentation template | |
| Media talking points template | |
| 10-point communication checklist | |
| Seven deadly sins of statistics | |
| Communication pitfall catalog | |
| WCAG data communication standards | |
| People-first language | |
| Do No Harm principles | |
| Alt text guidance | |
| Colorblind-safe communication | |
| Multi-format presentation | |
| Mixed audience strategies | |
| Cross-audience comparison table | |
| Tone and register by audience | |
| Combining frameworks | |
| Framework-to-deliverable matching | |
| Hedging anti-patterns | |
| Number formatting standards | |
| Domain-specific jargon guidance | |
| How to distill long reports | |
| Cross-deliverable consistency | |
| Pre-release review protocol | |
| Comprehensive accessibility checklist | |
| Stereotype-aware color choices | |
| Evolving terminology guidance | |
| Identity-first vs people-first language | |
Citation Responsibility
When reporting standards or communication frameworks from this skill shape how findings are presented in a DAAF report (causal language guidelines, uncertainty frameworks, equity-sensitive visualization principles), the report-writer includes the relevant citation in the report's Reporting Standards references section.
Each citation must include a brief rationale explaining why it is included.
For the master citation index and inclusion thresholds, consult
agent_reference/CITATION_REFERENCE.md.