AgentStack
SKILL verified Apache-2.0 Self-run

Forge:challenge

skill-thomsonreuters-claude-forge-challenge · by thomsonreuters

Pressure-test a claim, recommendation, or assumption. Defaults to skepticism.

No reviews yet
0 installs
12 views
0.0% view→install

Install

$ agentstack add skill-thomsonreuters-claude-forge-challenge

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Forge:challenge? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Challenge

Pressure-test a claim, recommendation, or assumption with adversarial skepticism.

Usage

/forge:challenge [claim]

Arguments

| Argument | Required | Description | | -------- | -------- | ---------------------------------------------------------------------- | | claim | Optional | Statement, objection, or question to pressure-test (inferred if empty) |


Execution

Step 1: Resolve Claim

$ARGUMENTS is the claim to challenge. It should be a statement, objection, question, or instruction -- not a bare file path. If it starts with @, strip the prefix (Claude Code file reference syntax).

If $ARGUMENTS is empty, infer the claim from the immediately preceding conversation context: the last recommendation, decision, assertion, or proposed change. Only ask the user what to challenge if no prior claim is identifiable from context.

Never ask the user to clarify if a claim was provided. If $ARGUMENTS contains anything, proceed immediately.

Step 2: Challenge

This skill defaults to skepticism, not balance. The starting posture is adversarial: assume the claim may be wrong and try to prove that. Only soften to a balanced conclusion if the skeptical case genuinely fails.

If the challenge starts from a neutral or symmetrical frame, it provides no value over a standard analysis. The entire point is targeted pressure-testing.

Execute these steps:

  1. Restate the claim precisely. What exactly is being asserted? Remove ambiguity.
  1. Assume it is wrong. Actively search for:
  • Flaws in reasoning or hidden assumptions
  • Counterexamples from the codebase or known constraints
  • Missing edge cases or failure modes
  • Simpler alternatives that would invalidate the complexity
  • Contradictions with existing architecture or decisions
  1. Investigate the repo. Use Read, Grep, and Glob to find evidence. Check whether the claim holds against actual

code, tests, configuration, and documented decisions. Do not reason from first principles alone when evidence is available.

  1. Test the skeptical case. Is the counterargument strong, or does it fall apart under scrutiny?
  1. If the skeptical case fails, explain clearly why the original claim survives. This is a valid and useful outcome

-- the claim is stronger for having been tested.

  1. Return a verdict:
  • Concern validated -- the skeptical case holds; the claim has real problems
  • Partially validated -- some aspects hold, others don't; specific issues identified
  • Concern not supported -- the skeptical case failed; the claim survives scrutiny
  • Insufficient evidence -- cannot determine either way from available information

Step 3: Format Output

Present the challenge as:

## Challenge: [restated claim]

### Skeptical Case
[The strongest argument against the claim, with evidence]

### Counter-Evidence
[What supports the claim, why the skeptical case fails (if it does)]

### Verdict: [verdict]
[1-2 sentence summary of the conclusion]

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.