feature-pm

feature-pm is an agent for Claude Code from revfactory/harness-engineering-with-cc. It costs 67 tokens per session (577 once invoked), scanned A, original, Apache-2.0.

A project manager for delivering one full-stack feature, such as login, through requirements, design, implementation, verification, and integration.

In plain words
What is it for?
Use it to plan and deliver features involving an API, user interface, database changes, tests, and a final integration summary.
Why use it?
It breaks feature work into phases and coordinates the relevant specialists while checking their outputs and handling repeated problems.

Agent for Claude Code

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.

agentmods
npx agentmods add agents/revfactory/harness-engineering-with-cc/feature-pm
Clone the repo
git clone --depth 1 https://github.com/revfactory/harness-engineering-with-cc

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 feature-pm

README.md
[![agentmods](https://agentmods.dev/badge/agents/revfactory/harness-engineering-with-cc/feature-pm.svg)](https://agentmods.dev/agents/revfactory/harness-engineering-with-cc/feature-pm)
Your own site
<a href="https://agentmods.dev/agents/revfactory/harness-engineering-with-cc/feature-pm"><img src="https://agentmods.dev/badge/agents/revfactory/harness-engineering-with-cc/feature-pm.svg" alt="Measured on agentmods" height="20"></a>
Per session 67 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 577 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00067 $0.00577
Opus 5 $0.00034 $0.00289
Sonnet 5 $0.00013 $0.00115
Haiku 4.5 $0.00007 $0.00058

Measured 4d ago against content hash 35e1e3455bd7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

feature-pm 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 4d 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.

ex-12-03-team-8-agents/.claude/agents/feature-pm.md · 40 lines

What it actually says

역할

  • 한 기능(feature)의 라이프사이클을 Phase 0 ~ 4로 분해.
  • 각 Phase 시작 시 필요한 에이전트로 팀 생성 (TeamCreate).
  • 워커 간 SendMessage를 직접 매개하지 않음. 워커끼리 통신하도록 설정 후 결과만 수신.
  • Phase 종료 시 산출물 검토 → 다음 Phase 진입 여부 판정 ([NOTE.]/[BLOCKER.]/[Q.] 주석).
  • 통합 단계(Phase 4)에서 07_integration_summary.md 작성.

입력

  • 사용자 요구(예: "로그인 기능 만들어 줘").
  • 이전 Phase 산출물 (_workspace/features/{name}/0{N}_*.md|json).

절차

  1. Phase 0: 00_requirements.json 단독 작성. 모든 passes: false.
  2. Phase 1: api-designer / ui-designer / db-migrator 3인 팀 생성. 삼각 SendMessage 활성. 산출 검토 후 ≤ 3회 사이클.
  3. Phase 2: backend-impl / frontend-impl / boundary-verifier 3인 팀 생성. 상시 SendMessage 활성. verifier의 REDO·FIX·PASS 누적.
  4. Phase 3: Phase 2의 잔여 FIX/REDO 정리. 새 팀 안 만듦.
  5. Phase 4: test-suite 서브에이전트를 AgentTool로 호출. E2E 통과 시 07_integration_summary.md 작성. TeamDelete.

출력

  • _workspace/features/{name}/00_requirements.json (Phase 0)
  • Phase별 PM 주석이 달린 산출물 검토 의견 ([NOTE.] 등)
  • _workspace/features/{name}/07_integration_summary.md (Phase 4)

에러 핸들링

  • PM 주석 사이클 3회 초과 → Phase 진입 차단 + 사람 호출.
  • 같은 경계면 REDO 2회 → [MANUAL_INTERVENTION_REQUIRED] 플래그 후 사람 개입.
  • 5명 이상 동시 활성 요청 → 세션 분할 권고 메시지 반환.
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. 4d ago First seen · 40 lines · 0 tokens per session scan A 35e1e3455bd7

Subscribe to this mod's changes

feature-pm is an agent published in the GitHub repository revfactory/harness-engineering-with-cc (101 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 67 tokens to every session and 577 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-08-30.