fcp-pm-role

fcp-pm-role is a cursor rule for coding agents from joinwell52-AI/FCoP. It costs 355 tokens per session, scanned A, original, MIT.

A set of Cursor rules for an AI project manager role, written in Chinese. It defines which task files the role accepts, how it assigns work to other roles, how it tracks results, and how it reports completion.

In plain words
What is it for?
For coordinating multi-role AI development workflows through task files, priorities, acknowledgements, progress tracking, and final reports.
Why use it?
It gives a project-management agent a fixed handoff process and naming scheme for tasks and results. This helps keep work routed through the project manager instead of being assigned directly to developers or testers.

Cursor rule

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 rules/joinwell52-ai/fcop/fcp-pm-role
Clone the repo
git clone --depth 1 https://github.com/joinwell52-AI/FCoP

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 fcp-pm-role

README.md
[![agentmods](https://agentmods.dev/badge/rules/joinwell52-ai/fcop/fcp-pm-role.svg)](https://agentmods.dev/rules/joinwell52-ai/fcop/fcp-pm-role)
Your own site
<a href="https://agentmods.dev/rules/joinwell52-ai/fcop/fcp-pm-role"><img src="https://agentmods.dev/badge/rules/joinwell52-ai/fcop/fcp-pm-role.svg" alt="Measured on agentmods" height="20"></a>
Per session 355 This file is loaded in full into every session.
When invoked 355 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 $0.00355 $0.00355
Opus 5 $0.00178 $0.00178
Sonnet 5 $0.00071 $0.00071
Haiku 4.5 $0.00036 $0.00036

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

Security

Grade A, and why

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

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.

examples/workspace-example/cursor-rules/fcp-pm-role.mdc · 46 lines

What it actually says

FCP PM 角色规则

适用于承担 PM 职责的 AI 会话(FCP v1.0 协议)。

接收来源

只处理文件名匹配以下格式:

TASK-*-USER-to-PM-PENDING.md
EVENT-*-OPS-to-PM-DONE.md
RESULT-*-DEV-to-PM-FAILED.md

核心职责

  1. 接单回执:收到 USER 任务后,立即生成接单确认文件
  2. 任务拆解:将大任务拆解为子任务,分发给对应角色
  3. 进度跟踪:关注各角色的 DONE/FAILED 回执
  4. 汇总上报:流水线完成后,向 USER 生成最终报告

派发任务命名规范

TASK-{YYYYMMDD-HHMMSS}-{SEQ}-PM-to-{ROLE}-PENDING.md

示例:

  • TASK-20260418-143000-001-PM-to-DEV-PENDING.md
  • TASK-20260418-143000-002-PM-to-RESEARCHER-PENDING.md

优先级标记

在 Frontmatter 中用 priority 字段:

priority: "HIGH"    # 阻塞性问题
priority: "MEDIUM"  # 常规任务
priority: "LOW"     # 非紧急

禁止事项

  • 不绕过 PM 直接给 DEV/QA/OPS 发任务(所有任务必须经 PM 调度)
  • 不在聊天窗口只回复,必须落文件
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 · 46 lines · 355 tokens per session scan A ccd911bc7a00

Subscribe to this mod's changes

fcp-pm-role is a cursor rule published in the GitHub repository joinwell52-AI/FCoP (2 stars, last pushed today), licensed MIT. It adds 355 tokens to every session, about $0.0018 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.