Research Backlog
Description
Claude Code skill: enrich Linear backlog tickets with parallel research agents before implementation
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
research-backlog
A Claude Code skill that enriches Linear backlog tickets with deep research before a developer touches them.
What it does
For each ticket in your Linear team's backlog, dispatches a parallel research subagent that investigates the technical domain, searches for official docs, prior art, and best practices, then posts a structured comment directly on the ticket. The result is a backlog where every item arrives at the developer with context, resources, and known gotchas already attached — reducing ramp-up time and design mistakes.
Installation
Copy the skill folder into your Claude Code skills directory:
cp -r research-backlog ~/.claude/skills/
Then invoke it in Claude Code with `/research-backlog`.
Usage
Run `/research-backlog` from any repo. The skill will:
- Confirm your
LINEAR_API_KEY - List your teams (or auto-select via
$LINEAR_TEAM_NAME) - Fetch all backlog/unstarted issues
- Dispatch one research subagent per ticket in parallel
- Post a structured research comment on each ticket
- Print a summary table of what was posted
Requirements
LINEAR_API_KEY— required. Get one from linear.app/settings/api.LINEAR_TEAM_NAME— optional. If set, skips the team selection prompt. Value should match part of your team's name (case-insensitive).jq— used to parse GraphQL responses (brew install jq)
License
MIT
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11