---
name: Outline
slug: outline
category: Writing
description: Outline builds content maps for books, courses, knowledge bases, and documents. Use it to define sections, order dependencies, and identify gaps before writing.
github: "https://github.com/alexeykrol/claude-code-starter/tree/main/templates/content/skills/outline"
language: Shell
stars: 192
forks: 61
install: "npx degit https://github.com/alexeykrol/claude-code-starter/tree/main/templates/content/skills/outline ~/.claude/skills/outline"
installs_to: ~/.claude/skills/outline
source_path: templates/content/skills/outline/SKILL.md
collection_size: 16
category_size: 1279
collection_url: "https://dirskills.com/collections/alexeykrol/claude-code-starter"
added: 2026-09-06T05:19:15.947Z
last_synced: 2026-09-06T05:19:15.947Z
canonical_url: "https://dirskills.com/skills/outline"
---

# Outline

Outline builds content maps for books, courses, knowledge bases, and documents. Use it to define sections, order dependencies, and identify gaps before writing.

**Install:**

```bash
npx degit https://github.com/alexeykrol/claude-code-starter/tree/main/templates/content/skills/outline ~/.claude/skills/outline
```

## README

# Skill: Outline

## Purpose

Сформировать content map: оглавление, программу, chapter map, registry или document structure.

## Input

- brief
- research outputs
- existing index/arc/program
- audience and content type

## Process

1. Определи конечный результат для читателя
2. Разбей материал на content units
3. Для каждого unit задай функцию: teach, prove, reference, decide, practice, archive
4. Построй порядок: prerequisites, learning curve, narrative arc, decision flow
5. Отметь dependencies и cross-links
6. Проверь, что обязательные sources не потеряны
7. Зафиксируй gaps for research/write

## Output

- курс: `program.md`, `learning-objectives.md`, `dependencies.md`
- книга: `arc.md`, `chapter-map.md`, `briefs/chapter-N.md`
- база знаний: `INDEX.md`, `INDEX-*.md`, taxonomy
- документы: `document-map.md`, canonical files list
- транскрипты: `00-course-index.md`, section map

## Quality

- У каждого section/unit есть цель
- Нет циклических dependencies
- Структура соответствует audience level
- Навигация понятна
