Claude Skills
CollectionsCompareWorkflowsNominate
Sign inSign up
© 2026 Curated Agent Skills·Learn more about Agent Skills
Back to repository

codex-consensus

verified

Use for multi-perspective analysis with Codex exploring different viewpoints. Triggers on "codex perspectives", "pros and cons from codex", "codex evaluate options", "what are the tradeoffs".

View on GitHub

Marketplace

kanlanc-marketplace

kanlanc/Claude-Code-Kanlanc-Marketplace

Plugin

codex-consulting

Repository

kanlanc/Claude-Code-Kanlanc-Marketplace

codex-consulting/skills/codex-consensus/SKILL.md

Last Verified

February 1, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/kanlanc/Claude-Code-Kanlanc-Marketplace/blob/main/codex-consulting/skills/codex-consensus/SKILL.md -a claude-code --skill codex-consensus

Installation paths:

Claude
.claude/skills/codex-consensus/
Powered by add-skill CLI

Instructions

# Codex Consensus Skill

Multi-perspective analysis with Codex (gpt-5.2) for balanced decision-making.

## When to Use

- Evaluating technology choices
- Architecture decisions with tradeoffs
- When user needs pros/cons analysis
- Comparing different approaches
- Making strategic decisions

## Reasoning Level

**high** (balanced analysis from multiple angles)

## Execution

1. Identify the decision or question
2. Gather relevant context
3. Formulate a multi-perspective prompt:
   ```
   Analyze this from multiple perspectives.

   Question/Decision: <what to evaluate>

   Context:
   <relevant information>

   Please provide:
   1. **FOR perspective**: Best arguments in favor
   2. **AGAINST perspective**: Best arguments against
   3. **NEUTRAL perspective**: Objective analysis of tradeoffs
   4. **SYNTHESIS**: Balanced recommendation considering all factors
   ```
4. Run: `codex exec -c model_reasoning_effort="high" "<prompt>"`
5. Return structured multi-perspective analysis

## Response Format

```
**Codex Multi-Perspective Analysis:**

**Question:** [The decision/question being analyzed]

**FOR (Arguments in Favor):**
- [Pro 1]
- [Pro 2]

**AGAINST (Arguments Against):**
- [Con 1]
- [Con 2]

**NEUTRAL (Tradeoffs & Considerations):**
- [Tradeoff 1]
- [Tradeoff 2]

**SYNTHESIS:**
[Balanced recommendation with reasoning]

**Session ID:** [id]
```

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
1317 chars