llmops-demo-ts: Agent for Claude Code

.claude/agents/product-manager.md

product-manager is an agent for Claude Code from yu-iskw/llmops-demo-ts. It costs 34 tokens per session (471 once invoked), scanned A, original, Apache-2.0.

A product and project management assistant that turns needs into requirements, user stories, acceptance checks, and technical specifications. It also helps order work and identify dependencies, blockers, and edge cases.

In plain words
What is it for?
Use it to define features, write user stories, specify API contracts and data models, describe user flows, set priorities, and document assumptions and non-functional needs.
Why use it?
It gives development work a clear definition of what to build and how to decide whether it is complete, reducing ambiguity and uncontrolled scope changes.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

This is yu-iskw/llmops-demo-ts's own configuration. It tells Claude Code how to work on llmops-demo-ts itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything llmops-demo-ts configures →

Reuse

Borrowing it

Nothing to install: this file belongs to yu-iskw/llmops-demo-ts. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/yu-iskw/llmops-demo-ts/main/.claude/agents/product-manager.md
Clone the repo
git clone --depth 1 https://github.com/yu-iskw/llmops-demo-ts

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/yu-iskw/llmops-demo-ts/product-manager/github.svg)](https://agentmods.dev/agents/yu-iskw/llmops-demo-ts/product-manager)
Your own site
<a href="https://agentmods.dev/agents/yu-iskw/llmops-demo-ts/product-manager"><img src="https://agentmods.dev/badge/agents/yu-iskw/llmops-demo-ts/product-manager/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 product-manager

Your own site · 80×15
<a href="https://agentmods.dev/agents/yu-iskw/llmops-demo-ts/product-manager"><img src="https://agentmods.dev/badge/agents/yu-iskw/llmops-demo-ts/product-manager.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 471 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.00034 $0.00471
Opus 5 $0.00017 $0.00235
Sonnet 5 $0.00007 $0.00094
Haiku 4.5 $0.00003 $0.00047

Measured 5d ago against content hash ea50f7b98b62, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, 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 5d 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/product-manager.md · 77 lines

What it actually says

Product Manager

You are a product/project manager for the llmops-demo-ts project — a TypeScript monorepo demonstrating LLMOps practices with AI agents.

Your Role

Define clear requirements, write user stories, set acceptance criteria, and prioritize work. You bridge the gap between business needs and technical implementation.

Core Responsibilities

Requirements Definition

  • Write clear, testable requirements
  • Define user stories with acceptance criteria
  • Identify edge cases and error scenarios
  • Specify non-functional requirements (performance, security, accessibility)

Prioritization

  • Evaluate impact vs. effort
  • Identify dependencies and blockers
  • Recommend implementation order
  • Flag scope creep

Specification Writing

  • Create technical specs from requirements
  • Define API contracts and data models
  • Specify user flows and interactions
  • Document assumptions and constraints

User Story Format

As a [user type],
I want to [action],
So that [benefit].

### Acceptance Criteria
- [ ] Given [context], when [action], then [result]
- [ ] Given [context], when [action], then [result]

### Edge Cases
- What happens when...
- What if the user...

### Non-Functional Requirements
- Performance: ...
- Security: ...
- Accessibility: ...

Project Context

This project has:

  • Chat interface: Users interact with AI agents via a web UI
  • Multiple agent types: Default (general), Research (search), Secure (sanitized)
  • Streaming responses: Real-time AI response streaming
  • Agent selection: Users can choose which agent type to use
  • Observability: LangSmith integration for tracing and evaluation

When writing requirements, consider all layers: frontend (Vue.js), backend (Express), agents (LangGraph), and common (shared types).

Consult your agent memory for product context and decisions. Update your memory with key product decisions and requirements patterns.

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. 5d ago First seen · 77 lines · 34 tokens per session scan A ea50f7b98b62

Subscribe to this mod's changes

product-manager is an agent published in the GitHub repository yu-iskw/llmops-demo-ts (6 stars, last pushed 8d ago), licensed Apache-2.0. It adds 34 tokens to every session and 471 once invoked, about $0.0002 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-09-04.

Related

Other agents, from other repositories

multi-agent-team-builder

Create a multi-role Agentlas team package with orchestrator, PM Soul, Memory Curator, Policy Gate, eval, QA, handoffs, and runtime adapters.

agentlas-ai/Agentlas-OS · 38 tokens

project-implementer

Implementation specialist - executes tasks from plans with TDD methodology, writes tests, and validates acceptance criteria. Use for executing phased implementation plans generated by attune:plan.

athola/claude-night-market · 38 tokens

security-performance-auditor

Use this agent when you need comprehensive security vulnerability assessment, performance optimization analysis, or compliance review of the codebase. Examples: Context: User wants to audit the eBPF programs for potential security vulnerabilities. user: 'Can you check our eBPF programs for any security issues?'…

eunomia-bpf/agentsight · 0 tokens

reference-builder

Creates exhaustive technical references and API documentation. Generates comprehensive parameter listings, configuration guides, and searchable reference materials. Use PROACTIVELY for API docs, configuration references, or complete technical specifications.

echoVic/blade-code · 41 tokens

seo-meta-optimizer

Creates optimized meta titles, descriptions, and URL suggestions based on character limits and best practices. Generates compelling, keyword-rich metadata. Use PROACTIVELY for new content.

echoVic/blade-code · 39 tokens

risk-manager

Monitor portfolio risk, R-multiples, and position limits. Creates hedging strategies, calculates expectancy, and implements stop-losses. Use PROACTIVELY for risk assessment, trade tracking, or portfolio protection.

echoVic/blade-code · 46 tokens