A CLI utility that transforms simple text descriptions into fully structured Architecture Decision Records using AI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install adr-writer
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install adr-writer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
ADR Writer addresses one of the most common bottlenecks in software engineering: the documentation of technical choices. While every developer understands the importance of recording architectural decisions, the process is often skipped due to the manual effort and boilerplate required. This tool simplifies the workflow by generating records that include title, context, decision, and consequences in a standardized format. As a specialized utility in the Openclaw Skills library, it helps teams maintain a source of truth for their technical evolution without the manual overhead, ensuring that the rationale behind every major change is preserved.
Ensure you have Node.js 18 or higher installed on your system. You must set your OpenAI API key as an environment variable before running the command.
export OPENAI_API_KEY='your_openai_api_key'
npx ai-adr "your architectural decision description"
The output follows a standardized Markdown schema designed for technical documentation consistency and readability.
| Component | Description |
|---|---|
| Title | A concise heading for the record identifying the decision. |
| Context | The background information and problem statement necessitating the decision. |
| Decision | The specific action, technology, or architecture choice being documented. |
| Consequences | The resulting impact, including both the benefits and the trade-offs. |
Loading
ADR Gen is an AI-driven CLI tool designed to automate the creation of structured Architecture Decision Records to capture technical rationale.

Convert natural language descriptions into fully functional, production-ready GitHub Actions workflow YAML files.

An automated scanning tool that identifies WCAG violations in HTML and JSX and provides AI-powered fix suggestions.

A powerful tool for querying and analyzing real-time on-chain blockchain data across multiple EVM-compatible networks using Chainbase APIs.

An AI-driven CLI tool that scans HTML and JSX for accessibility issues and provides ready-to-use code fixes.

A zero-config AI tool to generate structured Architecture Decision Records (ADRs) from simple natural language prompts.








































