document-this
Installation
SKILL.md
/document-this
Overview
Generates documentation across three audiences from one codebase:
- Non-technical readers — what the system does, in plain English, organized as user workflows backed by tests
- Developers — where things are, how they're structured, what patterns are in play
- AI agents — fastest path to useful context: entry points, test coverage map, known gaps, glossary
Scripts handle everything deterministic (directory structure, entity listing, test categorization). The agent handles everything that requires interpretation (prose, pattern recognition, workflow narratives).