agentica-spawn

Spawn and execute Agentica multi-agent patterns for complex workflows.

8|1|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/scooter-lacroix/Maestro --skill agentica-spawn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentica-spawn
Source: https://github.com/scooter-lacroix/Maestro/tree/main/maestro/skills/agentica-spawn
Command: npx skills add https://github.com/scooter-lacroix/Maestro --skill agentica-spawn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation and execution of complex multi-agent systems within the Agentica framework, simplifying the implementation of advanced AI collaboration patterns.

Core Features & Use Cases

  • Pattern Instantiation: Easily spawn pre-defined Agentica patterns like Swarm, Hierarchical, Generator/Critic, and Jury.
  • Task Decomposition: Facilitates breaking down complex problems into manageable sub-tasks for specialized agents.
  • Use Case: When tackling a research problem that requires diverse viewpoints, use the 'Swarm' pattern to have agents with 'Security expert', 'Performance expert', and 'Architecture expert' perspectives analyze the task.

Quick Start

Use the agentica-spawn skill to execute a Swarm pattern with the task description "Analyze the security vulnerabilities of the provided codebase".

Frequently Asked Questions about agentica-spawn

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What are multi-agent collaboration patterns and when do I need them?

Hierarchical multi-agent patterns delegate tasks from a manager agent to specialized worker agents. This structure decomposes complex problems into manageable sub-tasks, facilitating organized research, implementation, iteration, and validation within AI-assisted workflows.

How do I spawn a Swarm pattern for code analysis?

To spawn a Swarm pattern, provide a specific task description like "Analyze the security vulnerabilities of the provided codebase". The system instantiates multiple agents with diverse perspectives, such as Security expert or Performance expert, to collaboratively analyze the task.

What is the difference between Generator/Critic and Jury agent patterns?

Generator/Critic patterns use one agent to generate outputs and another to validate them, facilitating iteration. Jury patterns aggregate judgments from multiple agents to reach a consensus, supporting robust validation through diverse perspectives on complex AI-assisted workflows.

Can I use multi-agent patterns without a complex framework setup?

Executing multi-agent patterns requires specific Agentica pattern configurations and task descriptions. This framework automates creation and execution, simplifying the instantiation of advanced AI collaboration structures like Swarm or Hierarchical without manual orchestration setup.

What limitations exist when decomposing tasks with hierarchical agents?

Task decomposition relies on predefined Agentica pattern configurations. If the specific pattern configuration or task description is missing, the hierarchical agents cannot execute specialized sub-tasks, limiting the validation and iteration of complex workflows.