speckit-squad-init

Initialize a Squad workspace from a Speckit spec with agent definitions and routing rules.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/B0yZ4kr14/OrthoPlus-Enterprise --skill speckit-squad-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-squad-init
Source: https://github.com/B0yZ4kr14/OrthoPlus-Enterprise/tree/main/.specify-backups/20260518-141826/_agents/skills/speckit-squad-init
Command: npx skills add https://github.com/B0yZ4kr14/OrthoPlus-Enterprise --skill speckit-squad-init

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the manual setup of a Squad team by turning an existing Speckit specification into ready-to-use agents and routing rules.

Core Features & Use Cases

  • Spec-to-Team Bootstrapping: Reads .specify/spec.md and (optionally) .specify/tasks.md to infer domains, concerns, roles, and routing signals.
  • Config-Driven Agent Generation: Uses .specify/extensions/squad/squad-config.yml when present to assign model tiers and generate .squad/agents/*.agent.md definitions.
  • Automated Routing Rules: Creates .squad/routing.md that maps task keywords and domain patterns to the appropriate agents for typical engineering workflows.
  • Use Case: You start a new project with /speckit.specify, then want a Squad setup that mirrors your tech stack (frontend, backend, database, devops, testing, and AI agent work) without hand-authoring team structure.

Quick Start

Ask the AI to initialize your Squad team from your current Speckit spec by running speckit-squad-init after you have created .specify/spec.md.

Frequently Asked Questions about speckit-squad-init

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

FAQPage Schema
How do I bootstrap an agent squad from a project spec?

To bootstrap an agent squad from a project spec, run the initialization tool against your `.specify/spec.md` file to automatically infer technology domains, generate agent definitions, and create routing rules for your team.

What is spec-driven squad generation for AI agent teams?

Spec-driven squad generation is the process of reading a specification file to derive technology domains, roles, and routing signals, automatically producing ready-to-use agent definitions and task routing configurations.

How do I generate routing rules for AI agents based on my tech stack?

You generate routing rules by inferring task-domain patterns from your project spec, which creates a routing configuration file that maps task keywords and domain patterns to the appropriate agents.

Can I use my custom config to assign model tiers when generating agents?

Yes, you can use a custom configuration file in your extensions directory to assign model tiers and guide the generation of agent definition files for your squad.

Do I need a `.specify` directory to initialize a Squad team?

Yes, you need an existing `.specify` directory containing your `spec.md` file because the initialization reads this specification to derive technology domains, roles, and routing signals for your project.

What is the best way to automate project bootstrapping for multi-agent teams?

The best way to automate project bootstrapping is to derive team structure directly from your specification, eliminating manual setup by automatically generating agent definitions and routing rules.