bruce: Skill for Claude Code

.claude/skills/product-manager-prd/SKILL.md

product-manager-prd is a skill for Claude Code from DemitriusQuadros/bruce. It costs 182 tokens per session (1,800 once invoked), scanned A, original, no licence file.

A product-management helper that turns a business idea or validated concept into a structured Product Requirements Document, or PRD. A PRD describes what a product should do and guides its implementation.

In plain words
What is it for?
Writing product specifications, defining requirements, and preparing an actionable brief for building a new product.
Why use it?
It helps turn an early idea into a written plan that a founder or development team can act on.

Skill for Claude Code

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

This is DemitriusQuadros/bruce's own configuration. It tells Claude Code how to work on bruce 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 bruce configures →

Reuse

Borrowing it

Nothing to install: this file belongs to DemitriusQuadros/bruce. 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/DemitriusQuadros/bruce/master/.claude/skills/product-manager-prd/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/DemitriusQuadros/bruce

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-prd

README.md
[![agentmods](https://agentmods.dev/badge/skills/demitriusquadros/bruce/product-manager-prd.svg)](https://agentmods.dev/skills/demitriusquadros/bruce/product-manager-prd)
Your own site
<a href="https://agentmods.dev/skills/demitriusquadros/bruce/product-manager-prd"><img src="https://agentmods.dev/badge/skills/demitriusquadros/bruce/product-manager-prd.svg" alt="Measured on agentmods" height="20"></a>
Per session 182 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,800 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 unknown 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.00182 $0.01800
Opus 5 $0.00091 $0.00900
Sonnet 5 $0.00036 $0.00360
Haiku 4.5 $0.00018 $0.00180

Measured 8d ago against content hash baf8e199a343, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

product-manager-prd 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 8d 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/skills/product-manager-prd/SKILL.md · 200 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 200 lines · 182 tokens per session scan A baf8e199a343

Subscribe to this mod's changes

product-manager-prd is a skill published in the GitHub repository DemitriusQuadros/bruce (5 stars, last pushed 5mo ago), with no licence file. It adds 182 tokens to every session and 1,800 once invoked, about $0.0009 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-31.

Related

Other skills, from other repositories

langbot-plugin-dev

Develop, debug, and test LangBot plugins. Use when creating new LangBot plugins, fixing plugin bugs, setting up a LangBot test environment, or testing plugins via WebSocket. Covers plugin component architecture (EventListener, Command, Tool), the plugin SDK API (invokellm, getllmmodels, sendmessage, plugin storage)…

langbot-app/LangBot · 110 tokens

langbot-dev

Develop, build, and debug the LangBot core backend and web frontend. Use when working inside the LangBot repository — backend (Python/Quart, src/langbot/pkg), the Vite/React web UI, HTTP API controllers/services, Alembic migrations, or the MCP server. Covers the dev environment (uv, pnpm), repo layout, the API auth…

langbot-app/LangBot · 136 tokens

langbot-space-ops

Browse and search the LangBot Space marketplaces (plugins, MCP servers, skills) through the Space MCP server. Use when an AI agent needs to discover LangBot extensions on space.langbot.app over MCP. Covers the /mcp endpoint, Personal Access Token (PAT) auth, the tool surface, and client configuration. Triggers on…

langbot-app/LangBot · 101 tokens

langbot-skills-maintenance

Maintain the langbot-skills repository with low duplication. Use when adding, editing, or auditing LangBot skills, references, cases, troubleshooting entries, indexes, or periodic entropy-control checks for this skills repository.

langbot-app/LangBot · 49 tokens

langbot-env-setup

Prepare a local LangBot development and testing environment for an AI agent. Use when setting up WSL or Linux development, shared local URL variables, proxy variables, backend/frontend startup, Playwright MCP browser access, GitHub OAuth browser login, persisted Chrome profiles, or future Codex computer-use…

langbot-app/LangBot · 67 tokens

langbot-deploy

Deploy and configure a LangBot instance — Docker / Docker Compose, Kubernetes, the config.yaml model, the Box sandbox runtime, the plugin runtime, and the global API key. Use when installing, deploying, upgrading, or configuring LangBot in production or self-hosted environments. Triggers on "deploy langbot", "langbot…

langbot-app/LangBot · 104 tokens