discuss
Multi-agent discussion -- brings 2-3 agent perspectives into one conversation
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Multi-agent discussion -- brings 2-3 agent perspectives into one conversation
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Analyzes a specific bug from the issue tracker (analysis only, no code changes)
Validate Automation Config, MCP servers, and tokens
Creates backlog epics in issue tracker from a specification document
Run the fix pipeline on a single ticket OR a batch -- auto-resumes from checkpoint if state exists
Implements a feature from the issue tracker -- spec, design, fix, review, test, publish
Interactive wizard for generating Automation Config
| name | discuss |
| description | Multi-agent discussion -- brings 2-3 agent perspectives into one conversation |
| allowed-tools | Task, Read, Glob, Grep |
| argument-hint | <topic> [--agents <list>] |
Input: $ARGUMENTS = topic or question + optional --agents <list> (comma-separated agent names)
Parse $ARGUMENTS:
--agents reviewer,fixer,architect → agent_listreviewer,fixer,architect (if not specified)For each agent in agent_list (in parallel):
Before dispatch, check Agent Overrides: for each agent you dispatch, follow ../../core/agent-override-injector.md for that agent's overrides.
Run agent via Task tool with context:
You are participating in a multi-agent discussion about: {topic}
Your role: {agent description from frontmatter}
Style: {agent style from frontmatter}
Provide your perspective on this topic in 100-200 words.
Focus on concerns and insights specific to YOUR expertise.
Be opinionated — disagree with conventional wisdom if your expertise suggests otherwise.
Collect all agent responses.
Display as structured discussion:
## Discussion: {topic}
### {agent-1 name} ({agent-1 style})
{agent-1 perspective}
### {agent-2 name} ({agent-2 style})
{agent-2 perspective}
### {agent-3 name} ({agent-3 style})
{agent-3 perspective}
### Synthesis
{synthesize key agreements, disagreements, and recommended approach}
Ask: "Follow up on any perspective? [agent name / done]" If user picks an agent → run that agent again with the full discussion context for deeper exploration.