brain-delegation

Standardizes delegation of coding tasks to specialized agents in the SPUR environment.

2|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/getspur/spur --skill brain-delegation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brain-delegation
Source: https://github.com/getspur/spur/tree/main/.spur/skills/brain-delegation
Command: npx skills add https://github.com/getspur/spur --skill brain-delegation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the operational complexity of managing multiple coding agents by providing a structured framework for task decomposition, worker routing, and review gate management.

Core Features & Use Cases

  • Intelligent Delegation: Provides clear heuristics for when to perform tasks manually versus delegating to specialized agents.
  • Workflow Orchestration: Enables the creation of complex, DAG-aware plans for multi-step features that require testing and review.
  • Use Case: When refactoring a large codebase, use this skill to decompose the task into parallelizable subtasks, route them to the most cost-effective agents, and ensure all changes pass through a centralized review gate.

Quick Start

Use the brain-delegation skill to analyze the current task and generate a delegation plan for the identified subtasks.

Frequently Asked Questions about brain-delegation

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

FAQPage Schema
How do I decompose complex coding tasks for multi-agent orchestration?

Multi-agent orchestration decomposes complex coding tasks into parallelizable subtasks with defined routing rules and review gates. It provides a structured framework for task decomposition, worker routing, and centralized review gate management across heterogeneous coding agents.

When should I delegate coding tasks to specialized agents instead of doing them manually?

You should delegate coding tasks to specialized agents during large operations like codebase refactoring. The framework provides clear heuristics for when to perform tasks manually versus delegating, ensuring subtasks are routed to the most cost-effective agents for parallel execution.

Can I create DAG-aware plans for multi-step software features?

Yes, you can create DAG-aware plans for multi-step software features that require testing and review. Workflow orchestration enables the creation of complex directed acyclic graph plans, ensuring all changes pass through a centralized review gate upon completion.

How do I standardize task prompt formatting and output expectations across coding agents?

To standardize task prompt formatting across coding agents, the framework enforces consistent output expectations and routing rules. This ensures a heterogeneous fleet of coding agents receives uniformly structured prompts during task delegation.

What is the best way to manage operational complexity when using multiple coding agents?

The best way to manage operational complexity with multiple coding agents is using a structured framework for task decomposition and worker routing. This standardizes delegation, ensures consistent prompt formatting, and manages review gates across the entire fleet.

Does multi-agent delegation work for large codebase refactoring?

Yes, multi-agent delegation works for large codebase refactoring by decomposing the task into parallelizable subtasks. It routes these subtasks to the most cost-effective specialized agents and ensures all code changes pass through a centralized review gate.