[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-phuryn-summarize-meeting-en":3,"guides-for-phuryn-summarize-meeting":1132,"similar-k179y3rennyasngtkrby5jvh8986mdgy-en":1133},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":242,"isFallback":227,"parentExtension":247,"providers":304,"relations":308,"repo":309,"tags":1130,"workflow":1131},1778695383013.7302,"k179y3rennyasngtkrby5jvh8986mdgy",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Summarize a meeting transcript into structured notes with date, participants, topic, key decisions, summary points, and action items. Use when processing meeting recordings, creating meeting notes, writing meeting minutes, or recapping discussions.",{"claudeCode":12},"phuryn/pm-skills","summarize-meeting","https://github.com/phuryn/pm-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":225,"workflow":240},1778695871277.185,"kn73zqrryn8t97m5z4bqyxggcx86ms6v","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":201,"promptVersionExtension":206,"promptVersionScoring":207,"purpose":208,"rationale":209,"score":210,"summary":211,"tags":212,"targetMarket":218,"tier":219,"useCases":220},[21,26,29,32,36,39,44,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,99,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 displayed description clearly names the problem of summarizing meeting transcripts into structured notes and specifies use cases like processing recordings, creating notes, and recapping discussions.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill transforms raw transcripts into a structured summary with specific sections (Date, Participants, Topic, Summary, Action Items, Decisions, Open Questions), which goes beyond generic LLM summarization by enforcing a consistent, actionable format.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is fully implemented, accepting transcripts and outputting structured notes, covering the complete lifecycle of meeting summarization.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on summarizing meeting transcripts into structured notes, adhering to a single responsibility.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's capability: summarizing meeting transcripts into structured notes with specific fields and use cases.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This skill operates as a monolithic function and does not expose individual tools.",{"category":45,"check":46,"severity":42,"summary":47},"Documentation","Configuration & parameter reference","The skill does not appear to have configurable parameters beyond the input transcript itself.",{"category":33,"check":49,"severity":42,"summary":50},"Tool naming","This skill does not expose multiple user-facing tools.",{"category":33,"check":52,"severity":42,"summary":53},"Minimal I/O surface","This skill operates on unstructured text input and produces structured text output, without exposed tools with specific parameter schemas.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The extension is licensed under the MIT license, as confirmed by the LICENSE file and the `LICENSE` shield in the README.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The latest commit was on April 22, 2026, which is within the last 90 days.",{"category":59,"check":63,"severity":42,"summary":64},"Dependency Management","The skill appears to be self-contained and does not explicitly list or manage third-party dependencies.",{"category":66,"check":67,"severity":42,"summary":68},"Security","Secret Management","The skill processes text input and does not appear to handle or expose secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill is designed to process text input and extract information, with no indication of executing or interpreting arbitrary code from external sources.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill processes local text input and does not fetch remote content or execute arbitrary code, mitigating supply-chain risks.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates on provided text and does not modify files or interact with the filesystem outside of its intended processing scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","There are no indications of detached-process spawns or deny-retry loops within the skill's logic.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill processes local input and does not perform outbound calls that could exfiltrate data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The skill's SKILL.md and README appear free of hidden text tricks or suspicious Unicode characters.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's logic is presented as readable prose within SKILL.md, with no evidence of obfuscated or dynamically loaded code.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill operates on provided text and makes no assumptions about the user's project file structure.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","With 8 issues opened and 0 closed in the last 90 days, the closure rate is 0%. However, the number of open issues is low (\u003C5), and the total is low (\u003C10), indicating good attention.",{"category":100,"check":101,"severity":102,"summary":103},"Versioning","Release Management","info","While there is a commit date, there is no explicit versioning (semver, tag, or manifest version) for the skill, and installation instructions reference `main`.",{"category":105,"check":106,"severity":42,"summary":107},"Code Execution","Validation","The skill processes natural language input and does not have structured parameters that require validation via a schema library.",{"category":66,"check":109,"severity":42,"summary":110},"Unguarded Destructive Operations","The skill is read-only and does not perform any destructive operations.",{"category":105,"check":112,"severity":24,"summary":113},"Error Handling","The instructions outline a step-by-step process and expect the LLM to handle errors by reporting and seeking clarification, which is appropriate for a prompt-based skill.",{"category":105,"check":115,"severity":42,"summary":116},"Logging","The skill is read-only and does not perform destructive actions or outbound calls, so logging is not applicable.",{"category":118,"check":119,"severity":102,"summary":120},"Compliance","GDPR","The skill processes meeting transcripts which may contain personal data. While it doesn't submit this data to a third party, the data is processed by the LLM, and no explicit sanitization is mentioned.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill operates on meeting transcripts and generates structured notes without any regional or jurisdictional logic, making it globally applicable.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The skill is a text-processing prompt-based agent, making no assumptions about specific editors, shells, or operating systems beyond what the AI runtime provides.",{"category":45,"check":128,"severity":24,"summary":129},"README","The README is extensive, clearly describes the purpose of the PM Skills Marketplace, and guides users on installation and usage.",{"category":33,"check":131,"severity":42,"summary":132},"Tool surface size","This is a single skill and does not expose multiple tools.",{"category":40,"check":134,"severity":42,"summary":135},"Overlapping near-synonym tools","This skill operates as a single unit and does not expose multiple tools with overlapping functionality.",{"category":45,"check":137,"severity":24,"summary":138},"Phantom features","All features described in the README and skill description are implemented within the skill's instructions.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear installation instructions for Claude Cowork and Claude Code, and the skill is automatically loaded when relevant.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The skill instructions guide the LLM to report on unexpected states or failures and seek clarification, providing a mechanism for actionable error handling.",{"category":148,"check":149,"severity":42,"summary":150},"Execution","Pinned dependencies","The skill does not rely on third-party dependencies or external scripts that would require pinning.",{"category":33,"check":152,"severity":42,"summary":153},"Dry-run preview","The skill is purely analytical and does not perform any state-changing operations or send data outward.",{"category":155,"check":156,"severity":42,"summary":157},"Protocol","Idempotent retry & timeouts","The skill processes local text input and does not involve remote calls or state-changing operations.",{"category":118,"check":159,"severity":42,"summary":160},"Telemetry opt-in","There is no indication that this skill emits telemetry.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The skill's purpose is precisely defined: to summarize meeting transcripts into structured notes, with clear triggers and explicit use cases provided.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the core capability and use cases for precise routing.",{"category":45,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md body is concise, focusing on instructions and the output template, with deeper context in the README.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","The skill's instructions are self-contained within the SKILL.md, and detailed usage and context are provided in the separate README, demonstrating progressive disclosure.",{"category":171,"check":175,"severity":42,"summary":176},"Forked exploration","This skill performs a direct summarization task and does not involve deep exploration that would require forking.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","While the SKILL.md itself doesn't contain direct invocation examples, the extensive README for the marketplace provides numerous examples across various skills and commands, demonstrating how skills are used in practice.",{"category":22,"check":181,"severity":102,"summary":182},"Edge cases","The skill instructions address happy path scenarios and provide a template for output. However, explicit documentation of failure modes (e.g., malformed input, very long transcripts) and recovery steps is missing.",{"category":105,"check":184,"severity":42,"summary":185},"Tool Fallback","This skill does not rely on external tools like an MCP server and operates as a standalone agent capability.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The instructions implicitly guide the LLM to halt and report on unexpected input or states by seeking clarification when information is missing or unclear.",{"category":92,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The `summarize-meeting` skill is self-contained and does not implicitly rely on other skills within the marketplace; cross-skill interactions are handled by commands or explicit referencing in the README.",1778695871154,"This skill processes meeting transcripts to generate structured notes, including date, participants, topic, summary points, decisions made, and action items. It aims to improve meeting follow-up and accountability.",[196,197,198,199,200],"Summarizes meeting transcripts into structured notes","Identifies key decisions and action items","Extracts participants, date, and topic","Uses an accessible language for broad understanding","Outputs notes in markdown format",[202,203,204,205],"Conducting the meeting itself","Providing real-time translation","Acting as a meeting scheduling tool","Analyzing sentiment or speaker emotion","3.0.0","4.4.0","Transform raw meeting transcripts into clear, actionable summaries that keep teams aligned and accountable, ensuring key decisions and action items are captured effectively.","The skill is well-documented, focuses on a single responsibility, and handles its input and output effectively. Minor info findings in edge case documentation and release management do not detract from overall quality.",95,"A high-quality skill for structuring meeting transcripts into actionable notes.",[213,214,215,216,217],"meeting-summarization","productivity","notes","documentation","natural-language-processing","global","verified",[221,222,223,224],"Processing meeting recordings for notes","Creating structured meeting minutes","Recapping discussions for team alignment","Tracking action items and owners post-meeting",{"codeQuality":226,"collectedAt":228,"documentation":229,"maintenance":232,"security":237,"testCoverage":239},{"hasLockfile":227},false,1778695854096,{"descriptionLength":230,"readmeSize":231},248,22032,{"closedIssues90d":8,"forks":233,"hasChangelog":227,"openIssues90d":234,"pushedAt":235,"stars":236},1305,8,1776868224000,11168,{"hasNpmPackage":227,"license":238,"smitheryVerified":227},"MIT",{"hasCi":227,"hasTests":227},{"updatedAt":241},1778695871277,{"basePath":243,"githubOwner":244,"githubRepo":245,"locale":18,"slug":13,"type":246},"pm-execution/skills/summarize-meeting","phuryn","pm-skills","skill",{"_creationTime":248,"_id":249,"community":250,"display":251,"identity":255,"parentExtension":257,"providers":291,"relations":300,"tags":301,"workflow":302},1778695383013.7253,"k173aezg47g8x0ac26zvea386186n8yd",{"reviewCount":8},{"description":252,"installMethods":253,"name":254,"sourceUrl":14},"Execution and product management skills: PRDs, OKRs, roadmaps, sprints, pre-mortems, stakeholder maps, user stories, prioritization frameworks, and more.",{"claudeCode":254},"pm-execution",{"basePath":254,"githubOwner":244,"githubRepo":245,"locale":18,"slug":254,"type":256},"plugin",{"_creationTime":258,"_id":259,"community":260,"display":261,"identity":264,"providers":267,"relations":285,"tags":287,"workflow":288},1778695383013.7246,"k172xh7pnzf1sa7ch900am209d86mvxj",{"reviewCount":8},{"description":262,"installMethods":263,"name":245,"sourceUrl":14},"Structured AI workflows for better product decisions. 65 domain-specific skills and 36 chained workflows across 8 PM plugins — from discovery to strategy, execution, launch, and growth.",{"claudeCode":12},{"basePath":265,"githubOwner":244,"githubRepo":245,"locale":18,"slug":245,"type":266},"","marketplace",{"evaluate":268,"extract":279},{"promptVersionExtension":269,"promptVersionScoring":207,"score":210,"tags":270,"targetMarket":218,"tier":278},"3.1.0",[271,272,273,274,275,276,277],"product-management","workflows","ai-assistant","strategy","planning","execution","discovery","community",{"commitSha":280,"marketplace":281,"plugin":283},"HEAD",{"name":245,"pluginCount":234,"version":282},"1.0.1",{"mcpCount":8,"provider":284,"skillCount":8},"classify",{"repoId":286},"kd759mc43bg9ypk46ka87r3wa586npt5",[273,277,276,275,271,274,272],{"evaluatedAt":289,"extractAt":290,"updatedAt":289},1778695398826,1778695383013,{"evaluate":292,"extract":297},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":293,"targetMarket":218,"tier":219},[271,276,294,295,296,214,275],"roadmap","okrs","agile",{"commitSha":280,"license":238,"plugin":298},{"mcpCount":8,"provider":284,"skillCount":299},15,{"parentExtensionId":259,"repoId":286},[296,276,295,275,271,214,294],{"evaluatedAt":303,"extractAt":290,"updatedAt":303},1778695451213,{"evaluate":305,"extract":307},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":306,"targetMarket":218,"tier":219},[213,214,215,216,217],{"commitSha":280},{"parentExtensionId":249,"repoId":286},{"_creationTime":310,"_id":286,"identity":311,"providers":312,"workflow":1126},1778695377765.6096,{"githubOwner":244,"githubRepo":245,"sourceUrl":14},{"classify":313,"discover":1113,"github":1116},{"commitSha":280,"extensions":314},[315,328,374,416,472,500,521,547,569,595,604,612,620,628,636,644,652,660,668,676,684,692,700,708,713,721,729,737,745,753,761,769,777,785,793,801,809,817,825,833,841,849,857,865,873,881,889,897,905,913,921,929,937,945,953,961,969,977,985,993,1001,1009,1017,1025,1033,1041,1049,1057,1065,1073,1081,1089,1097,1105],{"basePath":265,"description":262,"displayName":245,"installMethods":316,"rationale":317,"selectedPaths":318,"source":327,"sourceLanguage":18,"type":266},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[319,322,324],{"path":320,"priority":321},".claude-plugin/marketplace.json","mandatory",{"path":323,"priority":321},"README.md",{"path":325,"priority":326},"LICENSE","high","rule",{"basePath":329,"description":330,"displayName":329,"installMethods":331,"license":238,"rationale":332,"selectedPaths":333,"source":327,"sourceLanguage":18,"type":256},"pm-product-discovery","Product discovery skills for PMs: ideation, experiments, assumption testing, feature prioritization, and customer interview synthesis.",{"claudeCode":329},"plugin manifest at pm-product-discovery/.claude-plugin/plugin.json",[334,336,337,340,342,344,346,348,350,352,354,356,358,360,362,364,366,368,370,372],{"path":335,"priority":321},".claude-plugin/plugin.json",{"path":323,"priority":321},{"path":338,"priority":339},"skills/analyze-feature-requests/SKILL.md","medium",{"path":341,"priority":339},"skills/brainstorm-experiments-existing/SKILL.md",{"path":343,"priority":339},"skills/brainstorm-experiments-new/SKILL.md",{"path":345,"priority":339},"skills/brainstorm-ideas-existing/SKILL.md",{"path":347,"priority":339},"skills/brainstorm-ideas-new/SKILL.md",{"path":349,"priority":339},"skills/identify-assumptions-existing/SKILL.md",{"path":351,"priority":339},"skills/identify-assumptions-new/SKILL.md",{"path":353,"priority":339},"skills/interview-script/SKILL.md",{"path":355,"priority":339},"skills/metrics-dashboard/SKILL.md",{"path":357,"priority":339},"skills/opportunity-solution-tree/SKILL.md",{"path":359,"priority":339},"skills/prioritize-assumptions/SKILL.md",{"path":361,"priority":339},"skills/prioritize-features/SKILL.md",{"path":363,"priority":339},"skills/summarize-interview/SKILL.md",{"path":365,"priority":326},"commands/brainstorm.md",{"path":367,"priority":326},"commands/discover.md",{"path":369,"priority":326},"commands/interview.md",{"path":371,"priority":326},"commands/setup-metrics.md",{"path":373,"priority":326},"commands/triage-requests.md",{"basePath":375,"description":376,"displayName":375,"installMethods":377,"license":238,"rationale":378,"selectedPaths":379,"source":327,"sourceLanguage":18,"type":256},"pm-product-strategy","Product strategy skills for PMs: vision, strategy canvas, value propositions, lean canvas, business model canvas, SWOT, PESTLE, Ansoff Matrix, Porter's Five Forces, and monetization.",{"claudeCode":375},"plugin manifest at pm-product-strategy/.claude-plugin/plugin.json",[380,381,382,384,386,388,390,392,394,396,398,400,402,404,406,408,410,412,414],{"path":335,"priority":321},{"path":323,"priority":321},{"path":383,"priority":339},"skills/ansoff-matrix/SKILL.md",{"path":385,"priority":339},"skills/business-model/SKILL.md",{"path":387,"priority":339},"skills/lean-canvas/SKILL.md",{"path":389,"priority":339},"skills/monetization-strategy/SKILL.md",{"path":391,"priority":339},"skills/pestle-analysis/SKILL.md",{"path":393,"priority":339},"skills/porters-five-forces/SKILL.md",{"path":395,"priority":339},"skills/pricing-strategy/SKILL.md",{"path":397,"priority":339},"skills/product-strategy/SKILL.md",{"path":399,"priority":339},"skills/product-vision/SKILL.md",{"path":401,"priority":339},"skills/startup-canvas/SKILL.md",{"path":403,"priority":339},"skills/swot-analysis/SKILL.md",{"path":405,"priority":339},"skills/value-proposition/SKILL.md",{"path":407,"priority":326},"commands/business-model.md",{"path":409,"priority":326},"commands/market-scan.md",{"path":411,"priority":326},"commands/pricing.md",{"path":413,"priority":326},"commands/strategy.md",{"path":415,"priority":326},"commands/value-proposition.md",{"basePath":254,"description":252,"displayName":254,"installMethods":417,"license":238,"rationale":418,"selectedPaths":419,"source":327,"sourceLanguage":18,"type":256},{"claudeCode":254},"plugin manifest at pm-execution/.claude-plugin/plugin.json",[420,421,422,424,426,428,430,432,434,436,438,440,442,444,446,448,450,452,454,456,458,460,462,464,466,468,470],{"path":335,"priority":321},{"path":323,"priority":321},{"path":423,"priority":339},"skills/brainstorm-okrs/SKILL.md",{"path":425,"priority":339},"skills/create-prd/SKILL.md",{"path":427,"priority":339},"skills/dummy-dataset/SKILL.md",{"path":429,"priority":339},"skills/job-stories/SKILL.md",{"path":431,"priority":339},"skills/outcome-roadmap/SKILL.md",{"path":433,"priority":339},"skills/pre-mortem/SKILL.md",{"path":435,"priority":339},"skills/prioritization-frameworks/SKILL.md",{"path":437,"priority":339},"skills/release-notes/SKILL.md",{"path":439,"priority":339},"skills/retro/SKILL.md",{"path":441,"priority":339},"skills/sprint-plan/SKILL.md",{"path":443,"priority":339},"skills/stakeholder-map/SKILL.md",{"path":445,"priority":339},"skills/summarize-meeting/SKILL.md",{"path":447,"priority":339},"skills/test-scenarios/SKILL.md",{"path":449,"priority":339},"skills/user-stories/SKILL.md",{"path":451,"priority":339},"skills/wwas/SKILL.md",{"path":453,"priority":326},"commands/generate-data.md",{"path":455,"priority":326},"commands/meeting-notes.md",{"path":457,"priority":326},"commands/plan-okrs.md",{"path":459,"priority":326},"commands/pre-mortem.md",{"path":461,"priority":326},"commands/sprint.md",{"path":463,"priority":326},"commands/stakeholder-map.md",{"path":465,"priority":326},"commands/test-scenarios.md",{"path":467,"priority":326},"commands/transform-roadmap.md",{"path":469,"priority":326},"commands/write-prd.md",{"path":471,"priority":326},"commands/write-stories.md",{"basePath":473,"description":474,"displayName":473,"installMethods":475,"license":238,"rationale":476,"selectedPaths":477,"source":327,"sourceLanguage":18,"type":256},"pm-market-research","Market research skills for PMs: user personas, market segmentation, sentiment analysis, and competitive analysis.",{"claudeCode":473},"plugin manifest at pm-market-research/.claude-plugin/plugin.json",[478,479,480,482,484,486,488,490,492,494,496,498],{"path":335,"priority":321},{"path":323,"priority":321},{"path":481,"priority":339},"skills/competitor-analysis/SKILL.md",{"path":483,"priority":339},"skills/customer-journey-map/SKILL.md",{"path":485,"priority":339},"skills/market-segments/SKILL.md",{"path":487,"priority":339},"skills/market-sizing/SKILL.md",{"path":489,"priority":339},"skills/sentiment-analysis/SKILL.md",{"path":491,"priority":339},"skills/user-personas/SKILL.md",{"path":493,"priority":339},"skills/user-segmentation/SKILL.md",{"path":495,"priority":326},"commands/analyze-feedback.md",{"path":497,"priority":326},"commands/competitive-analysis.md",{"path":499,"priority":326},"commands/research-users.md",{"basePath":501,"description":502,"displayName":501,"installMethods":503,"license":238,"rationale":504,"selectedPaths":505,"source":327,"sourceLanguage":520,"type":256},"pm-data-analytics","Data analytics skills for PMs: SQL query generation and cohort analysis. Analyze user data, generate queries, and identify retention patterns.",{"claudeCode":501},"plugin manifest at pm-data-analytics/.claude-plugin/plugin.json",[506,507,508,510,512,514,516,518],{"path":335,"priority":321},{"path":323,"priority":321},{"path":509,"priority":339},"skills/ab-test-analysis/SKILL.md",{"path":511,"priority":339},"skills/cohort-analysis/SKILL.md",{"path":513,"priority":339},"skills/sql-queries/SKILL.md",{"path":515,"priority":326},"commands/analyze-cohorts.md",{"path":517,"priority":326},"commands/analyze-test.md",{"path":519,"priority":326},"commands/write-query.md","fr",{"basePath":522,"description":523,"displayName":522,"installMethods":524,"license":238,"rationale":525,"selectedPaths":526,"source":327,"sourceLanguage":18,"type":256},"pm-go-to-market","Go-to-market skills for PMs: GTM strategy, growth loops, GTM motions, beachhead segments, and ideal customer profiles.",{"claudeCode":522},"plugin manifest at pm-go-to-market/.claude-plugin/plugin.json",[527,528,529,531,533,535,537,539,541,543,545],{"path":335,"priority":321},{"path":323,"priority":321},{"path":530,"priority":339},"skills/beachhead-segment/SKILL.md",{"path":532,"priority":339},"skills/competitive-battlecard/SKILL.md",{"path":534,"priority":339},"skills/growth-loops/SKILL.md",{"path":536,"priority":339},"skills/gtm-motions/SKILL.md",{"path":538,"priority":339},"skills/gtm-strategy/SKILL.md",{"path":540,"priority":339},"skills/ideal-customer-profile/SKILL.md",{"path":542,"priority":326},"commands/battlecard.md",{"path":544,"priority":326},"commands/growth-strategy.md",{"path":546,"priority":326},"commands/plan-launch.md",{"basePath":548,"description":549,"displayName":548,"installMethods":550,"license":238,"rationale":551,"selectedPaths":552,"source":327,"sourceLanguage":18,"type":256},"pm-marketing-growth","Product marketing and growth skills: marketing ideas, value proposition statements, North Star metrics, product naming, and positioning.",{"claudeCode":548},"plugin manifest at pm-marketing-growth/.claude-plugin/plugin.json",[553,554,555,557,559,561,563,565,567],{"path":335,"priority":321},{"path":323,"priority":321},{"path":556,"priority":339},"skills/marketing-ideas/SKILL.md",{"path":558,"priority":339},"skills/north-star-metric/SKILL.md",{"path":560,"priority":339},"skills/positioning-ideas/SKILL.md",{"path":562,"priority":339},"skills/product-name/SKILL.md",{"path":564,"priority":339},"skills/value-prop-statements/SKILL.md",{"path":566,"priority":326},"commands/market-product.md",{"path":568,"priority":326},"commands/north-star.md",{"basePath":570,"description":571,"displayName":570,"installMethods":572,"license":238,"rationale":573,"selectedPaths":574,"source":327,"sourceLanguage":18,"type":256},"pm-toolkit","PM utility skills: resume review, NDA drafting, privacy policy generation, and grammar/flow checking. Essential tools for product managers beyond core product work.",{"claudeCode":570},"plugin manifest at pm-toolkit/.claude-plugin/plugin.json",[575,576,577,579,581,583,585,587,589,591,593],{"path":335,"priority":321},{"path":323,"priority":321},{"path":578,"priority":339},"skills/draft-nda/SKILL.md",{"path":580,"priority":339},"skills/grammar-check/SKILL.md",{"path":582,"priority":339},"skills/privacy-policy/SKILL.md",{"path":584,"priority":339},"skills/review-resume/SKILL.md",{"path":586,"priority":326},"commands/draft-nda.md",{"path":588,"priority":326},"commands/privacy-policy.md",{"path":590,"priority":326},"commands/proofread.md",{"path":592,"priority":326},"commands/review-resume.md",{"path":594,"priority":326},"commands/tailor-resume.md",{"basePath":596,"description":597,"displayName":598,"installMethods":599,"rationale":600,"selectedPaths":601,"source":327,"sourceLanguage":18,"type":246},"pm-data-analytics/skills/ab-test-analysis","Analyze A/B test results with statistical significance, sample size validation, confidence intervals, and ship/extend/stop recommendations. Use when evaluating experiment results, checking if a test reached significance, interpreting split test data, or deciding whether to ship a variant.","ab-test-analysis",{"claudeCode":12},"SKILL.md frontmatter at pm-data-analytics/skills/ab-test-analysis/SKILL.md",[602],{"path":603,"priority":321},"SKILL.md",{"basePath":605,"description":606,"displayName":607,"installMethods":608,"rationale":609,"selectedPaths":610,"source":327,"sourceLanguage":18,"type":246},"pm-data-analytics/skills/cohort-analysis","Perform cohort analysis on user engagement data — retention curves, feature adoption trends, and segment-level insights. Use when analyzing user retention by cohort, studying feature adoption over time, investigating churn patterns, or identifying engagement trends.","cohort-analysis",{"claudeCode":12},"SKILL.md frontmatter at pm-data-analytics/skills/cohort-analysis/SKILL.md",[611],{"path":603,"priority":321},{"basePath":613,"description":614,"displayName":615,"installMethods":616,"rationale":617,"selectedPaths":618,"source":327,"sourceLanguage":18,"type":246},"pm-data-analytics/skills/sql-queries","Generate SQL queries from natural language descriptions. Supports BigQuery, PostgreSQL, MySQL, and other dialects. Reads database schemas from uploaded diagrams or documentation. Use when writing SQL, building data reports, exploring databases, or translating business questions into queries.","sql-queries",{"claudeCode":12},"SKILL.md frontmatter at pm-data-analytics/skills/sql-queries/SKILL.md",[619],{"path":603,"priority":321},{"basePath":621,"description":622,"displayName":623,"installMethods":624,"rationale":625,"selectedPaths":626,"source":327,"sourceLanguage":18,"type":246},"pm-execution/skills/brainstorm-okrs","Brainstorm team-level OKRs aligned with company objectives — qualitative objectives with measurable key results. Use when setting quarterly OKRs, aligning team goals with company strategy, drafting objectives, or learning how to write effective OKRs.","brainstorm-okrs",{"claudeCode":12},"SKILL.md frontmatter at pm-execution/skills/brainstorm-okrs/SKILL.md",[627],{"path":603,"priority":321},{"basePath":629,"description":630,"displayName":631,"installMethods":632,"rationale":633,"selectedPaths":634,"source":327,"sourceLanguage":18,"type":246},"pm-execution/skills/create-prd","Create a Product Requirements Document using a comprehensive 8-section template covering problem, objectives, segments, value propositions, solution, and release planning. Use when writing a PRD, documenting product requirements, preparing a feature spec, or reviewing an existing PRD.","create-prd",{"claudeCode":12},"SKILL.md frontmatter at pm-execution/skills/create-prd/SKILL.md",[635],{"path":603,"priority":321},{"basePath":637,"description":638,"displayName":639,"installMethods":640,"rationale":641,"selectedPaths":642,"source":327,"sourceLanguage":18,"type":246},"pm-execution/skills/dummy-dataset","Generate realistic dummy datasets for testing with customizable columns, constraints, and output formats (CSV, JSON, SQL, Python script). Use when creating test data, building mock datasets, or generating sample data for development and demos.","dummy-dataset",{"claudeCode":12},"SKILL.md frontmatter at pm-execution/skills/dummy-dataset/SKILL.md",[643],{"path":603,"priority":321},{"basePath":645,"description":646,"displayName":647,"installMethods":648,"rationale":649,"selectedPaths":650,"source":327,"sourceLanguage":18,"type":246},"pm-execution/skills/job-stories","Create job stories using the 'When [situation], I want to [motivation], so I can [outcome]' format with detailed acceptance criteria. Use when writing job stories, creating JTBD-style backlog items, or expressing user situations and motivations.","job-stories",{"claudeCode":12},"SKILL.md frontmatter at pm-execution/skills/job-stories/SKILL.md",[651],{"path":603,"priority":321},{"basePath":653,"description":654,"displayName":655,"installMethods":656,"rationale":657,"selectedPaths":658,"source":327,"sourceLanguage":18,"type":246},"pm-execution/skills/outcome-roadmap","Transform an output-focused roadmap into an outcome-focused one that communicates strategic intent. Rewrites initiatives as outcome statements reflecting user and business impacts. Use when shifting to outcome roadmaps, making a roadmap more strategic, or rewriting feature lists as outcomes.","outcome-roadmap",{"claudeCode":12},"SKILL.md frontmatter at pm-execution/skills/outcome-roadmap/SKILL.md",[659],{"path":603,"priority":321},{"basePath":661,"description":662,"displayName":663,"installMethods":664,"rationale":665,"selectedPaths":666,"source":327,"sourceLanguage":18,"type":246},"pm-execution/skills/pre-mortem","Run a pre-mortem risk analysis on a PRD or launch plan. Categorizes risks as Tigers (real problems), Paper Tigers (overblown concerns), and Elephants (unspoken worries), then classifies as launch-blocking, fast-follow, or track. Use when preparing for launch, stress-testing a product plan, or identifying what could go wrong.","pre-mortem",{"claudeCode":12},"SKILL.md frontmatter at pm-execution/skills/pre-mortem/SKILL.md",[667],{"path":603,"priority":321},{"basePath":669,"description":670,"displayName":671,"installMethods":672,"rationale":673,"selectedPaths":674,"source":327,"sourceLanguage":18,"type":246},"pm-execution/skills/prioritization-frameworks","Reference guide to 9 prioritization frameworks with formulas, when-to-use guidance, and templates — RICE, ICE, Kano, MoSCoW, Opportunity Score, and more. Use when selecting a prioritization method, comparing frameworks like RICE vs ICE, or learning how different prioritization approaches work.","prioritization-frameworks",{"claudeCode":12},"SKILL.md frontmatter at pm-execution/skills/prioritization-frameworks/SKILL.md",[675],{"path":603,"priority":321},{"basePath":677,"description":678,"displayName":679,"installMethods":680,"rationale":681,"selectedPaths":682,"source":327,"sourceLanguage":18,"type":246},"pm-execution/skills/release-notes","Generate user-facing release notes from tickets, PRDs, or changelogs. Creates clear, engaging summaries organized by category (new features, improvements, fixes). Use when writing release notes, creating changelogs, announcing product updates, or summarizing what shipped.","release-notes",{"claudeCode":12},"SKILL.md frontmatter at pm-execution/skills/release-notes/SKILL.md",[683],{"path":603,"priority":321},{"basePath":685,"description":686,"displayName":687,"installMethods":688,"rationale":689,"selectedPaths":690,"source":327,"sourceLanguage":18,"type":246},"pm-execution/skills/retro","Facilitate a structured sprint retrospective — what went well, what didn't, and prioritized action items with owners and deadlines. Use when running a retrospective, reflecting on a sprint, creating action items from team feedback, or learning how to run effective retros.","retro",{"claudeCode":12},"SKILL.md frontmatter at pm-execution/skills/retro/SKILL.md",[691],{"path":603,"priority":321},{"basePath":693,"description":694,"displayName":695,"installMethods":696,"rationale":697,"selectedPaths":698,"source":327,"sourceLanguage":18,"type":246},"pm-execution/skills/sprint-plan","Plan a sprint with capacity estimation, story selection, dependency mapping, and risk identification. Use when preparing for sprint planning, estimating team capacity, selecting stories, or balancing sprint scope against velocity.","sprint-plan",{"claudeCode":12},"SKILL.md frontmatter at pm-execution/skills/sprint-plan/SKILL.md",[699],{"path":603,"priority":321},{"basePath":701,"description":702,"displayName":703,"installMethods":704,"rationale":705,"selectedPaths":706,"source":327,"sourceLanguage":18,"type":246},"pm-execution/skills/stakeholder-map","Build a stakeholder map using a power/interest grid, identify communication strategies per quadrant, and generate a communication plan. Use when managing stakeholders, preparing for a launch, aligning cross-functional teams, or planning stakeholder engagement.","stakeholder-map",{"claudeCode":12},"SKILL.md frontmatter at pm-execution/skills/stakeholder-map/SKILL.md",[707],{"path":603,"priority":321},{"basePath":243,"description":10,"displayName":13,"installMethods":709,"rationale":710,"selectedPaths":711,"source":327,"sourceLanguage":18,"type":246},{"claudeCode":12},"SKILL.md frontmatter at pm-execution/skills/summarize-meeting/SKILL.md",[712],{"path":603,"priority":321},{"basePath":714,"description":715,"displayName":716,"installMethods":717,"rationale":718,"selectedPaths":719,"source":327,"sourceLanguage":18,"type":246},"pm-execution/skills/test-scenarios","Create comprehensive test scenarios from user stories with test objectives, starting conditions, user roles, step-by-step actions, and expected outcomes. Use when writing QA test cases, creating test plans, defining acceptance tests, or preparing for feature validation.","test-scenarios",{"claudeCode":12},"SKILL.md frontmatter at pm-execution/skills/test-scenarios/SKILL.md",[720],{"path":603,"priority":321},{"basePath":722,"description":723,"displayName":724,"installMethods":725,"rationale":726,"selectedPaths":727,"source":327,"sourceLanguage":18,"type":246},"pm-execution/skills/user-stories","Create user stories following the 3 C's (Card, Conversation, Confirmation) and INVEST criteria with descriptions, design links, and acceptance criteria. Use when writing user stories, breaking down features into backlog items, or defining acceptance criteria.","user-stories",{"claudeCode":12},"SKILL.md frontmatter at pm-execution/skills/user-stories/SKILL.md",[728],{"path":603,"priority":321},{"basePath":730,"description":731,"displayName":732,"installMethods":733,"rationale":734,"selectedPaths":735,"source":327,"sourceLanguage":18,"type":246},"pm-execution/skills/wwas","Create product backlog items in Why-What-Acceptance format — independent, valuable, testable items with strategic context. Use when writing structured backlog items, breaking features into work items, or using the WWA format.","wwas",{"claudeCode":12},"SKILL.md frontmatter at pm-execution/skills/wwas/SKILL.md",[736],{"path":603,"priority":321},{"basePath":738,"description":739,"displayName":740,"installMethods":741,"rationale":742,"selectedPaths":743,"source":327,"sourceLanguage":18,"type":246},"pm-go-to-market/skills/beachhead-segment","Identify the first beachhead market segment for a product launch. Evaluates segments against burning pain, willingness to pay, winnable market share, and referral potential. Use when choosing a first market, targeting an initial customer segment, or planning market entry strategy.","beachhead-segment",{"claudeCode":12},"SKILL.md frontmatter at pm-go-to-market/skills/beachhead-segment/SKILL.md",[744],{"path":603,"priority":321},{"basePath":746,"description":747,"displayName":748,"installMethods":749,"rationale":750,"selectedPaths":751,"source":327,"sourceLanguage":18,"type":246},"pm-go-to-market/skills/competitive-battlecard","Create sales-ready competitive battlecards comparing your product against a specific competitor — positioning, feature comparison, objection handling, and win/loss patterns. Use when preparing sales teams, creating competitive materials, or responding to 'why not competitor X?'","competitive-battlecard",{"claudeCode":12},"SKILL.md frontmatter at pm-go-to-market/skills/competitive-battlecard/SKILL.md",[752],{"path":603,"priority":321},{"basePath":754,"description":755,"displayName":756,"installMethods":757,"rationale":758,"selectedPaths":759,"source":327,"sourceLanguage":18,"type":246},"pm-go-to-market/skills/growth-loops","Identify growth loops (flywheels) for sustainable traction. Evaluates 5 loop types: Viral, Usage, Collaboration, User-Generated, and Referral. Use when designing growth mechanisms, building product-led traction, or understanding how growth loops work.","growth-loops",{"claudeCode":12},"SKILL.md frontmatter at pm-go-to-market/skills/growth-loops/SKILL.md",[760],{"path":603,"priority":321},{"basePath":762,"description":763,"displayName":764,"installMethods":765,"rationale":766,"selectedPaths":767,"source":327,"sourceLanguage":18,"type":246},"pm-go-to-market/skills/gtm-motions","Identify the best GTM motions and tools across 7 motion types: Inbound, Outbound, Paid Digital, Community, Partners, ABM, and PLG. Use when selecting marketing channels, choosing between inbound and outbound strategy, or planning cross-channel campaigns.","gtm-motions",{"claudeCode":12},"SKILL.md frontmatter at pm-go-to-market/skills/gtm-motions/SKILL.md",[768],{"path":603,"priority":321},{"basePath":770,"description":771,"displayName":772,"installMethods":773,"rationale":774,"selectedPaths":775,"source":327,"sourceLanguage":18,"type":246},"pm-go-to-market/skills/gtm-strategy","Create a go-to-market strategy covering marketing channels, messaging, success metrics, and launch timeline. Use when planning a product launch, creating a GTM plan from scratch, or defining a launch strategy for a new market.","gtm-strategy",{"claudeCode":12},"SKILL.md frontmatter at pm-go-to-market/skills/gtm-strategy/SKILL.md",[776],{"path":603,"priority":321},{"basePath":778,"description":779,"displayName":780,"installMethods":781,"rationale":782,"selectedPaths":783,"source":327,"sourceLanguage":18,"type":246},"pm-go-to-market/skills/ideal-customer-profile","Identify the Ideal Customer Profile (ICP) from research data with demographics, behaviors, JTBD, and needs. Use when defining your ICP, analyzing PMF survey data, or understanding who your best customers are.","ideal-customer-profile",{"claudeCode":12},"SKILL.md frontmatter at pm-go-to-market/skills/ideal-customer-profile/SKILL.md",[784],{"path":603,"priority":321},{"basePath":786,"description":787,"displayName":788,"installMethods":789,"rationale":790,"selectedPaths":791,"source":327,"sourceLanguage":18,"type":246},"pm-market-research/skills/competitor-analysis","Analyze competitors with strengths, weaknesses, and differentiation opportunities. Identifies direct competitors and maps the competitive landscape. Use when doing competitive research, preparing a competitive brief, or finding differentiation opportunities.","competitor-analysis",{"claudeCode":12},"SKILL.md frontmatter at pm-market-research/skills/competitor-analysis/SKILL.md",[792],{"path":603,"priority":321},{"basePath":794,"description":795,"displayName":796,"installMethods":797,"rationale":798,"selectedPaths":799,"source":327,"sourceLanguage":18,"type":246},"pm-market-research/skills/customer-journey-map","Create an end-to-end customer journey map with stages, touchpoints, emotions, pain points, and opportunities. Use when mapping the customer experience, identifying friction points, improving onboarding, or visualizing the user journey.","customer-journey-map",{"claudeCode":12},"SKILL.md frontmatter at pm-market-research/skills/customer-journey-map/SKILL.md",[800],{"path":603,"priority":321},{"basePath":802,"description":803,"displayName":804,"installMethods":805,"rationale":806,"selectedPaths":807,"source":327,"sourceLanguage":18,"type":246},"pm-market-research/skills/market-segments","Identify 3-5 potential customer segments with demographics, JTBD, and product fit analysis. Use when exploring market segments, identifying target audiences, evaluating new markets, or learning how to segment a market.","market-segments",{"claudeCode":12},"SKILL.md frontmatter at pm-market-research/skills/market-segments/SKILL.md",[808],{"path":603,"priority":321},{"basePath":810,"description":811,"displayName":812,"installMethods":813,"rationale":814,"selectedPaths":815,"source":327,"sourceLanguage":18,"type":246},"pm-market-research/skills/market-sizing","Estimate market size using TAM, SAM, and SOM with top-down and bottom-up approaches. Use when sizing a market opportunity, estimating addressable market, preparing for investor pitches, or evaluating market entry.","market-sizing",{"claudeCode":12},"SKILL.md frontmatter at pm-market-research/skills/market-sizing/SKILL.md",[816],{"path":603,"priority":321},{"basePath":818,"description":819,"displayName":820,"installMethods":821,"rationale":822,"selectedPaths":823,"source":327,"sourceLanguage":18,"type":246},"pm-market-research/skills/sentiment-analysis","Analyze user feedback data to identify segments with sentiment scores, JTBD, and product satisfaction insights. Use when analyzing user feedback at scale, running sentiment analysis on reviews or surveys, or identifying satisfaction patterns.","sentiment-analysis",{"claudeCode":12},"SKILL.md frontmatter at pm-market-research/skills/sentiment-analysis/SKILL.md",[824],{"path":603,"priority":321},{"basePath":826,"description":827,"displayName":828,"installMethods":829,"rationale":830,"selectedPaths":831,"source":327,"sourceLanguage":18,"type":246},"pm-market-research/skills/user-personas","Create refined user personas from research data — 3 personas with JTBD, pains, gains, and unexpected insights. Use when building personas from survey data, creating user profiles from research, or segmenting users for product decisions.","user-personas",{"claudeCode":12},"SKILL.md frontmatter at pm-market-research/skills/user-personas/SKILL.md",[832],{"path":603,"priority":321},{"basePath":834,"description":835,"displayName":836,"installMethods":837,"rationale":838,"selectedPaths":839,"source":327,"sourceLanguage":18,"type":246},"pm-market-research/skills/user-segmentation","Segment users from feedback data based on behavior, JTBD, and needs. Identifies at least 3 distinct user segments. Use when segmenting a user base, analyzing diverse user feedback, or building a segmentation model.","user-segmentation",{"claudeCode":12},"SKILL.md frontmatter at pm-market-research/skills/user-segmentation/SKILL.md",[840],{"path":603,"priority":321},{"basePath":842,"description":843,"displayName":844,"installMethods":845,"rationale":846,"selectedPaths":847,"source":327,"sourceLanguage":18,"type":246},"pm-marketing-growth/skills/marketing-ideas","Generate 5 creative, cost-effective marketing ideas with channels, messaging, and engagement rationale. Use when brainstorming marketing campaigns, planning product promotion, or looking for creative marketing tactics.","marketing-ideas",{"claudeCode":12},"SKILL.md frontmatter at pm-marketing-growth/skills/marketing-ideas/SKILL.md",[848],{"path":603,"priority":321},{"basePath":850,"description":851,"displayName":852,"installMethods":853,"rationale":854,"selectedPaths":855,"source":327,"sourceLanguage":18,"type":246},"pm-marketing-growth/skills/north-star-metric","Define a North Star Metric and 3-5 supporting input metrics that form a metrics constellation. Classify the business game (Attention, Transaction, Productivity) and validate against 7 criteria for an effective North Star. Use when choosing a North Star Metric, setting up a metrics framework, learning about the North Star Framework, or deciding what to measure.","north-star-metric",{"claudeCode":12},"SKILL.md frontmatter at pm-marketing-growth/skills/north-star-metric/SKILL.md",[856],{"path":603,"priority":321},{"basePath":858,"description":859,"displayName":860,"installMethods":861,"rationale":862,"selectedPaths":863,"source":327,"sourceLanguage":18,"type":246},"pm-marketing-growth/skills/positioning-ideas","Brainstorm product positioning ideas differentiated from competitors. Identifies top competitors and generates positioning statements with rationale. Use when developing product positioning, differentiating from competitors, or crafting brand positioning strategy.","positioning-ideas",{"claudeCode":12},"SKILL.md frontmatter at pm-marketing-growth/skills/positioning-ideas/SKILL.md",[864],{"path":603,"priority":321},{"basePath":866,"description":867,"displayName":868,"installMethods":869,"rationale":870,"selectedPaths":871,"source":327,"sourceLanguage":18,"type":246},"pm-marketing-growth/skills/product-name","Brainstorm 5 unique, memorable product names with rationale aligned to brand values and target audience. Use when naming a new product, rebranding, or exploring product name ideas.","product-name",{"claudeCode":12},"SKILL.md frontmatter at pm-marketing-growth/skills/product-name/SKILL.md",[872],{"path":603,"priority":321},{"basePath":874,"description":875,"displayName":876,"installMethods":877,"rationale":878,"selectedPaths":879,"source":327,"sourceLanguage":18,"type":246},"pm-marketing-growth/skills/value-prop-statements","Generate value proposition statements for marketing, sales, and onboarding from existing value propositions. Use when writing marketing copy, creating sales messaging, or crafting onboarding messages.","value-prop-statements",{"claudeCode":12},"SKILL.md frontmatter at pm-marketing-growth/skills/value-prop-statements/SKILL.md",[880],{"path":603,"priority":321},{"basePath":882,"description":883,"displayName":884,"installMethods":885,"rationale":886,"selectedPaths":887,"source":327,"sourceLanguage":18,"type":246},"pm-product-discovery/skills/analyze-feature-requests","Analyze and prioritize a list of feature requests by theme, strategic alignment, impact, effort, and risk. Use when reviewing customer feature requests, triaging a backlog, or making prioritization decisions.","analyze-feature-requests",{"claudeCode":12},"SKILL.md frontmatter at pm-product-discovery/skills/analyze-feature-requests/SKILL.md",[888],{"path":603,"priority":321},{"basePath":890,"description":891,"displayName":892,"installMethods":893,"rationale":894,"selectedPaths":895,"source":327,"sourceLanguage":18,"type":246},"pm-product-discovery/skills/brainstorm-experiments-existing","Design experiments to test assumptions for an existing product — prototypes, A/B tests, spikes, and other low-effort validation methods. Use when validating assumptions, testing feature ideas cheaply, or planning product experiments.","brainstorm-experiments-existing",{"claudeCode":12},"SKILL.md frontmatter at pm-product-discovery/skills/brainstorm-experiments-existing/SKILL.md",[896],{"path":603,"priority":321},{"basePath":898,"description":899,"displayName":900,"installMethods":901,"rationale":902,"selectedPaths":903,"source":327,"sourceLanguage":18,"type":246},"pm-product-discovery/skills/brainstorm-experiments-new","Design lean startup experiments (pretotypes) for a new product. Creates XYZ hypotheses and suggests low-effort validation methods like landing pages, explainer videos, and pre-orders. Use when validating a new product idea, creating pretotypes, or testing market demand.","brainstorm-experiments-new",{"claudeCode":12},"SKILL.md frontmatter at pm-product-discovery/skills/brainstorm-experiments-new/SKILL.md",[904],{"path":603,"priority":321},{"basePath":906,"description":907,"displayName":908,"installMethods":909,"rationale":910,"selectedPaths":911,"source":327,"sourceLanguage":18,"type":246},"pm-product-discovery/skills/brainstorm-ideas-existing","Brainstorm product ideas for an existing product using multi-perspective ideation from PM, Designer, and Engineer viewpoints. Use when generating new feature ideas, brainstorming solutions for an identified opportunity, or ideating with a product trio.","brainstorm-ideas-existing",{"claudeCode":12},"SKILL.md frontmatter at pm-product-discovery/skills/brainstorm-ideas-existing/SKILL.md",[912],{"path":603,"priority":321},{"basePath":914,"description":915,"displayName":916,"installMethods":917,"rationale":918,"selectedPaths":919,"source":327,"sourceLanguage":18,"type":246},"pm-product-discovery/skills/brainstorm-ideas-new","Brainstorm feature ideas for a new product in initial discovery from PM, Designer, and Engineer perspectives. Use when starting product discovery for a new product, exploring features for a startup idea, or doing initial ideation.","brainstorm-ideas-new",{"claudeCode":12},"SKILL.md frontmatter at pm-product-discovery/skills/brainstorm-ideas-new/SKILL.md",[920],{"path":603,"priority":321},{"basePath":922,"description":923,"displayName":924,"installMethods":925,"rationale":926,"selectedPaths":927,"source":327,"sourceLanguage":18,"type":246},"pm-product-discovery/skills/identify-assumptions-existing","Identify risky assumptions for a feature idea in an existing product across Value, Usability, Viability, and Feasibility. Uses multi-perspective devil's advocate thinking. Use when stress-testing a feature idea, doing risk assessment, or preparing for assumption mapping.","identify-assumptions-existing",{"claudeCode":12},"SKILL.md frontmatter at pm-product-discovery/skills/identify-assumptions-existing/SKILL.md",[928],{"path":603,"priority":321},{"basePath":930,"description":931,"displayName":932,"installMethods":933,"rationale":934,"selectedPaths":935,"source":327,"sourceLanguage":18,"type":246},"pm-product-discovery/skills/identify-assumptions-new","Identify risky assumptions for a new product idea across 8 risk categories including Go-to-Market, Strategy, and Team. Use when evaluating startup risks, assessing a new product concept, or mapping assumptions for a new venture.","identify-assumptions-new",{"claudeCode":12},"SKILL.md frontmatter at pm-product-discovery/skills/identify-assumptions-new/SKILL.md",[936],{"path":603,"priority":321},{"basePath":938,"description":939,"displayName":940,"installMethods":941,"rationale":942,"selectedPaths":943,"source":327,"sourceLanguage":18,"type":246},"pm-product-discovery/skills/interview-script","Create a structured customer interview script with JTBD probing questions, warm-up, core exploration, and wrap-up sections. Follows The Mom Test principles — no leading questions, no pitching, focus on past behavior. Use when preparing for user interviews, creating interview guides, or planning discovery research.","interview-script",{"claudeCode":12},"SKILL.md frontmatter at pm-product-discovery/skills/interview-script/SKILL.md",[944],{"path":603,"priority":321},{"basePath":946,"description":947,"displayName":948,"installMethods":949,"rationale":950,"selectedPaths":951,"source":327,"sourceLanguage":18,"type":246},"pm-product-discovery/skills/metrics-dashboard","Define and design a product metrics dashboard with key metrics, data sources, visualization types, and alert thresholds. Use when creating a metrics dashboard, defining KPIs, setting up product analytics, or building a data monitoring plan.","metrics-dashboard",{"claudeCode":12},"SKILL.md frontmatter at pm-product-discovery/skills/metrics-dashboard/SKILL.md",[952],{"path":603,"priority":321},{"basePath":954,"description":955,"displayName":956,"installMethods":957,"rationale":958,"selectedPaths":959,"source":327,"sourceLanguage":18,"type":246},"pm-product-discovery/skills/opportunity-solution-tree","Build an Opportunity Solution Tree (OST) to structure product discovery — map a desired outcome to opportunities, solutions, and experiments. Based on Teresa Torres' Continuous Discovery Habits. Use when structuring discovery work, mapping opportunities to solutions, or deciding what to build next.","opportunity-solution-tree",{"claudeCode":12},"SKILL.md frontmatter at pm-product-discovery/skills/opportunity-solution-tree/SKILL.md",[960],{"path":603,"priority":321},{"basePath":962,"description":963,"displayName":964,"installMethods":965,"rationale":966,"selectedPaths":967,"source":327,"sourceLanguage":18,"type":246},"pm-product-discovery/skills/prioritize-assumptions","Prioritize assumptions using an Impact × Risk matrix and suggest experiments for each. Use when triaging a list of assumptions, deciding what to test first, or applying the assumption prioritization canvas.","prioritize-assumptions",{"claudeCode":12},"SKILL.md frontmatter at pm-product-discovery/skills/prioritize-assumptions/SKILL.md",[968],{"path":603,"priority":321},{"basePath":970,"description":971,"displayName":972,"installMethods":973,"rationale":974,"selectedPaths":975,"source":327,"sourceLanguage":18,"type":246},"pm-product-discovery/skills/prioritize-features","Prioritize a backlog of feature ideas based on impact, effort, risk, and strategic alignment with top 5 recommendations. Use when prioritizing a feature backlog, making scope decisions, or ranking product ideas.","prioritize-features",{"claudeCode":12},"SKILL.md frontmatter at pm-product-discovery/skills/prioritize-features/SKILL.md",[976],{"path":603,"priority":321},{"basePath":978,"description":979,"displayName":980,"installMethods":981,"rationale":982,"selectedPaths":983,"source":327,"sourceLanguage":18,"type":246},"pm-product-discovery/skills/summarize-interview","Summarize a customer interview transcript into a structured template with JTBD, satisfaction signals, and action items. Use when processing interview recordings or transcripts, synthesizing discovery interviews, or creating interview summaries.","summarize-interview",{"claudeCode":12},"SKILL.md frontmatter at pm-product-discovery/skills/summarize-interview/SKILL.md",[984],{"path":603,"priority":321},{"basePath":986,"description":987,"displayName":988,"installMethods":989,"rationale":990,"selectedPaths":991,"source":327,"sourceLanguage":18,"type":246},"pm-product-strategy/skills/ansoff-matrix","Generate an Ansoff Matrix analysis mapping growth strategies across market penetration, market development, product development, and diversification. Use when considering growth options, planning market expansion, or evaluating strategic growth paths.","ansoff-matrix",{"claudeCode":12},"SKILL.md frontmatter at pm-product-strategy/skills/ansoff-matrix/SKILL.md",[992],{"path":603,"priority":321},{"basePath":994,"description":995,"displayName":996,"installMethods":997,"rationale":998,"selectedPaths":999,"source":327,"sourceLanguage":18,"type":246},"pm-product-strategy/skills/business-model","Generate a Business Model Canvas with all 9 building blocks. Use when creating a business model, documenting how a business creates value, or analyzing an existing business model.","business-model",{"claudeCode":12},"SKILL.md frontmatter at pm-product-strategy/skills/business-model/SKILL.md",[1000],{"path":603,"priority":321},{"basePath":1002,"description":1003,"displayName":1004,"installMethods":1005,"rationale":1006,"selectedPaths":1007,"source":327,"sourceLanguage":18,"type":246},"pm-product-strategy/skills/lean-canvas","Generate a Lean Canvas with problem, solution, metrics, cost structure, UVP, unfair advantage, channels, segments, and revenue. Use when exploring a lean startup canvas, testing a business hypothesis, or modeling a new venture.","lean-canvas",{"claudeCode":12},"SKILL.md frontmatter at pm-product-strategy/skills/lean-canvas/SKILL.md",[1008],{"path":603,"priority":321},{"basePath":1010,"description":1011,"displayName":1012,"installMethods":1013,"rationale":1014,"selectedPaths":1015,"source":327,"sourceLanguage":18,"type":246},"pm-product-strategy/skills/monetization-strategy","Brainstorm 3-5 monetization strategies with audience fit, risks, and validation experiments. Use when exploring revenue models, evaluating pricing strategies, or deciding how to monetize a product.","monetization-strategy",{"claudeCode":12},"SKILL.md frontmatter at pm-product-strategy/skills/monetization-strategy/SKILL.md",[1016],{"path":603,"priority":321},{"basePath":1018,"description":1019,"displayName":1020,"installMethods":1021,"rationale":1022,"selectedPaths":1023,"source":327,"sourceLanguage":18,"type":246},"pm-product-strategy/skills/pestle-analysis","Perform a PESTLE analysis covering Political, Economic, Social, Technological, Legal, and Environmental factors. Use when assessing the macro environment, doing strategic planning, or evaluating external factors affecting your business.","pestle-analysis",{"claudeCode":12},"SKILL.md frontmatter at pm-product-strategy/skills/pestle-analysis/SKILL.md",[1024],{"path":603,"priority":321},{"basePath":1026,"description":1027,"displayName":1028,"installMethods":1029,"rationale":1030,"selectedPaths":1031,"source":327,"sourceLanguage":18,"type":246},"pm-product-strategy/skills/porters-five-forces","Perform Porter's Five Forces analysis — competitive rivalry, supplier power, buyer power, threat of substitutes, and threat of new entrants. Use when analyzing industry dynamics, assessing competitive forces, or evaluating market attractiveness.","porters-five-forces",{"claudeCode":12},"SKILL.md frontmatter at pm-product-strategy/skills/porters-five-forces/SKILL.md",[1032],{"path":603,"priority":321},{"basePath":1034,"description":1035,"displayName":1036,"installMethods":1037,"rationale":1038,"selectedPaths":1039,"source":327,"sourceLanguage":18,"type":246},"pm-product-strategy/skills/pricing-strategy","Analyze and design pricing strategies including pricing models, competitive pricing analysis, willingness-to-pay estimation, and price elasticity. Use when setting prices, evaluating pricing models, preparing for a pricing change, or comparing freemium vs paid approaches.","pricing-strategy",{"claudeCode":12},"SKILL.md frontmatter at pm-product-strategy/skills/pricing-strategy/SKILL.md",[1040],{"path":603,"priority":321},{"basePath":1042,"description":1043,"displayName":1044,"installMethods":1045,"rationale":1046,"selectedPaths":1047,"source":327,"sourceLanguage":18,"type":246},"pm-product-strategy/skills/product-strategy","Create a comprehensive product strategy using the 9-section Product Strategy Canvas — vision, segments, costs, value propositions, trade-offs, metrics, growth, capabilities, and defensibility. Use when building a product strategy, creating a strategic plan, or defining product direction.","product-strategy",{"claudeCode":12},"SKILL.md frontmatter at pm-product-strategy/skills/product-strategy/SKILL.md",[1048],{"path":603,"priority":321},{"basePath":1050,"description":1051,"displayName":1052,"installMethods":1053,"rationale":1054,"selectedPaths":1055,"source":327,"sourceLanguage":18,"type":246},"pm-product-strategy/skills/product-vision","Brainstorm an inspiring, achievable, and emotional product vision that motivates teams and aligns stakeholders. Use when defining or refining a product vision, creating a vision statement, or aligning the team around a shared direction.","product-vision",{"claudeCode":12},"SKILL.md frontmatter at pm-product-strategy/skills/product-vision/SKILL.md",[1056],{"path":603,"priority":321},{"basePath":1058,"description":1059,"displayName":1060,"installMethods":1061,"rationale":1062,"selectedPaths":1063,"source":327,"sourceLanguage":18,"type":246},"pm-product-strategy/skills/startup-canvas","Generate a Startup Canvas combining Product Strategy (9 sections) and Business Model (costs + revenue) for a new product. An alternative to BMC and Lean Canvas that separates strategy from business model. Use when launching a new product or evaluating a startup concept.","startup-canvas",{"claudeCode":12},"SKILL.md frontmatter at pm-product-strategy/skills/startup-canvas/SKILL.md",[1064],{"path":603,"priority":321},{"basePath":1066,"description":1067,"displayName":1068,"installMethods":1069,"rationale":1070,"selectedPaths":1071,"source":327,"sourceLanguage":18,"type":246},"pm-product-strategy/skills/swot-analysis","Perform a detailed SWOT analysis — strengths, weaknesses, opportunities, and threats with actionable recommendations. Use when doing strategic assessment, competitive analysis, or evaluating a product or business position.","swot-analysis",{"claudeCode":12},"SKILL.md frontmatter at pm-product-strategy/skills/swot-analysis/SKILL.md",[1072],{"path":603,"priority":321},{"basePath":1074,"description":1075,"displayName":1076,"installMethods":1077,"rationale":1078,"selectedPaths":1079,"source":327,"sourceLanguage":18,"type":246},"pm-product-strategy/skills/value-proposition","Design a detailed value proposition using a 6-part JTBD template — Who, Why, What before, How, What after, Alternatives. Use when creating a value proposition, analyzing customer value delivery, or articulating why customers should choose your product.","value-proposition",{"claudeCode":12},"SKILL.md frontmatter at pm-product-strategy/skills/value-proposition/SKILL.md",[1080],{"path":603,"priority":321},{"basePath":1082,"description":1083,"displayName":1084,"installMethods":1085,"rationale":1086,"selectedPaths":1087,"source":327,"sourceLanguage":18,"type":246},"pm-toolkit/skills/draft-nda","Draft a detailed Non-Disclosure Agreement between two parties covering information types, jurisdiction, and clauses needing legal review. Use when creating confidentiality agreements or preparing an NDA for a partnership.","draft-nda",{"claudeCode":12},"SKILL.md frontmatter at pm-toolkit/skills/draft-nda/SKILL.md",[1088],{"path":603,"priority":321},{"basePath":1090,"description":1091,"displayName":1092,"installMethods":1093,"rationale":1094,"selectedPaths":1095,"source":327,"sourceLanguage":18,"type":246},"pm-toolkit/skills/grammar-check","Identify grammar, logical, and flow errors in text and suggest targeted fixes without rewriting the entire text. Use when proofreading content, checking writing quality, or reviewing a draft.","grammar-check",{"claudeCode":12},"SKILL.md frontmatter at pm-toolkit/skills/grammar-check/SKILL.md",[1096],{"path":603,"priority":321},{"basePath":1098,"description":1099,"displayName":1100,"installMethods":1101,"rationale":1102,"selectedPaths":1103,"source":327,"sourceLanguage":18,"type":246},"pm-toolkit/skills/privacy-policy","Draft a detailed privacy policy covering data types, jurisdiction, GDPR and compliance considerations, and clauses needing legal review. Use when creating a privacy policy, updating data protection documentation, or preparing for compliance.","privacy-policy",{"claudeCode":12},"SKILL.md frontmatter at pm-toolkit/skills/privacy-policy/SKILL.md",[1104],{"path":603,"priority":321},{"basePath":1106,"description":1107,"displayName":1108,"installMethods":1109,"rationale":1110,"selectedPaths":1111,"source":327,"sourceLanguage":18,"type":246},"pm-toolkit/skills/review-resume","Comprehensive PM resume review and tailoring against 10 best practices including XYZ+S formula, keyword optimization, job-specific tailoring, and structure. Use when reviewing a PM resume, preparing for job applications, or improving resume impact.","review-resume",{"claudeCode":12},"SKILL.md frontmatter at pm-toolkit/skills/review-resume/SKILL.md",[1112],{"path":603,"priority":321},{"sources":1114},[1115],"manual",{"closedIssues90d":8,"description":1117,"forks":233,"homepage":1118,"license":238,"openIssues90d":234,"pushedAt":235,"readmeSize":231,"stars":236,"topics":1119},"PM Skills Marketplace: 100+ agentic skills, commands, and plugins — from discovery to strategy, execution, launch, and growth.","https://www.productcompass.pm/p/pm-skills-marketplace-claude",[1120,271,1121,1122,1123,1124,1125],"agent-skill-repository","agent-skills","agentic-skills","claude-code-marketplace","claude-code-plugins","claude-cowork-plugin",{"classifiedAt":1127,"discoverAt":1128,"extractAt":1129,"githubAt":1129,"updatedAt":1127},1778695382763,1778695377765,1778695380835,[216,213,217,215,214],{"evaluatedAt":241,"extractAt":290,"updatedAt":241},[],[1134,1165,1191,1220,1242,1271],{"_creationTime":1135,"_id":1136,"community":1137,"display":1138,"identity":1144,"providers":1148,"relations":1158,"tags":1161,"workflow":1162},1778695548458.4048,"k17e5nn93syzxrybh3he9fz5eh86nbme",{"reviewCount":8},{"description":1139,"installMethods":1140,"name":1142,"sourceUrl":1143},"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":1141},"pjt222/agent-almanac","teach-guidance","https://github.com/pjt222/agent-almanac",{"basePath":1145,"githubOwner":1146,"githubRepo":1147,"locale":18,"slug":1142,"type":246},"skills/teach-guidance","pjt222","agent-almanac",{"evaluate":1149,"extract":1157},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1150,"tags":1151,"targetMarket":218,"tier":219},100,[1152,1153,1154,216,1155,1156],"teaching","coaching","presentation","explanation","guidance",{"commitSha":280},{"parentExtensionId":1159,"repoId":1160},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[1153,216,1155,1156,1154,1152],{"evaluatedAt":1163,"extractAt":1164,"updatedAt":1163},1778701952682,1778695548458,{"_creationTime":1166,"_id":1167,"community":1168,"display":1169,"identity":1173,"providers":1175,"relations":1187,"tags":1188,"workflow":1189},1778695548458.385,"k17avw7n0q0zss1q5kna5zvjzx86mdvr",{"reviewCount":8},{"description":1170,"installMethods":1171,"name":1172,"sourceUrl":1143},"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":1141},"prepare-inspection-readiness",{"basePath":1174,"githubOwner":1146,"githubRepo":1147,"locale":18,"slug":1172,"type":246},"skills/prepare-inspection-readiness",{"evaluate":1176,"extract":1186},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1150,"tags":1177,"targetMarket":218,"tier":219},[1178,1179,1180,1181,1182,1183,1184,216,1185],"compliance","gxp","inspection","fda","ema","mhra","readiness","process-automation",{"commitSha":280},{"parentExtensionId":1159,"repoId":1160},[1178,216,1182,1181,1179,1180,1183,1185,1184],{"evaluatedAt":1190,"extractAt":1164,"updatedAt":1190},1778700122939,{"_creationTime":1192,"_id":1193,"community":1194,"display":1195,"identity":1201,"providers":1205,"relations":1213,"tags":1216,"workflow":1217},1778699234184.6135,"k175frmf44tn80mcd6gvw1c1th86ngq9",{"reviewCount":8},{"description":1196,"installMethods":1197,"name":1199,"sourceUrl":1200},"Invoke parallel document-specialist agents for external web searches and documentation lookup",{"claudeCode":1198},"Yeachan-Heo/oh-my-claudecode","external-context","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":1202,"githubOwner":1203,"githubRepo":1204,"locale":18,"slug":1199,"type":246},"skills/external-context","Yeachan-Heo","oh-my-claudecode",{"evaluate":1206,"extract":1212},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1150,"tags":1207,"targetMarket":218,"tier":219},[1208,216,1209,1210,1211],"search","research","information-retrieval","multi-agent",{"commitSha":280},{"parentExtensionId":1214,"repoId":1215},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[216,1210,1211,1209,1208],{"evaluatedAt":1218,"extractAt":1219,"updatedAt":1218},1778699449790,1778699234184,{"_creationTime":1221,"_id":1222,"community":1223,"display":1224,"identity":1228,"providers":1230,"relations":1238,"tags":1239,"workflow":1240},1778699234184.6133,"k170q6m14w6ah5ygc0jr5sa54986mpx7",{"reviewCount":8},{"description":1225,"installMethods":1226,"name":1227,"sourceUrl":1200},"Deep codebase initialization with hierarchical AGENTS.md documentation",{"claudeCode":1198},"deepinit",{"basePath":1229,"githubOwner":1203,"githubRepo":1204,"locale":18,"slug":1227,"type":246},"skills/deepinit",{"evaluate":1231,"extract":1237},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1150,"tags":1232,"targetMarket":218,"tier":219},[216,1233,1234,1235,1236],"codebase","agent","typescript","javascript",{"commitSha":280},{"parentExtensionId":1214,"repoId":1215},[1234,1233,216,1236,1235],{"evaluatedAt":1241,"extractAt":1219,"updatedAt":1241},1778699437749,{"_creationTime":1243,"_id":1244,"community":1245,"display":1246,"identity":1252,"providers":1256,"relations":1264,"tags":1266,"workflow":1267},1778699106670.4255,"k173sze6h2kdjhyfbveynf98t586n5wt",{"reviewCount":8},{"description":1247,"installMethods":1248,"name":1250,"sourceUrl":1251},"Use when the user wants to translate a repository README, make a repo multilingual, localize docs, add a language switcher, internationalize the README, or update localized README variants in a GitHub-style repository.",{"claudeCode":1249},"xixu-me/skills","readme-i18n","https://github.com/xixu-me/skills",{"basePath":1253,"githubOwner":1254,"githubRepo":1255,"locale":18,"slug":1250,"type":246},"skills/readme-i18n","xixu-me","skills",{"evaluate":1257,"extract":1263},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1150,"tags":1258,"targetMarket":218,"tier":219},[1259,216,1260,1261,1262],"localization","internationalization","markdown","github",{"commitSha":280},{"repoId":1265},"kd77r2vb42jmgam0qbr9f2c6kn86mebv",[216,1262,1260,1259,1261],{"evaluatedAt":1268,"extractAt":1269,"updatedAt":1270},1778699174967,1778699106670,1778699384013,{"_creationTime":1272,"_id":1273,"community":1274,"display":1275,"identity":1281,"providers":1285,"relations":1293,"tags":1295,"workflow":1296},1778698447161.8718,"k177rfsx01xb3yk52thpk5mqx986mpzp",{"reviewCount":8},{"description":1276,"installMethods":1277,"name":1279,"sourceUrl":1280},"Next.js 16 Cache Components - PPR, use cache directive, cacheLife, cacheTag, updateTag",{"claudeCode":1278},"vercel-labs/next-skills","next-cache-components","https://github.com/vercel-labs/next-skills",{"basePath":1282,"githubOwner":1283,"githubRepo":1284,"locale":18,"slug":1279,"type":246},"skills/next-cache-components","vercel-labs","next-skills",{"evaluate":1286,"extract":1292},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1150,"tags":1287,"targetMarket":218,"tier":219},[1288,1289,1290,1291,216],"nextjs","react","caching","performance",{"commitSha":280},{"repoId":1294},"kd74j5yynpnjmajhqjs5k1yd1186m086",[1290,216,1288,1291,1289],{"evaluatedAt":1297,"extractAt":1298,"updatedAt":1299},1778698475220,1778698447161,1778698524765]