by-hypothesis-debate

Coordinate adversarial multi-agent debate to select a protein/antibody design strategy.

104|10|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/001TMF/blatant-why --skill by-hypothesis-debate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: by-hypothesis-debate
Source: https://github.com/001TMF/blatant-why/tree/main/templates/.claude/skills/by-hypothesis-debate
Command: npx skills add https://github.com/001TMF/blatant-why --skill by-hypothesis-debate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes references (resource) components.

What problem does it solve?

Adversarial multi-agent strategy selection for protein/antibody design campaigns. Spawns competing hypothesis agents (conservative / aggressive / diverse), then ranks proposals with a reflection agent before committing GPU compute. Use when starting a novel-target campaign, when research findings are contradictory, or when multiple design modalities are viable.

Core Features & Use Cases

  • Spawns Conservative, Aggressive, and Diverse agents in parallel to explore different design spaces.
  • Uses a Reflection agent to rank proposals against a fixed rubric and resolve ties.
  • Outputs an updated campaign_config.yaml and a decision_summary.md for governance and handoff.
  • Validates all proposals against a strict schema and logs audit trails for compliance and troubleshooting.

Quick Start

Invoke the orchestrator after by-research results are ready to spawn three hypothesis agents, run the debate, and write the winning campaign plan to campaign_config.yaml.

Frequently Asked Questions about by-hypothesis-debate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I select a winning protein design strategy from conflicting research findings?

Multi-agent adversarial debate selects a winning protein design strategy by spawning conservative, aggressive, and diverse hypothesis agents, then ranking their proposals with a reflection agent against a fixed scoring rubric.

What is adversarial hypothesis debate for antibody design campaigns?

Adversarial hypothesis debate for antibody design coordinates competing agents exploring different design spaces, then validates outputs against a strict schema to choose a campaign plan before committing GPU compute.

How do I run multi-agent debate to update my campaign configuration file?

Invoke the orchestrator after your research bundle is ready to spawn three hypothesis agents, run the debate, and write the winning campaign plan directly to campaign_config.yaml.

What research files do I need to start a hypothesis debate for design strategy?

You need a research bundle containing research.md, recommended_hotspots.json, design_recommendation.json, validated_findings.json, and a scoring rubric to run the debate and produce ranking artifacts.

Can I use multi-agent ranking for novel target campaigns with multiple design modalities?

Yes, multi-agent ranking applies to novel-target campaigns and scenarios with multiple viable design modalities, using a reflection agent to resolve ties and output a decision summary.

Does the hypothesis debate skill work with pyyaml dependencies only?

The skill requires pyyaml as its dependency and produces artifacts including ranking.json, decision_summary.md, and an updated campaign_config.yaml with logged audit trails for compliance.