god-docs
Installation
SKILL.md
GOD Docs
Developer-facing, template-enforced, dependency-tracked, deterministically verifiable architecture documentation.
Core Concept
GOD Docs treat documentation as a build artifact. Staleness is computed, not guessed. Three-level hierarchy (System → Domain → Component), template-enforced structure, declared inter-doc dependencies, and enforcement via git hooks + CI.
Full specification: references/spec.md
Pre-Requisite: Domain Decomposition
Before any GOD Docs, the repo MUST be split into non-overlapping domains. Every source file maps to exactly ONE domain. This is what makes dirty-checking deterministic.