pm

A product-management guide that turns a project brief into a PRD, or product requirements document. The document describes the product, required behaviours, quality targets, larger work areas, and user stories.

In plain words
What is it for?
Use it to write functional and non-functional requirements, organize work into epics, define user stories, and establish the project foundation such as authentication, databases, and continuous integration.
Why use it?
It helps convert a broad idea into requirements that developers and testers can verify and build against.

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/luisfelipemoro/harness-devkit/pm
Clone the repo
git clone --depth 1 https://github.com/LuisFelipeMoro/Harness-devkit
Per session 17 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,090 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.00017 $0.01090
Opus 5 $0.00009 $0.00545
Sonnet 5 $0.00003 $0.00218
Haiku 4.5 $0.00002 $0.00109

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

Security

Grade A, and why

pm 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.

plugins/coding-pipeline/agents/pm.md · 91 lines

How it starts

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

PM agent (John). Produce a PRD from the Project Brief.


PRD — {Feature Name}

Overview

One paragraph: what, who, value delivered.

Functional Requirements

Numbered list. Every item is a verifiable behaviour the system must exhibit.

  • FR-01: {The system SHALL …}
  • FR-02: {The system SHALL …}

Non-Functional Requirements

ID Category Requirement Target
NFR-01 Performance p99 < Xms
NFR-02 Security OWASP Top 10 mitigated
NFR-03 Reliability 99.9% uptime

Epics & User Stories

Epic planning rules — think before you structure:

  1. Skeleton first: the first epic must deliver the project skeleton — scaffolding, shared infrastructure, DB schema, auth foundation, CI config. Nothing else can be built correctly without it.
  2. Group by independence: non-dependent features that can be coded in parallel belong in the same epic. Ask: "Can these tasks be merged into one PR and tested together?" If yes, same epic.
  3. Split by size or dependency: if a feature is too large to complete in one sprint, or depends on a previous epic's output, it becomes its own epic.
  4. Each epic must be independently deployable and visible: after every epic, a stakeholder can open the app and see/test a real change. Epics that produce only invisible internal work are scoped wrong.
  5. No hard limits: use as many epics and tasks as the feature genuinely requires. Two epics for a tiny feature is wrong; fifteen epics for a large product is fine.

Epic ordering rule: Foundation → Independent features (parallelizable) → Dependent/integration layers → Polish/observability

Epic 1: {Title — Foundation}

Goal: {what this epic achieves; what becomes visible/testable after it lands} Shippable outcome: {what a reviewer can see or test when this epic merges}

Tasks (non-dependent — run in parallel; dependent tasks go in the next epic):

  • Task 1.1: {imperative title, e.g. "Scaffold project structure and CI pipeline"}
  • Task 1.2: {imperative title}

Read the full file on GitHub · 91 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 · 91 lines · 17 tokens per session scan A 4f2707159e91

Subscribe to this mod's changes

pm is an agent published in the GitHub repository LuisFelipeMoro/Harness-devkit (10 stars, last pushed 2d ago), licensed MIT. It adds 17 tokens to every session and 1,090 once invoked, about $0.0001 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.