スキル一覧に戻る
asadullah48

dispatching-parallel-agents

by asadullah48

Unified Claude.ai Skills Marketplace - 39+ production-ready skills for development workflows, hackathon projects, and AI automation

0🍴 1📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: dispatching-parallel-agents description: Use when facing 2+ independent failures across different problem domains that can be investigated concurrently without shared state or sequential dependencies

Dispatching Parallel Agents

Overview

When multiple independent failures exist, investigate them in parallel rather than sequentially.

Core principle: One agent per independent problem domain, running concurrently.

Announce at start: "I'm using the dispatching-parallel-agents skill to investigate multiple independent failures."

When to Use

Use when:

  • 3+ test files failing with different root causes
  • Multiple subsystems broken independently
  • Each problem can be understood without context from others
  • No shared state between investigations

Don't use when:

  • Failures are related (fixing one might fix others)
  • Need to understand full system state
  • Agents would interfere with each other

The Pattern

1. Identify Independent Domains

Group failures by what's broken:

  • File A tests: Tool approval flow
  • File B tests: Batch completion behavior
  • File C tests: Abort functionality

2. Create Focused Agent Tasks

Each agent gets:

  • Specific scope: One test file or subsystem
  • Clear goal: Make these tests pass
  • Constraints: Don't change other code
  • Expected output: Summary of findings and fixes

3. Dispatch in Parallel

Dispatch each agent task concurrently with the Task tool.

4. Review and Integrate

When agents return:

  • Read each summary
  • Verify fixes don't conflict
  • Run full test suite
  • Integrate all changes

Agent Prompt Structure

Good agent prompts are:

  1. Focused - One clear problem domain
  2. Self-contained - All context needed
  3. Specific about output - What should be returned?

Common Mistakes

MistakeFix
"Fix all the tests""Fix agent-tool-abort.test.ts"
No contextPaste error messages and test names
No constraints"Do NOT change production code"
Vague output"Return summary of root cause and changes"

Key Benefits

  1. Parallelization - Multiple investigations happen simultaneously
  2. Focus - Each agent has narrow scope
  3. Independence - Agents don't interfere
  4. Speed - N problems solved in time of 1

Red Flags - STOP

  • Related failures that might affect each other
  • Need for full system context
  • Exploratory debugging without clear problem
  • Shared state between investigations

スコア

総合スコア

70/100

リポジトリの品質指標に基づく評価

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

レビュー機能は近日公開予定です