subagent-team-design

subagent-team-design is a skill for Claude Code, Codex from s977043/PlanGate. It costs 152 tokens per session (1,758 once invoked), scanned A, original, MIT.

A team-design skill for deciding when a software task needs multiple agents and assigning roles such as planning, implementation, review, security review, and test review.

In plain words
What is it for?
Use it to design agent teams, assign responsibilities, map task dependencies, and decide which tasks can run at the same time.
Why use it?
It helps match the team size to the task and prevents conflicts or incorrect ordering when agents work in parallel.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; installed under .agents/ (shared by several agents); mentions Codex.

Good fit Use it to design agent teams, assign responsibilities, map task dependencies, and decide which tasks can run at the same time.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/s977043/plangate/subagent-team-design
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add s977043/PlanGate --skill subagent-team-design
Clone the repo
git clone --depth 1 https://github.com/s977043/PlanGate

Made for: Claude Code, Codex.

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 subagent-team-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/s977043/plangate/subagent-team-design/github.svg)](https://agentmods.dev/skills/s977043/plangate/subagent-team-design)
Your own site
<a href="https://agentmods.dev/skills/s977043/plangate/subagent-team-design"><img src="https://agentmods.dev/badge/skills/s977043/plangate/subagent-team-design/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for subagent-team-design

Your own site · 80×15
<a href="https://agentmods.dev/skills/s977043/plangate/subagent-team-design"><img src="https://agentmods.dev/badge/skills/s977043/plangate/subagent-team-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 152 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,758 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.00152 $0.01758
Opus 5 $0.00076 $0.00879
Sonnet 5 $0.00030 $0.00352
Haiku 4.5 $0.00015 $0.00176

Measured 9d ago against content hash c9ae96ea9724, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

subagent-team-design 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 9d ago.

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.

.agents/skills/subagent-team-design/SKILL.md · 124 lines

How it starts

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

Subagent Team Design

タスクの規模・モードに応じて最適なマルチエージェントチームを設計し、各メンバーへの委譲準備を行うスキル。

Common Rationalizations

こう思ったら 現実
「全部 implementer に任せれば速い」 ロール分離がない実行は品質保証がない。チーム設計が速度を生む
「チーム設計は時間がかかる」 役割が明確なほど各エージェントの出力品質が上がり、手戻りが減る
「standard 以下でもチームを組む」 ultra-light/light は 1 エージェントで完結。チーム設計はオーバーキル

ステップ 1: チームが必要か判定する

モード チーム設計
ultra-light / light 不要。単一エージェントで完結
standard 実装 + レビューの 2 体が基本
high-risk 実装 + レビュー + テスト確認の 3 体以上
critical 全ロール(planner / implementer / reviewer / security-reviewer / test-reviewer)を配置

ステップ 2: ロール定義を確認する

以下の 6 ロールを使用する。本節が 6 ロール定義の正本である。

旧正本 plugin/plangate/rules/subagent-roles.md削除済み(TASK-0124 / 2645848, 2026-06-02 の plugin 初回同期適用)。ロール定義は本節が引き継いだ。 派遣プロンプトの契約(必須 8 要素 / OUTCOME 契約 / 行動規範)は docs/ai/subagent-delegation/README.md を参照(ロール定義は含まない)。

参照解決順(導入先で必ずこの順に探す): 本 Skill が参照する docs/** は上流リポジトリ基準の相対パスであり、install.sh --claude / plugin(Claude marketplace)/ Codex の 3 経路とも配布対象外(解決不可)。(1) 導入先リポジトリの同名パスを探す → (2) 見つからなければ 「正本 <path> を参照できなかった」と明示し、本 Skill 内の記述を代替正本として扱い、推測で内容を補わない。plugin root 配下の探索は docs/** には適用しない: plugin が配布するのは agents / commands / skills / rules 等の定義ディレクトリのみで docs/ を配布対象として認識せず、plugin root 配下に相当する配布物が存在しないため、plugin root 段を置いても必ず空振りする(クラス A の rules 参照が plugin root 配下で解決できるのは rules/ が実際に配布されるからであり、この非対称を docs/** に持ち込まない)。

ロール 責務 対応 subagent_type
planner 要件分析・実行計画策定 Plan または plangate:spec-writer
implementer コード実装 plangate:implementer または implementation-agent
reviewer 設計・コード品質レビュー plangate:acceptance-tester または qa-reviewer
security-reviewer セキュリティ観点レビュー security-auditor
test-reviewer テスト品質・カバレッジ確認 test-engineer
documentation-reviewer ドキュメント整合性確認 documentation-writer

ステップ 3: チーム構成を決定する

タスクの Work Breakdown(plan.md)を元にチームを設計する。

出力フォーマット

team:
  - role: planner
    agent: plangate:spec-writer
    tasks: [TA-01]
    run_in_background: false

  - role: implementer
    agent: plangate:implementer
    tasks: [TA-02, TA-03]
    depends_on: [planner]
    run_in_background: true

  - role: reviewer
    agent: plangate:acceptance-tester
    tasks: [TA-04]
    depends_on: [implementer]
    run_in_background: false

Read the full file on GitHub · 124 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. 9d ago First seen · 124 lines · 152 tokens per session scan A c9ae96ea9724

Subscribe to this mod's changes

subagent-team-design is a skill published in the GitHub repository s977043/PlanGate (2 stars, last pushed today), licensed MIT. It adds 152 tokens to every session and 1,758 once invoked, about $0.0008 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-08-31.

Related

Other skills, from other repositories

skill-maintenance

Automated skill maintenance tool (v6 — Unified Registry + Snapshots). Full scan: [Orphan] migrate misplaced skills from category dirs OR standalone skills/&lt;name&gt;/ to auto-generated/, [Sync] auto-generated/ vs registry lifecycle diff (new/deleted/revived + description auto-sync via lifecycle field), [Reg]…

jiangyuxue666/hermes-soul-governance · 123 tokens

extract

Run the full Semantica semantic extraction pipeline on a file or selected text — NER, relations, events, coreference resolution, triplets, and validation. Clears result cache before each run. Returns Markdown tables with entity/relation/event/triplet results and inline validator warnings.

semantica-agi/semantica · 59 tokens

watch

File sentinel that monitors the working directory for changes and marker comments, then auto-triggers appropriate skills. Poll-based via git diff against the last scan commit. Writes intake items for batch processing and routes marker actions through /do. Use for automatic reactions to file changes; do NOT use for…

SethGammon/Citadel · 70 tokens

review

5-pass structured code review — correctness, security, performance, readability, consistency.

SethGammon/Citadel · 17 tokens

live-preview

Mid-build visual verification loop. Takes screenshots of components during construction, not just after. Catches visual regressions and invisible features before they compound. Requires Playwright or similar screenshot tool.

SethGammon/Citadel · 40 tokens

marshal

Meta-orchestrator that takes any direction — broad, specific, or vague — and autonomously chains skills and context into actionable work. Gathers context from codebase, docs, and memory. Only asks the user when it genuinely cannot proceed. Single-session orchestrator.

SethGammon/Citadel · 56 tokens