pm-kit

作者 kv0906已验证

AI-augmented PM workspace for Coding Agents — daily standups, decisions, blockers, docs, and sprint reviews as markdown skills

129
Stars
32
Forks
Python
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/kv0906/pm-kit

快速入门

使用 pm-kit 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

PM-Kit Banner

PM-Kit

Turn your AI coding tool into a PM workspace, knowledge hub, and execution engine.

Disclaimer

This is not gospel. This is not the holy grail.

PM-Kit is one system that works. It is a guideline and mindset shift, not a rigid rulebook.

The principles in _core/MANIFESTO.md may resonate with you, or they may not. That is fine. Take what works. Ignore what does not. Make it yours.

You will get better results through repetition. The framework should adapt to your workflow, not the other way around.

Quick Start

Option A: CLI Install (Recommended)

# 1. Install the CLI
curl -fsSL https://raw.githubusercontent.com/kv0906/pm-kit/main/cli/install.sh | bash

# 2. Create your vault
pm-kit init ~/Documents/my-vault
cd ~/Documents/my-vault

# 3. Open the folder in Obsidian, then run Claude Code
claude
/onboard

Option B: GitHub Template

# 1. Use this template on GitHub (or clone)
git clone <your-repo-url>
cd pm-kit

# 2. Open the folder in Obsidian

# 3. Run Claude Code
claude
/onboard

/onboard sets up your project, learns your preferences, and loads context. Full walkthrough: START_HERE.md

Daily Routine

/today                # Guided workflow: standup → sync → review → focus → wrap-up
/today wrap           # Jump to end-of-day summary

Or for quick atomic updates:

/daily my-project: shipped X, wip Y, blocked on Z
/push

Weekly Routine

/weekly
/push

Updating

# CLI users
pm-kit update            # Update framework files from latest release
pm-kit self-update       # Update the CLI itself

# Template users
./scripts/update.sh      # Update framework files from latest release

Or from within Claude: /update

Updates only touch framework files (skills, templates, scripts, docs). Your notes, config, and content are never modified. Backups are saved to _archive/_updates/.

All Commands

CommandPurpose
/todayGuided daily workflow orchestrator
/dailyMulti-project standup logging
/progressCross-project status synthesis
/previewRender docs and reports as styled HTML
/reportExecutive brief in plain language (CEO/PO view)
/blockStructured blocker capture
/decideDecision records with alternatives
/docPRD/spec drafting
/meetMeeting extraction into actions/decisions
/inboxFast capture for later processing
/askVault Q&A (QMD-powered when available)
/healthLink + vault integrity checks
/weeklySprint retro and planning loop
/pushCommit and sync
/onboardInteractive setup + context loading
/updateCheck for and apply framework updates
/helpCommand reference and workflow cheat sheet

Smarter /ask with QMD (Optional)

Install QMD for hybrid search (BM25 + vector + rerank) that dramatically improves /ask accuracy. Requires bun and technical comfort with CLI tools. Without QMD, /ask still works using vault grep.

# 1. Install bun (if not installed)
curl -fsSL https://bun.sh/install | bash

# 2. Install QMD and set up your vault
bun install -g github:tobi/qmd
qmd collection add . --name pm-kit

# 3. Build the search index
qmd embed

After setup, /ask automatically uses QMD when available. No command changes needed.

Having trouble? See handbook/QMD_INTEGRATION.md or open an issue.

Who Uses PM-Kit

RoleHow They Use It
Product Managers / Product OwnersRun dailies, write PRDs, track blockers, align cross-functional work
Engineering LeadsCapture decisions, drive sprint clarity, maintain technical context
Engineers (Junior -> Senior)Document context, ship specs, keep decisions traceable
Founders / Solo BuildersTurn scattered thoughts into an execution system
Analysts / OperatorsLog research, synthesize findings, build durable knowledge

Works With

ToolStatusHow
Claude CodeNativeReads CLAUDE.md, .claude/ skills, agents, hooks
CursorCompatible.cursorrules + .cursor/rules/ symlinked to source
GitHub CopilotCompatible.github/copilot-instructions.md symlinked to source
WindsurfCompatible.windsurfrules symlinked to source
ClineCompatible.clinerules symlinked to source
OpenAI CodexCompatibleAGENTS.md with project context

All compatibility files are symlinks to CLAUDE.md (single source of truth). Rules in .claude/rules/ are shared via symlinks where the tool supports directory-based rules.

Documentation

DocWhat It Covers
START_HERE.md10-step beginner guide
handbook/HELP_GUIDE.mdFull command reference, workflows, and cheat sheet
handbook/ARCHITECTURE.mdHow PM-Kit works, project structure, principles
handbook/QMD_INTEGRATION.mdQMD setup, troubleshooting, architecture
handbook/SETUP_GUIDE.mdInstallation and first run
handbook/CUSTOMIZATION.mdProjects, templates, and overrides
handbook/WORKFLOW_EXAMPLES.mdExample operating flows
handbook/TROUBLESHOOTING.mdCommon issues and fixes
handbook/maintainer-runbook.mdRelease, changelog governance, and maintainer workflow

Contributing

Contributions are welcome.

  • Read CONTRIBUTING.md
  • Use the PR template
  • Include a ## Changelog Entry in each PR

Every merged PR to main is automatically recorded in CHANGELOG.md.

License

MIT

Star History

Star History Chart

Think clearly. Build simply. Let systems carry the weight.

常见问题

What is pm-kit?

pm-kit is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by kv0906. AI-augmented PM workspace for Coding Agents — daily standups, decisions, blockers, docs, and sprint reviews as markdown skills. It has 129 GitHub stars.

Is pm-kit safe to use?

Yes. pm-kit passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install pm-kit?

Clone the repository with "git clone https://github.com/kv0906/pm-kit" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is pm-kit written in?

pm-kit is primarily written in Python. It is open-source under kv0906 on GitHub, so you can review or fork the full source.

Are there alternatives to pm-kit?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh pm-kit against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情