agentsclimarketplace

Adr

Skill andresnator/agents-orchestrator/skills/adr

Install
npx -y skills add andresnator/agents-orchestrator --skill adr

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 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

Trigger: ADR, architecture decision record, technical decision. Create ADRs that document context, options, rationale, consequences, and trade-offs.

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

3.1 KB, as published. Nobody here has run it

ADR Creator

Create concise Architecture Decision Records that explain a decision, the context that forced it, the options considered, and the consequences accepted.

Activation Contract

Use this skill when the user asks for an ADR, architecture decision record, technical decision record, or any formal record of why a technical or architectural choice was made.

Default to interview mode unless the user already supplied enough information to draft a complete ADR. Ask interview questions in the user's language. ADR artifact language is English unless the user explicitly asks for another language.

Hard Rules

  • Ask one question at a time in interview mode.
  • State once at the start of the interview that the user may skip questions or stop the interview at any time.
  • Keep a dynamic estimated remaining-question counter; update it when dependencies appear or disappear.
  • Recommend short example answers when they help the user respond.
  • Format interview questions as readable Markdown, not plain text.
  • Constructively challenge vague, contradictory, or rationale-free answers before drafting; proceed if the user explicitly says to continue anyway.
  • Do not invent alternatives, pros, cons, or rationale. Ask when alternatives are missing.
  • Use Accepted when the decision is already made; use Proposed for proposals, evaluations, or unclear status.
  • Write or modify files only when the user explicitly asks for a file/path.

Interview Flow

Gather only what is needed, dependency-first:

  1. Decision title and status.
  2. Context: problem, constraints, forces, and why the decision matters now.
  3. Chosen option or proposal.
  4. Options considered, with pros and cons for each.
  5. Consequences: benefits, drawbacks, risks, and trade-offs.
  6. Follow-up only when there are useful open actions or unresolved questions.

Question format:

### Question N — [focused question]

**Recommended answer:** [short example when useful]

**Why this matters:** [brief reason]

**Estimated remaining questions:** ~M

Mini example:

### Question 1 — Is this decision already made or still being proposed?

**Recommended answer:** "Accepted — we already chose PostgreSQL for billing data."

**Why this matters:** The status changes whether the ADR records a final choice or a proposal under review.

**Estimated remaining questions:** ~5

Output Contract

Read assets/template-markdown.md before drafting and fill that structure.

By default, return the final ADR as exactly one Markdown code block and do not create files. If the user explicitly requested a file/path, save the ADR there and summarize the saved path in chat.

Never leave placeholder instructions in the final ADR. If the user intentionally skips a required detail, use TBD sparingly and only for that skipped detail.

Reference

  • Template: assets/template-markdown.md

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.