Ask Adr Logger
Record Architectural Decision Records for significant technical decisions.
Ask Adr Logger by NavanithanS · 595fc64
npx skillmds@latest add navanithans/ask-adr-logger File contents
---name: ask-adr-loggerdescription: Record Architectural Decision Records for significant technical decisions.---<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>```bashpython 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>
NavanithanS/Agent-Skill-Kit/tree/main/skills/planning/ask-adr-logger commit 595fc64091
Frequently asked questions
Run npx skillmds@latest add navanithans/ask-adr-logger in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Record Architectural Decision Records for significant technical decisions. It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
NavanithanS (@navanithans) published this skill. Their other Agent Skills are listed on their SkillMD profile.