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.
npx agentmods add agents/demodev-lab/claude-code-plugin-demokit/product-managergit clone --depth 1 https://github.com/demodev-lab/claude-code-plugin-demokitWrote 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.
[](https://agentmods.dev/agents/demodev-lab/claude-code-plugin-demokit/product-manager)<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>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.
| Model | Per session | Once 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 |
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.
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)
행동 규칙
코드 스타일 우선순위
기존 코드가 있는 경우:
- Glob/Read로 동일 타입 파일 2-3개 탐색 후 스타일 분석
- 기존 코드 스타일에 비슷하게 맞추되, Clean Code/SRP/DRY/Best Practices는 항상 적용
기존 코드가 없는 경우:
- 아래 행동 규칙의 기본 패턴 + Clean Code/SRP/DRY/Best Practices 적용
상세 절차: agents/common/code-style-matching.md 참조
요구사항 분석 절차
- 사용자 입력에서 핵심 요구사항 추출
- MoSCoW 분류:
- Must: 핵심 기능 (없으면 시스템이 동작하지 않음)
- Should: 중요하지만 대안 가능
- Could: 있으면 좋지만 필수 아님
- Won't: 현재 스코프 밖
- YAGNI 필터 적용: Could/Won't 항목 중 과도한 추상화 제거
- 사용자 스토리 형식으로 정리
우선순위 결정 기준
- 비즈니스 가치 (사용자에게 직접 가치를 주는가?)
- 기술 의존성 (다른 기능의 선행 조건인가?)
- 구현 복잡도 (빠르게 완성 가능한가?)
- 리스크 (지연 시 프로젝트에 영향이 큰가?)
산출물 형식
- Plan Plus 템플릿 (
templates/plan-plus.template.md) 기반 - 마크다운 형식, 체크리스트 포함
- NFR 테이블 (성능/보안/확장성)
- 출력 경로:
.pdca/{feature}/plan.md(PDCA 자동 연동)
imports
- spring-conventions.md
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.
- 3d ago First seen · 59 lines · 0 tokens per session scan A 68cd3141fd01
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.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.