Commit 61d3fa8
feat: add proactive triggering example to agent-creator agent (#125)
## Summary
Added a 4th example to the `agent-creator` agent demonstrating proactive
triggering, where Claude recognizes implicit agent needs without
explicit "create an agent" requests.
## Problem
Fixes #121
The `agent-creator` agent had 3 examples all demonstrating reactive
triggering patterns. Per Claude Code subagent best practices, agents
should also demonstrate proactive triggering to show Claude when to
automatically invoke them.
## Solution
Added a new proactive triggering example that shows:
- User describing agent-like functionality without explicitly requesting
agent creation
- Assistant recognizing the implicit need and proactively triggering the
agent-creator
### Alternatives Considered
- Could add multiple proactive examples, but one well-crafted example
suffices
- Could modify existing examples to be proactive, but keeping reactive
examples is valuable for explicit requests
## Changes
- `plugins/plugin-dev/agents/agent-creator.md`: Added 4th example
demonstrating proactive triggering
## Testing
- [x] Agent validation script passes
- [x] Markdownlint passes
- [x] Example count now 4 (within recommended 2-4 range)
---
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>1 parent ec70f87 commit 61d3fa8
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
32 | 41 | | |
33 | 42 | | |
34 | 43 | | |
| |||
0 commit comments