brain-to-docs
When to Use
- Use when the user wants to extract project vision, decisions, or preferences into durable docs.
- Use when README and ADRs should be built through a back-and-forth interview.
The whole purpose: extract as much of the user's taste, judgment, knowledge, vision,
preferences, and decisions as possible into text — saved as clear, concise
markdown docs for the project. README holds the vision; docs/adr/ holds the
decisions.
The loop
- Check docs first, every time. Read
docs/adr/ (and README.md) before
doing anything — other agents and people add/edit ADRs constantly.
- Ask 5 different questions in plain text (never a questions UI) — default 5
unless the user asks for a different number. Make them high-variety: a wide,
creative spectrum of unique angles, not all the same type (e.g. not all "tech
stack" or all "product" or all "monetization"). Exception: if the user asks for a
specific focus area, follow it. The user answers whichever they find most useful.
- Update docs after EVERY answer — no exceptions. You decide whether it
updates
README.md or becomes a new ADR — whatever makes sense.
- Repeat until the user says "we're done" (or similar).
Rules
- All answers & responses during this "brain to docs" process must be VERY
CONCISE, all sentences should be SHORT, and everything should be written in
PLAIN ENGLISH.
- ADRs: short, numbered
NNNN-slug.md, Status + Context + Decision + Consequences.
- README: vision only. Decisions go in ADRs.
- Don't challenge the user's thinking unless they ask, or they're making a severe mistake.
Limitations
- Adapted from
davidondrej/skills; verify local paths, tools, credentials, and agent features before acting.
- For commands, remote access, scheduling, browser automation, or file-changing workflows, get explicit user approval and confirm the target environment first.
Source: sickn33/agentic-awesome-skills → skills/brain-to-docs/SKILL.md
Also appears in: sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills/skills/brain-to-docs/SKILL.md, sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills-claude/skills/brain-to-docs/SKILL.md
1---2name: brain-to-docs3description: Interview the user to turn project vision and decisions into README and ADR documentation.4---567# brain-to-docs89## When to Use1011- Use when the user wants to extract project vision, decisions, or preferences into durable docs.12- Use when README and ADRs should be built through a back-and-forth interview.1314The whole purpose: extract as much of the user's taste, judgment, knowledge, vision,15preferences, and decisions as possible into text — saved as clear, concise16markdown docs for the project. README holds the vision; `docs/adr/` holds the17decisions.1819## The loop20211. **Check docs first, every time.** Read `docs/adr/` (and `README.md`) before22 doing anything — other agents and people add/edit ADRs constantly.232. **Ask 5 different questions** in plain text (never a questions UI) — default 524 unless the user asks for a different number. Make them high-variety: a wide,25 creative spectrum of unique angles, not all the same type (e.g. not all "tech26 stack" or all "product" or all "monetization"). Exception: if the user asks for a27 specific focus area, follow it. The user answers whichever they find most useful.283. **Update docs after EVERY answer** — no exceptions. You decide whether it29 updates `README.md` or becomes a new ADR — whatever makes sense.304. Repeat until the user says "we're done" (or similar).3132## Rules3334- All answers & responses during this "brain to docs" process must be VERY35 CONCISE, all sentences should be SHORT, and everything should be written in36 PLAIN ENGLISH.37- ADRs: short, numbered `NNNN-slug.md`, Status + Context + Decision + Consequences.38- README: vision only. Decisions go in ADRs.39- Don't challenge the user's thinking unless they ask, or they're making a severe mistake.4041## Limitations4243- Adapted from `davidondrej/skills`; verify local paths, tools, credentials, and agent features before acting.44- For commands, remote access, scheduling, browser automation, or file-changing workflows, get explicit user approval and confirm the target environment first.4546---4748**Source:** [`sickn33/agentic-awesome-skills`](https://github.com/sickn33/agentic-awesome-skills) → `skills/brain-to-docs/SKILL.md`4950**Also appears in:** `sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills/skills/brain-to-docs/SKILL.md`, `sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills-claude/skills/brain-to-docs/SKILL.md`