Adrkit Decide

Use when recording a decision that is already accepted and does not need a proposal phase.

luochang212 e930245 800 B Updated

File contents

ADR Kit Decide

Overview

Record an already-made decision directly in adr/decisions/ with the next N number.

Steps

  1. Run:
adrkit decide "<title>"
  1. Edit the created file and fill ## Problem, ## Decision, ## Alternatives considered, and ## Consequences. Add 2-4 kebab-case tags to the front matter (for example frontend, execution-layer) so the decision graph can group by theme.
  2. Run adrkit validate <N> until it returns OK.

Rules

  • Accepted decisions must not contain ## Proposal, ## Acceptance criteria, or ## Risks sections.
  • adrkit accept is the better path when a proposal already exists.

luochang212/adr-kit/tree/main/skills/adrkit-decide commit e9302454aa

Frequently asked questions

npx skillmds@latest add luochang212/adrkit-decide