context-efficient-delegation

Delegate disposable command outputs to subagents to prevent context bloat.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/seankao31/dotfiles --skill context-efficient-delegation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-efficient-delegation
Source: https://github.com/seankao31/dotfiles/tree/main/agent-config/skills/context-efficient-delegation
Command: npx skills add https://github.com/seankao31/dotfiles --skill context-efficient-delegation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Disposable outputs from commands and investigations clutter the main context; delegating such work to subagents helps keep focus and reduces context wear.

Core Features & Use Cases

  • Delegation heuristic: evaluate whether output is disposable or needs immediate reference, and decide to delegate accordingly.
  • Structured decision guidance: two-question framework to decide when to inline vs delegate.
  • Orchestrating multi-task plans: coordinate subagents for complex workflows with guardrails and failure handling.

Quick Start

Dispatch a subagent to run disposable tasks (e.g., tests or data exploration) and report only the final outcome.

Frequently Asked Questions about context-efficient-delegation

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

FAQPage Schema
How do I prevent context bloat from disposable command outputs in AI workflows?

Delegate disposable command outputs to subagents to prevent context bloat. A two-question decision framework evaluates whether output is disposable or needs immediate reference, inlining only necessary results to keep the main context lean.

When should I inline command output versus delegate it to a subagent?

Apply a two-question decision framework to decide when to inline versus delegate. Evaluate whether the output is disposable or requires immediate reference for ongoing work, delegating verification tasks, data exploration, and debugging to subagents.

How do I orchestrate multi-step plans with subagents without losing focus?

Orchestrate multi-task plans by coordinating subagents for complex workflows with guardrails and failure handling. Dispatch subagents to run disposable tasks like tests or data exploration, reporting only the final outcome back to the main context.

Can I use subagent delegation for verification tasks and debugging?

Yes, subagent delegation applies to verification tasks, data exploration, and debugging. Dispatch a subagent to run these disposable investigations and report only the final outcome, preventing intermediate outputs from cluttering the main context.

What are the limitations of delegating work to subagents for context management?

Delegating work to subagents is limited when intermediate outputs are needed for ongoing work. If output is not disposable and requires immediate reference, the delegation heuristic advises inlining the results rather than dispatching a subagent.