Tell AI:
Apply https://raw.githubusercontent.com/brillout/sdd/refs/heads/main/sdd.md
Note
https://raw.githubusercontent.com/brillout/sdd/refs/heads/main/sdd.md is the raw link of the ssd.md file of this repository.
- AI generates
.spec.mdfor each source code file:One-sentence description of what this file/directory does. ## TLDR - Code does this - And that - ... ## Problems List of non-obvious problems. ## Decisions List of non-obvious decisions. ## Facts List of non-obvious uncommon knowledge. ## Flows List of all high-level flows.
- AI will maintain these
.spec.mdfiles
It enables you to:
- When AI makes a change, quickly read the modified business logic instead of reading code
- Quickly navigate unfamiliar code
Read the sdd.md file — it's small.
- @brillout/ai-memory — AI memory via MEMORY.md
- The Framework — Autonomous AI. Make the important decisions, let AI do the rest.