team-onboarding

Collect mission, archetype, placement, and roles, then delegate setup to onboard.ts.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/lygav/vladi-plugins-marketplace --skill team-onboarding-lygav
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-onboarding
Source: https://github.com/lygav/vladi-plugins-marketplace/tree/main/plugins/squad-federation-core/skills/team-onboarding
Command: npx skills add https://github.com/lygav/vladi-plugins-marketplace --skill team-onboarding-lygav

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Onboarding a new federation team involves collecting mission, archetype, placement, and roles, then executing setup; this skill guides and automates the process in a conversational flow.

Core Features & Use Cases

  • Conversational onboarding flow from mission to team placement, role selection, and mechanical setup.
  • Delegates all decision logic to the onboard.ts script, ensuring deterministic outcomes and clean separation of concerns.
  • Emits tracing and events for observability, validation, and recovery, and integrates with optional archetype setup.

Quick Start

Ask the user to start onboarding by saying onboard a team.

Frequently Asked Questions about team-onboarding

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

FAQPage Schema
How do I onboard a new federation team and automate the setup process?

You can onboard a federation team by initiating a conversational flow that collects the mission, archetype, placement, and roles, then delegates the mechanical setup to the onboard.ts script. This produces a structured OnboardResult and an actionable team cast.

What is a federation team archetype and how does it work during onboarding?

A federation team archetype is a plugin configuration applied during onboarding to standardize team setup. The skill guides you through selecting an archetype, performs installation checks, and integrates it into the final OnboardResult.

Can I automate federation team placement and role selection without manual configuration?

Yes, the skill guides you through decision points for team placement and role selection in a conversational flow. It validates your input and delegates the deterministic execution logic to the onboard.ts script.

Do I need the onboard.ts script to use this federation team onboarding skill?

Yes, the onboard.ts script is required. The skill delegates all decision logic and mechanical setup execution to this script to ensure deterministic outcomes and a clean separation of concerns.

How does this skill handle validation and recovery during the team onboarding flow?

The skill emits tracing and events throughout the onboarding flow to provide observability, validate user input at decision points, and support recovery if the archetype installation or mechanical setup fails.

What is the best way to start onboarding a federation team using this automation skill?

The best way to start is to prompt the skill to onboard a team. This triggers the conversational flow, allowing you to sequentially define the mission, archetype, placement, and roles needed to generate the team cast.