# Adrkit Reject

> Use when a proposal draft should be declined and discarded.

- Skill: `luochang212/adrkit-reject` (Agent Skill)
- Install (CLI): `npx skillmds@latest add luochang212/adrkit-reject`
- Raw SKILL.md: https://api.skillmd.com/api/skills/luochang212/adrkit-reject/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: luochang212 (https://skillmd.com/u/luochang212)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/luochang212/adrkit-reject

---


# ADR Kit Reject

## Overview

Discard a proposal draft. The CLI deletes the draft from `adr/.drafts/` and
leaves no record - rejection lives in the winning decision's
`## Alternatives considered`, not in a standalone rejected record.

## Steps

```bash
adrkit reject "<name>" [--reason "<why it was rejected>"]
```

## Rules

- `--reason` is optional and is only echoed; nothing is persisted. If the
  rejection matters, record it in `## Alternatives considered` of the decision
  that won.

