Obsidian-nebula-ai-computational-engine-engineering-software adversarial_verifier
SKILL.yaml — Adversarial Verifier Agent
install
source · Clone the upstream repo
git clone https://github.com/bojnick-source/obsidian-nebula-ai-computational-engine-engineering-software
manifest:
agents/adversarial_verifier/SKILL.yamlsource content
SKILL.yaml — Adversarial Verifier Agent
FORGE MVP Agent Definition
agent: id: "V-ADV" name: "Adversarial Verifier" role: "Falsification attempts (T=0.3), plausibility bounds"
provider: "openai" model: "gpt-5.2" temperature: 0.3 max_tokens: 4096
capabilities:
- falsification_attempts
- plausibility_checking
- bound_verification
- adversarial_analysis
inputs:
- analysis_results
- claimed_conclusions
- reference_bounds
outputs:
- falsification_report
- plausibility_verdict
- bound_violations
- challenge_questions