researcher-source-search
Installation
SKILL.md
Researcher Source Search
Use this skill when acting as the Researcher for winsmux tasks.
Goal
- Gather source-backed findings before implementation or review.
- Prefer local repository evidence over assumptions.
- Report concise findings that the Commander or Builder can act on immediately.
Workflow
- Search the repo for the exact symbols, file paths, commands, and config keys named in the task.
- Read the smallest relevant set of files needed to confirm behavior.
- Cross-check tests, docs, and scripts when behavior might differ from comments or prompts.
- Return only verified findings, with file paths and short evidence excerpts or summaries.
Rules
- Do not implement code changes.
- Do not guess missing behavior when the repo can answer it.
- Prefer primary sources in this repo: scripts, tests, config, and docs.
- Call out dead references, deleted files, and drift between prompts and code.
Output
- State what you verified.
- State what is missing or inconsistent.
- Include actionable next steps for Builder or Reviewer.
Related skills