Skip to content
Development
Command

/create-adr

Create a repository ADR for an approved architectural decision.

From plugin
plinth
42313 skills9 agents13 commands
Install
$ npx -y skills add jabrena/plinth --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/create-adr

Context preview

What this command does when you run it.

Create a repository ADR for an approved architectural decision.

Command definition

create-adr.md
description: 'Create a repository ADR for an approved architectural decision.'
argument-hint: '[decision-source] [adr-type]'
model: 'inherit'
agent: 'plinth-architect'
tools:
  - 'Read'
  - 'Write'
  - 'Edit'

create-adr

Record an important architectural decision, its context, alternatives, and consequences.

Usage

/create-adr <decision-source> [<adr-type>]

Accepted Inputs

  • Approved design exploration, issue, specification, or implementation plan
  • Existing architecture constraints and related ADRs
  • Optional ADR type: general, functional requirements, or non-functional requirements

Owning Agent

`@plinth-architect`

Associated Skills

  • `030-architecture-adr-general`
  • `031-architecture-adr-functional-requirements`
  • `032-architecture-adr-non-functional-requirements`

Workflow

1. Confirm the decision scope and select the appropriate ADR skill. 2. Gather context, constraints, considered alternatives, and consequences. 3. Draft the ADR using the repository convention. 4. Check consistency with related issues, designs, specifications, and ADRs. 5. Present the ADR for approval before finalizing it.

Output

  • One repository-compliant ADR
  • Decision status, rationale, alternatives, and consequences
  • Links to relevant source artifacts

Safeguards

  • Do not create an ADR for a decision that has not been made.
  • Do not invent alternatives or constraints.
  • Do not modify unrelated ADRs.
Read more
Ships withplinth

Languages: Español · 中文 Help this project grow: Become a sponsor

Get the whole plugin