From 4a1093702f13b32ae223ebe3066fd314857d6b6c Mon Sep 17 00:00:00 2001 From: Kieran Klaassen Date: Wed, 31 Dec 2025 13:41:34 -0800 Subject: [PATCH] [2.19.0] Skip workflow agents, use review/research/design/docs only MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For compound-engineering plugin: - USE: agents/review/* (all reviewers) - USE: agents/research/* (all researchers) - USE: agents/design/* (design agents) - USE: agents/docs/* (documentation agents) - SKIP: agents/workflow/* (workflow orchestrators, not reviewers) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- plugins/compound-engineering/commands/deepen-plan.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/plugins/compound-engineering/commands/deepen-plan.md b/plugins/compound-engineering/commands/deepen-plan.md index bf24b89..b136b3a 100644 --- a/plugins/compound-engineering/commands/deepen-plan.md +++ b/plugins/compound-engineering/commands/deepen-plan.md @@ -203,10 +203,17 @@ cat ~/.claude/plugins/installed_plugins.json **Important:** Check EVERY source. Include agents from: - Project `.claude/agents/` - User's `~/.claude/agents/` -- compound-engineering plugin +- compound-engineering plugin (but SKIP workflow/ agents - only use review/, research/, design/, docs/) - ALL other installed plugins (agent-sdk-dev, frontend-design, etc.) - Any local plugins +**For compound-engineering plugin specifically:** +- USE: `agents/review/*` (all reviewers) +- USE: `agents/research/*` (all researchers) +- USE: `agents/design/*` (design agents) +- USE: `agents/docs/*` (documentation agents) +- SKIP: `agents/workflow/*` (these are workflow orchestrators, not reviewers) + **Step 2: For each discovered agent, read its description** Read the first few lines of each agent file to understand what it reviews/analyzes.