brain-delegation-claude-code

Delegate software development tasks to specialized worker agents via SPUR CLI.

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

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 a brain agent to delegate tasks, maintain plan integrity, and ensure human oversight.

Core Features & Use Cases

  • Intelligent Routing: Maps tasks to the most appropriate worker agent based on capability and cost-efficiency.
  • Plan Orchestration: Enables the use of SPUR-specific tools like execute_epic and delegate_parallel to manage complex, multi-step development workflows.
  • Use Case: When tasked with a large feature implementation, the brain agent uses this skill to decompose the work into independent subtasks, dispatching them to specialized workers while maintaining a unified review lane for the human operator.

Quick Start

Activate the brain-delegation-claude-code skill to begin routing tasks and managing parallel agent execution for your current project.

Frequently Asked Questions about brain-delegation-claude-code

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

FAQPage Schema
How do I orchestrate multi-agent workflows to parallelize software development tasks?

Multi-agent workflow orchestration routes high-level objectives from a central brain agent to specialized worker agents for parallel execution. This approach decomposes large feature implementations into independent subtasks while maintaining a unified review lane for human oversight.

What is the best way to delegate coding tasks to multiple agents while maintaining plan integrity?

Task delegation to multiple agents uses intelligent routing to map subtasks to the most appropriate worker based on capability and cost-efficiency. The brain agent maintains plan integrity by managing communication channels and reviewing worker outputs before finalizing.

Do I need the SPUR CLI environment to manage multi-agent coding workflows?

Yes, the SPUR CLI environment is required to manage multi-agent coding workflows. It provides the necessary infrastructure to manage git worktrees and handle agent communication channels for routing and reviewing parallel development tasks.

How does a brain agent decompose large feature implementations into independent subtasks?

A brain agent decomposes large feature implementations by mapping high-level objectives to specific tool-based workflows. It uses SPUR-specific tools like execute_epic and delegate_parallel to dispatch independent subtasks to specialized workers for parallel execution.

Can I use multi-agent orchestration with Claude to manage complex development workflows?

Yes, multi-agent orchestration with Claude manages complex development workflows by providing a structured framework for delegation. A central brain agent dispatches tasks to specialized workers, ensuring human oversight through a unified review lane for all parallel outputs.

What are the limitations of using a brain agent for parallel task execution?

Parallel task execution requires integration with the SPUR CLI environment to manage git worktrees and agent communication channels. Without this specific infrastructure, the brain agent cannot route tasks or maintain plan integrity across specialized worker agents.