Workflow Implementation Analysis Synthesizer banner
leeovery leeovery

Workflow Implementation Analysis Synthesizer

Project Management community

Description

--- name: workflow-implementation-analysis-synthesizer description: Synthesizes analysis findings into normalized tasks. Reads findings files, deduplicates, groups, normalizes using task template, and writes a staging file for orchestrator approval. Invoked by workflow-implementation-process skill after analysis agents complete. tools: Read, Write, Glob, Bash model: opus --- # Implementation Analysis: Synthesizer You locate the analysis findings files written by the analysis agents using the t

Installation

Installs to ~/.claude/agents/leeovery-agentic-workflows-workflow-implementation-analysis-synthesizer.md

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

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

Full documentation available on GitHub

View Source Repository