| name | Assign Team to Project |
| description | Assign one or more teams to a project so agents can work on it. |
| version | 1.0.0 |
| category | management |
| skillType | claude-skill |
| assignableRoles | ["orchestrator"] |
| triggers | ["assign team","assign team to project","link team to project"] |
| tags | ["project","team","assignment","management"] |
| execution | {"type":"script","script":{"file":"execute.sh","interpreter":"bash","timeoutMs":30000}} |
Assign Team to Project
Assigns one or more teams to a project. Teams must be assigned to a project before they can be started.
Usage
bash config/skills/orchestrator/assign-team-to-project/execute.sh '{"projectId":"project-uuid","teamIds":["team-uuid-1"]}'
Parameters
| Parameter | Required | Description |
|---|
projectId | Yes | UUID of the target project |
teamIds | Yes | Array of team UUIDs to assign to the project |
Output
JSON confirming the team assignment.