investigate

Run structured adversarial debates between Claude Opus and Codex GPT-5.5 to produce convergence reports.

1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/roman-karpovich/ai-dev-team --skill investigate-roman-karpovich
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: investigate
Source: https://github.com/roman-karpovich/ai-dev-team/tree/main/skills/investigate
Command: npx skills add https://github.com/roman-karpovich/ai-dev-team --skill investigate-roman-karpovich

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables teams to run structured adversarial debates between two AI providers (Claude Opus and Codex GPT-5.5) to surface assumptions, risks, and tradeoffs before committing to a design or approach.

Core Features & Use Cases

  • Background, asynchronous debate between Claude Opus and Codex GPT-5.5 that culminates in a convergence report.
  • Configurable rounds, optional codebase context, and focus areas to tailor the discussion to specific problems.
  • Use cases include architecture decisions, risk analysis, trade-off evaluation, and stress-testing ideas prior to implementation.

Quick Start

Investigate a topic with an adversarial Claude Opus and Codex GPT-5.5 debate to surface risks and tradeoffs.

Frequently Asked Questions about investigate

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

FAQPage Schema
How does an adversarial AI debate help with architecture decisions and risk analysis?

An adversarial AI debate surfaces design flaws and tradeoffs by forcing two different models to critique each other's reasoning. This structured risk-analysis process highlights hidden assumptions before you commit to an architecture decision.

How do I run an adversarial debate between Claude Opus and Codex GPT-5.5?

You launch the debate by using the investigate keyword with optional flags for rounds, codebase context, and focus areas. The backend then starts an investigator agent to produce a convergence report.

Can I run architecture tradeoff analysis in the background while continuing development?

Yes, the investigation runs asynchronously in the background. You can continue your development work while the investigator agent processes the debate and generates the final convergence report.

What is the best way to stress-test design tradeoffs before committing to implementation?

Running a structured adversarial debate is a highly effective way to stress-test design tradeoffs. Configuring multiple rounds with specific codebase context forces a thorough evaluation of risks prior to implementation.

Do I need external dependencies to perform an AI-driven risk analysis?

No external dependencies are required. The skill operates independently to facilitate the multi-provider debate and generate a convergence report containing the identified flaws and tradeoffs.

When should I not use a multi-provider AI debate for architecture decisions?

You should avoid this adversarial debate approach for trivial or single-solution tasks where no meaningful design tradeoffs or architecture risks exist to evaluate, as it adds unnecessary processing overhead.