brewme-watchlist-briefinglisted
Install: claude install-skill xiaojiou176-open/BrewMe
Use this skill when you want VS Code agent workflows to inspect one
BrewMe watchlist and answer a question with the current story and
evidence context.
## Goal
- start from one watchlist
- reuse the current briefing or story payload
- answer one operator question
- cite the evidence used
- return one concrete next action
## Inputs To Fill In
- `WATCHLIST_ID`: the watchlist you want to inspect
- `QUESTION`: the question you want answered
- `SOURCE_HARBOR_API_BASE_URL`: the BrewMe API base URL when MCP is not wired
- `SOURCE_HARBOR_MCP_STATUS`: whether BrewMe MCP is already connected
## Workflow
Use the strongest available path in this order:
1. BrewMe MCP, if it is already connected
2. BrewMe HTTP API at `SOURCE_HARBOR_API_BASE_URL`
3. BrewMe web routes only as visible proof surfaces
Required steps:
1. Load the watchlist object.
2. Load the current watchlist briefing or briefing page payload.
3. Identify the selected story and the recent changes.
4. Answer `QUESTION` using that story context.
5. Return:
- Current story
- What changed
- Evidence used
- Suggested next operator action
## Guardrails
- Do not pretend BrewMe is a hosted SaaS.
- Do not turn sample/demo surfaces into live-proof claims.
- Do not answer without evidence.
- If MCP or HTTP access is partial, say so clearly instead of filling gaps.