Write Adr.Skill banner
ArtemisAI ArtemisAI

Write Adr.Skill

Testing community

Description

--- name: write-adr description: Record an architecture decision in docs/decisions/ using the ADR template, then commit and reference it from the relevant code or spec. tier: T1 allowed-tools: - bash - read_file - write_file - git_commit - list_directory --- # Skill: write-adr ## Purpose Record an architecture decision as an ADR (Architecture Decision Record) so future agents understand why the codebase is shaped the way it is. ## Invocation - Claude Code: `/write-adr` - All others:

Installation

Installs to ~/.claude/skills/artemisai-harness_engineering-write-adr.skill/SKILL.md

Terminal
mkdir -p ~/.claude/skills/artemisai-harness_engineering-write-adr.skill && curl -fsSL https://raw.githubusercontent.com/ArtemisAI/Harness_Engineering/HEAD/skills/write-adr.skill.md -o ~/.claude/skills/artemisai-harness_engineering-write-adr.skill/SKILL.md

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

Full documentation available on GitHub

View Source Repository