[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-marfoerst-pm-process-docs-zh-CN":3,"guides-for-marfoerst-pm-process-docs":879,"similar-k17b9nah2c24tz49ykt35tbb6586n0km-zh-CN":880},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":240,"isFallback":232,"parentExtension":245,"providers":312,"relations":316,"repo":317,"tags":877,"workflow":878},1778692726926.7605,"k17b9nah2c24tz49ykt35tbb6586n0km",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"SOP and runbook generator for PM processes. Documents steps, decision points, checklists, ownership, and compliance checkpoints. Produces actionable runbooks. Use when someone says \"SOP\", \"standard operating procedure\", \"runbook\", \"process doc\", \"how do we do X\", \"document the process\", \"playbook\", \"checklist\", \"workflow documentation\".\n",{"claudeCode":12},"marfoerst/the-pragmatic-pm","pm-process-docs","https://github.com/marfoerst/the-pragmatic-pm",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":224,"workflow":238},1778693450542.1982,"kn73w0vwze626a8g08kqjkt69186nh43","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":201,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"targetMarket":217,"tier":218,"useCases":219},[21,26,29,32,36,39,44,49,52,55,59,63,66,70,73,76,79,82,85,88,92,96,100,104,108,111,114,117,121,124,127,130,133,136,139,143,147,151,154,158,161,164,167,170,174,177,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly names the problem of generating SOPs and runbooks for PM processes and identifies specific trigger phrases users might employ.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides structured templates and guidance for generating process documentation, adapting to company and personal context, which goes beyond basic LLM capabilities.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides structured templates for different levels of process documentation (checklist, SOP, runbook) and includes guidance on interaction flow, implying a complete lifecycle for generating process documents.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on generating SOP and runbook documentation for PM processes, without branching into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's purpose and capabilities as detailed in the SKILL.md file.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This is a skill, not an MCP or CLI with distinct tools. The 'tools' are the different document formats and interaction flows within the skill's core function.",{"category":45,"check":46,"severity":47,"summary":48},"Documentation","Configuration & parameter reference","info","While the SKILL.md details the interaction flow and document formats, it does not explicitly document any parameters or environment variables that might be used, nor their precedence.",{"category":33,"check":50,"severity":42,"summary":51},"Tool naming","This is a skill with a single core function, not a set of distinct tools with names.",{"category":33,"check":53,"severity":42,"summary":54},"Minimal I/O surface","As a skill, its I/O is conversational. The structure of the generated documents is defined by templates, not by a schema requiring validation beyond conversational context.",{"category":56,"check":57,"severity":24,"summary":58},"License","License usability","The extension is licensed under the MIT license, as confirmed by the LICENSE file and the pre-detected 'MIT' value.",{"category":60,"check":61,"severity":24,"summary":62},"Maintenance","Commit recency","The last commit was on April 15, 2026, which is within the last 3 months.",{"category":60,"check":64,"severity":42,"summary":65},"Dependency Management","No third-party dependencies were detected.",{"category":67,"check":68,"severity":42,"summary":69},"Security","Secret Management","The skill does not handle or expose any secrets.",{"category":67,"check":71,"severity":24,"summary":72},"Injection","The skill operates on user-provided process descriptions and uses structured templates; there's no indication of loading untrusted third-party data as instructions.",{"category":67,"check":74,"severity":24,"summary":75},"Transitive Supply-Chain Grenades","The skill relies on internal templates and conversational context, with no runtime fetching of external code or data that could be manipulated.",{"category":67,"check":77,"severity":24,"summary":78},"Sandbox Isolation","The skill operates within the conversational sandbox and does not interact with the file system or external environments.",{"category":67,"check":80,"severity":24,"summary":81},"Sandbox escape primitives","The skill's functionality is limited to text generation within the conversation and does not involve detached processes or attempts to escape the sandbox.",{"category":67,"check":83,"severity":24,"summary":84},"Data Exfiltration","The skill generates documentation based on user input and internal templates; it does not perform outbound calls or access confidential data.",{"category":67,"check":86,"severity":24,"summary":87},"Hidden Text Tricks","The bundled content (SKILL.md, README.md) appears free of hidden steering tricks, control characters, or unusual Unicode sequences.",{"category":89,"check":90,"severity":24,"summary":91},"Hooks","Opaque code execution","The skill's logic is contained within the SKILL.md and README.md files, which are directly readable and do not involve obfuscated code, base64 payloads, or runtime script fetching.",{"category":93,"check":94,"severity":24,"summary":95},"Portability","Structural Assumption","The skill does not make assumptions about the user's project structure, only relying on conversational input and its own internal context files.",{"category":97,"check":98,"severity":24,"summary":99},"Trust","Issues Attention","With 0 open and 0 closed issues in the last 90 days, the engagement is not measurable but indicates no current issues requiring attention.",{"category":101,"check":102,"severity":24,"summary":103},"Version","Release Management","The presence of a README.md with installation instructions and a CHANGELOG.md indicates a form of release management, although a specific version number is not explicitly declared in the frontmatter.",{"category":105,"check":106,"severity":42,"summary":107},"Code Execution","Validation","As a skill primarily engaging in text generation based on conversational context and templates, explicit schema-based validation of inputs/outputs is not applicable in the same way as for a tool with structured parameters.",{"category":67,"check":109,"severity":24,"summary":110},"Unguarded Destructive Operations","The skill's function is text generation and does not involve any destructive operations like file modification or deletion.",{"category":105,"check":112,"severity":24,"summary":113},"Error Handling","The skill's error handling is conversational, guiding the user with questions and prompts. In case of unexpected states, it would likely prompt for clarification rather than crashing.",{"category":105,"check":115,"severity":47,"summary":116},"Logging","The README mentions a 'Usage Logger' hook that logs skill executions to `~/.claude/pm-toolkit/audit.jsonl`, but the exact structure and verbosity are not detailed.",{"category":118,"check":119,"severity":47,"summary":120},"Compliance","GDPR","The skill does not explicitly operate on personal data, but conversational input may contain PII which is submitted to the LLM, without specific sanitization mentioned.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill is general-purpose for process documentation and does not contain regional or jurisdictional logic, thus 'global' is the appropriate target market.",{"category":93,"check":125,"severity":24,"summary":126},"Runtime stability","The skill is conversational and does not rely on specific OS, shell, or editor features, making it portable across Claude Code environments.",{"category":45,"check":128,"severity":24,"summary":129},"README","The README.md exists, is comprehensive, and clearly states the extension's purpose, capabilities, installation, and customization details.",{"category":33,"check":131,"severity":42,"summary":132},"Tool surface size","This is a skill with a single core function, not a collection of tools.",{"category":40,"check":134,"severity":42,"summary":135},"Overlapping near-synonym tools","As a skill with a singular function of generating process documentation, there are no overlapping near-synonym tools.",{"category":45,"check":137,"severity":24,"summary":138},"Phantom features","All features described in the README and SKILL.md, such as the different documentation formats and context adaptation, have corresponding implementation details.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear, copy-pasteable installation instructions and setup steps, including context file customization.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The skill's interaction flow is designed to ask clarifying questions, acting as a form of actionable error handling by guiding the user to provide necessary information.",{"category":148,"check":149,"severity":42,"summary":150},"Execution","Pinned dependencies","The extension does not appear to use third-party dependencies that would require pinning, and the SKILL.md does not declare interpreter assumptions beyond the Claude Code environment.",{"category":33,"check":152,"severity":42,"summary":153},"Dry-run preview","The skill generates text documents and does not perform state-changing operations or outbound calls that would require a dry-run preview.",{"category":155,"check":156,"severity":42,"summary":157},"Protocol","Idempotent retry & timeouts","The skill operates within a conversational context and does not involve remote calls or state-changing operations requiring idempotency or timeouts.",{"category":118,"check":159,"severity":47,"summary":160},"Telemetry opt-in","The README mentions a 'Usage Logger' hook that logs skill executions, but it is unclear if this is opt-in by default or if the collected fields are documented with a schema.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The SKILL.md clearly defines the purpose (SOP/runbook generator for PM processes), names the artifact (documentation), and lists specific triggers and non-goals.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter in SKILL.md is concise and effectively summarizes the core capability with relevant trigger phrases.",{"category":45,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md is well-structured and reasonably concise, with deeper material delegated to the README for progressive disclosure.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","The SKILL.md outlines the core interaction flow and document formats, while the comprehensive README.md serves as a point for deeper exploration of skills and customization.",{"category":171,"check":175,"severity":42,"summary":176},"Forked exploration","The skill's function is direct text generation and does not involve deep exploration or analysis of code/files that would necessitate a forked context.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The SKILL.md provides markdown templates for different document types, acting as direct examples of the skill's output, and the README shows invocation examples.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The skill addresses edge cases through its interactive clarification questions in Step 1 and by providing different document formats based on complexity, implicitly handling different levels of process detail.",{"category":105,"check":184,"severity":42,"summary":185},"Tool Fallback","This skill does not rely on external MCP tools or have specific version requirements beyond the Claude Code environment.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The skill's interactive nature means it halts and prompts for clarification if the user's input is unexpected or insufficient to proceed.",{"category":93,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill operates as a standalone document generator and does not appear to rely on other specific skills being loaded in the same session.",1778693450420,"This skill generates Standard Operating Procedures (SOPs) and runbooks for Product Management processes. It guides users through clarifying the process, audience, and compliance relevance, then generates documents in checklist, SOP, or runbook formats, adapting to company and personal context.",[196,197,198,199,200],"Generates SOPs and runbooks for PM processes","Adapts to company and personal context via `domain-context.md` and `personal-context.md`","Supports multiple document formats (Checklist, SOP, Runbook)","Guides users through process discovery and clarification","Includes compliance checkpoints and review schedules",[202,203,204],"Creating generic text; output is tailored to specific PM processes","Replacing deep process analysis; it aids in documenting existing or discovered processes","Executing the process itself; it only documents the steps","3.0.0","4.4.0","To automate the creation of clear, actionable, and maintainable process documentation for product management workflows, ensuring consistency and adherence to company standards.","The skill is well-documented, focused on a clear purpose, and follows best practices for conversational AI skills. Potential improvements could include more explicit documentation of telemetry opt-in and parameter handling.",95,"A high-quality skill for generating SOPs and runbooks, well-documented and robust.",[212,213,214,215,216],"documentation","runbook","sop","process","product-management","global","verified",[220,221,222,223],"Documenting a new P1 incident response process","Creating a sprint planning ceremony runbook","Developing an SOP for customer onboarding","Formalizing a release process with clear steps and ownership",{"codeQuality":225,"collectedAt":227,"documentation":228,"maintenance":231,"security":235,"testCoverage":237},{"hasLockfile":226},false,1778693430426,{"descriptionLength":229,"readmeSize":230},339,16111,{"closedIssues90d":8,"forks":8,"hasChangelog":232,"openIssues90d":8,"pushedAt":233,"stars":234},true,1776252922000,6,{"hasNpmPackage":226,"license":236,"smitheryVerified":226},"MIT",{"hasCi":226,"hasTests":226},{"updatedAt":239},1778693450542,{"basePath":241,"githubOwner":242,"githubRepo":243,"locale":18,"slug":13,"type":244},"skills/pm-process-docs","marfoerst","the-pragmatic-pm","skill",{"_creationTime":246,"_id":247,"community":248,"display":249,"identity":254,"parentExtension":257,"providers":289,"relations":308,"tags":309,"workflow":310},1778692726926.7524,"k17ehawghqbe3ff7rxmq9cq1xs86nm21",{"reviewCount":8},{"description":250,"installMethods":251,"name":253,"sourceUrl":14},"PM leadership toolkit: 45 skills + 5 agents + 5 workflows + 4 hooks for product teams. Enforces problem clarity, leading+lagging metrics, and scope discipline. Domain-agnostic — customize via domain-context.md for your company, industry, and compliance requirements.",{"claudeCode":252},"pm-toolkit","PM Leadership Toolkit",{"basePath":255,"githubOwner":242,"githubRepo":243,"locale":18,"slug":243,"type":256},"","plugin",{"_creationTime":258,"_id":259,"community":260,"display":261,"identity":265,"providers":267,"relations":283,"tags":285,"workflow":286},1778692726926.7522,"k176y75es9j5jccf2knfgvtv7x86m7z0",{"reviewCount":8},{"description":262,"installMethods":263,"name":264,"sourceUrl":14},"PM leadership toolkit: 43 skills + 5 agents + 4 workflows for product teams",{"claudeCode":12},"The Pragmatic PM",{"basePath":255,"githubOwner":242,"githubRepo":243,"locale":18,"slug":243,"type":266},"marketplace",{"evaluate":268,"extract":277},{"promptVersionExtension":269,"promptVersionScoring":206,"score":270,"tags":271,"targetMarket":217,"tier":276},"3.1.0",79,[216,272,273,274,275],"b2b-saas","leadership","productivity","workflows","community",{"commitSha":278,"license":236,"marketplace":279,"plugin":281},"HEAD",{"name":243,"pluginCount":280},1,{"mcpCount":8,"provider":282,"skillCount":8},"classify",{"repoId":284},"kd731k864fr1ezp8r85ecbhz9986mzz7",[272,273,216,274,275],{"evaluatedAt":287,"extractAt":288,"updatedAt":287},1778692746860,1778692726926,{"evaluate":290,"extract":305},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":291,"targetMarket":217,"tier":276},[216,272,292,293,294,295,296,297,298,299,300,301,302,303,304],"pm-leadership","quality-gate","prd","okr","discovery","metrics","sales-enablement","go-to-market","battlecard","gtm","ai-pricing","migration","process-documentation",{"commitSha":278,"license":236,"plugin":306},{"mcpCount":8,"provider":282,"skillCount":307},50,{"parentExtensionId":259,"repoId":284},[302,272,300,296,299,301,297,303,295,292,294,304,216,293,298],{"evaluatedAt":311,"extractAt":288,"updatedAt":311},1778692775030,{"evaluate":313,"extract":315},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":314,"targetMarket":217,"tier":218},[212,213,214,215,216],{"commitSha":278},{"parentExtensionId":247,"repoId":284},{"_creationTime":318,"_id":284,"identity":319,"providers":320,"workflow":873},1778692722125.5374,{"githubOwner":242,"githubRepo":243,"sourceUrl":14},{"classify":321,"discover":863,"github":866},{"commitSha":278,"extensions":322},[323,336,465,474,482,490,498,506,514,522,530,538,546,554,562,570,578,586,594,602,610,618,626,634,642,650,658,666,674,682,690,698,706,714,722,727,735,743,751,759,767,775,783,791,799,807,815,823,831,839,847,855],{"basePath":255,"description":262,"displayName":243,"installMethods":324,"rationale":325,"selectedPaths":326,"source":335,"sourceLanguage":18,"type":266},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[327,330,332],{"path":328,"priority":329},".claude-plugin/marketplace.json","mandatory",{"path":331,"priority":329},"README.md",{"path":333,"priority":334},"LICENSE","high","rule",{"basePath":255,"description":250,"displayName":252,"installMethods":337,"rationale":338,"selectedPaths":339,"source":335,"sourceLanguage":18,"type":256},{"claudeCode":252},"plugin manifest at .claude-plugin/plugin.json",[340,342,343,344,347,349,351,353,355,357,359,361,363,365,367,369,371,373,375,377,379,381,383,385,387,389,391,393,395,397,399,401,403,405,407,409,411,413,415,417,419,421,423,425,427,429,431,433,435,437,439,441,443,445,447,449,451,453,455,457,459,461,463],{"path":341,"priority":329},".claude-plugin/plugin.json",{"path":331,"priority":329},{"path":333,"priority":334},{"path":345,"priority":346},"skills/pm-ab-test/SKILL.md","medium",{"path":348,"priority":346},"skills/pm-ai-pricing/SKILL.md",{"path":350,"priority":346},"skills/pm-battlecard/SKILL.md",{"path":352,"priority":346},"skills/pm-board-deck/SKILL.md",{"path":354,"priority":346},"skills/pm-build-vs-buy/SKILL.md",{"path":356,"priority":346},"skills/pm-customer-success/SKILL.md",{"path":358,"priority":346},"skills/pm-dashboard-designer/SKILL.md",{"path":360,"priority":346},"skills/pm-decision-document/SKILL.md",{"path":362,"priority":346},"skills/pm-devils-advocate/SKILL.md",{"path":364,"priority":346},"skills/pm-executive-update/SKILL.md",{"path":366,"priority":346},"skills/pm-feature-requests/SKILL.md",{"path":368,"priority":346},"skills/pm-feedback-categorizer/SKILL.md",{"path":370,"priority":346},"skills/pm-funnel-analyzer/SKILL.md",{"path":372,"priority":346},"skills/pm-gtm-launch/SKILL.md",{"path":374,"priority":346},"skills/pm-hub/SKILL.md",{"path":376,"priority":346},"skills/pm-journey-map/SKILL.md",{"path":378,"priority":346},"skills/pm-jtbd/SKILL.md",{"path":380,"priority":346},"skills/pm-meeting-notes/SKILL.md",{"path":382,"priority":346},"skills/pm-messaging-framework/SKILL.md",{"path":384,"priority":346},"skills/pm-metric-framework/SKILL.md",{"path":386,"priority":346},"skills/pm-migration-planner/SKILL.md",{"path":388,"priority":346},"skills/pm-north-star/SKILL.md",{"path":390,"priority":346},"skills/pm-objection-handler/SKILL.md",{"path":392,"priority":346},"skills/pm-okr/SKILL.md",{"path":394,"priority":346},"skills/pm-onboarding-flow/SKILL.md",{"path":396,"priority":346},"skills/pm-one-pager/SKILL.md",{"path":398,"priority":346},"skills/pm-opportunity-tree/SKILL.md",{"path":400,"priority":346},"skills/pm-pe-migration-report/SKILL.md",{"path":402,"priority":346},"skills/pm-persona-generator/SKILL.md",{"path":404,"priority":346},"skills/pm-postmortem/SKILL.md",{"path":406,"priority":346},"skills/pm-prd/SKILL.md",{"path":408,"priority":346},"skills/pm-pricing/SKILL.md",{"path":410,"priority":346},"skills/pm-process-docs/SKILL.md",{"path":412,"priority":346},"skills/pm-product-brief/SKILL.md",{"path":414,"priority":346},"skills/pm-quarterly-planning/SKILL.md",{"path":416,"priority":346},"skills/pm-release-notes/SKILL.md",{"path":418,"priority":346},"skills/pm-review/SKILL.md",{"path":420,"priority":346},"skills/pm-risk-register/SKILL.md",{"path":422,"priority":346},"skills/pm-sales-deck/SKILL.md",{"path":424,"priority":346},"skills/pm-sprint-retro/SKILL.md",{"path":426,"priority":346},"skills/pm-stakeholder-simulator/SKILL.md",{"path":428,"priority":346},"skills/pm-strategic-review/SKILL.md",{"path":430,"priority":346},"skills/pm-swot/SKILL.md",{"path":432,"priority":346},"skills/pm-value-prop-canvas/SKILL.md",{"path":434,"priority":346},"skills/pm-win-loss/SKILL.md",{"path":436,"priority":346},"skills/pm-workflow-competitive-intel/SKILL.md",{"path":438,"priority":346},"skills/pm-workflow-migration/SKILL.md",{"path":440,"priority":346},"skills/pm-workflow-problem-to-prd/SKILL.md",{"path":442,"priority":346},"skills/pm-workflow-quarterly-cycle/SKILL.md",{"path":444,"priority":346},"skills/pm-workflow-sales-enablement/SKILL.md",{"path":446,"priority":334},"agents/pm-comms-writer.md",{"path":448,"priority":334},"agents/pm-data-analyst.md",{"path":450,"priority":334},"agents/pm-discovery-lead.md",{"path":452,"priority":334},"agents/pm-gtm-strategist.md",{"path":454,"priority":334},"agents/pm-ops-facilitator.md",{"path":456,"priority":334},"hooks/context-reinject.sh",{"path":458,"priority":334},"hooks/hooks.json",{"path":460,"priority":334},"hooks/quality-gate.sh",{"path":462,"priority":334},"hooks/usage-logger.sh",{"path":464,"priority":334},"hooks/workflow-tracker.sh",{"basePath":466,"description":467,"displayName":468,"installMethods":469,"rationale":470,"selectedPaths":471,"source":335,"sourceLanguage":18,"type":244},"skills/pm-ab-test","Design rigorous A/B tests with hypothesis formulation, sample size calculation, success criteria, guardrail metrics, and rollout planning. Includes Bayesian vs frequentist guidance and compliance-aware staged rollout for ERP features. Use when someone says \"A/B test\", \"experiment\", \"split test\", \"hypothesis\", \"test this feature\", \"should we experiment\", \"sample size\", \"statistical significance\".\n","pm-ab-test",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-ab-test/SKILL.md",[472],{"path":473,"priority":329},"SKILL.md",{"basePath":475,"description":476,"displayName":477,"installMethods":478,"rationale":479,"selectedPaths":480,"source":335,"sourceLanguage":18,"type":244},"skills/pm-ai-pricing","AI pricing strategy for SaaS products. Covers embed-vs-charge decisions, AI cost modeling, value quantification, packaging AI features, WTP research, and AI-specific pricing metrics. Use when someone says \"AI pricing\", \"how to price AI\", \"price AI feature\", \"AI add-on\", \"AI copilot pricing\", \"AI agent pricing\", \"charge for AI\", \"AI monetization\", \"AI cost model\", \"inference costs\", \"AI credits\", \"AI packaging\", \"per-agent pricing\", \"AI willingness to pay\", \"AI embed or charge\", \"AI margin\", \"copilot tax\", or \"AI pricing strategy\".\n","pm-ai-pricing",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-ai-pricing/SKILL.md",[481],{"path":473,"priority":329},{"basePath":483,"description":484,"displayName":485,"installMethods":486,"rationale":487,"selectedPaths":488,"source":335,"sourceLanguage":18,"type":244},"skills/pm-battlecard","Per-competitor sales battlecard — a 1-page scannable cheat sheet a rep pulls up mid-call. Competitive positioning, objection handling, landmine questions, proof points, and deal stage guidance. Use when someone says \"battlecard\", \"competitive cheat sheet\", \"how do we sell against\", \"competitor comparison\", \"competitive positioning\", \"sales enablement\", \"win against\", \"deal strategy against [competitor]\", \"they're evaluating [competitor]\".\n","pm-battlecard",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-battlecard/SKILL.md",[489],{"path":473,"priority":329},{"basePath":491,"description":492,"displayName":493,"installMethods":494,"rationale":495,"selectedPaths":496,"source":335,"sourceLanguage":18,"type":244},"skills/pm-board-deck","Generate content for board or investor deck presentations. Creates the narrative arc, key slides content, and talking points. Covers: market context, product progress, metrics, roadmap, asks. Use when someone says \"board deck\", \"investor deck\", \"board meeting\", \"quarterly board update\", or \"prepare for the board\".\n","pm-board-deck",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-board-deck/SKILL.md",[497],{"path":473,"priority":329},{"basePath":499,"description":500,"displayName":501,"installMethods":502,"rationale":503,"selectedPaths":504,"source":335,"sourceLanguage":18,"type":244},"skills/pm-build-vs-buy","Build/buy/partner decision framework with scoring across time-to-value, TCO, strategic control, and integration complexity. Use when someone says \"build or buy\", \"build vs buy\", \"should we build this\", \"vendor evaluation\", \"make or buy\", \"partnership evaluation\", \"third-party vs in-house\", \"buy vs partner\".\n","pm-build-vs-buy",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-build-vs-buy/SKILL.md",[505],{"path":473,"priority":329},{"basePath":507,"description":508,"displayName":509,"installMethods":510,"rationale":511,"selectedPaths":512,"source":335,"sourceLanguage":18,"type":244},"skills/pm-customer-success","Customer success playbook generator for lifecycle stages: onboarding, adoption, expansion, renewal, churn prevention. Creates playbooks with triggers, actions, owners, and health indicators. Domain-aware: adapts to compliance and onboarding requirements from domain-context.md. Use when someone says \"customer success\", \"CS playbook\", \"onboarding playbook\", \"churn prevention\", \"renewal\", \"expansion\", \"customer health\", \"lifecycle\", \"adoption\", \"NRR\".\n","pm-customer-success",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-customer-success/SKILL.md",[513],{"path":473,"priority":329},{"basePath":515,"description":516,"displayName":517,"installMethods":518,"rationale":519,"selectedPaths":520,"source":335,"sourceLanguage":18,"type":244},"skills/pm-dashboard-designer","Analytics dashboard design tool. Defines audience, selects leading + lagging metrics, designs information hierarchy, and specifies data sources. Follows dashboard design principles: most important metric top-left, comparison context, anomaly highlighting. Use when someone says \"dashboard\", \"analytics\", \"metrics dashboard\", \"KPI dashboard\", \"reporting\", \"data visualization\", \"executive dashboard\", \"product dashboard\".\n","pm-dashboard-designer",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-dashboard-designer/SKILL.md",[521],{"path":473,"priority":329},{"basePath":523,"description":524,"displayName":525,"installMethods":526,"rationale":527,"selectedPaths":528,"source":335,"sourceLanguage":18,"type":244},"skills/pm-decision-document","Create ADR-style product decision records. Documents context, options considered, trade-offs, the decision made, and consequences. Enforces that alternatives were considered. Use when someone says \"decision doc\", \"ADR\", \"we decided to\", \"document this decision\", \"why did we choose\", or \"decision record\".\n","pm-decision-document",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-decision-document/SKILL.md",[529],{"path":473,"priority":329},{"basePath":531,"description":532,"displayName":533,"installMethods":534,"rationale":535,"selectedPaths":536,"source":335,"sourceLanguage":18,"type":244},"skills/pm-devils-advocate","Structured challenge of product decisions with pre-mortem and counter-arguments. Use when someone says \"challenge this\", \"devil's advocate\", \"poke holes\", \"stress test\", \"pre-mortem\", \"what could go wrong\", \"am I missing something\", \"sanity check this decision\".\n","pm-devils-advocate",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-devils-advocate/SKILL.md",[537],{"path":473,"priority":329},{"basePath":539,"description":540,"displayName":541,"installMethods":542,"rationale":543,"selectedPaths":544,"source":335,"sourceLanguage":18,"type":244},"skills/pm-executive-update","Generate SCQA-structured executive or investor updates. Covers weekly status reports, monthly business reviews, and quarterly investor updates. Concise, board-ready, focused on outcomes not activities. Use when someone says \"executive update\", \"status report\", \"investor update\", \"board update\", \"what should I report?\", or \"monthly business review\".\n","pm-executive-update",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-executive-update/SKILL.md",[545],{"path":473,"priority":329},{"basePath":547,"description":548,"displayName":549,"installMethods":550,"rationale":551,"selectedPaths":552,"source":335,"sourceLanguage":18,"type":244},"skills/pm-feature-requests","Analyze, categorize, and prioritize feature requests using affinity mapping, frequency-severity scoring, and demand curve analysis. Ingest from pasted lists, CSV, or freeform text. Flags compliance/regulatory implications automatically. Use when someone says \"feature requests\", \"customer requests\", \"what should we build\", \"request backlog\", \"prioritize requests\", \"demand analysis\", \"feature voting\".\n","pm-feature-requests",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-feature-requests/SKILL.md",[553],{"path":473,"priority":329},{"basePath":555,"description":556,"displayName":557,"installMethods":558,"rationale":559,"selectedPaths":560,"source":335,"sourceLanguage":18,"type":244},"skills/pm-feedback-categorizer","Categorize user feedback using affinity mapping. Ingest from multiple sources, de-duplicate, cluster into themes, score by frequency + severity + sentiment, and output a theme map with representative quotes and recommended actions. Distinguishes bugs, feature requests, usability issues, and praise. Use when someone says \"categorize feedback\", \"sort feedback\", \"feedback analysis\", \"NPS comments\", \"what are users saying\", \"support themes\", \"voice of customer\".\n","pm-feedback-categorizer",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-feedback-categorizer/SKILL.md",[561],{"path":473,"priority":329},{"basePath":563,"description":564,"displayName":565,"installMethods":566,"rationale":567,"selectedPaths":568,"source":335,"sourceLanguage":18,"type":244},"skills/pm-funnel-analyzer","Diagnose conversion funnel drop-offs, generate hypotheses, and recommend interventions with success metrics. Includes statistical significance guidance and domain-specific funnel stages from domain-context.md. Use when someone says \"funnel\", \"conversion\", \"drop-off\", \"activation\", \"onboarding\", \"churn\", \"retention\", \"pipeline\", \"trial to paid\".\n","pm-funnel-analyzer",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-funnel-analyzer/SKILL.md",[569],{"path":473,"priority":329},{"basePath":571,"description":572,"displayName":573,"installMethods":574,"rationale":575,"selectedPaths":576,"source":335,"sourceLanguage":18,"type":244},"skills/pm-gtm-launch","Go-to-market launch playbook for a feature, module, or product. Generates cross-functional checklists, enablement timelines, communication plans, and success metrics. Scales from lightweight P2 launches to full P0 GTM motions. Use when someone says \"launch plan\", \"go-to-market\", \"GTM\", \"launch playbook\", \"launch checklist\", \"feature launch\", \"product launch\", \"release planning\", \"launch readiness\", or \"launch brief\".\n","pm-gtm-launch",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-gtm-launch/SKILL.md",[577],{"path":473,"priority":329},{"basePath":579,"description":580,"displayName":581,"installMethods":582,"rationale":583,"selectedPaths":584,"source":335,"sourceLanguage":18,"type":244},"skills/pm-hub","Master PM skill router. Lists all available PM skills by category and routes to the right one based on user intent. Use when someone says \"help me with PM work\", \"what PM skills are available\", \"I need to write a...\", or any vague product management request. Entry point for the PM Toolkit plugin.\n","pm-hub",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-hub/SKILL.md",[585],{"path":473,"priority":329},{"basePath":587,"description":588,"displayName":589,"installMethods":590,"rationale":591,"selectedPaths":592,"source":335,"sourceLanguage":18,"type":244},"skills/pm-journey-map","Customer journey mapping across the full lifecycle: awareness through renewal. Maps actions, touchpoints, emotions, pain points, and opportunities per stage. Domain-aware: includes compliance and onboarding milestones from domain-context.md. Use when someone says \"journey map\", \"customer journey\", \"user journey\", \"experience map\", \"touchpoints\", \"pain points\", \"customer experience\", \"CX mapping\".\n","pm-journey-map",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-journey-map/SKILL.md",[593],{"path":473,"priority":329},{"basePath":595,"description":596,"displayName":597,"installMethods":598,"rationale":599,"selectedPaths":600,"source":335,"sourceLanguage":18,"type":244},"skills/pm-jtbd","Jobs-to-be-Done discovery and analysis using Christensen/Ulwick methodology. Three modes: write JTBD interview scripts, extract job statements from transcripts, or prioritize outcomes by importance vs satisfaction. Use when someone says \"JTBD\", \"jobs to be done\", \"interview script\", \"customer jobs\", \"outcome-driven\", \"what are customers trying to do\", \"job statements\".\n","pm-jtbd",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-jtbd/SKILL.md",[601],{"path":473,"priority":329},{"basePath":603,"description":604,"displayName":605,"installMethods":606,"rationale":607,"selectedPaths":608,"source":335,"sourceLanguage":18,"type":244},"skills/pm-meeting-notes","Create structured PM meeting notes with decisions, action items, open questions, and parking lot. Works from raw notes, transcripts, or memory. Use when someone says \"meeting notes\", \"action items\", \"what did we decide?\", \"summarize this meeting\", or \"process these notes\".\n","pm-meeting-notes",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-meeting-notes/SKILL.md",[609],{"path":473,"priority":329},{"basePath":611,"description":612,"displayName":613,"installMethods":614,"rationale":615,"selectedPaths":616,"source":335,"sourceLanguage":18,"type":244},"skills/pm-messaging-framework","Messaging framework for consistent customer-facing language across all touchpoints. Positioning statements, value pillars, elevator pitches, per-persona and per-competitor messaging. Use when someone says \"messaging framework\", \"positioning statement\", \"elevator pitch\", \"value pillars\", \"how do we talk about this\", \"sales messaging\", \"competitive messaging\", \"product messaging\", \"positioning\", \"tagline\", \"one-liner\", \"how do we position against\".\n","pm-messaging-framework",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-messaging-framework/SKILL.md",[617],{"path":473,"priority":329},{"basePath":619,"description":620,"displayName":621,"installMethods":622,"rationale":623,"selectedPaths":624,"source":335,"sourceLanguage":18,"type":244},"skills/pm-metric-framework","Build a complete metric hierarchy from North Star through input metrics, health metrics, and counter metrics. Enforces leading + lagging indicators at every level. Includes instrumentation guidance and AARRR/custom framework decomposition. Use when someone says \"metric framework\", \"measurement plan\", \"KPI hierarchy\", \"AARRR metrics\", \"pirate metrics\", \"health metrics\", \"counter metrics\", \"leading indicators\", \"instrumentation\", \"analytics plan\", or \"how do we measure success\".\n","pm-metric-framework",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-metric-framework/SKILL.md",[625],{"path":473,"priority":329},{"basePath":627,"description":628,"displayName":629,"installMethods":630,"rationale":631,"selectedPaths":632,"source":335,"sourceLanguage":18,"type":244},"skills/pm-migration-planner","Migration planning skill for platform migrations, data migrations, product consolidations, vendor/API swaps, and compliance-driven migrations. Generates feature parity matrices, data migration plans, go/no-go gate frameworks, customer communication playbooks, and legacy sunset plans. Use when someone says \"migration plan\", \"platform migration\", \"data migration\", \"product consolidation\", \"vendor migration\", \"API migration\", \"compliance migration\", \"feature parity\", \"cutover plan\", \"migration readiness\", \"legacy sunset\", \"decommission\", \"strangler fig\", \"parallel run\", or \"migration strategy\".\n","pm-migration-planner",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-migration-planner/SKILL.md",[633],{"path":473,"priority":329},{"basePath":635,"description":636,"displayName":637,"installMethods":638,"rationale":639,"selectedPaths":640,"source":335,"sourceLanguage":18,"type":244},"skills/pm-north-star","Define and validate a North Star metric and its input metric tree for a B2B SaaS product. Uses Sean Ellis criteria for validation. Builds the full metric hierarchy from North Star down to team-level input metrics. Use when someone says \"north star metric\", \"what should we measure\", \"product metric\", \"input metrics\", \"metric tree\", \"Sean Ellis\", \"one metric that matters\", \"how do we know if we're winning\", or \"product health metric\".\n","pm-north-star",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-north-star/SKILL.md",[641],{"path":473,"priority":329},{"basePath":643,"description":644,"displayName":645,"installMethods":646,"rationale":647,"selectedPaths":648,"source":335,"sourceLanguage":18,"type":244},"skills/pm-objection-handler","Objection handling playbook organized by category. Teaches reps to diagnose the real concern behind the stated objection and respond with evidence, not clever comebacks. Use when someone says \"objection handling\", \"how do we respond when they say\", \"too expensive\", \"competitor says\", \"they have concerns about\", \"common objections\", \"sales objections\", \"objection playbook\", \"why do we lose deals\", \"buyer pushback\", \"handle pricing objection\", \"they think we're too small\".\n","pm-objection-handler",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-objection-handler/SKILL.md",[649],{"path":473,"priority":329},{"basePath":651,"description":652,"displayName":653,"installMethods":654,"rationale":655,"selectedPaths":656,"source":335,"sourceLanguage":18,"type":244},"skills/pm-okr","Full OKR lifecycle: define, refine, check-in, score, and align OKRs across organizational levels. Enforces outcome-over-output writing standards, leading vs lagging KR balance, and strategic alignment mapping. Use when someone says \"OKRs\", \"objectives and key results\", \"write OKRs\", \"review our OKRs\", \"OKR check-in\", \"score OKRs\", \"grade OKRs\", \"mid-quarter review\", \"OKR alignment\", \"cascade OKRs\", \"are our OKRs good\", \"help me write key results\", \"quarterly goals\", \"OKR scoring\", \"OKR retrospective\", or \"team objectives\".\n","pm-okr",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-okr/SKILL.md",[657],{"path":473,"priority":329},{"basePath":659,"description":660,"displayName":661,"installMethods":662,"rationale":663,"selectedPaths":664,"source":335,"sourceLanguage":18,"type":244},"skills/pm-onboarding-flow","Design SaaS onboarding flows with time-to-first-value analysis, activation metric definition, and progressive disclosure patterns. Maps current flows, identifies the \"aha moment\", and designs optimal paths to activation. Use when someone says \"onboarding\", \"time to value\", \"activation\", \"first-run experience\", \"setup wizard\", \"aha moment\", \"TTFV\", \"user activation\", \"onboarding checklist\", \"empty states\", \"progressive disclosure\", or \"new user experience\".\n","pm-onboarding-flow",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-onboarding-flow/SKILL.md",[665],{"path":473,"priority":329},{"basePath":667,"description":668,"displayName":669,"installMethods":670,"rationale":671,"selectedPaths":672,"source":335,"sourceLanguage":18,"type":244},"skills/pm-one-pager","Create an executive one-pager for initiatives and proposals. Structured as: Problem, Approach, Metrics, Timeline, Ask. Maximum one page. Use when someone says \"one pager\", \"executive summary\", \"initiative brief\", \"proposal\", \"I need to pitch this\", or \"summarize this for leadership\".\n","pm-one-pager",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-one-pager/SKILL.md",[673],{"path":473,"priority":329},{"basePath":675,"description":676,"displayName":677,"installMethods":678,"rationale":679,"selectedPaths":680,"source":335,"sourceLanguage":18,"type":244},"skills/pm-opportunity-tree","Teresa Torres Opportunity Solution Tree: outcome, opportunity space, solutions, experiments. Use when someone says \"opportunity tree\", \"OST\", \"opportunity solution tree\", \"discovery\", \"what should we build\", \"map opportunities\", \"Teresa Torres\", \"continuous discovery\".\n","pm-opportunity-tree",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-opportunity-tree/SKILL.md",[681],{"path":473,"priority":329},{"basePath":683,"description":684,"displayName":685,"installMethods":686,"rationale":687,"selectedPaths":688,"source":335,"sourceLanguage":18,"type":244},"skills/pm-pe-migration-report","PE board migration progress report generator. Produces a 1-page dashboard for PE operating partners covering ARR migration status, wave progress, synergy realization, risks, and customer health. Designed for busy board members who scan 10-15 portfolio reports per month. Use when someone says \"PE report\", \"migration board update\", \"PE operating review\", \"ARR migration status\", \"synergy report\", \"portfolio migration update\", \"board migration progress\".\n","pm-pe-migration-report",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-pe-migration-report/SKILL.md",[689],{"path":473,"priority":329},{"basePath":691,"description":692,"displayName":693,"installMethods":694,"rationale":695,"selectedPaths":696,"source":335,"sourceLanguage":18,"type":244},"skills/pm-persona-generator","Data-driven persona creation grounded in behavioral patterns, not demographics. Guides you from raw data to validated persona profiles with goals, frustrations, decision criteria, and tools. Use when someone says \"persona\", \"user profile\", \"who are our users\", \"customer segments\", \"target audience\", \"ICP\", \"ideal customer profile\".\n","pm-persona-generator",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-persona-generator/SKILL.md",[697],{"path":473,"priority":329},{"basePath":699,"description":700,"displayName":701,"installMethods":702,"rationale":703,"selectedPaths":704,"source":335,"sourceLanguage":18,"type":244},"skills/pm-postmortem","Blameless incident and failure post-mortem generator using 5 Whys root cause analysis. Produces structured post-mortem documents with timeline, contributing factors, corrective actions, and lessons learned. Tracks MTTR and detection time metrics. Use when someone says \"post-mortem\", \"postmortem\", \"incident review\", \"root cause analysis\", \"5 whys\", \"what happened\", \"outage review\", \"failure analysis\", \"RCA\".\n","pm-postmortem",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-postmortem/SKILL.md",[705],{"path":473,"priority":329},{"basePath":707,"description":708,"displayName":709,"installMethods":710,"rationale":711,"selectedPaths":712,"source":335,"sourceLanguage":18,"type":244},"skills/pm-prd","Generate a Product Requirements Document (PRD) with four modes: Full PRD for net-new features, Lightweight Feature Spec for sprint-level work, Iteration/V2 Spec for follow-ups on shipped features, and Migration/Compliance Spec for regulatory or API migrations. Enforces problem-first thinking, leading + lagging metrics, non-goals, and testable acceptance criteria. Use when someone says \"PRD\", \"product requirements\", \"feature spec\", \"write a spec\", \"requirements document\", \"what to build\", \"engineering spec\", \"technical requirements\", \"migration spec\", \"compliance spec\", \"V2 spec\", or \"iteration spec\".\n","pm-prd",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-prd/SKILL.md",[713],{"path":473,"priority":329},{"basePath":715,"description":716,"displayName":717,"installMethods":718,"rationale":719,"selectedPaths":720,"source":335,"sourceLanguage":18,"type":244},"skills/pm-pricing","SaaS pricing analysis. Covers value metrics, packaging, willingness-to-pay research, competitive positioning, and pricing model design. Use when someone says \"pricing strategy\", \"how should we price this\", \"packaging\", \"willingness to pay\", \"Van Westendorp\", \"price sensitivity\", \"monetization\", \"competitive pricing\", \"premium tier\", \"pricing page\", \"value metric\", \"Gabor-Granger\", \"behavioral pricing\", \"feature shock\", \"pricing failure\", \"WTP segmentation\", \"monetization failure\", or \"pricing integrity\".\n","pm-pricing",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-pricing/SKILL.md",[721],{"path":473,"priority":329},{"basePath":241,"description":10,"displayName":13,"installMethods":723,"rationale":724,"selectedPaths":725,"source":335,"sourceLanguage":18,"type":244},{"claudeCode":12},"SKILL.md frontmatter at skills/pm-process-docs/SKILL.md",[726],{"path":473,"priority":329},{"basePath":728,"description":729,"displayName":730,"installMethods":731,"rationale":732,"selectedPaths":733,"source":335,"sourceLanguage":18,"type":244},"skills/pm-product-brief","Create a lightweight product brief using Amazon-style working-backwards method. Starts with the customer outcome (press release), then works back to requirements. One page max. Use when someone says \"product brief\", \"working backwards\", \"PR/FAQ\", \"pitch this feature\", \"one-page brief\", or \"write the press release first\".\n","pm-product-brief",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-product-brief/SKILL.md",[734],{"path":473,"priority":329},{"basePath":736,"description":737,"displayName":738,"installMethods":739,"rationale":740,"selectedPaths":741,"source":335,"sourceLanguage":18,"type":244},"skills/pm-quarterly-planning","Full quarter planning: strategic themes, capacity allocation, dependency mapping, bet sizing, and commitment plans. Use when someone says \"plan next quarter\", \"quarterly planning\", \"Q2 planning\", \"capacity planning\", \"what should we build next quarter\", \"quarter kickoff\".\n","pm-quarterly-planning",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-quarterly-planning/SKILL.md",[742],{"path":473,"priority":329},{"basePath":744,"description":745,"displayName":746,"installMethods":747,"rationale":748,"selectedPaths":749,"source":335,"sourceLanguage":18,"type":244},"skills/pm-release-notes","Generate customer-facing release notes from git logs, changelogs, or manual input. Narrative style focused on customer benefit, not feature names. Supports multiple output formats: blog post, email snippet, in-app notification, changelog entry. Use when someone says \"release notes\", \"changelog\", \"what shipped\", \"customer update\", \"release communication\", \"what's new\", \"product update email\", \"in-app notification\", \"ship log\", or \"announce this release\".\n","pm-release-notes",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-release-notes/SKILL.md",[750],{"path":473,"priority":329},{"basePath":752,"description":753,"displayName":754,"installMethods":755,"rationale":756,"selectedPaths":757,"source":335,"sourceLanguage":18,"type":244},"skills/pm-review","Pre-review quality gate that checks any PM artifact (PRD, strategy doc, one-pager, brief) against Head of Product standards. Scores problem clarity, metrics quality, scope discipline, and compliance awareness. Acts as \"the HoP reviewing your work before the real HoP sees it.\" Use when someone says \"review this\", \"check this PRD\", \"is this ready for review\", \"quality check\", \"does this meet the bar\", or \"pre-review my spec\".\n","pm-review",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-review/SKILL.md",[758],{"path":473,"priority":329},{"basePath":760,"description":761,"displayName":762,"installMethods":763,"rationale":764,"selectedPaths":765,"source":335,"sourceLanguage":18,"type":244},"skills/pm-risk-register","Product risk identification, scoring, matrix plotting, and mitigation planning. Use when someone says \"risk register\", \"risk assessment\", \"what could go wrong\", \"risk matrix\", \"risk mitigation\", \"identify risks\", \"risk planning\", \"risk review\".\n","pm-risk-register",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-risk-register/SKILL.md",[766],{"path":473,"priority":329},{"basePath":768,"description":769,"displayName":770,"installMethods":771,"rationale":772,"selectedPaths":773,"source":335,"sourceLanguage":18,"type":244},"skills/pm-sales-deck","Generate sales and pitch deck CONTENT — narrative structure, slide-by-slide content, talk tracks, and anticipated objections. NOT visual design. Covers B2B sales presentations, competitive pitches, and demo intros. Use when someone says \"sales deck\", \"pitch deck\", \"sales presentation\", \"customer pitch\", \"demo deck\", \"prospect presentation\", \"deal deck\", or \"competitive pitch\".\n","pm-sales-deck",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-sales-deck/SKILL.md",[774],{"path":473,"priority":329},{"basePath":776,"description":777,"displayName":778,"installMethods":779,"rationale":780,"selectedPaths":781,"source":335,"sourceLanguage":18,"type":244},"skills/pm-sprint-retro","Sprint retrospective facilitator with Start/Stop/Continue and 4Ls formats. Generates structured retro outputs with action items, owners, and deadlines. Use when someone says \"retro\", \"retrospective\", \"sprint review\", \"what went well\", \"start stop continue\", \"4Ls\", \"team reflection\", \"iteration review\".\n","pm-sprint-retro",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-sprint-retro/SKILL.md",[782],{"path":473,"priority":329},{"basePath":784,"description":785,"displayName":786,"installMethods":787,"rationale":788,"selectedPaths":789,"source":335,"sourceLanguage":18,"type":244},"skills/pm-stakeholder-simulator","Simulate how different stakeholders would react to a proposed product change. Surface objections, concerns, and political dynamics before the real meeting. Use when someone says \"how will X react?\", \"stakeholder analysis\", \"what objections will I face?\", \"prepare me for the meeting\", or \"simulate the room\".\n","pm-stakeholder-simulator",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-stakeholder-simulator/SKILL.md",[790],{"path":473,"priority":329},{"basePath":792,"description":793,"displayName":794,"installMethods":795,"rationale":796,"selectedPaths":797,"source":335,"sourceLanguage":18,"type":244},"skills/pm-strategic-review","End-of-quarter strategic review in narrative style with a bets scorecard. Use when someone says \"quarter review\", \"strategic review\", \"what happened last quarter\", \"quarterly retro\", \"bets scorecard\", \"review our bets\", \"end of quarter report\".\n","pm-strategic-review",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-strategic-review/SKILL.md",[798],{"path":473,"priority":329},{"basePath":800,"description":801,"displayName":802,"installMethods":803,"rationale":804,"selectedPaths":805,"source":335,"sourceLanguage":18,"type":244},"skills/pm-swot","SWOT analysis with structured strategic implications and SO/ST/WO/WT options. Use when someone says \"SWOT analysis\", \"strategic analysis\", \"competitive position\", \"strengths and weaknesses\", \"market analysis\", \"where do we stand\".\n","pm-swot",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-swot/SKILL.md",[806],{"path":473,"priority":329},{"basePath":808,"description":809,"displayName":810,"installMethods":811,"rationale":812,"selectedPaths":813,"source":335,"sourceLanguage":18,"type":244},"skills/pm-value-prop-canvas","Strategyzer Value Proposition Canvas: customer profile, value map, and fit analysis. Use when someone says \"value proposition\", \"value prop canvas\", \"customer jobs\", \"jobs to be done\", \"pain points\", \"why do customers buy us\", \"product-market fit\".\n","pm-value-prop-canvas",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-value-prop-canvas/SKILL.md",[814],{"path":473,"priority":329},{"basePath":816,"description":817,"displayName":818,"installMethods":819,"rationale":820,"selectedPaths":821,"source":335,"sourceLanguage":18,"type":244},"skills/pm-win-loss","Structure and analyze win/loss data. Two modes: generate interview guides for win/loss calls, or analyze existing data to identify patterns and recommendations. Covers competitive analysis, decision factors, and segment-level insights. Use when someone says \"win loss\", \"win/loss analysis\", \"why did we lose\", \"deal analysis\", \"competitive win rate\", \"lost deal review\", \"churn analysis\", \"win loss interview\", or \"why did we win\".\n","pm-win-loss",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-win-loss/SKILL.md",[822],{"path":473,"priority":329},{"basePath":824,"description":825,"displayName":826,"installMethods":827,"rationale":828,"selectedPaths":829,"source":335,"sourceLanguage":18,"type":244},"skills/pm-workflow-competitive-intel","Multi-skill workflow that produces a complete competitive intelligence package. Chain: (1) SWOT analysis, (2) Market sizing via web research, (3) Competitive profiles, (4) Positioning analysis, (5) One-pager summary. Uses web search to gather real competitive data. Outputs a comprehensive competitive brief. Use when someone says \"competitive analysis\", \"competitive intel\", \"competitor research\", \"market analysis\", \"how do we compare\", \"competitive landscape\", \"market positioning\".\n","pm-workflow-competitive-intel",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-workflow-competitive-intel/SKILL.md",[830],{"path":473,"priority":329},{"basePath":832,"description":833,"displayName":834,"installMethods":835,"rationale":836,"selectedPaths":837,"source":335,"sourceLanguage":18,"type":244},"skills/pm-workflow-migration","Multi-skill workflow that produces a complete migration execution package. Chain: (1) Migration PRD, (2) Migration Planner, (3) Risk Register, (4) Stakeholder Simulation, (5) Comms + PE Report. Each stage produces an artifact that feeds the next. Designed for platform migrations, product consolidations, and post-acquisition integrations. Use when someone says \"migration workflow\", \"migration plan end to end\", \"consolidation workflow\", \"post-acquisition migration\", \"platform migration plan\", \"full migration package\", \"migration execution plan\", \"M&A integration workflow\".\n","pm-workflow-migration",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-workflow-migration/SKILL.md",[838],{"path":473,"priority":329},{"basePath":840,"description":841,"displayName":842,"installMethods":843,"rationale":844,"selectedPaths":845,"source":335,"sourceLanguage":18,"type":244},"skills/pm-workflow-problem-to-prd","Multi-skill workflow chain that takes a raw problem statement and produces a complete PRD. Chain: (1) JTBD extraction, (2) Persona generation, (3) Opportunity tree mapping, (4) Feature spec / PRD generation, (5) Quality review. Each stage produces an artifact that feeds the next. Shows progress between stages. Use when someone says \"problem to PRD\", \"build a PRD from scratch\", \"full spec workflow\", \"take this problem and write a PRD\", \"end-to-end spec\", \"problem to solution\".\n","pm-workflow-problem-to-prd",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-workflow-problem-to-prd/SKILL.md",[846],{"path":473,"priority":329},{"basePath":848,"description":849,"displayName":850,"installMethods":851,"rationale":852,"selectedPaths":853,"source":335,"sourceLanguage":18,"type":244},"skills/pm-workflow-quarterly-cycle","Multi-skill workflow that runs the full quarterly planning cycle. The \"big one.\" Chain: (1) Strategic review of past quarter, (2) North star validation, (3) OKR definition, (4) Quarterly planning with capacity and bets, (5) Roadmap generation. Each stage builds on the previous. Complete quarterly planning ceremony. Use when someone says \"quarterly planning\", \"Q[N] planning\", \"quarterly cycle\", \"next quarter\", \"planning ceremony\", \"OKRs\", \"roadmap planning\", \"quarterly review\".\n","pm-workflow-quarterly-cycle",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-workflow-quarterly-cycle/SKILL.md",[854],{"path":473,"priority":329},{"basePath":856,"description":857,"displayName":858,"installMethods":859,"rationale":860,"selectedPaths":861,"source":335,"sourceLanguage":18,"type":244},"skills/pm-workflow-sales-enablement","Multi-skill workflow that produces a complete sales enablement package. Chain: (1) Messaging framework, (2) Competitive battlecards, (3) Objection playbook, (4) GTM launch playbook. Each stage produces an artifact that feeds the next. Outputs are written for revenue teams, not product teams. Use when someone says \"sales enablement\", \"enable the sales team\", \"sales toolkit\", \"go-to-market package\", \"competitive sales materials\", \"arm the sales team\", \"sales readiness\", \"launch enablement pack\".\n","pm-workflow-sales-enablement",{"claudeCode":12},"SKILL.md frontmatter at skills/pm-workflow-sales-enablement/SKILL.md",[862],{"path":473,"priority":329},{"sources":864},[865],"manual",{"closedIssues90d":8,"description":867,"forks":8,"homepage":868,"license":236,"openIssues90d":8,"pushedAt":233,"readmeSize":230,"stars":234,"topics":869},"Hopefully  the only Toolkit you need to become a successful PM ","https://makeitnice.de",[870,871,872],"productmanagement","productmanagemenysystem","saas",{"classifiedAt":874,"discoverAt":875,"extractAt":876,"githubAt":876,"updatedAt":874},1778692726243,1778692722125,1778692724347,[212,215,216,213,214],{"evaluatedAt":239,"extractAt":288,"updatedAt":239},[],[881,912,943,969,998,1020],{"_creationTime":882,"_id":883,"community":884,"display":885,"identity":891,"providers":896,"relations":903,"tags":907,"workflow":908},1778695220456.3047,"k1718ng4fv8evz9mw7ctndked986mv7c",{"reviewCount":8},{"description":886,"installMethods":887,"name":889,"sourceUrl":890},"创建业务流程的详细标准操作程序 (SOP)。当用户需要 SOP、流程文档、操作指南、工作流文档或可重复业务流程的步骤说明时使用。",{"claudeCode":888},"ognjengt/founder-skills","sop-creator","https://github.com/ognjengt/founder-skills",{"basePath":892,"githubOwner":893,"githubRepo":894,"locale":895,"slug":889,"type":244},"skills/sop-creator","ognjengt","founder-skills","zh-CN",{"evaluate":897,"extract":902},{"promptVersionExtension":205,"promptVersionScoring":206,"score":898,"tags":899,"targetMarket":217,"tier":218},98,[212,215,900,901,214],"automation","business",{"commitSha":278},{"parentExtensionId":904,"repoId":905,"translatedFrom":906},"k170ydj4magdfn5r5dmnaggd1986m422","kd70j7a6xkcc8dvzgj8g3b123d86mk5c","k17eeq1sea8s0ckq6q6vtrn1ex86n4a7",[900,901,212,215,214],{"evaluatedAt":909,"extractAt":910,"updatedAt":911},1778695046732,1778694811971,1778695220456,{"_creationTime":913,"_id":914,"community":915,"display":916,"identity":922,"providers":926,"relations":936,"tags":939,"workflow":940},1778695548458.4048,"k17e5nn93syzxrybh3he9fz5eh86nbme",{"reviewCount":8},{"description":917,"installMethods":918,"name":920,"sourceUrl":921},"Guide a person in becoming a better teacher and explainer. AI coaches content structuring, audience calibration, explanation clarity, Socratic questioning technique, feedback interpretation, and reflective practice for technical presentations, documentation, and mentoring. Use when a person needs to present technical content and wants preparation coaching, wants to write better documentation or tutorials, struggles to explain concepts across expertise levels, is mentoring a colleague, or is preparing for a talk or knowledge-sharing session.\n",{"claudeCode":919},"pjt222/agent-almanac","teach-guidance","https://github.com/pjt222/agent-almanac",{"basePath":923,"githubOwner":924,"githubRepo":925,"locale":18,"slug":920,"type":244},"skills/teach-guidance","pjt222","agent-almanac",{"evaluate":927,"extract":935},{"promptVersionExtension":205,"promptVersionScoring":206,"score":928,"tags":929,"targetMarket":217,"tier":218},100,[930,931,932,212,933,934],"teaching","coaching","presentation","explanation","guidance",{"commitSha":278},{"parentExtensionId":937,"repoId":938},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[931,212,933,934,932,930],{"evaluatedAt":941,"extractAt":942,"updatedAt":941},1778701952682,1778695548458,{"_creationTime":944,"_id":945,"community":946,"display":947,"identity":951,"providers":953,"relations":965,"tags":966,"workflow":967},1778695548458.385,"k17avw7n0q0zss1q5kna5zvjzx86mdvr",{"reviewCount":8},{"description":948,"installMethods":949,"name":950,"sourceUrl":921},"Prepare an organisation for regulatory inspection by assessing readiness against agency-specific focus areas (FDA, EMA, MHRA). Covers warning letter and 483 theme analysis, mock inspection protocols, document bundle preparation, inspection logistics, and response template creation. Use when a regulatory inspection has been announced or is anticipated, when a periodic self-assessment is due, when new systems have been implemented since the last inspection, or after a significant audit finding that may attract regulatory attention.\n",{"claudeCode":919},"prepare-inspection-readiness",{"basePath":952,"githubOwner":924,"githubRepo":925,"locale":18,"slug":950,"type":244},"skills/prepare-inspection-readiness",{"evaluate":954,"extract":964},{"promptVersionExtension":205,"promptVersionScoring":206,"score":928,"tags":955,"targetMarket":217,"tier":218},[956,957,958,959,960,961,962,212,963],"compliance","gxp","inspection","fda","ema","mhra","readiness","process-automation",{"commitSha":278},{"parentExtensionId":937,"repoId":938},[956,212,960,959,957,958,961,963,962],{"evaluatedAt":968,"extractAt":942,"updatedAt":968},1778700122939,{"_creationTime":970,"_id":971,"community":972,"display":973,"identity":979,"providers":983,"relations":991,"tags":994,"workflow":995},1778699234184.6135,"k175frmf44tn80mcd6gvw1c1th86ngq9",{"reviewCount":8},{"description":974,"installMethods":975,"name":977,"sourceUrl":978},"Invoke parallel document-specialist agents for external web searches and documentation lookup",{"claudeCode":976},"Yeachan-Heo/oh-my-claudecode","external-context","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":980,"githubOwner":981,"githubRepo":982,"locale":18,"slug":977,"type":244},"skills/external-context","Yeachan-Heo","oh-my-claudecode",{"evaluate":984,"extract":990},{"promptVersionExtension":205,"promptVersionScoring":206,"score":928,"tags":985,"targetMarket":217,"tier":218},[986,212,987,988,989],"search","research","information-retrieval","multi-agent",{"commitSha":278},{"parentExtensionId":992,"repoId":993},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[212,988,989,987,986],{"evaluatedAt":996,"extractAt":997,"updatedAt":996},1778699449790,1778699234184,{"_creationTime":999,"_id":1000,"community":1001,"display":1002,"identity":1006,"providers":1008,"relations":1016,"tags":1017,"workflow":1018},1778699234184.6133,"k170q6m14w6ah5ygc0jr5sa54986mpx7",{"reviewCount":8},{"description":1003,"installMethods":1004,"name":1005,"sourceUrl":978},"Deep codebase initialization with hierarchical AGENTS.md documentation",{"claudeCode":976},"deepinit",{"basePath":1007,"githubOwner":981,"githubRepo":982,"locale":18,"slug":1005,"type":244},"skills/deepinit",{"evaluate":1009,"extract":1015},{"promptVersionExtension":205,"promptVersionScoring":206,"score":928,"tags":1010,"targetMarket":217,"tier":218},[212,1011,1012,1013,1014],"codebase","agent","typescript","javascript",{"commitSha":278},{"parentExtensionId":992,"repoId":993},[1012,1011,212,1014,1013],{"evaluatedAt":1019,"extractAt":997,"updatedAt":1019},1778699437749,{"_creationTime":1021,"_id":1022,"community":1023,"display":1024,"identity":1030,"providers":1034,"relations":1042,"tags":1045,"workflow":1046},1778699327207.9,"k175rvcd9dmnjemnr3t64br1vh86nx2b",{"reviewCount":8},{"description":1025,"installMethods":1026,"name":1028,"sourceUrl":1029},"当用户想要翻译存储库 README、使存储库支持多语言、本地化文档、添加语言切换器、国际化 README 或更新 GitHub 风格存储库中的本地化 README 变体时使用。",{"claudeCode":1027},"xixu-me/skills","readme-i18n","https://github.com/xixu-me/skills",{"basePath":1031,"githubOwner":1032,"githubRepo":1033,"locale":895,"slug":1028,"type":244},"skills/readme-i18n","xixu-me","skills",{"evaluate":1035,"extract":1041},{"promptVersionExtension":205,"promptVersionScoring":206,"score":928,"tags":1036,"targetMarket":217,"tier":218},[1037,212,1038,1039,1040],"localization","internationalization","markdown","github",{"commitSha":278},{"repoId":1043,"translatedFrom":1044},"kd77r2vb42jmgam0qbr9f2c6kn86mebv","k173sze6h2kdjhyfbveynf98t586n5wt",[212,1040,1038,1037,1039],{"evaluatedAt":1047,"extractAt":1048,"updatedAt":1049},1778699174967,1778699106670,1778699327208]