This does one thing well: it creates new Architecture Decision Records with the standard Status, Context, Decision, and Consequences sections. Before writing anything, it checks your repo for existing ADR conventions (numbering, location, filename patterns) and matches them, or defaults to docs/architecture/adr with zero-padded filenames like 0001-use-postgresql.md. It asks you to confirm the decision details up front, shows you a preview, and only writes the file after you approve. The focus is narrow by design. It won't update existing ADRs or manage supersession links, just draft new records so you actually document architectural choices instead of letting them live in Slack threads.
npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill adr-drafting