Skip to content

Commit 4a10937

Browse files
[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>
1 parent e3572fd commit 4a10937

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

plugins/compound-engineering/commands/deepen-plan.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,17 @@ cat ~/.claude/plugins/installed_plugins.json
203203
**Important:** Check EVERY source. Include agents from:
204204
- Project `.claude/agents/`
205205
- User's `~/.claude/agents/`
206-
- compound-engineering plugin
206+
- compound-engineering plugin (but SKIP workflow/ agents - only use review/, research/, design/, docs/)
207207
- ALL other installed plugins (agent-sdk-dev, frontend-design, etc.)
208208
- Any local plugins
209209

210+
**For compound-engineering plugin specifically:**
211+
- USE: `agents/review/*` (all reviewers)
212+
- USE: `agents/research/*` (all researchers)
213+
- USE: `agents/design/*` (design agents)
214+
- USE: `agents/docs/*` (documentation agents)
215+
- SKIP: `agents/workflow/*` (these are workflow orchestrators, not reviewers)
216+
210217
**Step 2: For each discovered agent, read its description**
211218

212219
Read the first few lines of each agent file to understand what it reviews/analyzes.

0 commit comments

Comments
 (0)