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.