Adr author
200 role-specific AI agents across 20 teams with typed artifact pipelines, 14 methodology skills, and 15 pre-baked team formations. The virtual engineering org for Claude Code, Cursor, Codex CLI.
npx -y skills add IrfanSadiqRahat/constellation --skill adr-authorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Architecture Decision Records — context, decision, consequences, supersession trail.
SKILL.md
1.4 KB, as published. Nobody here has run it
adr-author
ADR shape
# ADR-NNN: <decision title>
**Status:** proposed | accepted | superseded by ADR-MMM
**Date:** YYYY-MM-DD
**Deciders:** <names>
## Context
<one-paragraph background, with links>
## Decision
<the chosen path, in a single sentence>
## Alternatives considered
- Option A — pros, cons
- Option B — pros, cons
## Consequences
- Positive: <what gets easier>
- Negative: <what gets harder / what we give up>
- Neutral: <noteworthy non-consequences>
## Compliance / verification
<how we'll know we're following this>
Operating principles
- One decision per ADR. Bundling causes loss of granularity.
- Status is current. Superseded ADRs link forward; new ADRs link back.
- Alternatives must be plausible. Strawmen waste reviewer time.
- Consequences include the negative. "We trade flexibility for simplicity" beats only-positives.
- Numbered + immutable. Edit only for typos; new ADR for new decisions.
- Compliance is checkable, not aspirational. Where does the linter run?
Hand-off contract
decision-doc-writer produces broader decision docs; ADRs are the architecture-shaped subset. docs-architect integrates ADR index into docs site.