A specific way to practice docs-driven development: adopting it in existing projects, and developing with AI agents.
docs/practice.md, the governing doc (minimal, one specification).implementation/, the implementation of that description:adoption.mdandoperating.md.skill/, an installable skill for AI agents: copy or symlink it into an agent's skills directory.index.html, the human-readable representation of./docs(covers the docs and nothing else; the docs win). Open it in a browser.
This repo uses ddd-practice (itself): docs are the source of truth, everything else is derived. ./docs holds one governing document, practice.md. The human-readable representation is index.html at the repo root, also served at reblexis.github.io/ddd-practice.