docs/
├── decisions/ # Why we chose this approach
│ ├── adr/ # Architectural Decision Records (implementation details)
│ └── rfc/ # Request for Comments (proposals and options)
├── rules/ # What must and must not be done (imperatives derived from decisions)
├── guides/ # How to implement and use (practical instructions)
└── projects/ # Project-specific documentation
└── [project]/
├── decisions/ # Project-specific ADRs and RFCs
├── rules/ # Project-specific rules
├── guides/ # Project-specific guides
└── project.md # Project overview