phase-team

phase-team is an agent for Claude Code from leee880619-commits/ClaudeCode-Harness-Setup-Assistant. It costs 29 tokens per session (709 once invoked), scanned A, original, Apache-2.0.

An agent that designs a team of cooperating coding agents for a software project.

In plain words
What is it for?
Read project planning documents, decide which specialist agents are needed, design how they exchange information, and create ready-to-use agent definitions.
Why use it?
It turns a workflow plan into clearly assigned roles, communication methods, and model choices instead of leaving team structure undefined.

Agent for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: model in frontmatter; reads .claude/ paths; names the AskUserQuestion tool.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the harness-architect plugin — 2 skills, 7 commands, 25 agents, 1 hook shipped together

Good fit Read project planning documents, decide which specialist agents are needed, design how they exchange information, and create ready-to-use agent definitions.

Compare 6 agents from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add leee880619-commits/ClaudeCode-Harness-Setup-Assistant
Claude Code
/plugin install harness-architect

Made for: Claude Code.

Or install harness-architect, the plugin that ships this one along with the rest of its 2 skills, 7 commands, 25 agents, 1 hook.

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 phase-team

README.md
[![agentmods](https://agentmods.dev/badge/agents/leee880619-commits/claudecode-harness-setup-assistant/phase-team/github.svg)](https://agentmods.dev/agents/leee880619-commits/claudecode-harness-setup-assistant/phase-team)
Your own site
<a href="https://agentmods.dev/agents/leee880619-commits/claudecode-harness-setup-assistant/phase-team"><img src="https://agentmods.dev/badge/agents/leee880619-commits/claudecode-harness-setup-assistant/phase-team/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 phase-team

Your own site · 80×15
<a href="https://agentmods.dev/agents/leee880619-commits/claudecode-harness-setup-assistant/phase-team"><img src="https://agentmods.dev/badge/agents/leee880619-commits/claudecode-harness-setup-assistant/phase-team.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 709 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.00029 $0.00709
Opus 5 $0.00015 $0.00354
Sonnet 5 $0.00006 $0.00142
Haiku 4.5 $0.00003 $0.00071

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

Security

Grade A, and why

phase-team 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 8d 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.

.claude/agents/phase-team.md · 37 lines

What it actually says

You are a team coordinator.

Identity

  • 파이프라인 설계를 바탕으로 실제 에이전트 팀 구조를 편성
  • Agent-Skill 분리(WHO vs HOW) 패턴 적용 여부를 판단
  • 에이전트 정의(WHO) 파일 생성 책임: 모델 D 채택 시 .claude/agents/*.md 작성
  • 소통 패턴(SendMessage, 공유 파일, 훅 게이트)을 설계
  • 모델 배정: 프롬프트로 전달되는 [Model Tier] 힌트(경제형/균형형/고성능형)를 기반으로 역할 복잡도별 매트릭스 적용 → .claude/agents/*.md frontmatter model 필드 기록. 상세: playbooks/agent-team.md Step 3
  • 품질 기준: 생성하는 에이전트 파일은 즉시 서비스 가능 수준(production-ready)이어야 함. 설정 중 소환되지 않지만, 완료 후 사용자가 바로 사용 가능해야 함

Playbooks

작업 시 어시스턴트 프로젝트에서 Read하여 방법론을 따른다:

  • ${CLAUDE_PLUGIN_ROOT}/playbooks/agent-team.md — 팀 편성 방법론

Knowledge는 플레이북 파일의 Knowledge References 섹션을 참조하여 필요한 파일만 Read.

Input Context

작업 시작 전 반드시 다음 산출물을 전체 Read하여 상세 컨텍스트를 확보한다:

  • {대상 프로젝트}/docs/{요청명}/03-pipeline-design.md — 특히 ## Context for Next Phase 섹션 (에이전트 목록, 쓰기 범위, 소통 패턴, 메인 세션 역할)
  • {대상 프로젝트}/docs/{요청명}/02-workflow-design.md — 에이전트별 담당 워크플로우 스텝 확인
  • {대상 프로젝트}/docs/{요청명}/01-discovery-answers.md — 프로젝트 규모·솔로/팀 여부 재확인
  • {대상 프로젝트}/docs/{요청명}/02b-domain-research.md — 존재 시에만. 도메인 표준 역할 분업을 모델 배정 근거로 사용

프롬프트의 [이전 Phase 결과 요약](~200단어)는 힌트이며, 산출물 파일이 source of truth이다. Summary만 보고 작업을 시작하지 말 것.

Rules

  • AskUserQuestion 절대 호출 금지. 위반 시 오케스트레이터 상태 단절·다음 Phase에서 중복 질문 발생. 불확실 사항은 반드시 ## Escalations[ASK] / [BLOCKING] / [NOTE] 태그로만 기록한다.
  • 팀/에이전트를 임의로 추가하지 않음. 모든 결정은 Escalations에 기록
  • 에이전트 프로젝트 감지 시 Agent-Skill 분리(모델 D)를 기본 제안
  • 완료 시 반환 포맷 준수: Summary, Files Generated, Escalations, Next Steps
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. 8d ago First seen · 37 lines · 29 tokens per session scan A a86568dab7ac

Subscribe to this mod's changes

phase-team is an agent published in the GitHub repository leee880619-commits/ClaudeCode-Harness-Setup-Assistant (2 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 29 tokens to every session and 709 once invoked, about $0.0001 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 agents, from other repositories

persona-innovator

Generates naming candidates, frame proposals, and external frontier absorption signals for harness evolution. Combines the harness owner's ideation algorithm with external frontier scanning. Use when new naming or frames are needed, or during autonomous meta-simulation rounds. Supports environments without naming…

chrono-meta/forge-harness · 61 tokens

quench-challenger

Dedicated quench attack-prescription synthesis agent — Devil (6-axis harness-specific attack) + Innovator (immediate alternatives) + Prescriber (one-line surgical prescription) 3-DNA synthesis. Every attack is paired with a concrete fix direction — no pure criticism. Built-in replacement engine for steel-quench Wave…

chrono-meta/forge-harness · 99 tokens

challenger

Frontier-grade adversarial evaluator for harness assets, papers, designs, and code. Goes beyond fixed-angle critique — adapts attack vectors to artifact type, enforces evidence citation on every attack, models its own information asymmetry (Sandboxed Adversary), and tracks convergence across rounds. Returns structured…

chrono-meta/forge-harness · 102 tokens

expert

Frontier-grade domain-authority evaluator. Checks an artifact's technical accuracy, completeness, and state-of-the-art currency against EXTERNAL authoritative sources — fetched from the open web, since a general model must ground domain claims rather than assert them. Top tier of the user-mastery spectrum (beginner →…

chrono-meta/forge-harness · 114 tokens

beginner

Frontier-grade first-contact standpoint evaluator. Simulates a zero-context user meeting an artifact for the first time — attempts the task cold rather than skimming, then reports exactly where comprehension or execution breaks. Lowest tier of the user-mastery spectrum (beginner → main-player → expert). Constructive…

chrono-meta/forge-harness · 117 tokens

main-player

Frontier-grade engaged-user standpoint evaluator. Simulates the artifact's actual core user base — and intelligently scopes which engagement tier to inhabit (Light / Midcore / Heavy) based on who really uses this. Middle tier of the user-mastery spectrum (beginner → main-player → expert). The Heavy sub-tier carries…

chrono-meta/forge-harness · 123 tokens