aiox-squad-creator

Generate and validate AIOX squads from documentation with JSON Schema.

Updated May 8, 2026
One-click install
npx skills add https://github.com/Elevaria-bia/elevaria-bia.github.io --skill aiox-squad-creator-elevaria-bia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aiox-squad-creator
Source: https://github.com/Elevaria-bia/elevaria-bia.github.io/tree/main/meu-projeto/.claude/skills/AIOX/agents/squad-creator
Command: npx skills add https://github.com/Elevaria-bia/elevaria-bia.github.io --skill aiox-squad-creator-elevaria-bia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It streamlines creating and managing AIOX squads by turning product or technical requirements into a validated, publishable squad structure instead of manual, error-prone setup.

Core Features & Use Cases

  • Squad generation (task-first): Design and scaffold squads (agents, tasks, manifests, workflows) from documentation or blueprints.
  • Schema validation: Validate squad structure against JSON Schema and AIOX standards before distribution to reduce broken releases.
  • Lifecycle management & distribution: Migrate legacy squads, analyze coverage, extend components, and prepare for publishing/syncing to public/marketplace targets.

Quick Start

Run *design-squad --docs ./docs/prd/my-project.md to generate a recommended squad blueprint from your project requirements.

Frequently Asked Questions about aiox-squad-creator

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

FAQPage Schema
How do I generate a workflow scaffold from product documentation?

Squad generation from documentation uses a task-first structure, parsing your project requirements to scaffold agents, tasks, manifests, and workflows into a validated blueprint.

How do I validate a squad manifest against JSON Schema before publishing?

Squad validation checks your manifest structure against JSON Schema and AIOX standards, identifying structural errors before you publish workflows to local or public marketplace targets.

What is the best way to migrate legacy squads to a new workflow structure?

Migrating legacy squads is best handled through lifecycle management, which analyzes existing components and extends them into a task-first structure while preparing the updated manifest for distribution.

Can I prepare squads for public marketplace publishing without manual setup?

Yes, you can prepare squads for marketplace publishing by automating generation and validation, which enforces schema correctness and eliminates manual, error-prone setup for distribution.

Does squad creation require an activation-instructions-driven agent persona?

Yes, squad creation requires an activation-instructions-driven agent persona to ensure the generated squad adheres to JSON Schema validation and maintains the correct task-first structure.