subagent-spawn

Construct validated G7 spawn payloads with role-based constraints and recursion depth tracking.

2|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/alex-voloshin-dev/ai-skills --skill subagent-spawn
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: subagent-spawn
Source: https://github.com/alex-voloshin-dev/ai-skills/tree/main/plugin/skills/subagent-spawn
Command: npx skills add https://github.com/alex-voloshin-dev/ai-skills --skill subagent-spawn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of inconsistent subagent delegation by providing a standardized, typed interface for constructing G7 spawn payloads, ensuring all subagents are invoked with correct budgets, roles, and constraints.

Core Features & Use Cases

  • Typed Payload Construction: Automatically generates valid G7 spawn payloads that conform to strict schema requirements.
  • Budget & Constraint Management: Enforces token limits, tool access, and recursion depth guards based on agent frontmatter and system protocols.
  • Use Case: Use this when building custom orchestrators or complex workflows where you need to reliably spawn a specialized subagent, such as a security-engineer or db-engineer, with a specific task and resource budget.

Quick Start

Use the subagent-spawn skill to generate a G7 payload for a security-engineer to audit the api authentication module.

Frequently Asked Questions about subagent-spawn

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

FAQPage Schema
How do I construct validated payloads for agentic sub-delegation?▼

To construct validated payloads for agentic sub-delegation, use a standardized interface that automatically generates conforming spawn data while enforcing role-based constraints and budget parameters.

How does budget management work when spawning subagents for orchestration?▼

Budget management for subagent orchestration enforces token limits, tool access, and recursion depth guards based on agent frontmatter, ensuring spawned agents operate within strict resource boundaries.

Can I spawn specialized subagents like a security-engineer for specific audits?▼

Yes, you can spawn specialized subagents such as a security-engineer by generating a targeted payload that assigns the specific role, task, and resource budget required for the audit.

What is the best way to ensure compliance with system-wide protocols during multi-agent workflows?▼

To ensure compliance during multi-agent workflows, use a typed payload construction method that enforces subagent isolation and handles untrusted inputs according to established system protocols.

When do I need recursion depth tracking for complex agentic workflows?▼

Recursion depth tracking is needed for complex agentic workflows when building custom orchestrators that repeatedly spawn subagents, preventing infinite loops and maintaining strict operational constraints.