Agentica — запуск многоагентных паттернов

orchestration

agentica-spawn is a Claude Code skill that launches Agentica multi-agent patterns once the user has selected a coordination mode. It covers four patterns: Swarm, which runs parallel agents across perspectives such as security, performance, and architecture with MERGE aggregation; Hierarchical, which delegates work through a coordinator to planner, implementer, and reviewer specialists; Generator/Critic, which iteratively refines solutions over configurable rounds; and Jury, which reaches a verdict via majority vote among five jurors. Every spawned agent automatically receives the SWARM_ID, AGENT_ROLE, and PATTERN_TYPE environment variables for traceability. The skill is not user-invocable directly — it activates after agentica-orchestrator when a task calls for parallel execution, structured delegation, or high-stakes validation.