Back to list
kanlanc

council-consensus

by kanlanc

This is the plugin for the workflows that i use

0🍴 0📅 Dec 15, 2025

SKILL.md


name: council-consensus description: Use for multi-perspective analysis with both Codex and Gemini exploring different viewpoints. Triggers on "council perspectives", "pros and cons from council", "council evaluate options", "what are the tradeoffs", "council consensus".

Council Consensus Skill

Multi-perspective analysis with both Codex and Gemini, each exploring for/against/neutral viewpoints for comprehensive evaluation.

When to Use

  • Evaluating technology choices
  • Architecture decisions
  • Trade-off analysis
  • When user needs pros and cons
  • Comparing different approaches
  • Decision-making support

Reasoning Level

high (default for balanced analysis)

Execution

  1. Identify the topic/question for consensus

  2. Gather relevant context

  3. For each model, request stance-based analysis:

    Analyze this topic from multiple perspectives:
    
    Topic: <topic or decision>
    
    Please provide:
    1. **FOR** arguments - Best case for this approach
    2. **AGAINST** arguments - Concerns and risks
    3. **NEUTRAL** assessment - Objective analysis
    4. **Recommendation** - Your balanced conclusion
    
  4. Run BOTH commands in parallel:

    Codex:

    codex exec --sandbox read-only -c model_reasoning_effort="high" "<prompt>"
    

    Gemini:

    gemini -s -y -o json "<prompt>"
    
  5. Synthesize multi-model, multi-perspective analysis

Response Format

## AI Council Consensus Analysis

### Codex (GPT-5.2) Perspectives:

**FOR:**
- [Pro arguments]

**AGAINST:**
- [Con arguments]

**NEUTRAL:**
- [Objective observations]

**Recommendation:** [Codex's conclusion]

---

### Gemini Perspectives:

**FOR:**
- [Pro arguments]

**AGAINST:**
- [Con arguments]

**NEUTRAL:**
- [Objective observations]

**Recommendation:** [Gemini's conclusion]

---

### Council Consensus:

**Unanimous FOR:** [Points both models agree are advantages]

**Unanimous AGAINST:** [Concerns both models share]

**Divergent Views:** [Where the models disagree]

**Cross-Model Insights:**
- [Unique insights from combining perspectives]

**Council Recommendation:**
[Synthesized recommendation based on all perspectives from both models]

**Confidence Level:** [High if both agree, Medium if partial agreement, Low if divergent]

---
*Session IDs: Codex=[id], Gemini=[id]*

Score

Total Score

45/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon