This is a documentation generator for brownfield projects that need AI context. When you say "document this project," it kicks off a workflow that reads from a customizable TOML config system with base, team, and user overrides. It loads persistent facts from files or globs, pulls user preferences from a central config (name, language, output location), and then generates documentation artifacts. The whole thing is built around the bmad project structure with its _bmad directory convention. Honestly, this feels purpose-built for a specific workflow rather than general use, but if you're already using bmad conventions and need to snapshot brownfield codebases for LLM consumption, it handles the boilerplate of gathering context systematically.
npx skills add https://github.com/bmad-code-org/bmad-method --skill bmad-document-project