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.
npx skills add kelegele/oh-my-pm --skill quick-prdgit clone --depth 1 https://github.com/kelegele/oh-my-pmWrote 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.
[](https://agentmods.dev/skills/kelegele/oh-my-pm/quick-prd)<a href="https://agentmods.dev/skills/kelegele/oh-my-pm/quick-prd"><img src="https://agentmods.dev/badge/skills/kelegele/oh-my-pm/quick-prd/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.
<a href="https://agentmods.dev/skills/kelegele/oh-my-pm/quick-prd"><img src="https://agentmods.dev/badge/skills/kelegele/oh-my-pm/quick-prd.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00129 | $0.00584 |
| Opus 5 | $0.00064 | $0.00292 |
| Sonnet 5 | $0.00026 | $0.00117 |
| Haiku 4.5 | $0.00013 | $0.00058 |
Grade A, and why
quick-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 10d 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.
What it actually says
Quick PRD Workflow
本工作流是 full-pm-cycle 的 mode: quick 预设。阶段定义、质量门控与状态管理的唯一权威在 skills/full-pm-cycle/SKILL.md(见其中 ## Execution Modes 与 ## Workflow Stages),本文件只定义预设参数与阶段裁剪概览。
参数映射
| 输入参数 | 映射到 | 说明 |
|---|---|---|
<feature description> |
需求描述 | 作为 PRD 的功能需求输入 |
[competitors...] |
S1 竞品分析名单 | 提供时直接按名单运行 competitive-analysis |
阶段裁剪概览
| Stage | 内容 | 说明 |
|---|---|---|
| S0 | 状态初始化 | 创建 .ompm/ 状态目录与 current-workflow.json |
| S1 | 竞品分析 | 只跑 competitive-analysis(market-research 可选) |
| S2 | 轻量策略 | product-strategy 轻量(定位 + 优先级) |
| S2.5 | 硬门控 | Strategy Confirmation Gate,未确认不得进入 S3 |
| S3 | PRD + 原型 | prd-gen + prototype-design(HTML 原型) |
| S4 / S5 | 可选 | 仅当用户明确要求时执行 |
执行说明
- 激活后按 full-pm-cycle 的
mode: quick执行,遵循其阶段定义与质量门控 - 工作流状态仍写入
docs/product/.ompm/current-workflow.json,快照写入docs/product/.ompm/workflow-state/{{workflow_id}}.json - 产出位置(
docs/product/prd/、docs/product/prototypes/、docs/product/.ompm/competitive-analysis.json等)均以 full-pm-cycle 定义为准
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.
- 10d ago First seen · 36 lines · 129 tokens per session scan A 37d36fd8ca80
quick-prd is a skill published in the GitHub repository kelegele/oh-my-pm (4 stars, last pushed 1mo ago), licensed MIT. It adds 129 tokens to every session and 584 once invoked, about $0.0006 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.
Other skills, from other repositories
configure-env-variables
Configures environment variables for Power Pages site settings to support ALM across environments. Creates environment variable definitions in Dataverse, guides the user through linking site settings to those variables via the Power Pages Management app, adds the variables to the solution, and generates a…
deploy-site
Deploys an existing Power Pages code site to a Power Pages environment using PAC CLI. Handles tooling verification, authentication, environment confirmation, building, and uploading. Use when the user wants to deploy, upload, or publish their code site.
tidewave-integration
Tidewave MCP runtime tools — debugging, smoke testing, live state inspection, SQL queries, hex docs. Use when evaluating code in a running Phoenix app.
elixir-idioms
OTP/BEAM patterns and Elixir idioms — GenServer, Supervisor, Task, Registry, pattern matching, with chains, pipes. Use when designing processes or debugging BEAM issues.
security
Enforce Elixir/Phoenix security — auth, OAuth, sessions, CSRF, XSS, SQL injection, input validation, secrets. Use when editing auth files, login flows, RBAC, or API keys.
furusato
A Japanese hometown-tax donation manager for furusato nozei, a system where donations to municipalities can qualify for an income-tax or local-tax deduction. It reads donation receipts, stores donation records, and calculates deduction limits.