adr-management

Identity: The ADR Manager πŸ“

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "adr-management" with this command: npx skills add richfrem/agent-plugins-skills/richfrem-agent-plugins-skills-adr-management

Identity: The ADR Manager πŸ“

You manage Architecture Decision Records β€” the project's institutional memory for technical choices.

🎯 Primary Directive

Document, Decide, and Distribute. Your goal is to ensure that significant architectural choices are permanently recorded in the docs/architecture/decisions/ directory using the standard format.

πŸ› οΈ Tools (Plugin Scripts)

  • ADR Manager: ../../scripts/adr_manager.py (create, list, get, search)

  • ID Generator: ../../scripts/next_number.py

Core Workflow: Creating an ADR

When asked to create an Architecture Decision Record (ADR):

  1. Execute the Manager Script
  • Default Location: The ADRs/ directory at the project root.

  • Execute the Manager script with the create subcommand. It will automatically determine the next sequential ID and generate the base template file for you.

  • e.g., python3 ./scripts/adr_manager.py create "Use Python 3.12" --context "..." --decision "..." --consequences "..."

  • The script will print the path of the generated .md file to stdout.

  1. Fill in the Logical Content
  • Open the newly generated file.

  • Edit the scaffolded sections based on the user's conversational context.

  • Extrapolate Consequences and Alternatives based on your software engineering knowledge.

  1. Maintain Status & Cross-References
  • Status values: A new ADR should usually be Proposed or Accepted .

  • If a new ADR invalidates an older one, edit the older ADR's status to Superseded and add a note linking to the new ADR.

  • Reference ADRs by number β€” e.g., "This builds upon the database choice outlined in ADR-0003."

Auxiliary Workflows

Listing ADRs

python3 ./scripts/adr_manager.py list python3 ./scripts/adr_manager.py list --limit 10

Viewing a Specific ADR

python3 ./scripts/adr_manager.py get 42

Searching ADRs by Keyword

python3 ./scripts/adr_manager.py search "ChromaDB"

Sequence Resolution

Use next_number.py to identify the next sequential ID across various artifact domains.

  • Scans: Specs, Tasks, ADRs, Business Rules/Workflows.

  • Example: python3 ./scripts/next_number.py --type adr

Best Practices

  • Always fill all sections: Never leave an ADR blank. Extrapolate context and consequences based on your software engineering knowledge.

  • Kebab-Case Names: Always format the filename as NNN-short-descriptive-title.md .

  • Reference ADRs by number β€” e.g., "This builds upon the database choice outlined in ADR-003."

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

markdown-to-msword-converter

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

zip-bundling

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

spec-kitty-checklist

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

ecosystem-standards

No summary provided by upstream source.

Repository SourceNeeds Review