quest

Coordinate subagent work across ally roles with dispatch modes.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/dotBeeps/hoard --skill quest-dotbeeps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quest
Source: https://github.com/dotBeeps/hoard/tree/main/cc-plugin/skills/quest
Command: npx skills add https://github.com/dotBeeps/hoard --skill quest-dotbeeps

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating the work of multiple subagents across ally roles to plan, delegate, and execute tasks in a controlled, predictable manner.

Core Features & Use Cases

  • Ally Roles: predefined roles (ally-scout, ally-reviewer, ally-coder, ally-researcher, ally-planner) to cover scanning, review, coding, research, and planning.
  • Dispatch Modes: single, rally (parallel), and chain (sequential) modes to orchestrate work flows.
  • Use Case: when planning a large feature, dispatch parallel subagents to map requirements, review risks, implement components, and design the overall plan.

Quick Start

Dispatch ally-scout to map the module structure, then ally-planner to design the next phase.

Frequently Asked Questions about quest

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

FAQPage Schema
How do I coordinate multiple subagents for parallel task execution?

You can coordinate multiple subagents for parallel task execution by using rally dispatch mode to orchestrate work across predefined ally roles like scout, reviewer, coder, and researcher simultaneously.

What is the best way to plan a large feature using multi-agent workflows?

The best way to plan a large feature with multi-agent workflows is dispatching parallel subagents to map requirements, review risks, implement components, and design the overall plan using dedicated ally roles.

How do I sequentially dispatch tasks across different ally roles?

To sequentially dispatch tasks across different ally roles, apply chain dispatch mode which ensures deterministic results by passing work through roles like scout, planner, and coder in a controlled sequence.

Can I use predefined roles for delegating coding and research tasks?

Yes, you can use predefined roles such as ally-coder and ally-researcher to guide delegation decisions for coding and research tasks, ensuring predictable outcomes across different model tiers.

When should I use single dispatch mode instead of parallel rally mode?

Use single dispatch mode instead of parallel rally mode when you need to execute an isolated task with one specific ally role, rather than orchestrating multiple subagents concurrently for complex workflows.