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.