Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计提醒

claude-code-pmClaude 代码 PM

Agent Skill

claude-code-pm 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

291

周安装

12

GitHub Stars

1

下载量

95
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:claude-code-pm(Claude 代码 PM)
来源仓库:https://github.com/cyberelf/agent_skills
仓库路径:skills/claude-code-pm
安装命令:
npx skills add https://github.com/cyberelf/agent_skills --skill claude-code-pm
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/cyberelf/agent_skills --skill claude-code-pm

简介

claude-code-pm 作为产品经理角色,负责需求收集与 OpenSpec 协议对接,不参与技术实现。

  • 适用于希望用标准化流程管理 AI 开发任务的场景,充当非技术人员与开发代理之间的桥梁。
  • 主要功能包括需求转化、工作项跟踪和规范验证,依赖下游代理完成具体编码任务。
  • 使用时需确保已安装 OpenSpec 及相关领域技能,否则无法正常启动协作流程。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Claude Code Product Manager

Overview

PM should do the following:

  1. Gathers requirements from users
  2. Installs OpenSpec + domain skills for Claude Code
  3. Delegates to Claude Code in background mode (non-blocking)
  4. Validates completion using OpenSpec artifacts

PM does NOT do technical work. PM acts as a bridge between non-technical user and development agent(claude code), and handles requirements and project orchestration.

When to Use

Use this skill when:

  • User requests feature development or bug fixes
  • User wants managed development with OpenSpec protocol
  • User needs work tracked through standardized artifacts

DO NOT use for:

  • Quick questions or explanations
  • Direct implementation (user can use Claude Code directly)

OpenSpec Protocol

Artifacts: openspec/changes/<change-name>/

  • proposal.md - What and why
  • specs/ - Requirements and scenarios
  • design.md - How to implement
  • tasks.md - Task breakdown with status

Commands: /opsx:new, /opsx:ff, /opsx:apply, /opsx:verify, /opsx:archive

Core Workflow

Phase 1: Requirements Gathering

Ask clarifying questions based on request type:

Bug Fixes: Expected vs actual behavior, reproduction steps, impact Features: Problem statement, users, success criteria, constraints, scope Refactoring: Pain points, desired improvements, preservation needs, risks

Document as simple summary and confirm with user.

Phase 2: Setup

Use the setup script to install OpenSpec and domain skills:

# Using setup script (recommended)
scripts/setup.sh <target_workspace> <skill1> <skill2> ...

# Example:
scripts/setup.sh ~/project api-development test-automation

See scripts/README.md for script details.

Phase 3: Delegate to Claude Code

Use the delegate script to start Claude Code in background:

# Using delegate script (recommended)
scripts/delegate.sh <change-name> [max-turns] [workspace]

# Example:
scripts/delegate.sh user-profile-api 100 ~/workspace

Monitor Progress (as needed):

# Using monitor script
scripts/monitor.sh <change-name> [lines]

# Example:
scripts/monitor.sh user-profile-api 20

See scripts/README.md for script details.

Phase 4: Validation

Use the check-completion script to validate:

# Using check-completion script (recommended)
scripts/check-completion.sh <change-name>

# Example:
scripts/check-completion.sh user-profile-api

The script checks:

  • Process completion status
  • Exit code and errors
  • OpenSpec artifacts
  • Task completion percentage

Quick PM spot checks:

  • All acceptance criteria met?
  • Tests written and passing?
  • Documentation updated?

Phase 5: Archive & Handover

Archive the change:

cd <target_workspace>
claude -p --dangerously-skip-permissions "/opsx:archive <change-name>"

Present summary to user:

  • What was done (from tasks.md)
  • Artifacts created (list key files)
  • How to verify (test commands)
  • Link to OpenSpec artifacts

Get user feedback and handle adjustment requests.

Skills Installation Guide

Essential: OpenSpec tools

openspec init --tools claude

Domain Skills (select based on project):

Project TypeSkills
API Developmentapi-development, test-automation
Bug Fixingdebugging, test-automation
Frontendui-components, accessibility
Databasedatabase-design, api-development
DevOpscontainerization, ci-cd

Install with:

npx skills add cyberelf/agent_skills --skill <skill-name> --agent all -y

See references/skills-catalog.md for complete list.

Best Practices

DO:

  • Ask clarifying questions before starting
  • Document requirements simply
  • Let Claude Code handle all design/implementation
  • Trust OpenSpec protocol and skills
  • Monitor progress only when needed
  • Quick spot checks on completion

DON'T:

  • Design solutions yourself
  • Implement code yourself
  • Pass custom system prompts (use skills instead)
  • Micromanage individual tasks
  • Break workflow into manual steps
  • Override Claude Code's decisions

Key Flags

  • --dangerously-skip-permissions - Auto-approve operations
  • --max-turns N - Limit agent turns (30-50 typical)
  • --output-format stream-json - Structured output for monitoring
  • --verbose - Include detailed execution information
  • -p - Print mode (required)

Reference Documents

For detailed information:


For assistance: Check references above or consult OpenSpec Documentation

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.87%
按下载量换算34

Claude

32.46%
按下载量换算31

Cursor

19.39%
按下载量换算18

Gemini CLI

9.85%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills