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

  1. Check Registry: Inspect the docs/adr directory to understand existing decisions and determine the next ID (e.g., 0005).
  2. Propose ADR: Create a new markdown file in docs/adr/XXXX-title.md using the following template:
# ADR [ID]: [Title]
Installs
1
GitHub Stars
1
First Seen
May 17, 2026
adr-manager — icampana/e-van-opencode