Artifact: Diataxis documentation

A set of project documentation organized by the Diataxis framework’s four quadrants — tutorial, how-to, reference, explanation — generated to match the code and tracked against a coverage map so gaps are visible (surfaced in the PR body at release time). gstack produces this via two skills: gstack-document-generate writes missing docs from scratch (researching the codebase first), and gstack-document-release updates whatever drifted after a ship and reports remaining coverage gaps.

Distinctive for enforcing the four-quadrant taxonomy and a coverage map, rather than a single free-form README. It is the release-stage documentation output; a broader, structured relative of Addy’s addy-documentation outputs (artifact-adr + inline docs) and BMAD’s tech-writer docs (bmad-tech-writer).

See Also