skeleton-of-thought

Generate long-form content via skeleton outlines and parallel section expansion.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/MantisWare/BizForge --skill skeleton-of-thought-mantisware
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skeleton-of-thought
Source: https://github.com/MantisWare/BizForge/tree/main/library/skills/ai-patterns/skeleton-of-thought
Command: npx skills add https://github.com/MantisWare/BizForge --skill skeleton-of-thought-mantisware

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Long-form content generation can be slow when building complex documents sequentially. The Skeleton-of-Thought approach speeds this up by creating a concise skeleton outline and expanding sections in parallel.

Core Features & Use Cases

  • Skeleton generation: produce a compact outline of the answer or document structure.
  • Parallel expansion: expand each outline point concurrently to shorten total generation time.
  • Assembly: stitch expanded points into a coherent final piece with logical transitions.
  • Use Case: writing tutorials, how-to guides, or comprehensive reports that benefit from faster delivery.

Quick Start

Prompt the AI to generate a skeleton outline for a query and then expand each point in parallel to assemble the final draft.

Frequently Asked Questions about skeleton-of-thought

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I speed up long-form content generation for structured documents?

Speed up long-form content generation by creating a concise skeleton outline first, then expanding each section concurrently to shorten total writing time before assembling the final draft. This parallel processing approach reduces sequential drafting bottlenecks.

How does parallel expansion work when generating long-form tutorials?

Parallel expansion works by taking a generated skeleton outline and expanding each point concurrently. This shortens total generation time by drafting multiple sections at once, which are then stitched together into a coherent tutorial with logical transitions.

Can I use the skeleton-first approach for comprehensive reports and how-to guides?

Yes, you can use the skeleton-first approach for comprehensive reports and how-to guides. It is specifically applicable to long-form explanations and structured documents where multiple sections can be drafted concurrently to benefit from faster delivery.

What is the best way to structure parallel LLM generation for large writing tasks?

The best way to structure parallel LLM generation is implementing a three-phase workflow: generate a compact skeleton outline, expand each outline point concurrently, and assemble the expanded points into a coherent final piece with logical transitions.

Does the skeleton-of-thought prompt engineering method require external libraries?

No, the skeleton-of-thought prompt engineering method requires no external dependencies or components. It uses deterministic prompts to generate a skeleton outline, expand points in parallel, and assemble the final output natively.

Why does sequential long-form writing take so long compared to skeleton-first generation?

Sequential long-form writing is slow because it builds complex documents section by section. Skeleton-first generation overcomes this by creating an outline and expanding sections in parallel, allowing concurrent drafting that significantly shortens total generation time.