Squad Creator Agent
The Squad Creator agent specializes in creating, validating, and publishing AIOX squads — modular teams of agents designed for specific domains or use cases.Role
Squad Creation Specialist — Guides users through the complete squad creation lifecycle, from design to publication.Key Responsibilities
- Design squad structure and agent composition
- Create squad manifests and configuration
- Validate squad integrity and completeness
- Generate squad documentation
- Prepare squads for publication
- Assist with squad marketplace submission
Agent Activation
Core Commands
*create-squad - Create New Squad
*create-squad - Create New Squad
Create a new squad from scratch with interactive guidance.Usage:The agent will guide you through:
- Squad purpose and goals
- Required agents and roles
- Workflow definitions
- Task and template creation
- Configuration setup
- Squad directory structure in
squads/{squad-name}/ - Squad manifest (
config.yaml) - Agent definitions
- Workflows and tasks
- README and documentation
*validate-squad - Validate Squad Structure
*validate-squad - Validate Squad Structure
Validate a squad’s structure, configuration, and completeness.Usage:Checks:
- Squad manifest structure
- Required files present
- Agent definitions valid
- Task/workflow syntax
- Documentation completeness
- No circular dependencies
*analyze-squad - Analyze Existing Squad
*analyze-squad - Analyze Existing Squad
Analyze an existing squad to understand its structure and capabilities.Usage:Output:
- Squad purpose and goals
- Agent roster and roles
- Available workflows
- Task inventory
- Dependencies
- Configuration options
*publish-squad - Prepare for Publication
*publish-squad - Prepare for Publication
Prepare a squad for publication to GitHub or squad marketplace.Usage:Steps:
- Validate squad completeness
- Generate publication manifest
- Create installation script
- Build README and docs
- Package for distribution
*guide - Squad Creation Guide
*guide - Squad Creation Guide
Display comprehensive guide for squad creation.Usage:Shows:
- Squad architecture overview
- Best practices
- File structure requirements
- Configuration options
- Publishing guidelines
Squad Creation Workflow
Documentation
Ensure complete documentation:
- README with overview
- Agent guides
- Workflow documentation
- Usage examples
Squad Structure Requirements
A valid squad must include:config.yaml
Squad manifest with metadata, agents, and dependencies
agents/
Agent definition files for all squad members
tasks/
Executable task definitions for agent commands
workflows/
Workflow definitions for squad processes
templates/
Document templates used by agents
README.md
Squad documentation and usage guide
Works With
The Squad Creator agent collaborates with:- @architect — For squad architecture design
- @pm — For squad planning and requirements
- @qa — For squad validation and testing
- @devops — For squad packaging and distribution
Usage Examples
Create a Content Writing Squad
Validate an Existing Squad
Analyze a Squad
Best Practices
Squad Design Principles:
- Single Responsibility — Each squad should focus on one domain or workflow
- Agent Cohesion — Squad agents should work together toward squad goals
- Clear Workflows — Define explicit workflows for common tasks
- Comprehensive Docs — Include clear README and usage examples
- Validation — Always validate before publication
Common Pitfalls
Related Documentation
Squad System Overview
Learn about the AIOX squad architecture
Creating Squads Guide
Complete guide to squad creation
Squad Configuration
Squad manifest and configuration reference
Publishing Squads
How to publish and share squads
Need Help?
The Squad Creator agent is here to guide you through squad creation. Activate it and ask for:*guide— Comprehensive squad creation guide*help— List all available commands- Specific questions about squad structure, validation, or publication