[2.19.0] Skip workflow agents, use review/research/design/docs only

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 <noreply@anthropic.com>
This commit is contained in:
Kieran Klaassen
2025-12-31 13:41:34 -08:00
parent e3572fd1d7
commit 4a1093702f

View File

@@ -203,10 +203,17 @@ cat ~/.claude/plugins/installed_plugins.json
**Important:** Check EVERY source. Include agents from: **Important:** Check EVERY source. Include agents from:
- Project `.claude/agents/` - Project `.claude/agents/`
- User's `~/.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.) - ALL other installed plugins (agent-sdk-dev, frontend-design, etc.)
- Any local plugins - 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** **Step 2: For each discovered agent, read its description**
Read the first few lines of each agent file to understand what it reviews/analyzes. Read the first few lines of each agent file to understand what it reviews/analyzes.