Skip to content

Chapter 04 — The Subagent

Delegation in specialized subagents and composition

This chapter explores essential foundations and patterns.

Main content here.

More content.

// Example code
const example = () => {
return "code stays intact";
};

See related chapters: ../05-context, ../06-skill

ConceptDescription
KeyValue