Install
$ agentstack add skill-thomsonreuters-claude-forge-challenge ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
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:
- Restate the claim precisely. What exactly is being asserted? Remove ambiguity.
- 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
- 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.
- Test the skeptical case. Is the counterargument strong, or does it fall apart under scrutiny?
- 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.
- 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.
- Author: thomsonreuters
- Source: thomsonreuters/claude-forge
- License: Apache-2.0
- Homepage: https://pypi.org/project/tr-claude-forge/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.