Agent skill
parallel-tasks
Creates multiple git worktrees and launches parallel Claude sessions for simultaneous task execution. Maximum 3 tasks.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/parallel-tasks
SKILL.md
Parallel Tasks
Create git worktrees for parallel task execution with separate Claude sessions (macOS only).
Script
"${CLAUDE_PLUGIN_ROOT}/scripts/wt-parallel.sh" \
--branches "branch1|branch2" \
--prompts "prompt1|prompt2"
Workflow
- Parse tasks from user request (maximum 3)
- Generate branch names:
prefix/description(max 50 chars)- Prefixes:
feature/(default),bugfix/,hotfix/,release/
- Prefixes:
- Confirm with user via AskUserQuestion before creating anything:
- Task descriptions
- Branch names
- Initial prompts for each Claude session
- Execute script after approval
- Report results - which tasks succeeded/failed
Examples
Input: "Implement user auth and product search at the same time"
Parsed:
- Task 1:
feature/user-auth→ "Implement user authentication..." - Task 2:
feature/product-search→ "Implement product search..."
Input: "Fix the login bug and cart calculation issue in parallel"
Parsed:
- Task 1:
bugfix/login→ "Fix the login bug..." - Task 2:
bugfix/cart-calculation→ "Fix the cart calculation issue..."
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?