From architecture-tools
[STUB - Not implemented] Lightweight architectural decision tracking in Markdown (ADR) format. PROACTIVELY activate for: [TODO: Define on implementation]. Triggers: [TODO: Define on implementation]
How this skill is triggered — by the user, by Claude, or both
Slash command
/architecture-tools:architectural-decision-recordsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **STUB: This skill is not yet implemented**
STUB: This skill is not yet implemented
This placeholder preserves the documented plugin structure. See parent plugin README for planned capabilities.
# ADR-001: Use PostgreSQL for Primary Database
## Status
Accepted
## Context
Need scalable relational database with ACID guarantees
## Decision
Use PostgreSQL 15+ for primary data storage
## Consequences
+ Strong ACID compliance
+ Rich ecosystem
- Higher operational complexity than NoSQL
npx claudepluginhub agentient/vibekit --plugin architecture-toolsGuides creation, maintenance, and management of Architecture Decision Records (ADRs) using MADR templates to capture context, trade-offs, and rationale for significant technical decisions.
Creates Architecture Decision Records (ADRs) with title, status, and MADR/basic/extended templates. Auto-numbers sequentially, prompts for context/options/rationale, writes to docs/decisions/ or docs/adr/.
Creates, maintains, and manages Architecture Decision Records (ADRs) to capture context and rationale behind significant technical decisions.