research-orchestrator

Orchestrate parallel research subagents to compile ticket context into a report.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/christian-byrne/ticket-to-pr-pipeline --skill research-orchestrator-christian-byrne
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-orchestrator
Source: https://github.com/christian-byrne/ticket-to-pr-pipeline/tree/main/skills/research-orchestrator
Command: npx skills add https://github.com/christian-byrne/ticket-to-pr-pipeline --skill research-orchestrator-christian-byrne

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of gathering comprehensive context for a given ticket, ensuring all necessary information is collected before development begins.

Core Features & Use Cases

  • Parallel Research: Dispatches multiple subagents concurrently to investigate different aspects of a ticket (e.g., git history, related issues, codebase analysis).
  • Source-Specific Strategies: Adapts research methods based on whether the ticket originates from Notion or GitHub, leveraging platform-specific data.
  • Use Case: When a new feature request comes in via a GitHub issue, this Skill automatically analyzes its description, linked issues, commit history, and relevant code files to provide a detailed research report, enabling developers to understand the full scope and potential impact.

Quick Start

Use the research-orchestrator skill to gather context for ticket ID '12345'.

Frequently Asked Questions about research-orchestrator

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

FAQPage Schema
How do I gather ticket context from GitHub issues and Notion pages automatically?

You can gather ticket context automatically by using a research orchestrator that dispatches parallel subagents to investigate GitHub issues or Notion pages. It loads source-specific strategies to collect git history, related codebase files, and linked issues into a comprehensive report.

What is parallel research orchestration for codebase analysis?

Parallel research orchestration for codebase analysis is the process of dispatching multiple subagents concurrently to investigate different aspects of a ticket. This mechanism ensures all necessary information, such as commit history and related code, is collected before development begins.

Does the ticket context research orchestrator work with both Notion and GitHub sources?

Yes, the ticket context research orchestrator works with both Notion and GitHub sources. It adapts its research methods by loading source-specific strategies to leverage platform-specific data, ensuring comprehensive context gathering regardless of the ticket origin.

Do I need the gh CLI and Notion MCP to run ticket research orchestration?

You optionally need the gh CLI and Notion MCP to run ticket research orchestration, as they provide platform-specific data access. However, the only strict requirement is that ticket-intake completion must be finalized before the research orchestration can begin.

How to compile a research report for a new feature request from a GitHub issue?

To compile a research report for a new feature request, the orchestrator analyzes the GitHub issue description, linked issues, commit history, and relevant code files concurrently. It then aggregates these parallel findings into a detailed report for developers.