What problem does it solve?
This skill eliminates biased, ungrounded codebase research that infers solutions or misses existing implementation details. It ensures all findings are strictly factual, tied to specific file:line references, and never assumes what should be built, while optionally incorporating external prior art to avoid duplicating existing work.
Core Features & Use Cases
- Blind documentarian mode: Only reads the provided questions file, never the task description, to eliminate solution bias and ensure research focuses exclusively on existing code.
- File:line grounded findings: Every claim is tied to a specific location in the codebase, with no unsubstantiated assertions, making research easy to verify and trace.
- Optional online prior art scan: Can search for existing tools, patterns, or academic work relevant to research questions to contextualize findings against broader industry approaches.
- Use case: For example, if you are researching how payment processing is implemented in your codebase, this skill will produce a report of exactly where payment logic lives, how data flows through it, and what existing patterns are used, plus any relevant external payment processing approaches, without suggesting any changes to your current implementation.
Quick Start
Provide your approved list of research questions to the roster-research skill to generate a fully referenced report of all existing codebase patterns and implementations relevant to your queries.