Adrkit Init

Use when initializing ADR Kit in a repository or when the agent cannot find an adr/ directory.

luochang212 8b06009 788 B Updated

File contents

ADR Kit Init

Overview

Create an adr/ repository in the target directory.

Steps

  1. Decide the target directory (default: current working directory).
  2. Run:
adrkit init [path]
  1. Confirm the output lists adr/config.yaml, adr/decisions, and adr/.gitignore. Proposals are not a separate folder: they are ephemeral drafts in adr/.drafts/, created by adrkit propose.

Rules

  • Never create adr/ directories by hand; use the CLI so the config and README stay canonical.
  • After init, the next action is usually adrkit decide "<title>", or adrkit propose "<title>" when the decision still needs review.

luochang212/adr-kit/tree/main/skills/adrkit-init commit 8b060093b8

Frequently asked questions

npx skillmds@latest add luochang212/adrkit-init