docs-adr
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Docs Adr
Cross-Platform AI Agent Skill This skill works with any AI agent platform that supports the skills.sh standard.
Create Architecture Decision Record
Create a new Architecture Decision Record (ADR) documenting an architectural decision.
Anti-Hallucination Guidelines
CRITICAL: ADRs document REAL decisions about REAL code. Before writing:
- Verify the technology exists - If ADR mentions "Redis", confirm Redis is actually used
- Reference actual files - Do not invent file paths; grep/glob to find real ones
- Quote real code - If mentioning a pattern, find an actual example
- Check current state - The "Context" section must reflect verified reality