agentsclimarketplace

Decision

Skill ForeverAProgrammer/claude-devflow/skills/decision

Claude Code plugin with skills for daily dev workflows — commits, standups, PRs, design docs, and GitHub automation.

Install
npx -y skills add ForeverAProgrammer/claude-devflow --skill decision

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

Format a freeform description into a structured Architecture Decision Record (ADR). Use when the user describes a technical decision they made or are making.

SKILL.md

1.9 KB, as published. Nobody here has run it

Format a freeform description into a structured Architecture Decision Record (ADR).

$ARGUMENTS is the description of the decision. It may be a rough sentence, bullet points, or a paragraph. If $ARGUMENTS is empty, ask the user to provide a description and stop.

Output the ADR in this format:

Decision: (short imperative title)

Date: <today's date in YYYY-MM-DD format>

Status: Proposed

Context

What situation, problem, or constraint prompted this decision? 2-4 sentences explaining the background. Write as if the reader has no prior context.

Options Considered

A short list of alternatives that were evaluated, including the option that was chosen. For each option, give 1-2 sentences on its key trade-off.

  • Option A — description and key trade-off
  • Option B — description and key trade-off

Decision

What was chosen and why. 2-4 sentences. Be specific about the reasoning — not just what was picked, but what made it the right choice over the alternatives.

Consequences

What are the trade-offs, follow-on effects, or things to watch for as a result of this decision? Include both positive outcomes and drawbacks or risks accepted.

Positive:

  • ...

Drawbacks / risks:

  • ...

Rules:

  • Be specific — generic consequences like "improves maintainability" are not acceptable without explaining why
  • If the description doesn't mention alternatives, infer the most likely ones from context
  • If the description is ambiguous about what was decided, make a reasonable assumption and state it clearly in the Decision section
  • Output should be ready to paste into a wiki, PR description, or .md file with no editing required

$ARGUMENTS

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.