impactful-writing
Write clear, emotionally resonant, and well-structured content that readers remember and act upon. Use when writing or editing any text—Twitter posts, articles, documentation, emails, comments, updates—for maximum clarity, engagement, and impact.
What this skill does
# Impactful Writing
## Overview
Transform any content into clear, memorable, and actionable text using research-backed principles that work across all platforms and contexts. This skill synthesizes 50+ years of readability research, neuroscience of memory, and platform engagement studies into practical techniques.
**Core insight**: The same psychological principles drive engagement everywhere—clarity reduces cognitive load, specificity creates memory, and structure enables scanning. Master these universal patterns and apply them to any writing context.
## When to Use This Skill
- Writing or editing Twitter/X posts, threads, or social content
- Creating blog posts, Medium articles, or long-form content
- Drafting documentation, README files, or technical writing
- Composing emails, Slack messages, or professional communication
- Writing GitHub comments, PR descriptions, or code reviews
- Creating update messages, announcements, or change logs
- Editing any existing content for clarity and impact
## Universal Writing Principles
These evidence-based principles work across all platforms and contexts.
### 1. Clarity Through Simplicity
**Sentence length determines comprehension:**
- 14 words: 90%+ reader comprehension
- 25 words: Difficulty begins
- 43 words: <10% comprehension
**Target: 15-20 words average, 25 words maximum per sentence.**
**Word choice matters:**
- Simple words process 76% faster than jargon
- Active voice processes 15-20% faster than passive
- Concrete beats abstract (activates sensory brain regions)
### 2. Structure for Scanning
**79% of readers scan rather than read.** Design for this reality:
- Front-load key information (inverted pyramid)
- Use descriptive headings every 3-4 paragraphs
- Keep paragraphs to 3-5 sentences maximum
- Use bullet points for 3+ related items
- Optimal line length: 50-75 characters
### 3. Emotional Resonance
**Stories trigger oxytocin release**, enabling empathy and memory formation:
- Open with a hook (question, surprising fact, brief story)
- Use sensory, concrete language
- Create curiosity gaps (specific questions readers want answered)
- Close with memorable takeaways (recency effect)
### 4. Specificity Over Abstraction
Specific details outperform vague statements:
- "45% increase" beats "significant growth"
- "in 5 minutes" beats "quickly"
- "10 ways" beats "several ways"
- Concrete examples beat abstract explanations
## Quick Start Workflow
### Writing New Content
1. **Define the core message** in one sentence
2. **Open with a hook** (question, fact, or story)
3. **Structure with headings** for scannability
4. **Use short sentences** (15-20 words average)
5. **Close with clear takeaway** or call-to-action
### Editing Existing Content
1. **Read aloud** to identify awkward passages
2. **Cut word count** by 10-30% without losing meaning
3. **Convert passive to active** voice
4. **Replace jargon** with simple words
5. **Add structure** (headings, bullets, white space)
## Platform-Specific Guidance
### Twitter/X Posts
- **Optimal length**: 71-100 characters for engagement
- **Hook in first line**: Must capture in 3 seconds
- **Use numbers**: "10 lessons" outperforms "lessons learned"
- **Thread structure**: Each tweet must stand alone AND connect
Example transformation:
```
Before: "I learned a lot from this experience and want to share some thoughts"
After: "5 hard lessons from shipping 10,000 lines of code in 48 hours:"
```
### Blog Posts / Articles
- **Optimal reading time**: 7-10 minutes
- **Headings**: Every 300-500 words
- **First paragraph**: Must deliver the promise
- **Conclusion**: Summarize key points, provide clear next step
### Technical Documentation
- **Lead with the goal**: What will the reader accomplish?
- **Show, don't tell**: Working code examples beat explanations
- **Progressive disclosure**: Basic → Advanced
- **Consistent terminology**: One term per concept
### Professional Communication (Email/Slack)
- **Subject lines**: Specific over clever ("Q4 Report Draft" > "Quick update")
- **One topic per message**: Increases response rate
- **Front-load action items**: Don't bury the ask
- **Keep to half-page maximum**: Longer = lower read rate
### GitHub Comments / PR Descriptions
- **Start with context**: What problem does this solve?
- **Use bullet lists**: For changes, decisions, trade-offs
- **Include "why"**: Reasoning > description
- **Be direct but kind**: Critique code, not people
## The Revision Checklist
Use this checklist for any content revision:
```
Clarity Pass:
- [ ] Average sentence length < 20 words
- [ ] No sentence > 30 words
- [ ] Passive voice < 10% of sentences
- [ ] Jargon replaced with simple alternatives
Structure Pass:
- [ ] Opening hook captures attention
- [ ] Key message in first paragraph
- [ ] Headings every 3-4 paragraphs (for longer content)
- [ ] Bullet points for lists of 3+ items
- [ ] Clear call-to-action or takeaway at end
Conciseness Pass:
- [ ] Removed "very," "really," "quite," "just"
- [ ] Replaced multi-word phrases with single words
- [ ] Deleted redundant explanations
- [ ] Cut 10-30% from original word count
```
## Word Reduction Patterns
Common phrases to simplify:
| Wordy | Concise |
|-------|---------|
| due to the fact that | because |
| in order to | to |
| at this point in time | now |
| in the event that | if |
| with regard to | about |
| a large number of | many |
| in spite of the fact that | although |
| for the purpose of | to |
Complex words to simplify:
| Complex | Simple |
|---------|--------|
| utilize | use |
| commence | start |
| terminate | end |
| demonstrate | show |
| facilitate | help |
| subsequent | later |
| approximately | about |
| endeavor | try |
## Hook Patterns That Work
### Question Hook
Opens with a question the reader wants answered:
```
"What if everything you knew about productivity was wrong?"
```
### Statistic Hook
Opens with surprising data:
```
"90% of visitors who read your headline also read your CTA—yet most writers spend 10x more time on body copy."
```
### Story Hook
Opens with a brief narrative:
```
"At 3 AM, with the deploy failing for the sixth time, I realized the bug wasn't in the code."
```
### Declarative Hook
Opens with a bold statement:
```
"Most advice about writing is wrong. Here's what actually works."
```
### Contradiction Hook
Challenges an assumption:
```
"The best writers don't write more. They delete more."
```
## Memory and Impact Principles
Content that sticks follows these patterns:
### Serial Position Effect
- **First items**: ~70% recall (primacy)
- **Last items**: ~60% recall (recency)
- **Middle items**: ~40% recall
**Implication**: Put most important points first and last.
### Prediction Errors
Violated expectations create distinctive memories:
```
Before: "The meeting went exactly as planned."
After: "The meeting started with our CEO apologizing. In 15 years, I'd never seen that."
```
### Sensory Language
Activates multiple brain regions:
```
Before: "The code was messy."
After: "The code sprawled like tangled Christmas lights—one pull and everything breaks."
```
## Common Anti-Patterns
### Over-Explaining
**Problem**: Explaining what readers already know
**Fix**: Assume intelligence, provide only new information
### Buried Lede
**Problem**: Key point in paragraph 3
**Fix**: Move conclusion to opening, support with details
### Wall of Text
**Problem**: Dense paragraphs without visual breaks
**Fix**: Add headings, bullets, white space
### Passive Avoidance
**Problem**: "Mistakes were made" (who made them?)
**Fix**: "The team missed the deadline" (clear ownership)
### Jargon Cascade
**Problem**: "We synergized cross-functional paradigms"
**Fix**: "We got the teams to work together"
## Proven Content Frameworks
### AIDA (Attention → Interest → Desire → Action)
Classic persuasion structure that works for any content with a goal:
```
Attention: "Most developers waste 3 hours/day on preventable bugs."
InterRelated in Data & Analytics
clawarr-suite
IncludedComprehensive management for self-hosted media stacks (Sonarr, Radarr, Lidarr, Readarr, Prowlarr, Bazarr, Overseerr, Plex, Tautulli, SABnzbd, Recyclarr, Unpackerr, Notifiarr, Maintainerr, Kometa, FlareSolverr). Deep library exploration, analytics, dashboard generation, content management, request handling, subtitle management, indexer control, download monitoring, quality profile sync, library cleanup automation, notification routing, collection/overlay management, and media tracker integration (Trakt, Letterboxd, Simkl).
querying-soql
IncludedSOQL query generation, optimization, and analysis with 100-point scoring. Use this skill when the user needs SOQL/SOSL authoring or optimization: natural-language-to-query generation, relationship queries, aggregates, query-plan analysis, and performance or safety improvements for Salesforce queries. TRIGGER when: user writes, optimizes, or debugs SOQL/SOSL queries, touches .soql files, or asks about relationship queries, aggregates, or query performance. DO NOT TRIGGER when: bulk data operations (use handling-sf-data), Apex DML logic (use generating-apex), or report/dashboard queries.
app-store-optimization
IncludedApp Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes.
habit-flow
IncludedAI-powered atomic habit tracker with natural language logging, streak tracking, smart reminders, and coaching. Use for creating habits, logging completions naturally ("I meditated today"), viewing progress, and getting personalized coaching.
app-store-optimization
IncludedApp Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes.
visualizing-data
IncludedBuilds dashboards, reports, and data-driven interfaces requiring charts, graphs, or visual analytics. Provides systematic framework for selecting appropriate visualizations based on data characteristics and analytical purpose. Includes 24+ visualization types organized by purpose (trends, comparisons, distributions, relationships, flows, hierarchies, geospatial), accessibility patterns (WCAG 2.1 AA compliance), colorblind-safe palettes, and performance optimization strategies. Use when creating visualizations, choosing chart types, displaying data graphically, or designing data interfaces.