docu maister continuously drafts documentation from real code references. It’s designed for CI workflows: generate, review, merge, repeat.
Statically analyze the codebase to understand structure, modules, and boundaries — not just raw text.
Infer how parts fit together (APIs, data flows, services) from actual code and dependencies.
Generate documentation that cites real code references, so the output stays auditable and reviewable.
Produce plain markdown files you can publish anywhere (GitHub, internal portals, static sites).
Keep docs from drifting: the pipeline updates drafts automatically whenever the code changes.
Optionally pull additional inputs (ADRs, runbooks, tickets, conventions) via configuration.
see a concrete output example, or compare plans.