Sources:
• crew-reference• 2026-04-29-no-acpThe native subagent execution pattern — spawning specialized agents via `sessions_spawn` with `runtime: "subagent"`. Simple, reliable, no permission issues.
The native subagent execution pattern — spawning specialized agents via sessions_spawn with runtime: "subagent". Simple, reliable, no permission issues.
sessions_spawn({
runtime: "subagent",
task: "You are [AgentName], [Role]. Your task: ..."
});1. One task per spawn — Clear scope, clear completion
2. Workspace file coordination — Agents read/write files to communicate
3. No mock data — Real inputs produce real outputs
4. Re-delegate repairs — If an agent built it, that agent fixes it