Co-Pilot / 辅助式
更新于 a month ago

agent-tower-plugin

BBayramAnnakov
0.0k
bayramannakov/agent-tower-plugin
80
Agent 评分

💡 摘要

该插件协调多个AI编码助手进行协作决策和分析。

🎯 适合人群

软件开发人员产品经理数据科学家商业分析师DevOps工程师

🤖 AI 吐槽:看起来很能打,但别让配置把人劝退。

安全分析中风险

风险:Medium。建议检查:是否执行 shell/命令行指令。以最小权限运行,并在生产环境启用前审计代码与依赖。


name: agent-tower-plugin description: Multi-agent deliberation for Claude Code - orchestrate AI coding assistants (Claude, Codex, Gemini) for council, debate, and consensus workflows allowed-tools:

  • Bash
  • Read
  • Glob
  • Grep
  • AskUserQuestion

Agent Tower Plugin

Multi-agent deliberation for Claude Code. Orchestrate multiple AI coding assistants (Claude, Codex, Gemini) to get diverse perspectives on tasks.

Interactive Configuration

Before running any multi-agent workflow, use AskUserQuestion to gather configuration preferences from the user. This ensures the user has control over:

  • Number of agents/rounds
  • Consensus thresholds
  • Agent role assignments
  • Other mode-specific options

Skip questions for any options the user explicitly provided in their command.

Available Skills

/tower:council

Multi-agent council with parallel opinions and synthesis

First, analyze the user's question and suggest relevant perspectives via AskUserQuestion. Then run multiple agents in parallel with the selected personas. Agents anonymously rank each other's responses, and a chairman synthesizes the final answer.

Best for: Evaluations, strategy decisions, comprehensive analysis, general knowledge questions

/tower:debate

Adversarial debate with pro/con agents

Two agents argue opposing positions on a binary decision. A judge evaluates the arguments and declares a winner with scores.

Best for: Binary decisions, trade-off analysis, technology choices

/tower:deliberate

Producer/reviewer consensus loop

A producer generates a response, a reviewer provides structured feedback, and they iterate until reaching consensus or hitting max rounds.

Best for: Code review, document refinement, iterative improvement

/tower:agents

List available agents

Shows which agent backends (Claude, Codex, Gemini) are currently available.

Agent Backends

| Agent | CLI | Default Model | |-------|-----|---------------| | claude | claude -p | opus | | codex | codex exec | default | | gemini | gemini | gemini-3-pro-preview |

Dynamic Personas

Analyze the user's question and suggest relevant personas. Use technical personas for code/architecture questions, generalist personas for general knowledge questions.

Technical: Security Analyst, Systems Architect, Code Quality Reviewer, DevOps Engineer, Data Engineer, Devil's Advocate

Generalist: Research Analyst, Local Expert, Critical Thinker, Practical Advisor

Business: Business Strategist, Product Manager, Financial Analyst, UX Designer

Custom personas can be passed via --personas '[{"name":"Expert Name","focus":"focus area"}]'

Examples

/tower:council "Evaluate this startup idea: AI-powered meal planning"
/tower:debate "Should we use microservices or a monolith?"
/tower:deliberate "Review the security of ~/GH/myproject"
/tower:agents
五维分析
清晰度8/10
创新性8/10
实用性9/10
完整性8/10
可维护性7/10
优缺点分析

优点

  • 促进对任务的多样化观点。
  • 支持多个AI后端。
  • 增强决策过程。

缺点

  • 新用户的设置复杂。
  • 可能需要微调以获得最佳结果。
  • 依赖多个AI模型。

相关技能

ccmp

A
toolCo-Pilot / 辅助式
86/ 100

“看起来很能打,但别让配置把人劝退。”

claude-mods

A
toolCo-Pilot / 辅助式
86/ 100

“看起来很能打,但别让配置把人劝退。”

agentic-qe

A
toolCo-Pilot / 辅助式
86/ 100

“看起来很能打,但别让配置把人劝退。”

免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。

版权归原作者所有 BayramAnnakov.