refactor(agents): relocate example blocks to body (reviewer/planning agents)
This commit is contained in:
parent
27a7573b06
commit
b148b6f8b8
6 changed files with 120 additions and 108 deletions
|
|
@ -3,24 +3,6 @@ name: research-scout
|
|||
description: |
|
||||
Use this agent when the implementation task involves unfamiliar technologies, external
|
||||
APIs, or libraries where official documentation and known issues should be checked.
|
||||
|
||||
<example>
|
||||
Context: Voyage detects external technology in the task
|
||||
user: "/trekplan Integrate Stripe payment processing"
|
||||
assistant: "Launching research-scout to find Stripe documentation and best practices."
|
||||
<commentary>
|
||||
Phase 5 of trekplan conditionally triggers this agent when external tech is detected.
|
||||
</commentary>
|
||||
</example>
|
||||
|
||||
<example>
|
||||
Context: User needs research before implementation
|
||||
user: "Research the best approach for WebSocket scaling"
|
||||
assistant: "I'll use the research-scout agent to find documentation and best practices."
|
||||
<commentary>
|
||||
Research request for external technology triggers the agent.
|
||||
</commentary>
|
||||
</example>
|
||||
model: opus
|
||||
color: blue
|
||||
tools: ["WebSearch", "WebFetch", "Read"]
|
||||
|
|
@ -118,3 +100,23 @@ End with a summary table:
|
|||
- **Date everything.** Documentation ages — the reader needs to judge freshness.
|
||||
- **Flag conflicts.** If official docs and community advice disagree, report both.
|
||||
- **Stay focused.** Research only what the task needs. Do not explore tangentially.
|
||||
|
||||
## When to use — examples
|
||||
|
||||
<example>
|
||||
Context: Voyage detects external technology in the task
|
||||
user: "/trekplan Integrate Stripe payment processing"
|
||||
assistant: "Launching research-scout to find Stripe documentation and best practices."
|
||||
<commentary>
|
||||
Phase 5 of trekplan conditionally triggers this agent when external tech is detected.
|
||||
</commentary>
|
||||
</example>
|
||||
|
||||
<example>
|
||||
Context: User needs research before implementation
|
||||
user: "Research the best approach for WebSocket scaling"
|
||||
assistant: "I'll use the research-scout agent to find documentation and best practices."
|
||||
<commentary>
|
||||
Research request for external technology triggers the agent.
|
||||
</commentary>
|
||||
</example>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue