subagent

Installation
SKILL.md

Subagent

This skill is for the main parent orchestrator only. Do not inject or follow it inside spawned child subagents. The parent session owns delegation, orchestration, review fanout, and final writer launches; child subagents should receive concrete role-specific tasks and should not run their own subagent workflows.

Use this skill when the parent orchestrator needs to launch a specialized subagent, compose multiple specialists into a workflow, or create/edit agents and chains on demand.

When to Use

  • Parallel codebase discovery: combine codebase-locator, codebase-analyzer, and codebase-pattern-finder to map where code lives, how it works, and what existing conventions look like — concurrently, with fresh context per child.
  • Local research mining: pair codebase-research-locator with codebase-research-analyzer to surface prior decisions in research/ and specs/ and extract what still applies.
  • External research: use codebase-online-researcher for authoritative web sources, with persisted findings in research/web/.
  • Debug and fix: use debugger to reproduce, diagnose, and patch failing behavior with tdd and browser support.
  • Refinement: use code-simplifier to clean up recently changed code without altering behavior.
  • Adversarial review: compose read-only specialists (codebase-analyzer, codebase-pattern-finder, debugger in inspect-only mode, codebase-online-researcher) into a parallel review pass — there is no generic reviewer agent.
  • Long-running work: launch async/background runs and inspect them later.
  • Subagent control: watch needs-attention signals and soft-interrupt only when a delegated run is genuinely blocked.
  • Agent authoring: create, update, or override agents and chains for a project.

Tool vs Slash Commands

Installs
3
Repository
flora131/atomic
GitHub Stars
274
First Seen
May 29, 2026
subagent — flora131/atomic