Skills
Adopt the P2 contract for every orchestrator→subagent handoff — it's what separated survivors from the 40% that failed
Roughly 40% of multi-agent pilots collapse within six months of production, and the post-mortems show every surviving system uses a structured 'P2' subagent contract: explicit objective, required output format, guidance on tools/sources, hard task boundaries, and a dedicated system prompt. Loose 'go figure it out' delegation is the failure mode. Treat each subagent spawn like an API call with a typed request, not a conversation.
Source
↳ Follow the thread