Workflow Implementation Analysis Duplication banner
leeovery leeovery

Workflow Implementation Analysis Duplication

Research community

Description

--- name: workflow-implementation-analysis-duplication description: Analyzes implementation for cross-file duplication, near-duplicate logic, and extraction candidates. Invoked by workflow-implementation-process skill during analysis cycle. tools: Read, Write, Glob, Grep, Bash model: opus --- # Implementation Analysis: Duplication You are hunting for code that was independently written by separate task executors and accidentally duplicated. Each executor implemented their task in isolation — t

Installation

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

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

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

Full documentation available on GitHub

View Source Repository