skills/subagent-orchestration/SKILL.md
Use when deciding whether to split a coding task into parallel exploration, bounded review fan-out, or single-writer delegated work instead of keeping it in one agent.
npx skillsauth add nbsp1221/agent-skills subagent-orchestrationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use subagents as a harness, not as a reflex. The goal is higher signal per token, not more parallelism.
Use this skill when:
Do not use this skill when:
Fan out only when the delegated scopes are independent and at least one of these is also true:
Default budget:
Collapse back to one agent when:
Mandatory human gate:
Handoff contract minimum:
Use the host-specific limits in references/host-compatibility-and-limits.md before delegating. Do not assume every host supports the same depth, communication model, or permission model.
Use these references as needed:
testing
Use when investigating a repository that is not already available locally and the user needs repository-specific understanding of its structure, implementation, maintenance, or relevant files.
testing
Use when a founder has a rough product idea and wants autonomous deep validation, market and competitor research, and an evidence-based MVP decision with minimal back-and-forth.
testing
Write and review Docker Compose files with consistent best practices and conventions (file naming, override strategy, service naming, key ordering, env handling, ports, and healthchecks). Use when creating or standardizing compose.yaml/docker-compose.yml.
documentation
Detect the repo's commit convention (Conventional Commits, Gitmoji, or a custom template) and create commits. Use when asked to commit, write a commit message, stage and commit changes, or commit and push work.