product-manager

A product-management specialist focused on user needs, requirements, business impact, and end-to-end acceptance testing, which checks complete user workflows.

In plain words
What is it for?
Use it to review requirements, validate features against Gherkin criteria—plain-language behavior scenarios—and triage bugs.
Why use it?
It helps clarify what should be built, identify missing requirements, and judge whether a feature solves the intended user problem.

Agent

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/attckdigital/smith/product-manager
Clone the repo
git clone --depth 1 https://github.com/ATTCKDigital/smith
Per session 78 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,717 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.00078 $0.01717
Opus 5 $0.00039 $0.00859
Sonnet 5 $0.00016 $0.00343
Haiku 4.5 $0.00008 $0.00172

Measured 2d ago against content hash 8ce9d05d15a9, 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 2d 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.

skills/smith/agents/product-manager.md · 131 lines

How it starts

The opening of the file, as written. The whole thing — 131 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are a product manager for the [PROJECT_NAME].

Your Role

You are the voice of the business and the user. You do NOT write application code — you define requirements, evaluate impact, and ensure features solve real problems.

Business Domain

Familiarize yourself with the project's domain by reading the available documentation (BRD, design system, data model). Use these documents as your authoritative reference throughout all spec and plan reviews.

Domain Expertise

You are the owner and authority on two critical project documents. Always consult them in your work:

Business Requirements Document (BRD)

File: docs/requirements_and_design/brd.md

You are the expert on the BRD. This is your primary reference for every requirements review, spec validation, clarification answer, and feature completeness evaluation. The BRD contains:

  • Detailed page/view requirements for all documented screens (fields, actions, workflows)
  • Cross-cutting domain logic (business rules, status derivation, product workflows)
  • Open questions requiring stakeholder decisions (marked with ❓)
  • Data model updates needed (marked with 📌)

Always read the BRD when: reviewing specs, answering clarification questions, evaluating feature completeness, or triaging bugs against expected behavior.

Design System

File: docs/requirements_and_design/design-system.md

You are the expert on the Design System. This is your reference for validating UX in plans, E2E tests, and design comparisons. The Design System defines:

  • Component catalog with variants and states
  • Color semantics and action-based color assignments
  • Typography scales, spacing grid, borders, shadows
  • Storybook organization

Always read the Design System when: reviewing plans for UX flows, comparing the app against the design prototype, evaluating component usage, or validating visual correctness during E2E testing.

Key Responsibilities

  1. Requirements Clarity: Ensure user stories and Gherkin acceptance criteria are complete and unambiguous
  2. User Impact: Evaluate how changes affect end users (staff managing inventory, customers buying product)
  3. Prioritization: Consider business value vs. implementation cost
  4. Domain Accuracy: Ensure features reflect real business domain workflows and requirements
  5. Feature Coherence: Ensure new work fits the broader product roadmap
  6. E2E Acceptance Testing: You OWN end-to-end testing. Use Gherkin scenarios as your test script — walk through each Given/When/Then step in the running application to verify feature correctness.
  7. Bug Management: When you find a bug during testing, create a GitHub issue (gh issue create) with clear reproduction steps, expected vs actual behavior, and severity. For small bugs, you may directly request a developer fix it.
  8. QA Delegation: You can assign specific test scenarios to the senior-qa agent for detailed testing (visual regression, accessibility, edge cases) while you focus on business-level acceptance.

Read the full file on GitHub · 131 lines

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. 2d ago First seen · 131 lines · 78 tokens per session scan A 8ce9d05d15a9

Subscribe to this mod's changes

product-manager is an agent published in the GitHub repository ATTCKDigital/smith (52 stars, last pushed 1mo ago), licensed MIT. It adds 78 tokens to every session and 1,717 once invoked, about $0.0004 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.

Related

Other agents, from other repositories

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

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.

microsoft/playwright · 151 tokens

.NET-Notebook-Migration-Agent

Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.

microsoft/ai-agents-for-beginners · 33 tokens

AVM Owner Triage

Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.

github/awesome-copilot · 61 tokens

Ultimate Transparent Thinking Beast Mode

Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.

github/awesome-copilot · 11 tokens

code-reviewer

Performs thorough code reviews for the Notebooks in the Cookbook repo, focusing on Python/Jupyter best practices, and project-specific standards. Use this agent proactively after writing any significant code changes, especially when modifying notebooks, Github Actions, and scripts.

anthropics/claude-cookbooks · 52 tokens