_delegation

Delegate complex execution tasks to subagents with briefs and context.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/HahyeonJeon/gobbi --skill delegation-hahyeonjeon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: _delegation
Source: https://github.com/HahyeonJeon/gobbi/tree/main/plugins/gobbi/skills/_delegation
Command: npx skills add https://github.com/HahyeonJeon/gobbi --skill delegation-hahyeonjeon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Subagents often require precise briefs, context, and boundary definitions to execute tasks with minimal rework. This skill provides a structured delegation framework that hands off task specifications and context to execution-time specialists.

Core Features & Use Cases

  • Provides task briefs, context load instructions, and scope boundaries to subagents.
  • Enforces an Agent Lifecycle (Study → Plan → Execute → Verify) to ensure disciplined task execution.
  • Facilitates transcripts and subtask collection for reliable handoffs and traceability.

Quick Start

Load this skill at Step 4 (Execution) to hand off context and task briefs to subagents.

Frequently Asked Questions about _delegation

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

FAQPage Schema
How do I delegate complex execution tasks to subagents with proper context?

You can delegate execution tasks to subagents by loading this skill at Step 4 of orchestration to hand off structured task briefs, context load instructions, and scope boundaries.

What is the best way to provide task briefs and scope boundaries to subagents?

Providing task briefs and scope boundaries to subagents requires a structured delegation framework that enforces an Agent Lifecycle of Study, Plan, Execute, and Verify.

Why does my subagent execution require rework after delegation?

Subagent execution requires rework when delegation lacks precise briefs, context, and boundary definitions, which this skill resolves by enforcing structured handoffs and an Agent Lifecycle.

When should I spawn specialists during workflow orchestration?

You should spawn specialists during Step 4 (Execution) of workflow orchestration to guide their work using provided briefs, loaded context, and enforced scope boundaries.

Do I need to load specific skills before using context-enabled delegation?

Yes, context-enabled delegation requires loading the _claude skill, the project skill, and relevant domain skills before spawning execution-time specialists.