From codex-next
Records architecture decision records (ADRs) covering choices, tradeoffs, alternatives, consequences, status, and links to requirements/design evidence.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codex-next:sdlc-architecture-decision-recordThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when an architecture choice needs to be recorded.
Use this skill when an architecture choice needs to be recorded.
Check:
Return an ADR:
# ADR-000: <Decision>
## Status
proposed / accepted / superseded / rejected
## Context
## Options considered
## Decision
## Consequences
## Related artifacts
## Review condition
Use ADR links in HLD, LLD, SPEC, RTM, and Dev Handoff when relevant.
Dev fallback: Dev can use SDLC / ADD / DDD / SDD materials when they exist, but dev can also continue without them when the task is clear, bounded, and testable from user request, issue, bug report, failing test, local diff, or repository evidence. Missing artifacts are risk/context, not automatic refusal.
npx claudepluginhub blueskyxn/codex-is-all-you-need --plugin codex-nextGenerates Architecture Decision Records with context, rationale, alternatives, and status lifecycle. Prevents forgotten design rationale.
Generates standardized Architecture Decision Records (ADRs) documenting technical decisions, context, evaluated alternatives, rationale, and consequences. Saves sequentially to docs/adr/.
Document architectural decisions using ADR format. Use when making significant architectural choices that affect future development.