| name | research-playbook |
| description | Use this skill when the user asks for a comparison, ecosystem analysis, or synthesis of open versus managed agent harnesses. It helps the agent gather sources, extract tradeoffs, and turn them into durable markdown artifacts. |
| allowed-tools | fetch_url, save_brief |
research-playbook
Overview
This skill is for requests where the agent must compare approaches, gather external references, and explain design tradeoffs clearly.
Instructions
- Gather 2-5 primary sources with
fetch_url.
- Extract specific claims about memory ownership, context management, deployment, and lock-in risk.
- Separate source-backed claims from your own synthesis.
- Write long findings to
/docs/.
- If the result should be machine-readable, call
save_brief and store the brief in /docs/briefs/.
Output Shape
- Start with the core decision.
- Then explain tradeoffs.
- Then describe what should be owned by the company versus delegated to a model or vendor.