soleri-research-scoutlisted
Install: claude install-skill adrozdenko/soleri
# /research-scout — Knowledge Discovery via Vault Branching
Finds new information that challenges or updates existing vault knowledge.
Searches web, Reddit, HN, and Quora for strategies, tools, announcements,
and workflow changes relevant to vault domains.
Findings go to a **scout branch** — never the main vault. Weekly review
promotes the good ones, discards the rest.
**Announce at start:** "Scouting for new intelligence — findings go to the scout branch, not the main vault."
## Two Modes
| Command | What it does |
| ------------------------ | ------------------------------------------------ |
| `/research-scout` | Run a scout pass — search web, capture to branch |
| `/research-scout review` | Review branch findings, promote or discard |
---
## Mode 1: Scout Pass
### Step 1: Ensure Scout Branch Exists
```
YOUR_AGENT_branching op:vault_branch_list
```
If no branch named `scout-findings` exists, create it:
```
YOUR_AGENT_branching op:vault_branch
params: { name: "scout-findings" }
```
### Step 2: Identify What to Scout
Pull active domains and recent topics from the vault:
```
YOUR_AGENT_vault op:vault_domains
YOUR_AGENT_vault op:vault_recent params:{ limit: 15 }
YOUR_AGENT_brain op:brain_strengths params:{ limit: 10 }
```
From these, build 3-5 focused search queries based on:
- Active vault domains (e.g., "typescript", "react", "testing")
- Strong brain patterns (what the user works on most)
-