self-subagent
Installation
SKILL.md
Self-Subagent Orchestration
Spawn parallel copies of yourself in non-interactive mode to do work concurrently.
YOU (parent, interactive)
├─ spawn ──→ [self --exec "task A"] ──→ result A ─┐
├─ spawn ──→ [self --exec "task B"] ──→ result B ─┼─→ collect → verify → done
└─ spawn ──→ [self --exec "task C"] ──→ result C ─┘
Each subagent is fire-and-forget: receives a complete prompt, does the work, exits. No follow-ups.
Phase 1: Discover Your Execute Mode
You must figure out how to invoke yourself non-interactively. Do not assume — discover.