pm

Parse user intent to orchestrate product discovery and feature pipelines.

Updated Oct 17, 2025
One-click install
npx skills add https://github.com/x85446/claudecodetricks --skill pm-x85446
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pm
Source: https://github.com/x85446/claudecodetricks/tree/main/skills/pm
Command: npx skills add https://github.com/x85446/claudecodetricks --skill pm-x85446

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Product managers often face fragmented workflows when scanning codebases, deriving epics, interviewing stakeholders, and aligning teams around a coherent product spec. The PM orchestrator centralizes intent parsing and dispatches to focused sub-skills, ensuring comprehensive coverage while avoiding writing data directly.

Core Features & Use Cases

  • Orchestrates intent parsing and top-down dispatch to sub-skills (epics, features, requirements, audits, publishing).
  • Enforces a safe workflow with preflight checks and explicit reporting of coverage gaps.
  • Supports multi-step product discovery pipelines across code, docs, interviews, and product specifications.

Quick Start

To start a product discovery and specification session, ask the PM to scan a codebase and generate epics and features.

Frequently Asked Questions about pm

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate product discovery and generate epics from a codebase?

To orchestrate product discovery, you can parse user intent to scan a codebase and dispatch top-down sequencing to generate structured epics, features, and requirements. This workflow enforces preflight checks to ensure safe, auditable coverage.

What is the best way to derive product requirements from stakeholder interviews and documentation?

Deriving product requirements from stakeholder interviews and documentation involves applying intent parsing to dispatch to focused sub-skills. This centralized approach generates structured specs while explicitly reporting coverage gaps to align teams.

How does a product management workflow enforce safe audits and preflight checks?

A product management workflow enforces safe audits by applying preflight checks before dispatching intent to sub-skills. This ensures top-down sequencing and explicit reporting of coverage gaps without writing data directly to the codebase.

Can I align fragmented product management workflows into a single pipeline?

Yes, you can align fragmented product management workflows by centralizing intent parsing and dispatching to focused sub-skills. This orchestrator ensures comprehensive coverage across code, docs, and interviews while avoiding direct data writes.

What are the limitations of using an orchestrator for product feature pipelines?

The limitation of using an orchestrator for product feature pipelines is that it avoids writing data directly, acting purely as a dispatch and audit layer. It relies on preflight checks and explicit coverage gap reporting rather than modifying underlying codebases.