Back to list
Alemusica

parallel-agents

by Alemusica

0🍴 0📅 Jan 12, 2026

SKILL.md


name: parallel-agents description: Coordinate parallel agent execution for complex multi-step tasks using background agents and delegation patterns.

Parallel Agent Execution Skill

This skill enables efficient multi-agent coordination for complex tasks.

When to Use

  • Complex tasks requiring multiple exploration paths
  • Research + implementation in parallel
  • Large refactoring across multiple files
  • Tasks benefiting from diverse approaches

Available Agents

Built-in Agents

AgentPurposeMode
@agentAutonomous codingFull access
#askQ&A, explanationsRead-only
#editDirect file editingWrite
PlanResearch & planningRead-only
ResearchKB lookupRead-only
PlannerImplementation designRead-only

GitHub Copilot Coding Agent

For async background work that creates PRs:

Use: mcp_github_github_assign_copilot_to_issue
Result: Creates branch (copilot/*) and opens PR

Parallelism Patterns

Pattern 1: Explore-Then-Implement

1. Fire Research agent for solutions
2. Fire Planner agent for design
3. Wait for both results
4. Implement using @agent

Pattern 2: Multi-File Refactor

1. Use runSubagent for each file group
2. Coordinate changes via todo list
3. Apply changes sequentially

Pattern 3: Research + Code

1. Parallel: KB search + web fetch + file read
2. Sequential: Plan → Implement → Test

Best Practices

  1. Never parallelize terminal commands - Run sequentially
  2. Parallelize read operations - file reads, searches, fetches
  3. Use todo list - Track multi-step progress
  4. Delegate exploration - Use subagents for research
  5. Commit per turn - When using background agents

Task Delegation Table

Task TypeRecommended Agent
Algorithm researchResearch subagent
Code generation@agent
File explorationrunSubagent
Quick edits#edit
PlanningPlan subagent
Async PR workCopilot Coding Agent

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon