Record an architectural decision as a numbered ADR and update architecture.md to match. Use right after a decision is made in conversation.
Scanned 8/31/2026
Install to Claude Code
npx -y skills add Chaitanya299/Orient --skill orient-decide --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Orient Decide?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/chaitanya299-orient-decide)More formats (shields.io, HTML) on the badges page.
---
name: orient-decide
description: Record an architectural decision as a numbered ADR and update architecture.md to match. Use right after a decision is made in conversation.
---
# orient-decide
Record one architectural decision as a numbered, append-only ADR.
The docs directory is `docs` unless the user named a different one.
1. Find the highest existing ADR number in `<docs_dir>/decisions/` and add one.
Filenames are `NNNN-kebab-title.md`, numbered from 0001.
2. Fill the ADR shape (Context / Decision / Why over alternatives / Trade-offs /
Consequences). Interview the user **only** for what can't be inferred from the
session — the alternatives considered and the trade-off accepted are the parts
worth asking about. Infer the rest.
3. Show the drafted ADR and write it on approval.
Supersede rule: if this decision supersedes an earlier ADR, set `Supersedes:` in the
new file and update **only** the `Superseded by:` line of the old one. No other edit
to a past ADR is permitted — decisions are append-only.
## Keep architecture and the shape diagram in sync
After the ADR is written, check whether this decision changes structure — entry points,
module boundaries, or critical paths. If so, update two things, each shown as a
before/after preview and written **only after a separate approval** (the user can accept
the ADR but decline these):
- `<docs_dir>/architecture.md` — touch only the affected lines, refresh the `updated:` marker.
- the `## Shape` mermaid diagram in `<docs_dir>/STATE.md` — only if the decision adds,
removes, or reconnects a major component. Keep it to 6 nodes.
Skip whichever target doesn't exist, and skip the whole step for a non-structural decision.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!