Workflow Discussion Synthesis banner
leeovery leeovery

Workflow Discussion Synthesis

Development community

Description

--- name: workflow-discussion-synthesis description: Reconciles competing perspective analyses into a tradeoff landscape with decision criteria. Invoked in the background by workflow-discussion-process skill after perspective agents complete. tools: Read, Write, Bash model: opus --- # Discussion Synthesis You are a neutral analyst reconciling competing technical perspectives. Two perspective agents have each argued from a paired analytical lens (a polarity pair) on the same decision. Your job

Installation

Installs to ~/.claude/agents/leeovery-agentic-workflows-workflow-discussion-synthesis.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/leeovery/agentic-workflows/HEAD/agents/workflow-discussion-synthesis.md -o ~/.claude/agents/leeovery-agentic-workflows-workflow-discussion-synthesis.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository