dispatch-subagent

Coordinate auditable subagent dispatch with scope restrictions and mandatory logging.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/Busboom-Foo/meetupfu --skill dispatch-subagent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dispatch-subagent
Source: https://github.com/Busboom-Foo/meetupfu/tree/main/.claude/skills/dispatch-subagent
Command: npx skills add https://github.com/Busboom-Foo/meetupfu --skill dispatch-subagent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinated AI workflows often suffer from ad-hoc agent coordination and untracked execution. This skill provides a controller/worker pattern that orchestrates the dispatch of isolated subagents with curated context, a clearly defined scope directory, and a mandatory audit log to ensure traceability and accountability.

Core Features & Use Cases

  • Centralized task scoping: designate the target subagent tier/role and the allowed scope directory for writes.
  • Curated context: prune and inject only the necessary files and instructions for the subagent to perform the task.
  • Auditable workflow: enforce mandatory logging before dispatch and after results to maintain a traceable audit trail.

Quick Start

Provide a task scope and scope_directory, then dispatch a subagent under that scope and confirm the audit log.

Frequently Asked Questions about dispatch-subagent

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

FAQPage Schema
How do I orchestrate subagents with strict scope confinement for isolated tasks?

Orchestrating subagents with strict scope confinement requires a controller/worker pattern that defines a target tier and a designated scope directory to restrict writes. This approach coordinates isolated execution while confining operations to approved paths.

Why does my AI agent workflow lack traceability and how do I enforce audit logging?

AI agent workflows lack traceability when execution is ad-hoc and untracked. You enforce audit logging by mandating dispatch and result logs through structured update routines, creating a traceable audit trail for every subagent action.

What is the best way to manage context injection for multiple AI agent tiers?

Managing context injection for multiple AI agent tiers is best handled by pruning unnecessary files and injecting only curated instructions. This ensures each subagent receives exactly the necessary context to perform its isolated task.

How do I set up a controlled dispatch workflow for subagent execution?

Setting up a controlled dispatch workflow involves providing a task scope and a scope directory, then triggering the subagent under that scope. The workflow confirms execution boundaries and validates the resulting audit log entry.

Can I restrict subagent write permissions to a specific scope directory?

Yes, you can restrict subagent write permissions by designating a defined scope directory during task scoping. This enforces strict scope confinement, ensuring the isolated task only performs writes within the approved directory.

What are the limitations of ad-hoc agent coordination compared to a controller/worker pattern?

Ad-hoc agent coordination lacks structured delegation and mandatory logging, leading to untracked execution. A controller/worker pattern overcomes this by enforcing curated context, scope directories, and mandatory audit trails for accountability.