ogt-docs-rules
Installation
SKILL.md
OGT Docs - Rules
Root skill for managing project rules and standards. Rules define enforceable conventions that all contributors (human and AI) must follow.
Overview
Rules are the codified standards of a project. Unlike guidelines (suggestions) or documentation (information), rules are enforceable and verifiable. They live in docs/rules/ and are organized by domain.
flowchart TB
subgraph rules ["docs/rules/"]
direction TB
CODE["code/"]
GIT["git/"]
INFRA["infra/"]
DOCS["docs/"]
STYLE["style/"]
end