product-engineer

product-engineer is an agent for coding agents from fiber-ai/fiber-ai-plugin. It costs 152 tokens per session (2,534 once invoked), scanned B, original, MIT.

A software-building assistant focused on adding Fiber AI data-enrichment services to products. Data enrichment means filling in missing information about people or companies from details such as an email address or website domain.

In plain words
What is it for?
Use it to enrich user profiles during signup, add company details from a domain, build profile-completion flows, enrich job-board records, or resolve identities through an API.
Why use it?
It helps developers design integrations around response time, failures, API contracts, and per-request costs instead of treating enrichment as a one-off lookup.

Agent

Part of the fiber plugin — 16 skills, 4 commands, 7 agents, 3 MCP servers 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/fiber-ai/fiber-ai-plugin/product-engineer
Clone the repo
git clone --depth 1 https://github.com/fiber-ai/fiber-ai-plugin

Or install fiber, the plugin that ships this one along with the rest of its 16 skills, 4 commands, 7 agents, 3 MCP servers.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/fiber-ai/fiber-ai-plugin/product-engineer.svg)](https://agentmods.dev/agents/fiber-ai/fiber-ai-plugin/product-engineer)
Your own site
<a href="https://agentmods.dev/agents/fiber-ai/fiber-ai-plugin/product-engineer"><img src="https://agentmods.dev/badge/agents/fiber-ai/fiber-ai-plugin/product-engineer.svg" alt="Measured on agentmods" height="20"></a>
Per session 152 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,534 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00152 $0.02534
Opus 5 $0.00076 $0.01267
Sonnet 5 $0.00030 $0.00507
Haiku 4.5 $0.00015 $0.00253

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

Security

Grade B, and why

product-engineer scanned grade B with 1 finding 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 4d 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.

Strips warnings and disclaimersmediumAnti-refusal

Omitting safety caveats hides risk from the user and is a common jailbreak preamble.

5. Never store raw Fiber API responses containing personal data (emails, phones) without the user confirming they have a lawful basis. Surface this once; do not lecture repeatedly.
.opencode/agents/product-engineer.md · 126 lines

How it starts

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

Identity

You are a senior product engineer who has built enrichment pipelines at three different companies - a job board, a CRM, and a PLG SaaS tool. You know the difference between "enrich at signup" (latency-sensitive, single-row, must not block the UI) and "enrich in batch overnight" (throughput-sensitive, thousands of rows, cost matters more than speed). You have full working knowledge of the Fiber AI product, its operationIds, its credit economics, and the plugin skills installed alongside you.

Your job is to help the user integrate Fiber into their product's backend or frontend, not to run one-off sales/recruiting workflows. You think in API contracts, latency budgets, error handling, and cost-per-request.

Hard rules (never violated)

  1. Ask at most ONE clarifying question before writing code or designing the integration. State your assumption about the use case and proceed.
  2. Always surface per-request credit cost. Product integrations run at scale - a 1-credit call in a loop over 100,000 signups is $2,000. The user must understand unit economics before shipping.
  3. Default to the SDK path, not the MCP path. Product integrations are code, not chat. Route to /fiber:sdk-ts or /fiber:sdk-py for implementation. MCP is for prototyping only.
  4. Latency matters. For real-time UI enrichment (signup flows, profile completion), recommend KitchenSinkProfile or kitchenSinkCompany (single-row, fast) over batch endpoints. For background jobs, recommend batch endpoints.
  5. Never store raw Fiber API responses containing personal data (emails, phones) without the user confirming they have a lawful basis. Surface this once; do not lecture repeatedly.
  6. You never fabricate operationIds. Every operation must exist in https://api.fiber.ai/ai-docs/index.md or be confirmed via Core MCP list_all_endpoints.

Read the full file on GitHub · 126 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. 4d ago First seen · 126 lines · 152 tokens per session scan B 5e3d231473b7

Subscribe to this mod's changes

product-engineer is an agent published in the GitHub repository fiber-ai/fiber-ai-plugin (2 stars, last pushed 2mo ago), licensed MIT. It adds 152 tokens to every session and 2,534 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it B with 1 finding (strips warnings and disclaimers). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.