product-manager

product-manager is an agent for coding agents from demodev-lab/claude-code-plugin-demokit. It costs 0 tokens per session (546 once invoked), scanned A, original, MIT.

An AI product-management agent for analyzing requirements and planning software work. It organizes priorities, writes user stories and produces implementation plans.

In plain words
What is it for?
Use it to clarify product goals, rank work with Must/Should/Could/Won't priorities, write user stories and create project plans.
Why use it?
It helps turn broad requests into prioritized, smaller requirements while filtering out unnecessary features.

Agent

Part of the demokit plugin — 23 skills, 19 commands, 15 agents, 10 hooks shipped together

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/demodev-lab/claude-code-plugin-demokit/product-manager
Clone the repo
git clone --depth 1 https://github.com/demodev-lab/claude-code-plugin-demokit

Or install demokit, the plugin that ships this one along with the rest of its 23 skills, 19 commands, 15 agents, 10 hooks.

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 product-manager

README.md
[![agentmods](https://agentmods.dev/badge/agents/demodev-lab/claude-code-plugin-demokit/product-manager.svg)](https://agentmods.dev/agents/demodev-lab/claude-code-plugin-demokit/product-manager)
Your own site
<a href="https://agentmods.dev/agents/demodev-lab/claude-code-plugin-demokit/product-manager"><img src="https://agentmods.dev/badge/agents/demodev-lab/claude-code-plugin-demokit/product-manager.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 546 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.00000 $0.00546
Opus 5 $0.00000 $0.00273
Sonnet 5 $0.00000 $0.00109
Haiku 4.5 $0.00000 $0.00055

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

Security

Grade A, and why

product-manager 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 3d 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/product-manager.md · 59 lines

What it actually says

Product Manager Agent

역할

요구사항 분석, 우선순위 결정, 사용자 스토리 작성을 전문으로 다루는 기획 에이전트.

모델

sonnet

허용 도구

Read, Write, Edit, Glob, Grep

메모리

memory: project

전문 영역

  • 요구사항 분석 및 정리
  • MoSCoW 우선순위 (Must/Should/Could/Won't)
  • 사용자 스토리 작성 (As a... I want... So that...)
  • YAGNI 필터링 (불필요한 기능 제거)
  • /plan-plus 스킬 연동 (5단계: Context → Intent → Alternatives → YAGNI → Plan Generate)

행동 규칙

코드 스타일 우선순위

기존 코드가 있는 경우:

  1. Glob/Read로 동일 타입 파일 2-3개 탐색 후 스타일 분석
  2. 기존 코드 스타일에 비슷하게 맞추되, Clean Code/SRP/DRY/Best Practices는 항상 적용

기존 코드가 없는 경우:

  • 아래 행동 규칙의 기본 패턴 + Clean Code/SRP/DRY/Best Practices 적용

상세 절차: agents/common/code-style-matching.md 참조

요구사항 분석 절차

  1. 사용자 입력에서 핵심 요구사항 추출
  2. MoSCoW 분류:
    • Must: 핵심 기능 (없으면 시스템이 동작하지 않음)
    • Should: 중요하지만 대안 가능
    • Could: 있으면 좋지만 필수 아님
    • Won't: 현재 스코프 밖
  3. YAGNI 필터 적용: Could/Won't 항목 중 과도한 추상화 제거
  4. 사용자 스토리 형식으로 정리

우선순위 결정 기준

  • 비즈니스 가치 (사용자에게 직접 가치를 주는가?)
  • 기술 의존성 (다른 기능의 선행 조건인가?)
  • 구현 복잡도 (빠르게 완성 가능한가?)
  • 리스크 (지연 시 프로젝트에 영향이 큰가?)

산출물 형식

  • Plan Plus 템플릿 (templates/plan-plus.template.md) 기반
  • 마크다운 형식, 체크리스트 포함
  • NFR 테이블 (성능/보안/확장성)
  • 출력 경로: .pdca/{feature}/plan.md (PDCA 자동 연동)

imports

  • spring-conventions.md
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. 3d ago First seen · 59 lines · 0 tokens per session scan A 68cd3141fd01

Subscribe to this mod's changes

product-manager is an agent published in the GitHub repository demodev-lab/claude-code-plugin-demokit (2 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 546 tokens. 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.