parallelize-work-cursor
CommunityLaunch parallel Cursor agents per Linear issue.
System Documentation
What problem does it solve?
Coordinating multiple independent implementation tasks serially wastes time and delays merges when your work can be safely split across concurrent Linear issues.
Core Features & Use Cases
- Per-issue worktree isolation: creates one
wtworktree per explicitly identified Linear issue, preventing cross-talk between tasks. - Detached Cursor agent sessions: starts a detached Cursor agent session per task inside the matching worktree so you can attach and steer each run independently.
- Explicit parallel-safety from source-of-truth: only parallelizes tasks that are clearly marked safe in an input document or spec, avoiding guesswork about dependencies.
Use case: You have an implementation plan or TRD that names multiple independent Linear issues (e.g., frontend work and backend work that do not block each other); run this skill to spawn agents for each issue concurrently and keep their scopes constrained.
Quick Start
Run: call launch_parallel_ticket_work.py with a plan JSON that includes a required source doc URL/path and a tasks array mapping each parallel Linear issue to its project and worktree name.
Dependency Matrix
Required Modules
Components
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: parallelize-work-cursor Download link: https://github.com/nthpaul/dotfiles/archive/main.zip#parallelize-work-cursor Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.