# Ask Adr Logger

> Record Architectural Decision Records for significant technical decisions.

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

---


<critical_constraints>
✅ MUST use standard ADR format
✅ MUST include: Title, Context, Decision, Consequences
✅ MUST auto-number files (001, 002, etc.)
</critical_constraints>

<when_to_use>
- Tech stack change (e.g., "Switch to Tailwind")
- Design pattern adoption
- Major dependency added/removed
- Structural codebase change
</when_to_use>

<usage>
```bash
python skills/planning/ask-adr-logger/scripts/create_adr.py --title "Use Tailwind CSS"
```
Creates: `docs/ADR/001-use-tailwind-css.md`
</usage>

<template>
**Title**: The decision name
**Context**: Problem and options considered
**Decision**: What was chosen and why
**Consequences**: Trade-offs (good and bad)
</template>

