ai-pm-workflow: Instructions file for Claude Code

CLAUDE.md

ai-pm-workflow CLAUDE.md is an instructions file for Claude Code from hy459229090-lang/ai-pm-workflow. It costs 1,071 tokens per session, scanned A, original, MIT.

Project instructions for an AI product-management workflow, covering where articles, images, templates, publishing files, and related project materials belong.

In plain words
What is it for?
Use them when creating or updating source articles, platform-specific versions, images, templates, or publishing archives in this project.
Why use it?
They give an agent consistent rules for organizing content and assets in the project.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions Claude Code.

This is hy459229090-lang/ai-pm-workflow's own configuration. It tells Claude Code how to work on ai-pm-workflow itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ai-pm-workflow configures →

Reuse

Borrowing it

Nothing to install: this file belongs to hy459229090-lang/ai-pm-workflow. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/hy459229090-lang/ai-pm-workflow/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/hy459229090-lang/ai-pm-workflow

Made for: Claude Code.

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 ai-pm-workflow CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/hy459229090-lang/ai-pm-workflow/claude-md/github.svg)](https://agentmods.dev/instructions/hy459229090-lang/ai-pm-workflow/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/hy459229090-lang/ai-pm-workflow/claude-md"><img src="https://agentmods.dev/badge/instructions/hy459229090-lang/ai-pm-workflow/claude-md/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.

agentmods 80×15 button for ai-pm-workflow CLAUDE.md

Your own site · 80×15
<a href="https://agentmods.dev/instructions/hy459229090-lang/ai-pm-workflow/claude-md"><img src="https://agentmods.dev/badge/instructions/hy459229090-lang/ai-pm-workflow/claude-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 1,071 This file is loaded in full into every session.
When invoked 1,071 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.01071 $0.01071
Opus 5 $0.00535 $0.00535
Sonnet 5 $0.00214 $0.00214
Haiku 4.5 $0.00107 $0.00107

Measured 10d ago against content hash 773e233c6237, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

ai-pm-workflow CLAUDE.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 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.

CLAUDE.md · 76 lines

How it starts

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

AI-PM-Workflow 项目规则

所有 AI 在本项目中工作时必须遵守以下规则。

目录职责

ai-pm-workflow/
├── content/              # 文章内容的唯一来源
│   ├── _index.md         #   系列文档总览
│   ├── README.md         #   多平台发布指南
│   ├── CONTENT_STANDARD.md # 内容生产标准
│   ├── sources/          #   源稿(GitHub 完整版,所有平台版本的源头)
│   └── platforms/        #   各平台适配版
│       ├── wechat/       #     微信公众号
│       ├── xiaohongshu/  #     小红书
│       └── zhihu/        #     知乎
├── assets/               # 图片与静态资源(按用途分类)
│   ├── covers/           #   公众号封面图(每篇一张)
│   ├── carousels/        #   小红书轮播图(按篇章分子目录)
│   └── archive/          #   历史版本/废弃图片(不再使用)
├── tools/                # 脚本与模板
│   ├── generators/       #   图片/HTML 生成脚本(.py / .js)
│   ├── templates/        #   Canvas HTML 模板 + CLAUDE.md 等模板
│   └── examples/         #   示例文件(毛球 App 配置示例)
├── publish/              # 已发布的产物(只读归档,不要直接修改)
│   ├── wechat-html/      #   公众号可复制 HTML
│   └── README-canvas.md  #   Canvas 使用文档
├── case-study/           # 毛球 App 虚构案例设定
├── .claude/commands/     # Claude Code Skill 定义
├── .obsidian/            # Obsidian 配置(忽略)
└── node_modules/         # 依赖(忽略)

文件放置规则

文章相关

  • 新文章 → 必须写到 content/sources/,按 XX-主题.md 命名
  • 平台适配版 → 写到 content/platforms/{wechat,xiaohongshu,zhihu}/
  • 禁止 在根目录、publish/ 或其他位置创建新的文章文件

图片相关

  • 公众号封面assets/covers/,命名 {篇号}-cover.{ext}
  • 小红书轮播assets/carousels/{篇号}-{主题}/,命名 {序号}-{类型}.png
  • 历史/废弃图assets/archive/
  • 禁止 在文章同级目录、根目录放置图片

脚本/模板

  • 生成脚本tools/generators/
  • HTML Canvas 模板tools/templates/
  • 示例配置tools/examples/

发布产物

  • 公众号 HTMLpublish/wechat-html/
  • publish/ 是发布后归档,不是创作目录,不要在这里新建文章

其他

  • 临时文件(测试图、中间产物等)→ 用完后删除,不要留在仓库中
  • 配置文件 → 放到对应功能目录下,不要放根目录(根目录只保留 README、LICENSE、package.json、.gitignore)

内容创作规则

案例贯穿原则

所有文章必须以「毛球 App」为贯穿案例,每篇文章的举例、场景、数据都必须基于毛球的具体业务场景。

  • ❌ 泛泛举例:"比如某个产品"、"假设一个场景"
  • ✅ 具体举例:"毛球 App 的推荐 feed 改版"、"毛球的社区内容发布率从 3.2% 提到 5%"
  • 案例设定详见 case-study/README.md(产品概述、用户角色、数据设定、表结构)
  • 每篇文章开头必须用一个毛球的真实痛点/决策引入,不能直接讲方法论

Read the full file on GitHub · 76 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. 10d ago First seen · 76 lines · 1,071 tokens per session scan A 773e233c6237

Subscribe to this mod's changes

ai-pm-workflow CLAUDE.md is an instructions file published in the GitHub repository hy459229090-lang/ai-pm-workflow (5 stars, last pushed 23d ago), licensed MIT. It adds 1,071 tokens to every session, about $0.0054 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

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,153 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens

deepseek-harness AGENTS.md

AGENTS.md instructions for deepseek-ai/deepseek-harness, covering agents.md, pre-stable apis and released session data, repository layout, commands and host sandbox failures.

deepseek-ai/deepseek-harness · 3,735 tokens