What problem does it solve? When a task exceeds a single agent's expertise or can be parallelized, this Skill guides the AI to find and summon specialized NPC agents for collaborative work, avoiding poor results from handling everything alone. ## Core Features & Use Cases - Delegation Decision Framework: Evaluates whether a task needs domain experts, parallel processing, or cross-repository collaboration before summoning. - NPC Discovery: Searches the knowledge base with cnb knowledge-base search-npc using scenario keywords like code review, frontend, testing, or security audit. - Correct Summon Syntax: Uses the @{slug}({name}) mention format with complete context including background, files, constraints, and expected deliverables. - Use Case: While reviewing authentication code, you realize security expertise is needed. The Skill searches for a security NPC, summons it with @npc/security-audit(...), and passes the OWASP Top 10 checklist plus the target directory for review. ## Quick Start Ask the AI to find and summon a specialized NPC to review the login logic in your auth directory for security issues.