Assign Task banner
othmane55 othmane55

Assign Task

Productivity community

Description

--- description: Assign a task to the worker pool for distributed execution allowed-tools: Read, Write, Bash, Task argument-hint: title="<task>" [priority=high|normal|low] [collaboration=true] --- # Assign Task - Distribute Work to Agents Assign a task to the worker pool. Available workers will pick up and execute the task. ## Usage ```bash /assign-task [options] ``` ## Options - `title` - Task title (required) - `description` - Detailed task description - `priority` - Task priority: `low`

Installation

Installs to ~/.claude/skills/othmane55-claude-collective-intelligence-assign-task/SKILL.md

Terminal
mkdir -p ~/.claude/skills/othmane55-claude-collective-intelligence-assign-task && curl -fsSL https://raw.githubusercontent.com/othmane55/claude-collective-intelligence/HEAD/commands/assign-task.md -o ~/.claude/skills/othmane55-claude-collective-intelligence-assign-task/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository