Claude Agent

decision-challenger

Imported from arbiterforge/codearbiter/site/src/curated/agents/decision-challenger.md.

LLM Mart · 0 points · 15 views 0 listing impressions 0 install-command copies

What vetted this — trust report

Download arbiterforge-codearbiter-site_src_curated_agents_decision-challenger.md-44989c5.zip · 0 KB
Part of arbiterforge/codearbiter — 238 skills

Install

skills CLI npx skills add https://github.com/arbiterForge/codeArbiter/tree/main/site/src/curated/agents/decision-challenger.md
Git git clone https://github.com/arbiterForge/codeArbiter.git

The skills CLI installs just this skill, for any of its supported agents. Git is the plain clone.

Files (codearbiter)
  • decision-challenger.md 1.1 KB
    ---
    entity: agents/decision-challenger
    related: [skills/decision-lifecycle, skills/decision-variance, grader]
    ---
    
    ## Role
    
    Adversarial red-team reviewer of Architecture Decision Records: builds the strongest case against each
    decision under review, names its load-bearing assumptions, and rates confidence 1–5 rather than
    rubber-stamping. Read-only and decides nothing itself — dispatched by `decision-lifecycle` (via
    `/ca:adr-status`) and optionally by `decision-variance` when a variance warrants adversarial scrutiny;
    the user makes the actual call.
    
    ## Why this model tier
    
    Ships `model: inherit`, matching whatever reasoning budget the dispatching lane already carries.
    Building the strongest case against a decision — not just describing it — is the kind of adversarial
    reasoning that benefits from staying at the calling context's tier rather than a fixed cap.
    
    ## What it emits
    
    One block per ADR: a confidence rating (1–5), the load-bearing assumptions, the strongest case against
    the decision, the evidence that would disprove it, and an UPHOLD / REVISIT / ESCALATE recommendation —
    never a decision, only the argument for the user to weigh.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related