pmpowers
Cross-platform AI collaboration engine for Product Managers. Embeds elite PM DNA into AI agents.
Open source Open in the app JSON README (API)
About
Cross-platform AI collaboration engine for Product Managers. Embeds elite PM DNA into AI agents.
Details
- Kind
- Plugins
- Topic
- No topic detected
- Publisher
- zpower426
- Origin
- gemini
- Category
- ferramentas
- Version
- 1.0.0
- Forks
- 1
- Last push
- 2026-03-31T12:00:58Z
- Repository state
- ativo
- Language
- HTML
- License
- MIT
- Added
- 2026-08-30 14:13:39
- Updated
- 2026-08-30 14:13:39
- Origin id
zpower426/pmpowers
README
<div align="center"> # ๐ Pmpowers: The Product-on-Purpose Framework **Empowering AI Agents with Elite Product Management DNA** [](https://github.com/zpower426/pmpowers/stargazers) [](./LICENSE) [](https://github.com/zpower426/pmpowers) [](https://github.com/obra/superpowers) [็ฎไฝไธญๆ](./README_CN.md) | **English** --- **Pmpowers** is a cross-platform AI collaboration engine purpose-built for Product Managers (PMs). It transforms AI agents from "document assistants" into "Chief Product Advisors" by embedding elite PM decision logic directly into their automated workflows. > **Stop blind iterations. Make every requirement rooted in evidence.** </div> --- ## ๐ข News - **[2026-03-31]** ๐ **Pmpowers v1.0 Released!** Initial release with 30+ PM skills and cross-platform support. - **[2026-03-31]** ๐ Added full English documentation and dual-language support. --- ## ๐งญ Navigation - [๐ What is Pmpowers?](#-what-is-pmpowers) - [๐ฆ Project Overview](#-project-overview) - [โก๏ธ Skill Loading Mechanism](#๏ธ-skill-loading-mechanism) - [๐ Quick Start](#-quick-start) - [๐ Core Workflow](#-core-workflow) - [๐งฐ Skill Universe](#-skill-universe) - [๐งฑ Architecture & Credits](#-architecture--credits) - [๐บ Roadmap](#-roadmap) - [๐ค Contributing](#-contributing) --- ## ๐ What is Pmpowers? Traditional AI agents often jump straight into writing code or PRDs without questioning the underlying assumptions. **Pmpowers** fixes this by injecting a "Validation-First" DNA: * **โก๏ธ Socratic Inquiry**: AI initiates a `brainstorming` process using Socratic questioning to dig into deep user pain points. * **๐ Spec-Driven Design**: Ensures requirements pass a 360-degree logic review before reaching engineering. * **๐ก Validation Guard**: Promotes **VDD (Validation-Driven Design)** โ defining success metrics before defining features. * **๐งฉ Native Intelligence**: AI automatically senses context and activates relevant PM skillsโno manual commands needed. --- ## ๐ฆ Project Overview ```text . โโโ agents/ # Role definitions (Strategist, Researcher) โโโ commands/ # High-level product intent commands โโโ docs/pmpowers/ # Generated Specs, Discovery logs, and Experiments โโโ hooks/ # Session-start and validation hooks โโโ skills/ # 30+ modular PM professional skills โ โโโ using-pmpowers/ # Core framework bootloader & orchestration โ โโโ ... # Specialized skills (TDD, Market Research, etc.) โโโ GEMINI.md # Entry point for skill loading & rules โโโ README.md # This file ``` --- ## โก๏ธ Skill Loading Mechanism Pmpowers operates on a **"Bootloader + Orchestration"** model: 1. **Bootloader**: When the AI enters the project, it reads `GEMINI.md`, which uses `@` imports to inject the `using-pmpowers` core skill. 2. **Tool Mapping**: The framework maps platform-specific tools (e.g., Gemini CLI vs. Claude Code) to a unified interface. 3. **Autonomous Orchestration**: The `using-pmpowers` skill installs "muscle memory" in the AI, forcing it to scan the `skills/` directory and activate relevant skills **BEFORE** responding to any user prompt. --- ## ๐ Quick Start ### ๐ฆ Installation <details> <summary><b>Option 1: Gemini CLI (Recommended)</b></summary> ```bash gemini extensions install https://github.com/zpower426/pmpowers.git ``` </details> <details> <summary><b>Option 2: Claude Code</b></summary> ```bash /plugin install pmpowers@pmpowers-marketplace ``` </details> <details> <summary><b>Option 3: Cursor</b></summary> Enter `/add-plugin pmpowers` in the Agent chat or search for "pmpowers" in the marketplace. </details> ### โ Verify Installation Start a new session and say: *"I have an idea for a smart dashboard."* Observe if the agent automatically triggers `brainstorming` or `customer-discovery`. --- ## ๐ Core Workflow 1. **Discovery** ๐: Activate `customer-discovery` to cut through noise and identify real pain points. 2. **Mapping** ๐บ: Use `opportunity-mapping` to structure chaotic ideas into a clear Opportunity Map. 3. **Validation** ๐ก: Activate `lean-experimentation` to design MVP plans at minimal cost. 4. **Definition** ๐: Use `spec-driven-design` for documentation as logic with automated consistency checks. 5. **Alignment** ๐ฏ: Anchor long-term value via `product-vision-strategy` and `north-star-metric`. --- ## ๐งฐ Skill Universe Pmpowers comes pre-installed with 30+ automated skills: | Category | Key Skills | | :--- | :--- | | **Strategy** ๐ฏ | `product-vision-strategy`, `north-star-metric`, `market-research`, `business-acumen`, `gtm-launch-management` | | **Discovery** ๐ | `customer-discovery`, `user-interviewing`, `lean-experimentation`, `opportunity-mapping`, `data-analysis`, `customer-empathy` | | **Design** ๐ | `product-definition`, `spec-driven-design`, `ux-design-awareness`, `validation-guard`, `prototyping`, `technical-acumen` | | **Execution** โ๏ธ | `prioritization`, `roadmapping`, `agile-scrum-mastery`, `writing-plans`, `project-management`, `qa-quality-mindset`, `outcome-ownership` | | **Soft Skills** ๐ค | `stakeholder-management`, `negotiation-conflict-resolution`, `presentation-storytelling`, `written-communication`, `cross-functional-collaboration`, `problem-solving` | --- ## ๐งฑ Architecture & Credits Pmpowers is built on the shoulders of giants: 1. **[Superpowers](https://github.com/obra/superpowers)** (The Backbone): Provides the automation engine and cross-platform skill activation mechanism. 2. **[PM Skills](https://github.com/product-on-purpose/pm-skills)** (The Soul): Provides the deep library of PM expertise and logical frameworks. --- ## ๐บ Roadmap | Feature | Status | Description | | :--- | :--- | :--- | | **Core 30+ Skills** | โ Done | Initial set of professional PM skills. | | **Cross-Platform Support** | โ Done | Support for Gemini, Claude Code, and Cursor. | | **Dynamic Spec Verification** | ๐ In Progress | Automated logical consistency checking for PRDs. | | **Market Data MCP** | ๐ Planned | Integration with external market data sources. | --- ## ๐ Star History [](https://star-history.com/#zpower426/pmpowers&Date) --- ## ๐ค Contributors Thanks to all the amazing people who have contributed! <a href="https://github.com/zpower426/pmpowers/graphs/contributors"> <img src="https://contrib.rocks/image?repo=zpower426/pmpowers" /> </a> --- ## ๐ License This project is licensed under the [MIT License](LICENSE). <div align="center"> Built with โค๏ธ for Product Managers worldwide. </div>