Outline first, then expand every point at the same time. Faster results, better structure.
When AI writes a long response, it generates one word at a time from start to finish. But many responses have sections that don't depend on each other — the paragraph about physical health doesn't need to wait for the paragraph about mental health to be written first.
Skeleton of Thought exploits this. First, ask AI to create a quick outline (the "skeleton"). Then expand each outline point into a full section simultaneously. Because the sections are independent, they can all be written at the same time — cutting wait time roughly in half.
This composition combines:
One Thing at a Time Structure the OutputIt uses structured output to generate an outline, then applies "one thing at a time" to each section independently — with the twist that all sections expand in parallel.
Question: "What are the benefits of regular exercise?"
Standard AI generation is like writing a book from first word to last — every word waits for the one before it. But most long responses have natural sections that are independent of each other. Writing them in parallel is like having four authors each write one chapter simultaneously.
The outline stage is key: it ensures all sections are planned coherently before any are expanded. This prevents overlap and gaps. And because each expansion focuses on just one point, the individual sections tend to be more focused and detailed than they would be in a single long generation.
Ask AI for a quick outline first. Then expand every point into a full section simultaneously. Assemble the parts. You get structured, detailed content in roughly half the time.
This is the parallel-execution cousin of Chain It. Where Chain It runs steps sequentially (output of step 1 feeds into step 2), Skeleton of Thought runs the expansion steps simultaneously because they're independent. It also complements Structure the Output — that technique asks for organized formatting, while Skeleton of Thought uses structure as a strategy for faster, better generation.