Distill blog posts, articles, or long-form content into clear, structured outlines that capture the key points, arguments, and organization. Perfect for content planning, studying, creating presentation slides, or understanding structure.
Converts blog posts and long-form content into structured outlines with hierarchical organization and key points.
/plugin marketplace add danielrosehill/writing-editing-plugin/plugin install security-checkup@danielrosehillformat-conversion/Distill blog posts, articles, or long-form content into clear, structured outlines that capture the key points, arguments, and organization. Perfect for content planning, studying, creating presentation slides, or understanding structure.
Take the user's blog post and convert it into a well-organized outline that:
Extract:
Use standard outline formatting:
# Main Title / Topic
## I. First Major Section
A. Primary point
1. Supporting detail
2. Supporting detail
B. Secondary point
1. Supporting detail
## II. Second Major Section
A. Primary point
B. Secondary point
1. Supporting detail
2. Supporting detail
a. Sub-detail
b. Sub-detail
## III. Conclusion / Summary
A. Key takeaway
B. Call to action
Or use markdown-style:
# Main Title
## Section One
- Main point
- Supporting detail
- Example
- Second point
- Detail
## Section Two
- Main point
- Sub-point
- Detail
From paragraphs to bullets:
Blog post:
The first step in optimizing your development workflow is implementing continuous integration. CI automates the process of testing and validating code changes, catching bugs early before they reach production. Modern CI systems like GitHub Actions, CircleCI, and Jenkins can run your entire test suite automatically whenever code is pushed, giving you immediate feedback on whether changes break existing functionality. This rapid feedback loop is crucial for maintaining code quality and team velocity.
Outline:
## Optimizing Development Workflow
### I. Implement Continuous Integration (CI)
A. Automates testing and validation
B. Catches bugs before production
C. Tools: GitHub Actions, CircleCI, Jenkins
D. Benefits
1. Immediate feedback on code changes
2. Maintains code quality
3. Improves team velocity
Condensing examples:
Extracting arguments:
Choose the appropriate format based on purpose:
A. Topic Outline (uses phrases, no complete sentences)
## Improving Team Communication
- Challenges in remote work
- Time zone differences
- Lack of informal interaction
- Solutions
- Async communication tools
- Regular video check-ins
- Documentation culture
B. Sentence Outline (complete sentences for each point)
## Improving Team Communication
- Remote work creates communication challenges
- Time zones make synchronous meetings difficult
- Teams lose informal "water cooler" conversations
- Several solutions address these challenges
- Async tools allow flexible communication
- Regular video calls maintain connection
- Strong documentation reduces dependency on meetings
C. Concept Map Outline (shows relationships)
Team Communication
├── Problems
│ ├── Remote challenges
│ └── Tool fragmentation
├── Solutions
│ ├── Technology (Slack, Zoom)
│ └── Processes (documentation)
└── Results
├── Better alignment
└── Higher productivity
D. Presentation Outline (formatted for slides)
Slide 1: Title - "Improving Team Communication"
Slide 2: The Problem
• Remote work communication challenges
• Tool overload and fragmentation
• Lost context and alignment
Slide 3: Solution - Tools
• Async: Slack, Notion
• Sync: Zoom, Teams
• Documentation: Confluence, Wiki
Slide 4: Solution - Processes
• Daily async stand-ups
• Weekly team syncs
• Documentation-first culture
Slide 5: Results
• 40% reduction in meetings
• Faster onboarding
• Better team alignment
✓ Main arguments and claims ✓ Key supporting evidence (data, examples) ✓ Important definitions or concepts ✓ Action items or recommendations ✓ Significant examples or case studies (summarized) ✓ Structural transitions (how sections connect)
✗ Narrative fluff and throat-clearing ✗ Redundant explanations ✗ Extended anecdotes (keep one-line summary if important) ✗ Rhetorical flourishes ✗ Transitional prose ✗ Repetitive examples ✗ Purely atmospheric writing
Blog post lists often translate directly:
The three pillars of DevOps are:
1. Automation
2. Collaboration
3. Continuous improvement
Outline:
### Three Pillars of DevOps
1. Automation
2. Collaboration
3. Continuous improvement
Preserve step-by-step instructions:
## How to Set Up CI/CD
1. Choose CI platform (GitHub Actions, CircleCI)
2. Create configuration file
a. Define build steps
b. Set up test runners
c. Configure deployment
3. Test the pipeline
4. Monitor and iterate
Use tables or parallel structure:
## Tool Comparison
### Asana
- Strengths: Complex projects, dependencies
- Weaknesses: Learning curve
- Best for: Large teams
### Trello
- Strengths: Visual, simple
- Weaknesses: Limited features
- Best for: Small teams, visual thinkers
High-level outline (skim/overview):
Medium outline (standard):
Detailed outline (comprehensive):
Blog Post Excerpt:
# Why Your Team Needs Better Documentation
Every developer has been there: you join a new project, and the only documentation is a README that says "See John for questions"—but John left the company six months ago. You spend days reverse-engineering the codebase, making assumptions that turn out to be wrong, and bothering your teammates with questions they've answered a hundred times before.
Good documentation isn't just nice to have; it's a force multiplier for your team. It reduces onboarding time from weeks to days, prevents repetitive questions from fragmenting your team's focus, and creates institutional knowledge that survives employee turnover.
The key is making documentation a first-class part of your workflow, not an afterthought. Here's how to build a documentation culture that actually works...
Outline:
# Building a Documentation Culture
## I. The Problem
A. Poor documentation is common
- Example: "Ask John" (who left months ago)
B. Consequences
1. Slow onboarding (weeks instead of days)
2. Wasted time reverse-engineering
3. Repetitive questions interrupt work
4. Knowledge loss when people leave
## II. Benefits of Good Documentation
A. Team force multiplier
B. Faster onboarding
C. Reduced interruptions
D. Preserved institutional knowledge
## III. Implementation Strategy
[To be filled from subsequent content]
A. Make documentation first-class
B. Integrate into workflow
C. ...
Provide:
When providing content, optionally specify:
Share the blog post content you'd like to convert into an outline.