init-mode

Propose a squad roster and initialize the .squad workspace after user confirmation.

Updated Nov 11, 2025
One-click install
npx skills add https://github.com/acmeleme/Conversation-Knowledge-Mining-Solution-Accelerator --skill init-mode-acmeleme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init-mode
Source: https://github.com/acmeleme/Conversation-Knowledge-Mining-Solution-Accelerator/tree/main/.squad/templates/skills/init-mode
Command: npx skills add https://github.com/acmeleme/Conversation-Knowledge-Mining-Solution-Accelerator --skill init-mode-acmeleme

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinators frequently need to initialize a new squad with a defined team, roles, and workspace structure without prematurely creating files or committing decisions. This skill automates the casting and setup process while preserving a gate for user confirmation.

Core Features & Use Cases

  • Automatic team casting and role assignment based on project context and universe templates.
  • Safe workspace initialization: creates the .squad directory, seeds agent histories, and prepares necessary state files only after confirmation.
  • Interactive confirmation flow using ask_user to finalize roster and roles.

Quick Start

Propose the initial squad roster and await user confirmation before creating the .squad structure.

Frequently Asked Questions about init-mode

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

FAQPage Schema
How do I set up a new project squad without prematurely creating workspace files?

To set up a project squad safely, this skill proposes and validates a team roster using a casting process, then delays any file creation or initial state seeding until you explicitly confirm the roster and roles.

What is the casting process for assigning roles in a team workspace setup?

The casting process for team workspace setup evaluates project context and universe templates to automatically propose and assign specific roles to agents, creating a validated squad roster before any workspace initialization occurs.

How do I initialize a .squad directory and seed agent histories after confirming a roster?

After you confirm the proposed roster, the workspace initialization automatically creates the .squad directory, seeds all agent histories, and prepares the necessary policy and registry state files.

Can I review and modify the proposed squad roster before the workspace is created?

Yes, the team setup uses an interactive confirmation flow that pauses file creation, allowing you to review, modify, and finalize the proposed team roster and role assignments before any workspace initialization.

When should I use an automated squad setup tool instead of manual team configuration?

You should use an automated squad setup tool when coordinating a new team and needing to enforce a structured workspace structure with defined roles, policies, and registry files without risking premature file creation.