Article Outline banner
marvinrichter marvinrichter

Article Outline

Productivity community

Description

--- description: Build a section-by-section article outline from a brief or topic. Each section gets a purpose, evidence slot, and transition. Second step of the article writing workflow. --- # Article Outline Create a structured outline with one purpose per section before writing a word of prose. ## Usage ``` /article-outline — uses brief from current conversation /article-outline docs/brief.md — reads brief from file /article-outline "why pgbouncer matters"

Installation

Installs to ~/.claude/skills/marvinrichter-clarc-article-outline/SKILL.md

Terminal
mkdir -p ~/.claude/skills/marvinrichter-clarc-article-outline && curl -fsSL https://raw.githubusercontent.com/marvinrichter/clarc/HEAD/commands/article-outline.md -o ~/.claude/skills/marvinrichter-clarc-article-outline/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository