builder-delegation

Delegate tasks to sub-agents with structured context and pre-delegation checks.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/mdmagnuson-creator/helm-ade-toolkit --skill builder-delegation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: builder-delegation
Source: https://github.com/mdmagnuson-creator/helm-ade-toolkit/tree/main/skills/builder-delegation
Command: npx skills add https://github.com/mdmagnuson-creator/helm-ade-toolkit --skill builder-delegation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a standardized way to delegate tasks to other AI sub-agents, ensuring they have the necessary context and information to perform their jobs effectively.

Core Features & Use Cases

  • Contextual Delegation: Ensures sub-agents receive crucial project, git, and convention information.
  • Canonical Content Embedding: Guarantees accurate reproduction of documentation and configuration by embedding source content directly.
  • Analysis Gate Enforcement: Implements a mandatory pre-delegation check to ensure analysis is complete before proceeding.
  • Semantic Search Integration: Leverages vector search for gathering relevant context before task delegation.

Quick Start

Use the builder-delegation skill to delegate the task of implementing US-003 to the @developer agent, providing the necessary context block.

Frequently Asked Questions about builder-delegation

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

FAQPage Schema
How do I delegate coding tasks to AI sub-agents with proper project context?

To delegate tasks to sub-agents, you provide structured context blocks covering project state and git operations, then pass the delegation request with canonical source content to the @developer agent.

What is the best way to ensure AI sub-agents reproduce documentation accurately?

The best way to ensure accurate documentation reproduction is embedding canonical source content directly within the delegation context, guaranteeing the sub-agent references the exact configuration and text needed for the task.

Can I enforce a pre-delegation check before sending tasks to the developer agent?

Yes, you can enforce a pre-delegation check using an analysis gate that validates session state, ensuring all required context gathering and semantic search operations are complete before task delegation occurs.

Does sub-agent delegation support semantic search for context gathering?

Sub-agent delegation supports semantic search integration, leveraging vector search to automatically gather relevant project context and documentation prior to passing the structured task to the sub-agent.

When do I need to use an analysis gate for sub-agent task delegation?

You need to use an analysis gate for sub-agent task delegation when enforcing mandatory pre-delegation checks, validating session state to ensure context gathering is complete before proceeding to the developer agent.