BeClaude

subtask

New
331Community RegistryDevelopmentby zippoxer · MIT

Dispatch work to parallel Codex workers in isolated git workspaces

First seen 5/28/2026

Summary

The subtask skill enables Claude Code to dispatch work to parallel Codex workers, each operating in isolated git workspaces.

  • This allows developers to run multiple independent tasks concurrently, improving efficiency and avoiding conflicts in a shared repository.

Install & Usage

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install subtask@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

Run multiple unit test suites in parallel across different git worktrees to speed up CI feedback.
Refactor several independent modules simultaneously, each in its own isolated workspace.
Generate documentation for multiple API endpoints concurrently without cross-contamination.
Review and fix linting errors across different feature branches in parallel.
Execute data migration scripts for separate database shards at the same time.
Build and test multiple microservices in isolated environments to prevent dependency clashes.

Usage Examples

1

/subtask Run unit tests for module A and module B in parallel

2

/subtask Refactor the authentication service and the payment service simultaneously

3

/subtask Generate API docs for endpoints /users, /orders, and /products concurrently

View source on GitHub
orchestrationparallelcodextasksgit-worktrees

Security Audits

LicensePassSourceWarnRepositoryPass

Frequently Asked Questions

What is subtask?

The subtask skill enables Claude Code to dispatch work to parallel Codex workers, each operating in isolated git workspaces. This allows developers to run multiple independent tasks concurrently, improving efficiency and avoiding conflicts in a shared repository.

How to install subtask?

To install subtask: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install subtask@<marketplace>. Finally, /plugin in Claude Code.

What is subtask best for?

subtask is a plugin categorized under Development. It is designed for: orchestration, parallel, codex, tasks, git-worktrees. Created by zippoxer.

What can I use subtask for?

subtask is useful for: Run multiple unit test suites in parallel across different git worktrees to speed up CI feedback.; Refactor several independent modules simultaneously, each in its own isolated workspace.; Generate documentation for multiple API endpoints concurrently without cross-contamination.; Review and fix linting errors across different feature branches in parallel.; Execute data migration scripts for separate database shards at the same time.; Build and test multiple microservices in isolated environments to prevent dependency clashes..