squad-creator-design

Analyze project documentation to generate squad blueprint YAML files.

3|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/GDSDN/kord-aios --skill squad-creator-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: squad-creator-design
Source: https://github.com/GDSDN/kord-aios/tree/main/src/features/builtin-skills/kord-aios/squad/squad-creator-design
Command: npx skills add https://github.com/GDSDN/kord-aios --skill squad-creator-design

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of squad blueprints by analyzing project documentation and domain knowledge, streamlining the initial setup phase for AI development teams.

Core Features & Use Cases

  • Automated Blueprint Generation: Analyzes provided documentation (Markdown, YAML, JSON) or a domain description to recommend agents, skills, and squad structure.
  • Interactive Refinement: Allows users to review and accept/reject/modify agent and skill recommendations before blueprint finalization.
  • Use Case: A product manager needs to define a new AI squad for an e-commerce platform. They provide the project's PRD and API specs, and this Skill generates a detailed blueprint outlining necessary agents (e.g., order-manager, inventory-tracker) and their associated skills.

Quick Start

Use the squad-creator skill to design a squad blueprint from the documentation file located at ./docs/prd/my-project.md.

Frequently Asked Questions about squad-creator-design

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

FAQPage Schema
How do I generate an AI agent squad blueprint from existing project documentation?

You can generate a squad blueprint by providing project documentation files in Markdown, YAML, or JSON format, or a domain description, which the system analyzes to recommend agents, skills, and structure.

What is the best way to design an AI squad structure from a PRD and API specs?

Designing an AI squad structure from a PRD and API specs is best handled by analyzing these documents to automatically recommend required agents and their associated skills, producing a detailed blueprint YAML file.

Can I review and modify agent recommendations before finalizing the squad blueprint?

Yes, you can interactively refine the squad blueprint by reviewing the recommended agents and skills, accepting or rejecting specific components before the final blueprint YAML file is generated.

Does the squad blueprint generator work with plain text domain descriptions if I lack formal documentation?

Yes, the squad blueprint generator works with plain text domain descriptions, analyzing the provided domain knowledge to recommend appropriate agents and squad structure without requiring formal documentation.

What format does the squad blueprint generation process output for subsequent squad creation?

The squad blueprint generation process outputs a blueprint YAML file, which serves as the structural configuration containing recommended agents and skills for subsequent squad creation.