run-team

Orchestrate parallel execution of issues by assigning tasks to an agent team.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/acta0724/claude-marketplace --skill run-team
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-team
Source: https://github.com/acta0724/claude-marketplace/tree/main/linear/skills/run-team
Command: npx skills add https://github.com/acta0724/claude-marketplace --skill run-team

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the execution of multiple issues by assigning them to an agent team, streamlining project workflows and parallelizing development tasks.

Core Features & Use Cases

  • Automated Team Formation: Dynamically forms an agent team based on available issues and user-defined team configurations.
  • Parallel Execution: Assigns individual issues to 'Executor' agents and runs them concurrently, significantly reducing project completion time.
  • Status Management: Automatically updates issue statuses to 'started' and 'completed' as tasks progress.
  • Use Case: Kick off the development cycle for a new feature by having the 'run-team' skill assign all related sub-tasks to different developers (agents) and track their progress automatically.

Quick Start

Use the run-team skill to dispatch all unassigned issues to the agent team for parallel execution.

Frequently Asked Questions about run-team

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

FAQPage Schema
How do I automate parallel execution of project issues using an agent team?

Parallel execution of project issues is automated by forming an agent team that assigns tasks to individual executors concurrently. This orchestrates multiple workflows, manages issue status updates, and tracks progress automatically.

How does dependency management work when running parallel issue execution?

Dependency management between issues is handled during parallel execution to ensure correct task sequencing. The system coordinates agent teams and manages worktree creation so dependent tasks execute without conflicts.

Can I use parallel issue execution for managing Git branches and worktrees?

Parallel issue execution manages Git branches by generating worktrees for each assigned task. Upon completion, the system automatically cleans up these worktrees to maintain a streamlined project workflow.

What is the best way to track issue status during automated parallel task execution?

Automated parallel task execution tracks issue status by updating tasks to 'started' and 'completed' as agents progress. This dynamic status management happens automatically while the agent team processes concurrent issues.

Do I need to manually assign issues to executors for parallel workflow automation?

Parallel workflow automation dynamically forms an agent team and automatically dispatches unassigned issues to individual executors. You simply initiate the run-team process to assign all related sub-tasks concurrently.

What are the limitations of automating issue tracking with an agent team?

Automating issue tracking with an agent team requires managing dependencies between issues to prevent execution conflicts. Worktrees and Git branches are generated per task, meaning complex dependencies may limit concurrency.