What Is the Roadmap for phuryn/pm-skills? The Modular AI PM Toolkit Explained
The roadmap for phuryn/pm-skills follows a modular, plugin-first architecture that maps the complete product management lifecycle through 68 AI-driven skills and 42 chained workflows, with active development focused on outcome-based roadmap transformation and expanded AI assistant compatibility.
The phuryn/pm-skills repository is a modular marketplace of AI-driven product management capabilities. Understanding the roadmap for phuryn/pm-skills requires examining its plugin-based organization, current execution commands, and community-driven evolution. As implemented in phuryn/pm-skills, the project structures functionality across nine distinct lifecycle phases, making it straightforward to identify both immediate capabilities and future development trajectories.
Current Architecture: The Foundation of the Roadmap
The roadmap is expressed through the repository’s structural organization. According to the source code in README.md, the project organizes all functionality into nine plugins that map the entire product lifecycle from discovery through shipping【/cache/repos/github.com/phuryn/pm-skills/main/README.md†L36-L44】.
Currently, the repository ships:
- 68 skills (knowledge-base modules)
- 42 chained workflows (user-triggered commands)
These components cover:
- Discovery:
brainstorm-ideas,identify-assumptions,prioritize-assumptions(seepm-product-discoveryplugin)【/cache/repos/github.com/phuryn/pm-skills/main/README.md†L38-L66】 - Strategy: SWOT analysis, PESTLE, pricing frameworks, value proposition (see
pm-product-strategyplugin)【/cache/repos/github.com/phuryn/pm-skills/main/README.md†L80-L98】 - Execution: PRDs, OKRs, roadmaps, sprints, retrospectives, and release notes (see
pm-executionplugin)【/cache/repos/github.com/phuryn/pm-skills/main/README.md†L122-L138】
Roadmap-Centric Commands and Skills
The phuryn/pm-skills roadmap prioritizes outcome-focused product development through two first-class commands located in the execution plugin.
Transforming Feature Lists with /transform-roadmap
The /transform-roadmap command converts traditional feature-list roadmaps into outcome-focused strategic documents. Located in pm-execution/commands/transform-roadmap.md【/cache/repos/github.com/phuryn/pm-skills/main/pm-execution/commands/transform-roadmap.md†L2-L14】, this command rewrites feature bullets into measurable outcome statements.
For example, instead of "Add notification banner," the command generates "Increase user retention by 15%." The underlying outcome-roadmap skill in pm-execution/skills/outcome-roadmap/SKILL.md defines the transformation logic and strategic context required for this conversion【/cache/repos/github.com/phuryn/pm-skills/main/pm-execution/skills/outcome-roadmap/SKILL.md†L2-L14】.
Validating Roadmap Assumptions with /red-team-prd
The /red-team-prd command stress-tests any roadmap or PRD by surfacing weak assumptions and suggesting cheap validation tests. This command file resides at pm-execution/commands/red-team-prd.md【/cache/repos/github.com/phuryn/pm-skills/main/pm-execution/commands/red-team-prd.md†L2-L13】.
When invoked with a roadmap document, it returns a prioritized list of risky assumptions paired with the cheapest possible experiments to validate them, preventing costly misallocation of development resources.
The Modular Plugin Structure
The roadmap for phuryn/pm-skills is organized by functional domains:
pm-product-discovery: Handles initial market research, user interviews, and assumption mappingpm-product-strategy: Contains strategic frameworks including competitive analysis and pricing modelspm-execution: Houses roadmap creation, PRD writing, and sprint planning (including the/transform-roadmapand/red-team-prdcommands)pm-launch,pm-growth,pm-shipping: Cover release management, growth experiments, and delivery operations
This modular structure allows the roadmap to evolve incrementally—new skills can be added to specific plugins without disrupting existing functionality.
Future Evolution and Community Roadmap
The repository’s structure and documentation indicate several planned evolution paths:
- Emerging Practice Integration: Planned skills for product-ops, AI-prompt engineering, and governance frameworks
- Deeper Plugin Integrations: Linking market-research outputs directly into execution roadmaps for seamless workflow transitions
- Expanded AI Assistant Support: The
README.mddocuments compatibility with Claude, Gemini, OpenCode, Cursor, and Kiro【/cache/repos/github.com/phuryn/pm-skills/main/README.md†L11-L20】, with roadmap items targeting enhanced prompt optimization for each platform - Enhanced Documentation: End-to-end walkthroughs demonstrating complete pipelines from discovery to shipping
The project maintains a community-driven roadmap through the CONTRIBUTING.md guide【/cache/repos/github.com/phuryn/pm-skills/main/CONTRIBUTING.md】, encouraging contributions via pull requests and issue discussions.
Practical Usage Examples
Execute these commands within any AI assistant that supports the pm-skills plugin architecture:
/transform-roadmap [paste your feature list]
This converts your input into an outcome-focused roadmap document.
/red-team-prd [upload roadmap.pdf]
This analyzes the document and returns validation experiments for risky assumptions.
For a complete lifecycle workflow:
/discover "AI-meeting-summary"
/strategy "AI-meeting-summary"
/write-prd "AI-meeting-summary"
/plan-launch "AI-meeting-summary"
Summary
- The phuryn/pm-skills roadmap is implemented as a modular plugin architecture spanning nine product lifecycle stages
- Current capabilities include 68 skills and 42 workflows, with specialized roadmap commands in the
pm-executionplugin /transform-roadmapand/red-team-prdprovide first-class support for outcome-based roadmap creation and validation- Future development targets product-ops integration, deeper cross-plugin workflows, and broader AI assistant compatibility
- Community contributions drive the roadmap evolution through the
CONTRIBUTING.mdprocess
Frequently Asked Questions
How does the phuryn/pm-skills roadmap handle feature prioritization?
The roadmap emphasizes outcome-based prioritization through the /transform-roadmap command, which rewrites feature-centric lists into measurable business outcomes. This approach forces prioritization based on impact metrics rather than shipping velocity alone, as defined in the outcome-roadmap skill documentation.
Can I contribute my own skills to the pm-skills roadmap?
Yes. The repository accepts community contributions via the guidelines in CONTRIBUTING.md. You can submit new skills (knowledge-base modules) or commands (workflows) to existing plugins, or propose entirely new plugins for emerging PM disciplines like product-ops or AI governance.
Which AI assistants are compatible with the pm-skills roadmap tools?
According to the source documentation, the skills work with Claude, Gemini, OpenCode, Cursor, Kiro, and other AI assistants that support modular command structures【/cache/repos/github.com/phuryn/pm-skills/main/README.md†L11-L20】. The roadmap includes ongoing work to optimize prompt engineering for each specific platform.
What is the difference between skills and commands in the phuryn/pm-skills architecture?
Skills are knowledge-base modules that define domain expertise (like outcome-roadmap or strategy-red-team), while commands are user-triggered workflows that execute specific actions (like /transform-roadmap or /red-team-prd). The roadmap expands both categories, with skills providing the theoretical framework and commands providing the practical interface.
Have a question about this repo?
These articles cover the highlights, but your codebase questions are specific. Give your agent direct access to the source. Share this with your agent to get started:
curl -s "https://instagit.com/install.md" Maintain an open-source project? Get it listed too →