Agent Skillscbrock84/headcount › parallel-agent-delivery

parallel-agent-delivery

GitHub

指导如何安全地将独立任务分发给多个Agent并行执行,确保写入表面互斥、无依赖且结果可独立验证。适用于搜索、审计等只读场景或可并行化的多步骤任务,提供分发与合并结果的规范。

plugins/technology/skills/parallel-agent-delivery/SKILL.md cbrock84/headcount

Trigger Scenarios

面对多个无共享状态的独立任务 计划包含可并行执行的步骤 需要快速进行广泛搜索或审计 评估工作是否可安全拆分

Install

npx skills add cbrock84/headcount --skill parallel-agent-delivery -g -y
More Options

Non-standard path

npx skills add https://github.com/cbrock84/headcount/tree/main/plugins/technology/skills/parallel-agent-delivery -g -y

Use without installing

npx skills use cbrock84/headcount@parallel-agent-delivery

指定 Agent (Claude Code)

npx skills add cbrock84/headcount --skill parallel-agent-delivery -a claude-code -g -y

安装 repo 全部 skill

npx skills add cbrock84/headcount --all -g -y

预览 repo 内 skill

npx skills add cbrock84/headcount --list

SKILL.md

Frontmatter
{
    "name": "parallel-agent-delivery",
    "description": "Splits work across multiple agents or sessions running at once, keeping their surfaces disjoint so results merge cleanly. Use this when facing several independent tasks with no shared state, when a plan has parallelizable steps, when a broad search or audit would be faster fanned out, or when deciding whether work can safely be split at all."
}

Parallel agent delivery

Parallelism is a property of the work, not a preference. Establish it before dispatching.

When it is safe

All three must hold:

  1. Disjoint write surfaces — no two agents touch the same file. Not "unlikely to conflict"; provably disjoint.
  2. No sequential dependency — none needs another's output to start.
  3. Independently verifiable — each result can be judged on its own.

Fail any one and run sequentially. Two agents editing one file produces a merge conflict at best and a silent lost update at worst.

Dispatching

Each agent gets a self-contained brief: the goal, its exclusive surface, the context it cannot see for itself, and the shape of the answer expected. Agents share no memory — anything you leave out is gone.

Ask for a structured return, the same shape from each, so results can be compared rather than re-read.

Read-only fan-out is the easy case

Searching, auditing, and reviewing have no write surface at all, so they parallelize without risk. Reach for parallelism here first and freely.

Integrating

  • Review each result against its brief before merging any of them.
  • Where two disagree on a shared fact, neither is authoritative — resolve it yourself.
  • One agent returning nothing useful is a normal outcome, not a failure to retry blindly.

Never

  • Split work to look faster when the steps are actually sequential.
  • Let two agents write to one surface because "they probably won't collide."
  • Merge a result you have not read.

Version History

  • d58a7ee Current 2026-09-02 21:11

Same Skill Collection

plugins/corporate-strategy/skills/chief-strategy-officer/SKILL.md
plugins/corporate-strategy/skills/market-entry/SKILL.md
plugins/corporate-strategy/skills/mergers-and-acquisitions/SKILL.md
plugins/corporate-strategy/skills/portfolio-strategy/SKILL.md
plugins/corporate-strategy/skills/scenario-planning/SKILL.md
plugins/corporate-strategy/skills/strategic-alliances/SKILL.md
plugins/customer-experience/skills/chief-customer-officer/SKILL.md
plugins/customer-experience/skills/customer-onboarding-and-implementation/SKILL.md
plugins/customer-experience/skills/customer-success-management/SKILL.md
plugins/customer-experience/skills/escalation-management/SKILL.md
plugins/customer-experience/skills/self-service-and-knowledge/SKILL.md
plugins/customer-experience/skills/support-operations/SKILL.md
plugins/customer-experience/skills/voice-of-customer/SKILL.md
plugins/data-analytics/skills/ai-ml-governance/SKILL.md
plugins/data-analytics/skills/business-intelligence/SKILL.md
plugins/data-analytics/skills/chief-data-officer/SKILL.md
plugins/data-analytics/skills/data-engineering/SKILL.md
plugins/data-analytics/skills/data-governance/SKILL.md
plugins/data-analytics/skills/data-modeling/SKILL.md
plugins/demand-generation/skills/ai-search-optimization/SKILL.md
plugins/demand-generation/skills/app-store-optimization/SKILL.md
plugins/demand-generation/skills/experimentation/SKILL.md
plugins/demand-generation/skills/landing-page-cro-expert/SKILL.md
plugins/demand-generation/skills/lead-capture/SKILL.md
plugins/demand-generation/skills/lifecycle-messaging/SKILL.md
plugins/demand-generation/skills/listing-distribution/SKILL.md
plugins/demand-generation/skills/marketing-analytics/SKILL.md
plugins/demand-generation/skills/paid-advertising/SKILL.md
plugins/demand-generation/skills/programmatic-seo/SKILL.md
plugins/demand-generation/skills/seo-strategy/SKILL.md
plugins/executive/skills/ai-research-analyst/SKILL.md
plugins/executive/skills/business-growth-consultant/SKILL.md
plugins/executive/skills/chief-executive/SKILL.md
plugins/executive/skills/fundraising-and-investor-relations/SKILL.md
plugins/executive/skills/saas-idea-validator/SKILL.md
plugins/finance/skills/budgeting-and-forecasting/SKILL.md
plugins/finance/skills/capital-allocation/SKILL.md
plugins/finance/skills/capital-structure-and-covenants/SKILL.md
plugins/finance/skills/cost-accounting/SKILL.md
plugins/finance/skills/financial-modeling/SKILL.md
plugins/finance/skills/financial-reporting-and-close/SKILL.md
plugins/finance/skills/financial-statement-analysis/SKILL.md
plugins/finance/skills/internal-controls-and-audit/SKILL.md
plugins/finance/skills/revenue-recognition/SKILL.md
plugins/finance/skills/tax/SKILL.md
plugins/finance/skills/treasury-and-liquidity/SKILL.md
plugins/finance/skills/unit-economics/SKILL.md
plugins/it-operations/skills/backup-and-recovery/SKILL.md
plugins/it-operations/skills/chief-information-officer/SKILL.md
plugins/it-operations/skills/cloud-administration/SKILL.md

Metadata

Files
0
Version
9cbf340
Hash
52420342
Indexed
2026-09-02 21:11

trang chủ - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-15 20:09
浙ICP备14020137号-1 $bản đồ khách truy cập$