adr-manager
Installation
SKILL.md
ADR Management Protocol
You are responsible for maintaining the architectural history of this project.
Trigger Conditions
This skill is triggered whenever you modify files that are "architecturally significant." This includes, but is not limited to:
- Core configuration files (
requirements.txt,package.json,pyproject.toml) - Database schemas or migration files
- Security-sensitive modules (auth, encryption)
- New major modules or service integrations
Workflow
- Check Registry: Inspect the
docs/adrdirectory to understand existing decisions and determine the next ID (e.g.,0005). - Propose ADR: Create a new markdown file in
docs/adr/XXXX-title.mdusing the following template:
# ADR [ID]: [Title]