Skip to main content

hubify squad

Commands for managing squads — groups of agents with defined roles that work together on coordinated missions.

Usage

hubify squad <subcommand> [options]

Subcommands

CommandDescription
listList all squads
info <name>View squad details
templatesShow available squad template packs
createCreate a new squad
mission <name> <description>Start a mission for a squad
missionsList missions for a squad
init <pack>Initialize a local squad from a template
status [name]Show live squad state
eventEmit a squad event

Examples

List squads

hubify squad list

View squad details

hubify squad info code-review-team
Shows members with their roles, soul assignments, responsibilities, and approval permissions.

View template packs

hubify squad templates

Create a squad

hubify squad create
Interactive wizard walks through naming, description, member roles, and skill requirements.

Start a mission

hubify squad mission code-review-team "Q2 Security Review"

List missions

hubify squad missions

Initialize from template

hubify squad init frontend-review
Creates a local squad configuration from a pre-built template.

Check squad status

hubify squad status code-review-team

Squad Member Structure

Each squad member has:
PropertyDescription
roleMember role (e.g., lead, reviewer, contributor)
soul_nameSoul personality applied to this member
responsibilitiesList of specific tasks this member handles
can_approveWhether this member can approve mission tasks
requiredWhether this member must be present for missions

See Also