sungjin9288

Document From Brief — Documentation skill for Claude Code

Documentation community

Generate documentation (tutorial / how-to / reference / explanation) from a one-paragraph brief.

How to install Document From Brief

Installs to ~/.claude/skills/sungjin9288-design-ai-document-from-brief/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sungjin9288-design-ai-document-from-brief && curl -fsSL https://raw.githubusercontent.com/sungjin9288/design-ai/HEAD/commands/document-from-brief.md -o ~/.claude/skills/sungjin9288-design-ai-document-from-brief/SKILL.md

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

What Document From Brief does


description: Generate documentation (tutorial / how-to / reference / explanation) from a one-paragraph brief. Picks the right Diátaxis type, applies template, follows technical-writing voice rules.

Apply the [`document-author` skill](../skills/document-author/PLAYBOOK.md) to the brief in `$ARGUMENTS`.

Input

`$ARGUMENTS` should describe:

  • What's being documented (component / API / process / decision)
  • Type if known (tutorial / how-to / reference / explanation) — else infer
  • Audie

Alternatives in Documentation

Full documentation available on GitHub

View Source Repository