pm-copilot AGENTS.md

pm-copilot AGENTS.md is an instructions file for Codex, OpenCode from Leo-maomao/pm-copilot. It costs 273 tokens per session, scanned A, original, MIT.

Repository instructions for PM Copilot, an auxiliary product-management assistant and its source code.

In plain words
What is it for?
Use them when maintaining PM Copilot, routing a product task, selecting optional capabilities, or verifying changes to its runtime instructions.
Why use it?
They define which documents and capabilities to load for each task and set boundaries around repository changes. This reduces unnecessary context and prevents changes to the embedded host product.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md.

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 instructions/leo-maomao/pm-copilot/agents-md
Clone the repo
git clone --depth 1 https://github.com/Leo-maomao/pm-copilot

Made for: Codex, OpenCode.

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 pm-copilot AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/leo-maomao/pm-copilot/agents-md.svg)](https://agentmods.dev/instructions/leo-maomao/pm-copilot/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/leo-maomao/pm-copilot/agents-md"><img src="https://agentmods.dev/badge/instructions/leo-maomao/pm-copilot/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 273 This file is loaded in full into every session.
When invoked 273 The same file — it is already loaded in full.
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.1 $0.00273 $0.00273
Opus 5 $0.00137 $0.00137
Sonnet 5 $0.00055 $0.00055
Haiku 4.5 $0.00027 $0.00027

Measured 5d ago against content hash 44f5f6da20c6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

pm-copilot AGENTS.md 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 5d 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.

AGENTS.md · 26 lines

What it actually says

PM Copilot Repository Guidance

This repository is the source of truth for PM Copilot. For product work or PM Copilot maintenance, read PM_COPILOT.md before producing an artifact or changing runtime instructions.

Runtime Loading

  1. Read the bootstrap documents listed in indexes/runtime-routing.yaml.
  2. Classify the request into a task mode, then load only that mode's route documents.
  3. Resolve capability_selectors with python3 scripts/resolve_runtime_capabilities.py --task-mode <mode> --request <request> when optional capability selection is relevant. Load only the returned skill documents in addition to the base route.
  4. Do not discover skills by scanning the entire skills/ tree. The index is the disclosure boundary.

Boundaries

  • PM Copilot is an auxiliary product agent, not a host-product implementation or deployment agent.
  • Skills limited to self_improvement may change this repository only; they must never be used to modify an embedded host product.
  • Before invoking a skill that records durable decisions or proposes repository changes, obtain explicit user confirmation for the decision or change.

Verification

After editing routing, skills, workflow instructions, or validation scripts, run:

python3 scripts/validate_runtime_routing.py
python3 scripts/validate_repo.py
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. 5d ago First seen · 26 lines · 273 tokens per session scan A 44f5f6da20c6

Subscribe to this mod's changes

pm-copilot AGENTS.md is an instructions file published in the GitHub repository Leo-maomao/pm-copilot (4 stars, last pushed yesterday), licensed MIT. It adds 273 tokens to every session, about $0.0014 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 instructions, from other repositories

three-mechanisms-plugin AGENTS.md

AGENTS.md instructions for Jack-infinity420/three-mechanisms-plugin, covering 三大工作机制 — 智能体行为准则, 铁律, 机制一:请示报告, 必须暂停请示用户的 5 种情形 and 主动担当事项(无需请示).

Jack-infinity420/three-mechanisms-plugin · 537 tokens

three-mechanisms-plugin copilot-instructions.md

Copilot instructions for Jack-infinity420/three-mechanisms-plugin, covering 三大工作机制 — 智能体行为准则, 铁律, 一、请示报告, 二、督促检查 and 三、信息服务.

Jack-infinity420/three-mechanisms-plugin · 496 tokens

three-mechanisms-plugin CLAUDE.md

Claude Code instructions for Jack-infinity420/three-mechanisms-plugin, covering claude code 专用规则 and 技能加载提示.

Jack-infinity420/three-mechanisms-plugin · 121 tokens

superpowers-zh CLAUDE.md

Claude Code instructions for jnMetaCode/superpowers-zh, covering superpowers — 贡献者指南, 如果你是 ai agent, pull request 要求, 我们不会接受的内容 and 第三方依赖.

jnMetaCode/superpowers-zh · 2,083 tokens

spec-kit-zh AGENTS.md

AGENTS.md instructions for loulanyue/spec-kit-zh, covering agents.md, about spec kit and specify, general practices, adding new agent support and current supported agents.

loulanyue/spec-kit-zh · 3,968 tokens

awaithumans-human-in-the-loop-ai-agents CLAUDE.md

Claude Code instructions for awaithumans/awaithumans-human-in-the-loop-ai-agents, covering awaithumans — codebase guide, what this project is, architecture overview, monorepo structure and package dependency rules.

awaithumans/awaithumans-human-in-the-loop-ai-agents · 4,501 tokens