docs-adr
Installation
SKILL.md
Create Architecture Decision Record
Create a new Architecture Decision Record (ADR) documenting an architectural decision.
Anti-Hallucination Guidelines
ADRs document real decisions about real code: every claim in the ADR must be verifiable in the repo, not assumed. Before writing:
- Verify the technology exists: if the ADR mentions "Redis", confirm Redis is actually used somewhere in the codebase.
- Reference actual files: grep/glob to find real file paths; never invent one.
- Quote real code: if citing a pattern, find an actual example of it.
- Check current state: the Context section must reflect verified reality, not a plausible-sounding guess.