work

Spawn autonomous Claude agents in tmux sessions for ClickUp tasks.

1|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/methuz/methuz-claude-marketplace --skill work-methuz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: work
Source: https://github.com/methuz/methuz-claude-marketplace/tree/main/plugins/clickup-workflow/skills/work
Command: npx skills add https://github.com/methuz/methuz-claude-marketplace --skill work-methuz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Spawn autonomous Claude agents in tmux sessions to work on ClickUp tasks in their worktree folders, enabling parallel, isolated work.

Core Features & Use Cases

  • Spawn one or more agents per task, each in its own tmux session.
  • Automatically manage worktrees, environment setup, and unique ports.
  • Attach, monitor, and control agent sessions to track progress and complete tasks.

Quick Start

Run /clickup:work <task_id> to spawn an autonomous agent and start working on that task in a dedicated worktree.

Frequently Asked Questions about work

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

FAQPage Schema
How do I spawn autonomous agents to work on ClickUp tasks in parallel?

You can spawn autonomous Claude agents to work on ClickUp tasks in parallel by running the /clickup:work command with one or more task IDs. Each agent operates in its own isolated tmux session and worktree folder.

Can I monitor a spawned agent's progress in real-time?

Yes, you can monitor spawned agents in real-time by attaching to their respective tmux sessions. This allows you to track progress, interact with the agent, and control task execution directly.

Do I need tmux and worktrees to run multiple autonomous agents on ClickUp tasks?

Yes, tmux sessions and git worktrees are required. The system creates or locates worktrees for isolated file changes and uses tmux to manage multiple concurrent agent sessions without terminal conflicts.

What is the best way to manage isolated task environments for autonomous agents?

The best way to manage isolated task environments is using git worktrees combined with tmux sessions. This approach assigns unique ports and dedicated folders to each agent, preventing file and environment conflicts.

What limitations or safety constraints apply when spawning agents for task management?

The system enforces safety constraints and validates prerequisites before spawning agents. It relies on shell scripts and environment setup to manage ports and sessions, ensuring agents operate within defined safety boundaries.