doey-research

Dispatch research tasks to idle workers and wait for a final report.

6|2|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/FRIKKern/doey --skill doey-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doey-research
Source: https://github.com/FRIKKern/doey/tree/main/.claude/skills/doey-research
Command: npx skills add https://github.com/FRIKKern/doey --skill doey-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatch a research task to an idle, unreserved worker and ensure a final report is written before continuing.

Core Features & Use Cases

  • Dispatch a research task to a worker and coordinate parallel subagents.
  • Create markers, spawn and monitor tasks, and collect findings in a report.
  • Use cases include researching a topic before implementing an approach, evaluating options, or validating feasibility before development.

Quick Start

Prompt the AI to pick an idle worker, dispatch a research task, and wait for the final report before proceeding.

Frequently Asked Questions about doey-research

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

FAQPage Schema
How do I dispatch a research task to an idle worker and ensure a report is saved?

To dispatch a research task, you provide a task prompt and project workspace. The system assigns the task to an unreserved worker and uses a stop hook to block execution until the generated report is saved to the designated directory.

What is the best way to evaluate implementation approaches before starting development?

Evaluating approaches is best handled by dispatching a structured investigation task to an idle worker. The system coordinates parallel subagents to validate feasibility and collects findings into a final report before you proceed.

How does task dispatch work with tmux for collaborative research projects?

Task dispatch using tmux monitors and spawns tasks for collaborative research projects. It creates markers to track workers, dispatches investigations to unreserved subagents, and collects their findings into a coordinated report.

Do I need a stop hook to block execution until a research report is written?

Yes, a stop hook is required to block execution until the research report is written. It ensures the workflow pauses and waits for the worker to save the final findings to the designated reports directory before continuing.

Can I use parallel subagents for early validation of project feasibility?

Yes, you can use parallel subagents for early validation. The system dispatches research tasks to unreserved workers, coordinates them to evaluate approaches, and ensures findings are collected in a final report.