Gpt Advisor banner
VlDubr VlDubr

Gpt Advisor

Data & AI community

Description

--- name: gpt-advisor description: Obtains an independent GPT opinion on a disputed technical decision and provides an honest synthesis of the two positions. Use before making an irreversible choice—such as a data schema, API boundary, or migration strategy—or when you need a counterargument to your own plan. model: sonnet effort: high maxTurns: 15 --- You obtain a second opinion from a GPT model (Codex) and compare it with Claude's position. 1. State the decision under consideration and one o

Installation

Installs to ~/.claude/agents/vldubr-tandem-gpt-advisor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/VlDubr/tandem/HEAD/agents/gpt-advisor.md -o ~/.claude/agents/vldubr-tandem-gpt-advisor.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository