Skip to content

disclaw-team roles

Synopsis

Terminal window
disclaw-team roles <subcommand>

Description

Manage the role library at ~/.disclaw-team/roles/. List installed roles, inspect role details, or install the preloaded role set that ships with disclaw-team.

Subcommands

disclaw-team roles list

List all installed roles grouped by type (orchestrator, specialist, executor, generalist). Shows each role’s ID and tagline.

disclaw-team roles show <role-id>

Display full details for a single role: type, description, personality, engagement rules, and model config.

ArgumentRequiredDescription
role-idYesRole filename without .yaml extension (e.g., researcher)

disclaw-team roles install

Copy preloaded roles from the disclaw-team source into ~/.disclaw-team/roles/. Run once after cloning, or again to pick up newly bundled roles.

Examples

Terminal window
# List all installed roles
disclaw-team roles list
Terminal window
# Inspect a specific role
disclaw-team roles show tech-lead
Terminal window
# Install preloaded roles
disclaw-team roles install
Terminal window
# Update an existing role (must delete first)
rm ~/.disclaw-team/roles/researcher.yaml
disclaw-team roles install

Gotchas