10x-research

Research codebases using parallel sub-agents and generate structured research documents.

Updated May 20, 2026
One-click install
npx skills add https://github.com/Oskarovsky/Sprinter --skill 10x-research-oskarovsky
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-research
Source: https://github.com/Oskarovsky/Sprinter/tree/main/.cursor/skills/10x-research
Command: npx skills add https://github.com/Oskarovsky/Sprinter --skill 10x-research-oskarovsky

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Answering questions about a large codebase requires reading many files and connecting patterns across components, which is slow and error-prone when done manually. This Skill orchestrates parallel sub-agents to investigate different aspects of a codebase concurrently and synthesizes findings into a structured, citable research document. ## Core Features & Use Cases - Parallel sub-agent research: Spawns 2-4 concurrent Explore and general-purpose agents to search files, trace code paths, and analyze architecture with file:line references. - Scope clarification: Asks targeted questions about scope, depth, and focus before launching research when the query is ambiguous. - Structured research documents: Generates a Markdown research artifact with YAML frontmatter, code references, architecture insights, historical context, and optional GitHub permalinks, stored under context/changes/<change-id>/research.md. - Use Case: Ask how authentication works in your repository; the Skill decomposes the question, dispatches agents to map the auth flow and related decisions, then delivers a research document with linked code references. ## Quick Start Invoke the 10x-research skill and ask a research question such as how the API endpoints in this repository handle authentication.

Frequently Asked Questions about 10x-research

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I research a large codebase with AI agents?

Invoke this Skill with a research question, and it decomposes the query into research areas, spawns 2-4 parallel sub-agents to explore files and patterns, then synthesizes findings with file:line references into a structured document.

How to generate a codebase research document with code references?

The Skill writes a research.md file under context/changes/<change-id>/ containing YAML frontmatter, a summary, detailed findings, code references with line numbers, architecture insights, and open questions.

Does codebase research include historical decisions and past changes?

Yes. The Skill reads context/changes/**/ and context/archive/**/ directories as supplementary historical context, linking prior plans and research documents alongside live codebase findings.

Can I ask follow-up questions after the research is complete?

Yes. Follow-up questions append a new timestamped section to the same research document, update the last_updated frontmatter fields, and may spawn additional sub-agents for further investigation.

When does the research skill ask clarifying questions?

It asks about scope, depth, and focus only when the query is ambiguous, offering 2-4 concrete options per question. Tightly scoped queries like finding all usages of a specific tool skip clarification entirely.