claude-code-conductor: Skill for Claude Code

.claude/skills/parallel-agents/SKILL.md

parallel-agents is a skill for Claude Code from satoh-y-0323/claude-code-conductor. It costs 52 tokens per session (12,044 once invoked), scanned A, original, MIT.

A procedure for running independent development tasks at the same time in separate Git worktrees, which are isolated working copies of a repository. A parent agent combines the completed work after each group of tasks finishes.

In plain words
What is it for?
Use it in development plans that divide work into parallel tasks, especially when each task can be completed safely in its own worktree.
Why use it?
It lets unrelated tasks proceed concurrently while keeping their file changes separated. It also defines how task groups are ordered and how the results are brought back together.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions subagents.

This is satoh-y-0323/claude-code-conductor's own configuration. It tells Claude Code how to work on claude-code-conductor itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything claude-code-conductor configures →

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is summary_file = '../tmp/wave-checkpoint-summary.txt'.

Reuse

Borrowing it

Nothing to install: this file belongs to satoh-y-0323/claude-code-conductor. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/satoh-y-0323/claude-code-conductor/main/.claude/skills/parallel-agents/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/satoh-y-0323/claude-code-conductor

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for parallel-agents

README.md
[![agentmods](https://agentmods.dev/badge/skills/satoh-y-0323/claude-code-conductor/parallel-agents.svg)](https://agentmods.dev/skills/satoh-y-0323/claude-code-conductor/parallel-agents)
Your own site
<a href="https://agentmods.dev/skills/satoh-y-0323/claude-code-conductor/parallel-agents"><img src="https://agentmods.dev/badge/skills/satoh-y-0323/claude-code-conductor/parallel-agents.svg" alt="Measured on agentmods" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 12,044 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00052 $0.12044
Opus 5 $0.00026 $0.06022
Sonnet 5 $0.00010 $0.02409
Haiku 4.5 $0.00005 $0.01204

Measured yesterday against content hash 4dd37d8cd42d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

parallel-agents scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/parallel-agents/SKILL.md · 421 lines

How it starts

The opening of the file, as written. The whole thing — 421 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Parallel Agents(PO 後継、v1.12.0+)

/develop のフェーズ D で plan-report に YAML フロントマター内の po_plan_version 値が "0.1" のときに Read される手順("sequential" または フロントマター無しのプランは dev-workflow の legacy TDD 経路へ振り分けられる)。

C3 の親 Claude が plan-report の DAG を wave 単位 で歩く:

  1. 各 wave 内のタスクを 1 ターン内で複数 Agent ツール並列起動
  2. 各 Agent は isolation: "worktree" 付きで独立した git worktree 内で完結
  3. 親 Claude が wave 完了後に各 worktree の成果物を取り込み、一括コミット

permission race の構造的修正(2026-05-11 PoC で 15 並列・101 tool 呼び出し 0 失敗確認)と公式 isolation: "worktree" フロントマターにより、旧 PO(Parallel Orchestra)の並列実行レイヤを Claude Code 公式機能で代替する。


depth 1 制限について

Claude Code のサブエージェントは 更にサブエージェントを spawn できない(公式仕様 depth 1 制限)。v2.2.0 時点で配布されている全 agent は内部で Agent ツールを使わない設計のため、すべて並列起動可能

将来的に「内部で Agent ツールを使う agent」を追加する場合は、その agent を含む wave のタスク数を 1 に絞る運用ガードが必要になる(v2.0.0 まで存在した tdd-develop agent はこのパターンだった)。

subagent_type 明示指定と wt_* 名前空間(v2.2.0+)

subagent_type パラメータには カスタム agent (.claude/agents/*.md) も指定可能(公式仕様)。これにより frontmatter の permissionMode / tools / model / memory が subagent 起動レイヤーで自動適用される。

並列実行で permission プロンプトに詰まらないよう、v2.2.0 から worktree 専用の wt_* プレフィックス agent を導入した:

  • wt_tester / wt_developer / wt_systematic-debugger: frontmatter に permissionMode: bypassPermissions を持つ並列専用バリアント
  • 本体ロジックはオリジナルの tester / developer / systematic-debugger と同等。差分はレポート出力のファイル名規約のみで、並列専用 agent は test-report-{task_id}.md / debug-needed-{task_id}.md / debug-analysis-{task_id}.md を主経路とする(タイムスタンプ形式は task_id 不在時の保険)
  • worktree 内のみで動作するため、.claude/hooks/worktree_guard.py (PreToolUse, PO_WORKTREE_GUARD=1) が worktree 外への書き込みをブロックする保護下にある

直接起動経路(worktree なし)では元の agent を使い、main リポジトリでの bypass を防ぐ。


前提条件

  • plan-report が .claude/reports/plan-report-*.md の形式で配置され、YAML フロントマターを持つこと(po_plan_version: "0.1"
  • po_plan_version: "sequential" またはフロントマター無しの plan-report は D-0 が legacy 逐次 TDD(D-1〜D-5)へ振り分ける(本 skill には入らない)
  • Claude Code の Agent ツールが isolation: "worktree" パラメータをサポートしていること(v2.1.x 以降)。v2.1.150 未満では Agent 完了時の worktree auto-cleanup が動作しないため、2-F-3 のフォールバック手順が毎回必要になる挙動差がある(利用者向け推奨設定は .claude/docs/parallel-agents-setup.md を参照)

Read the full file on GitHub · 421 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 421 lines · 52 tokens per session scan A 4dd37d8cd42d

Subscribe to this mod's changes

parallel-agents is a skill published in the GitHub repository satoh-y-0323/claude-code-conductor (1 stars, last pushed 2d ago), licensed MIT. It adds 52 tokens to every session and 12,044 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.

Related

Other skills, from other repositories

git-workflow

Essential Git patterns for effective version control, eliminating redundant Git guidance per agent.

bobmatnyc/claude-mpm · 19 tokens

multi-agent-worktree-discipline

Operate safely in repositories where multiple coding agents (Claude, Codex, Cursor, humans) work in parallel git worktrees. Covers session bootstrap in a fresh worktree, toolchain/version pinning, lockfile-safe dependency installs, branch topology and reconciliation, recovering "lost" work without redoing it, commit…

dirtybits/agent-skills · 117 tokens

pr-to-video

Turn a GitHub pull request (a PR URL, owner/repo#N, or 'this PR' in a checked-out repo) into a code-change explainer video — changelog, feature reveal, fix, or refactor walkthrough built from the diff, commits, and files: the input is a code change, not a website. Not a product promo (/product-launch-video) or a no-PR…

heygen-com/hyperframes · 104 tokens

agent-framework-py-release

Use when cutting a Python release for the microsoft/agent-framework monorepo. Triggers on "bump py versions", "cut a python release", "prepare release PR for python", "release py packages", "bump python to X.Y.Z", or similar requests to bump Python package versions and prepare a release PR. Handles all four lifecycle…

microsoft/agent-framework · 103 tokens

flow-next-land

Autonomous PR babysitter tick. Fixes CI, resolves feedback, merges when converged, closes the spec, releases. Emits LANDVERDICT. Use when asked to land PRs.

gmickel/flow-next · 42 tokens

flow-next-worktree-kit

Manage git worktrees (create/list/switch/cleanup) and copy .env files. Use for parallel feature work, isolated review, clean workspace, or when user mentions worktrees.

gmickel/flow-next · 43 tokens