{
  "markdown": "<div align=\"center\">\n\n# 💎 Pmpowers: The Product-on-Purpose Framework\n\n**Empowering AI Agents with Elite Product Management DNA**\n\n[![GitHub Stars](https://img.shields.io/github/stars/zpower426/pmpowers?style=for-the-badge&logo=github&color=FFD700)](https://github.com/zpower426/pmpowers/stargazers)\n[![License](https://img.shields.io/badge/License-MIT-orange.svg?style=for-the-badge)](./LICENSE)\n[![Platforms](https://img.shields.io/badge/Platforms-Claude%20%7C%20Cursor%20%7C%20Gemini-blue?style=for-the-badge)](https://github.com/zpower426/pmpowers)\n[![Engine](https://img.shields.io/badge/Engine-Superpowers-FF69B4?style=for-the-badge)](https://github.com/obra/superpowers)\n\n[简体中文](./README_CN.md) | **English**\n\n---\n\n**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.\n\n> **Stop blind iterations. Make every requirement rooted in evidence.**\n\n</div>\n\n---\n\n## 📢 News\n\n- **[2026-03-31]** 🚀 **Pmpowers v1.0 Released!** Initial release with 30+ PM skills and cross-platform support.\n- **[2026-03-31]** 🌐 Added full English documentation and dual-language support.\n\n---\n\n## 🧭 Navigation\n\n- [📖 What is Pmpowers?](#-what-is-pmpowers)\n- [📦 Project Overview](#-project-overview)\n- [⚡️ Skill Loading Mechanism](#️-skill-loading-mechanism)\n- [🚀 Quick Start](#-quick-start)\n- [🛠 Core Workflow](#-core-workflow)\n- [🧰 Skill Universe](#-skill-universe)\n- [🧱 Architecture & Credits](#-architecture--credits)\n- [🗺 Roadmap](#-roadmap)\n- [🤝 Contributing](#-contributing)\n\n---\n\n## 📖 What is Pmpowers?\n\nTraditional AI agents often jump straight into writing code or PRDs without questioning the underlying assumptions. **Pmpowers** fixes this by injecting a \"Validation-First\" DNA:\n\n*   **⚡️ Socratic Inquiry**: AI initiates a `brainstorming` process using Socratic questioning to dig into deep user pain points.\n*   **🛠 Spec-Driven Design**: Ensures requirements pass a 360-degree logic review before reaching engineering.\n*   **🛡 Validation Guard**: Promotes **VDD (Validation-Driven Design)** — defining success metrics before defining features.\n*   **🧩 Native Intelligence**: AI automatically senses context and activates relevant PM skills—no manual commands needed.\n\n---\n\n## 📦 Project Overview\n\n```text\n.\n├── agents/             # Role definitions (Strategist, Researcher)\n├── commands/           # High-level product intent commands\n├── docs/pmpowers/      # Generated Specs, Discovery logs, and Experiments\n├── hooks/              # Session-start and validation hooks\n├── skills/             # 30+ modular PM professional skills\n│   ├── using-pmpowers/ # Core framework bootloader & orchestration\n│   └── ...             # Specialized skills (TDD, Market Research, etc.)\n├── GEMINI.md           # Entry point for skill loading & rules\n└── README.md           # This file\n```\n\n---\n\n## ⚡️ Skill Loading Mechanism\n\nPmpowers operates on a **\"Bootloader + Orchestration\"** model:\n\n1.  **Bootloader**: When the AI enters the project, it reads `GEMINI.md`, which uses `@` imports to inject the `using-pmpowers` core skill.\n2.  **Tool Mapping**: The framework maps platform-specific tools (e.g., Gemini CLI vs. Claude Code) to a unified interface.\n3.  **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.\n\n---\n\n## 🚀 Quick Start\n\n### 📦 Installation\n\n<details>\n<summary><b>Option 1: Gemini CLI (Recommended)</b></summary>\n\n```bash\ngemini extensions install https://github.com/zpower426/pmpowers.git\n```\n</details>\n\n<details>\n<summary><b>Option 2: Claude Code</b></summary>\n\n```bash\n/plugin install pmpowers@pmpowers-marketplace\n```\n</details>\n\n<details>\n<summary><b>Option 3: Cursor</b></summary>\n\nEnter `/add-plugin pmpowers` in the Agent chat or search for \"pmpowers\" in the marketplace.\n</details>\n\n### ✅ Verify Installation\n\nStart a new session and say: *\"I have an idea for a smart dashboard.\"* Observe if the agent automatically triggers `brainstorming` or `customer-discovery`.\n\n---\n\n## 🛠 Core Workflow\n\n1.  **Discovery** 🔍: Activate `customer-discovery` to cut through noise and identify real pain points.\n2.  **Mapping** 🗺: Use `opportunity-mapping` to structure chaotic ideas into a clear Opportunity Map.\n3.  **Validation** 🛡: Activate `lean-experimentation` to design MVP plans at minimal cost.\n4.  **Definition** 📐: Use `spec-driven-design` for documentation as logic with automated consistency checks.\n5.  **Alignment** 🎯: Anchor long-term value via `product-vision-strategy` and `north-star-metric`.\n\n---\n\n## 🧰 Skill Universe\n\nPmpowers comes pre-installed with 30+ automated skills:\n\n| Category | Key Skills |\n| :--- | :--- |\n| **Strategy** 🎯 | `product-vision-strategy`, `north-star-metric`, `market-research`, `business-acumen`, `gtm-launch-management` |\n| **Discovery** 🔍 | `customer-discovery`, `user-interviewing`, `lean-experimentation`, `opportunity-mapping`, `data-analysis`, `customer-empathy` |\n| **Design** 📐 | `product-definition`, `spec-driven-design`, `ux-design-awareness`, `validation-guard`, `prototyping`, `technical-acumen` |\n| **Execution** ⚙️ | `prioritization`, `roadmapping`, `agile-scrum-mastery`, `writing-plans`, `project-management`, `qa-quality-mindset`, `outcome-ownership` |\n| **Soft Skills** 🤝 | `stakeholder-management`, `negotiation-conflict-resolution`, `presentation-storytelling`, `written-communication`, `cross-functional-collaboration`, `problem-solving` |\n\n---\n\n## 🧱 Architecture & Credits\n\nPmpowers is built on the shoulders of giants:\n\n1.  **[Superpowers](https://github.com/obra/superpowers)** (The Backbone): Provides the automation engine and cross-platform skill activation mechanism.\n2.  **[PM Skills](https://github.com/product-on-purpose/pm-skills)** (The Soul): Provides the deep library of PM expertise and logical frameworks.\n\n---\n\n## 🗺 Roadmap\n\n| Feature | Status | Description |\n| :--- | :--- | :--- |\n| **Core 30+ Skills** | ✅ Done | Initial set of professional PM skills. |\n| **Cross-Platform Support** | ✅ Done | Support for Gemini, Claude Code, and Cursor. |\n| **Dynamic Spec Verification** | 🏗 In Progress | Automated logical consistency checking for PRDs. |\n| **Market Data MCP** | 📅 Planned | Integration with external market data sources. |\n\n---\n\n## 📈 Star History\n\n[![Star History Chart](https://api.star-history.com/svg?repos=zpower426/pmpowers&type=Date)](https://star-history.com/#zpower426/pmpowers&Date)\n\n---\n\n## 🤝 Contributors\n\nThanks to all the amazing people who have contributed!\n\n<a href=\"https://github.com/zpower426/pmpowers/graphs/contributors\">\n  <img src=\"https://contrib.rocks/image?repo=zpower426/pmpowers\" />\n</a>\n\n---\n\n## 📜 License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n<div align=\"center\">\n  Built with ❤️ for Product Managers worldwide.\n</div>\n",
  "bytes": 7045,
  "sha": "8cbfc54b6c5b3d9382fd86e169d7f54a402edf59f0717a8c6a4ae05045cbe1c3",
  "repo_slug": "zpower426/pmpowers",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_zpower426_pmpowers_34678987/readme"
}