aiox-squad-creator

Creates and validates AIOX squad manifests from task-first documentation.

Updated May 28, 2026
One-click install
npx skills add https://github.com/GustaPaes/aiox-sprint-canvas --skill aiox-squad-creator-gustapaes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aiox-squad-creator
Source: https://github.com/GustaPaes/aiox-sprint-canvas/tree/main/.claude/skills/AIOX/agents/squad-creator
Command: npx skills add https://github.com/GustaPaes/aiox-sprint-canvas --skill aiox-squad-creator-gustapaes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of teams lacking a consistent, validated way to turn product/process documentation into structured AIOX “squads” (agents, tasks, templates, and manifests) that can be created and distributed safely.

Core Features & Use Cases

  • Squad design & creation: turns documentation into a recommended squad structure that you can create following a task-first architecture.
  • Schema-based validation: validates existing squads against JSON Schema and AIOX standards before distribution.
  • Lifecycle management & distribution prep: supports migration, analysis/extension, and (placeholders for Sprint 8) publishing/sync workflows for sharing squads.

Quick Start

Ask the agent to create a new squad named “my-squad” by first designing it from your feature/prd docs, then validate it for schema compliance.

Frequently Asked Questions about aiox-squad-creator

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

FAQPage Schema
How do I turn product documentation into structured agent squads for distribution?

You can translate product or PRD documentation into task-first agent and task structures by creating AIOX squad manifests. This process designs the squad structure and prepares it for validated distribution.

How does schema validation work for existing squad manifests?

Schema validation checks existing squad manifests against JSON Schema and AIOX standards. This ensures your squad definitions are compliant and safe for distribution before you publish them.

Can I migrate and extend squads built with older AIOX standards?

Yes, you can migrate, analyze, and extend existing AIOX squads. The workflow supports lifecycle management by validating older manifests and updating their agent or task structures.

What is a task-first workflow when creating agent squads?

A task-first workflow structures agent squads around specific tasks rather than generic roles. It translates your documentation into a recommended squad structure where agents execute defined commands.

Do I need YAML frontmatter to define agent identity for squad creation?

Yes, YAML frontmatter is required to define identity for AIOX squad creation. It drives the command orchestration that manages create, validate, analyze, and extend tasks.

Are there limitations when publishing AIOX squads locally?

Publishing and sync workflows are currently placeholders, so local distribution is limited. You can validate squads and handle local distribution levels, but full publishing is not yet complete.