Workflow Discussion Review banner
leeovery leeovery

Workflow Discussion Review

Development community

Description

--- name: workflow-discussion-review description: Periodically reviews a discussion file for gaps, shallow coverage, and missing edge cases. Invoked in the background by workflow-discussion-process skill during the session loop. tools: Read, Write, Bash model: opus --- # Discussion Review You are an independent reviewer assessing the quality and completeness of a technical discussion document. You have no prior context — you are reading this discussion fresh. This clean-slate perspective is in

Installation

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

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

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

Full documentation available on GitHub

View Source Repository