From addit-harness
Use when the user makes or records a significant architectural or technical decision — choosing a framework, database, protocol, pattern, or trade-off ("we decided to use X instead of Y because..."), or explicitly asks to write an ADR. Captures the decision as a structured MADR-format Architecture Decision Record in docs/adr/.
How this command is triggered — by the user, by Claude, or both
Slash command
/addit-harness:adr [short decision title] [--full | --minimal]The summary Claude sees in its command listing — used to decide when to auto-load this command
<!-- This file exists only because Claude Code's plugin loader does not register skills/*/SKILL.md as slash commands for marketplace-installed plugins (anthropics/claude-code#18949, #57737) — only commands/*.md is indexed. Don't delete this as a duplicate of the skill; it's the only way `/addit-harness:adr` resolves and autocompletes until that's fixed upstream. Keep the frontmatter above in sync with skills/adr/SKILL.md. --> Invoke the `addit-harness:adr` skill via the Skill tool now, forwarding any arguments given after the command: "$ARGUMENTS".
Invoke the addit-harness:adr skill via the Skill tool now, forwarding any
arguments given after the command: "$ARGUMENTS".
npx claudepluginhub addit-digital/addit-harness --plugin addit-harness/adrWrites an Architecture Decision Record documenting a significant technical decision. Scans the codebase for existing ADRs, determines the next number, and creates a formatted markdown file.
/adrInteractively creates Architecture Decision Records (ADRs) through guided conversation, documenting context, options, rationale per template, and updates architecture overview.