This skill should be used when the user says "summarize this note", "progressive summarization", "distill this", "bold the key points", "highlight the important parts", "executive summary", "layer 2", "layer 3", "layer 4", "make this scannable", "TL;DR this article", "distill my notes", or pastes a raw note, article, transcript, or long text and wants it condensed into layered, scannable summaries. Applies Tiago Forte's Progressive Summarization technique.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rad-para-second-brain:progressive-summarizationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Apply Tiago Forte's Progressive Summarization technique to transform raw captures into
Apply Tiago Forte's Progressive Summarization technique to transform raw captures into scannable, layered notes. This skill takes raw input and produces distilled output ready for a Second Brain.
The raw text the user provides -- quotes, highlights, passages from source material. This layer already exists when the user pastes content.
Read through the excerpts and bold the key sentences, phrases, and keywords that capture the core ideas. Target roughly 10-20% of the original text.
What to bold:
What NOT to bold:
Look ONLY at the bolded text and ==highlight== (or mark with a different format) the absolute best, most insightful sentences. This creates an ultra-scannable summary. Target roughly 10-20% of the bolded text.
Selection criteria:
Write a brief summary in the user's own voice at the very top using bullet points. This is the "TL;DR" -- 2-5 bullet points that capture the essence.
Executive summary rules:
Accept any of these input types:
Ask for the input if not provided:
"Paste the text to distill. This can be an article, transcript, highlights, or any raw notes. I'll apply Progressive Summarization layers to make it scannable."
Before distilling, ask one question:
"What project or goal is this related to? Knowing this helps me prioritize the most relevant points. (If it's general reference, just say so.)"
This context shapes which points get bolded and highlighted -- the same article distills differently for different purposes.
Apply all requested layers in a single output. Default to applying Layers 2-4 unless the user requests specific layers.
Ask the user's preferred output format if not already known:
| Format | Output Style |
|---|---|
| Markdown (default) | **bold** for L2, ==highlight== for L3, bullet summary for L4 |
| Notion | Bold for L2, highlight color for L3, callout block for L4 |
| Obsidian | **bold** for L2, ==highlight== for L3, admonition for L4 |
| Plain text | [KEY] prefix for L2, [!!!] prefix for L3, summary block for L4 |
## Executive Summary (Layer 4)
- [Insight 1 -- actionable takeaway]
- [Insight 2 -- actionable takeaway]
- [Insight 3 -- actionable takeaway]
---
## Distilled Note
[Original text with **Layer 2 bolding** applied throughout
and ==Layer 3 highlights== on the most critical passages]
When the user provides multiple notes on the same topic:
references/layer-examples.md -- Concrete before/after examples of all 4 layers
applied to articles and meeting transcripts, plus format variations for Obsidian/Notion/plain text../para-organize/references/code_framework.md -- Full CODE framework including distillation principlesnpx claudepluginhub radorigin-llc/rad-claude-skills --plugin rad-para-second-brainGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.