adr-new
Scaffold a new ADR in `docs/decisions/`. Codex equivalent of the Claude /adr-new command.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Scaffold a new ADR in `docs/decisions/`. Codex equivalent of the Claude /adr-new command.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Enumerate the active Spring Voyage `area:*` taxonomy and the owning umbrella for each. Codex equivalent of the Claude /areas command.
Build all .NET projects and the Next.js portal. Codex equivalent of the Claude /build command.
Format the codebase. If $ARGUMENTS is provided, format only that target. Codex equivalent of the Claude /format command.
Run every lint-class CI gate locally. Codex equivalent of the Claude /lint command.
Run the OpenAPI contract drift check locally — mirrors CI's `openapi-drift` job. Codex equivalent of the Claude /openapi-diff command.
Draft or refresh the human-written release notes for a version in `docs/releases/`. Codex equivalent of the Claude /release-notes command.
| name | adr-new |
| description | Scaffold a new ADR in `docs/decisions/`. Codex equivalent of the Claude /adr-new command. |
Codex equivalent of the Claude /adr-new command. Follow the same project workflow, using any provided user request as the command arguments.
Scaffold a new ADR in docs/decisions/.
Find the next number: ls docs/decisions/0*.md | tail -1 and increment.
Create the file as docs/decisions/0NNN-<short-kebab-slug>.md with this skeleton:
# 00NN — <Title>
- **Status:** Proposed — <one-line summary of what this decision locks in>
- **Date:** YYYY-MM-DD
- **Related:** <related ADRs / issues / PRs>
- **Related code:** <relevant filepaths>
## Context
What problem are we solving? What is the current state? What forces are pushing the decision?
## Decision
What we are deciding, stated as a clear directive.
## Consequences
What this implies — including what becomes easier, what becomes harder, and what is **not** abstracted by this decision.
Add a row to docs/decisions/README.md index with the ADR number, title, and current Status.
Land in the same PR as the code or decision it captures, where applicable.
Look at recent ADRs (e.g. docs/decisions/0029-*.md) for style and depth — short summaries on top, full reasoning in the body.