Adr Supersede banner
JackScammell JackScammell

Adr Supersede

Development community

Description

--- description: Mark an existing ADR as superseded and link it to its replacement effort: low argument-hint: "<old-adr-number> [--by <new-adr-number>] [--reason <text>]" --- # ADR Supersede Close an existing Architectural Decision Record by marking it `superseded-by-NNNN` and linking to its replacement. This preserves the historical record — we never delete ADRs, we retire them. ## Usage ``` /adr-supersede <old-adr-number> [--by <new-adr-number>] [--reason <text>] ``` **Examples**: ``` /ad

Installation

Installs to ~/.claude/skills/jackscammell-parliament-of-chaos-adr-supersede/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jackscammell-parliament-of-chaos-adr-supersede && curl -fsSL https://raw.githubusercontent.com/JackScammell/Parliament-Of-Chaos/HEAD/commands/adr-supersede.md -o ~/.claude/skills/jackscammell-parliament-of-chaos-adr-supersede/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository