# Workbench Research

> Evidence-first research, architecture discovery, vendor documentation review, benchmark reading, and unknown-system analysis.

- Skill: `fearvox/workbench-research` (Agent Skill)
- Install (CLI): `npx skillmds@latest add fearvox/workbench-research`
- Raw SKILL.md: https://api.skillmd.com/api/skills/fearvox/workbench-research/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: Fearvox (https://skillmd.com/u/fearvox)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/fearvox/workbench-research

---


# Workbench Research

Use this skill for research, architecture discovery, vendor docs, benchmark reading, and unknown-system analysis.

## Research Standard

- Read the real system first when local state exists.
- Prefer primary sources, live commands, local files, and official docs.
- Separate confirmed facts, source claims, and inference.
- Treat current software behavior, API shape, prices, versions, and docs as drift-prone.
- Cite file paths, command names, issue/comment IDs, or source URLs when they support a claim.
- Use targeted reads first: indexes, `rg`, `jq`, table summaries, and exact IDs before full documents or full histories.
- Summarize large sources before handing them to another agent.

## Research Output

Return:

- `QUESTION`: what was investigated.
- `CONFIRMED`: facts with evidence.
- `UNCERTAIN`: assumptions or unresolved gaps.
- `OPTIONS`: viable paths with tradeoffs.
- `RECOMMENDATION`: the smallest next action.
- `SOURCES`: local paths, commands, issue IDs, or URLs used.

## Research Boundaries

- Do not present speculation as fact.
- Do not copy secrets or private tokens into reports.
- Do not rewrite working architecture while researching it.
- If source material conflicts, explain the conflict and prefer live runtime evidence.
- Stop if the next read would be broad and low-yield; report the smaller evidence query needed instead.

