[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-phuryn-ab-test-analysis-zh-CN":3,"guides-for-phuryn-ab-test-analysis":1131,"similar-k171hdk1e1ydmmxy71xavr9va586mwmj-zh-CN":1132},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":240,"isFallback":245,"parentExtension":246,"providers":305,"relations":309,"repo":310,"tags":1129,"workflow":1130},1778695383013.7268,"k171hdk1e1ydmmxy71xavr9va586mwmj",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"phuryn/pm-skills","ab-test-analysis","https://github.com/phuryn/pm-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":238},1778695592167.5176,"kn737zzazeqxw5hb0kc1q261n186mwjs","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"targetMarket":216,"tier":217,"useCases":218},[21,26,29,32,36,39,44,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,99,103,107,110,114,117,121,124,127,130,133,136,139,143,147,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of analyzing A/B test results with statistical rigor and provides specific use cases such as evaluating experiment results and deciding whether to ship a variant.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value over a simple prompt by providing structured analysis, statistical calculations, and concrete recommendations (ship/extend/stop), which goes beyond default LLM capabilities.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is production-ready as it addresses the complete lifecycle of A/B test analysis, from validation to interpretation and decision-making, and can generate Python scripts for calculations.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on the analysis of A/B test results, adhering to a single responsibility principle without extending into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the skill's capabilities, including statistical significance, sample size validation, confidence intervals, and decision recommendations.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This check is not applicable as the extension is a skill and does not expose explicit tools with verb-noun actions.",{"category":45,"check":46,"severity":42,"summary":47},"Documentation","Configuration & parameter reference","This skill does not appear to have configurable parameters or environment variables beyond the arguments it accepts for analysis.",{"category":33,"check":49,"severity":42,"summary":50},"Tool naming","This check is not applicable as the extension is a skill and does not expose explicit tools with distinct names.",{"category":33,"check":52,"severity":42,"summary":53},"Minimal I/O surface","This check is not applicable as the extension is a skill and does not expose explicit tools with parameter schemas and response shapes.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The extension is licensed under the MIT license, as indicated by the LICENSE file and the `license` field in the README.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on April 22, 2026, which is within the last 12 months.",{"category":59,"check":63,"severity":42,"summary":64},"Dependency Management","No third-party dependencies were detected in the skill's code or documentation.",{"category":66,"check":67,"severity":42,"summary":68},"Security","Secret Management","The skill does not handle or expose secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill's instructions focus on analysis and do not appear to execute or load untrusted third-party data as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill does not load external files at runtime or fetch remote content as instructions, thus avoiding supply-chain risks.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates on provided data and generates Python scripts, without attempting to modify files outside its designated scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were found in the skill's logic.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's functionality is confined to analyzing provided data and does not involve any outbound calls for submitting confidential information.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content is free of hidden-steering tricks and uses clean, printable ASCII characters.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill logic is presented as plain, readable instructions and does not involve obfuscated code, base64 payloads, or runtime fetched scripts.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill operates on provided data and generates Python scripts, making no structural assumptions about the user's project organization.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","0 issues opened and 0 closed in the last 90 days, indicating no current open issues or recent activity.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","A meaningful versioning signal is present via the `pushedAt` date (April 22, 2026), indicating recent updates.",{"category":104,"check":105,"severity":24,"summary":106},"Execution","Validation","The skill outlines the use of Python scripts for calculations, implying proper validation and sanitization of inputs within those scripts. The instructions also guide the user on providing data files.",{"category":66,"check":108,"severity":42,"summary":109},"Unguarded Destructive Operations","The skill is purely analytical and does not perform any destructive operations.",{"category":111,"check":112,"severity":24,"summary":113},"Code Execution","Error Handling","The instructions detail expected inputs and outputs, and the potential for generating Python scripts suggests error handling will be implemented within those scripts for calculations.",{"category":111,"check":115,"severity":42,"summary":116},"Logging","The skill is analytical and does not perform destructive actions or outbound calls that would require local audit logging.",{"category":118,"check":119,"severity":24,"summary":120},"Compliance","GDPR","The skill analyzes A/B test results and does not inherently operate on personal data without sanitization, focusing on statistical analysis of provided metrics.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill is focused on general A/B test analysis and has no regional or jurisdictional limitations, making it globally applicable.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The skill relies on standard data analysis practices and Python, with no assumptions about specific editors, shells, or operating systems beyond standard Python environments.",{"category":45,"check":128,"severity":24,"summary":129},"README","The README provides a comprehensive overview of the PM Skills Marketplace, its purpose, how it works, and installation instructions, serving as excellent documentation.",{"category":33,"check":131,"severity":42,"summary":132},"Tool surface size","This is a single skill and does not expose multiple tools or commands.",{"category":40,"check":134,"severity":42,"summary":135},"Overlapping near-synonym tools","This is a single skill and does not have overlapping near-synonym tools.",{"category":45,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features, such as statistical significance calculation and recommendation generation, are clearly described and implementable within the skill's scope.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear, copy-pasteable installation instructions for Claude Cowork and Claude Code, along with guidance for other assistants.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The instructions imply that generated Python scripts will handle errors, and the overall skill provides clear guidance on interpreting results and making decisions, suggesting actionable error paths.",{"category":104,"check":148,"severity":42,"summary":149},"Pinned dependencies","The skill does not explicitly list third-party dependencies or require a lockfile, as its primary function is data analysis and script generation.",{"category":33,"check":151,"severity":42,"summary":152},"Dry-run preview","The skill is analytical and does not perform state-changing operations or send data outward, thus a dry-run preview is not applicable.",{"category":154,"check":155,"severity":42,"summary":156},"Protocol","Idempotent retry & timeouts","The skill is analytical and does not involve remote calls or state-changing operations that would require idempotency or timeouts.",{"category":118,"check":158,"severity":24,"summary":159},"Telemetry opt-in","There is no indication of telemetry being collected by this skill; if it were, the marketplace's general practices would likely ensure opt-in.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill's purpose is precisely defined, stating it analyzes A/B test results with statistical rigor and provides clear recommendations, and it clearly outlines when to use it (evaluating experiments) and implicitly when not to (e.g., not for initial hypothesis generation).",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise, clearly stating the skill's name and purpose, making it easy for routing.",{"category":45,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is concise, outlining the steps for A/B test analysis and delegating deeper material to further reading links.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the analysis steps and links to external resources for further reading, demonstrating progressive disclosure.",{"category":170,"check":174,"severity":42,"summary":175},"Forked exploration","The skill is focused on direct analysis of provided data and does not involve deep exploration that would require forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The README provides clear examples for using the skills, and the SKILL.md outlines expected inputs (data files) and outputs (analysis summary, Python scripts).",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The instructions detail sample size validation, duration checks, and interpretation of significance, implicitly covering edge cases like underpowered tests or degraded guardrail metrics, with recovery steps implied by the recommendations.",{"category":111,"check":183,"severity":42,"summary":184},"Tool Fallback","The skill does not rely on external tools like an MCP server and operates standalone.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill's instructions guide the user through a structured process of validation and analysis, implying that unexpected states (e.g., insufficient data, invalid test setup) would halt the analysis or lead to a 'stop the test' recommendation.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","This skill is self-contained and does not rely on other skills being loaded in the same session.",1778695591994,"This skill analyzes A/B test results, validating sample size and duration, calculating statistical significance, confidence intervals, and providing actionable recommendations like ship/extend/stop based on the findings. It can also generate Python scripts for complex calculations when raw data is provided.",[195,196,197,198,199],"Statistical significance testing","Sample size and duration validation","Confidence interval calculation","Guardrail metric checking","Ship/extend/stop recommendation generation",[201,202,203],"Hypothesis generation for A/B tests","Designing initial experiment setups","Performing qualitative user research","3.0.0","4.4.0","Analyze A/B test results with statistical rigor to translate findings into clear product decisions, ensuring data-driven choices for product development.","The skill is highly polished with comprehensive documentation, clear purpose, and robust error handling implied through Python script generation. No critical or warning findings were identified.",98,"A high-quality skill for robust A/B test analysis and decision-making.",[211,212,213,214,215],"a-b-testing","analytics","statistics","product-management","data-analysis","global","verified",[219,220,221,222],"Evaluating experiment results with statistical rigor","Interpreting split test data for product decisions","Determining whether to ship a variant based on test outcomes","Validating test setup for sample size and duration",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"security":235,"testCoverage":237},{"hasLockfile":225},false,1778695574740,{"descriptionLength":228,"readmeSize":229},289,22032,{"closedIssues90d":8,"forks":231,"hasChangelog":225,"openIssues90d":232,"pushedAt":233,"stars":234},1305,8,1776868224000,11168,{"hasNpmPackage":225,"license":236,"smitheryVerified":225},"MIT",{"hasCi":225,"hasTests":225},{"updatedAt":239},1778695592167,{"basePath":241,"githubOwner":242,"githubRepo":243,"locale":18,"slug":13,"type":244},"pm-data-analytics/skills/ab-test-analysis","phuryn","pm-skills","skill",true,{"_creationTime":247,"_id":248,"community":249,"display":250,"identity":254,"parentExtension":257,"providers":291,"relations":301,"tags":302,"workflow":303},1778695383013.7258,"k178tymnbwshrrmjc2e1qtf8f586mfz3",{"reviewCount":8},{"description":251,"installMethods":252,"name":253,"sourceUrl":14},"Data analytics skills for PMs: SQL query generation and cohort analysis. Analyze user data, generate queries, and identify retention patterns.",{"claudeCode":253},"pm-data-analytics",{"basePath":253,"githubOwner":242,"githubRepo":243,"locale":255,"slug":253,"type":256},"fr","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":243,"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":242,"githubRepo":243,"locale":18,"slug":243,"type":266},"","marketplace",{"evaluate":268,"extract":279},{"promptVersionExtension":269,"promptVersionScoring":205,"score":270,"tags":271,"targetMarket":216,"tier":278},"3.1.0",95,[214,272,273,274,275,276,277],"workflows","ai-assistant","strategy","planning","execution","discovery","community",{"commitSha":280,"marketplace":281,"plugin":283},"HEAD",{"name":243,"pluginCount":232,"version":282},"1.0.1",{"mcpCount":8,"provider":284,"skillCount":8},"classify",{"repoId":286},"kd759mc43bg9ypk46ka87r3wa586npt5",[273,277,276,275,214,274,272],{"evaluatedAt":289,"extractAt":290,"updatedAt":289},1778695398826,1778695383013,{"evaluate":292,"extract":298},{"promptVersionExtension":204,"promptVersionScoring":205,"score":293,"tags":294,"targetMarket":216,"tier":278},75,[214,295,296,297,211],"data-analytics","sql","cohort-analysis",{"commitSha":280,"license":236,"plugin":299},{"mcpCount":8,"provider":284,"skillCount":300},3,{"parentExtensionId":259,"repoId":286},[211,297,295,214,296],{"evaluatedAt":304,"extractAt":290,"updatedAt":304},1778695490522,{"evaluate":306,"extract":308},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":307,"targetMarket":216,"tier":217},[211,212,213,214,215],{"commitSha":280},{"parentExtensionId":248,"repoId":286},{"_creationTime":311,"_id":286,"identity":312,"providers":313,"workflow":1125},1778695377765.6096,{"githubOwner":242,"githubRepo":243,"sourceUrl":14},{"classify":314,"discover":1112,"github":1115},{"commitSha":280,"extensions":315},[316,329,375,417,475,503,521,547,569,595,601,608,616,624,632,640,648,656,664,672,680,688,696,704,712,720,728,736,744,752,760,768,776,784,792,800,808,816,824,832,840,848,856,864,872,880,888,896,904,912,920,928,936,944,952,960,968,976,984,992,1000,1008,1016,1024,1032,1040,1048,1056,1064,1072,1080,1088,1096,1104],{"basePath":265,"description":262,"displayName":243,"installMethods":317,"rationale":318,"selectedPaths":319,"source":328,"sourceLanguage":18,"type":266},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[320,323,325],{"path":321,"priority":322},".claude-plugin/marketplace.json","mandatory",{"path":324,"priority":322},"README.md",{"path":326,"priority":327},"LICENSE","high","rule",{"basePath":330,"description":331,"displayName":330,"installMethods":332,"license":236,"rationale":333,"selectedPaths":334,"source":328,"sourceLanguage":18,"type":256},"pm-product-discovery","Product discovery skills for PMs: ideation, experiments, assumption testing, feature prioritization, and customer interview synthesis.",{"claudeCode":330},"plugin manifest at pm-product-discovery/.claude-plugin/plugin.json",[335,337,338,341,343,345,347,349,351,353,355,357,359,361,363,365,367,369,371,373],{"path":336,"priority":322},".claude-plugin/plugin.json",{"path":324,"priority":322},{"path":339,"priority":340},"skills/analyze-feature-requests/SKILL.md","medium",{"path":342,"priority":340},"skills/brainstorm-experiments-existing/SKILL.md",{"path":344,"priority":340},"skills/brainstorm-experiments-new/SKILL.md",{"path":346,"priority":340},"skills/brainstorm-ideas-existing/SKILL.md",{"path":348,"priority":340},"skills/brainstorm-ideas-new/SKILL.md",{"path":350,"priority":340},"skills/identify-assumptions-existing/SKILL.md",{"path":352,"priority":340},"skills/identify-assumptions-new/SKILL.md",{"path":354,"priority":340},"skills/interview-script/SKILL.md",{"path":356,"priority":340},"skills/metrics-dashboard/SKILL.md",{"path":358,"priority":340},"skills/opportunity-solution-tree/SKILL.md",{"path":360,"priority":340},"skills/prioritize-assumptions/SKILL.md",{"path":362,"priority":340},"skills/prioritize-features/SKILL.md",{"path":364,"priority":340},"skills/summarize-interview/SKILL.md",{"path":366,"priority":327},"commands/brainstorm.md",{"path":368,"priority":327},"commands/discover.md",{"path":370,"priority":327},"commands/interview.md",{"path":372,"priority":327},"commands/setup-metrics.md",{"path":374,"priority":327},"commands/triage-requests.md",{"basePath":376,"description":377,"displayName":376,"installMethods":378,"license":236,"rationale":379,"selectedPaths":380,"source":328,"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":376},"plugin manifest at pm-product-strategy/.claude-plugin/plugin.json",[381,382,383,385,387,389,391,393,395,397,399,401,403,405,407,409,411,413,415],{"path":336,"priority":322},{"path":324,"priority":322},{"path":384,"priority":340},"skills/ansoff-matrix/SKILL.md",{"path":386,"priority":340},"skills/business-model/SKILL.md",{"path":388,"priority":340},"skills/lean-canvas/SKILL.md",{"path":390,"priority":340},"skills/monetization-strategy/SKILL.md",{"path":392,"priority":340},"skills/pestle-analysis/SKILL.md",{"path":394,"priority":340},"skills/porters-five-forces/SKILL.md",{"path":396,"priority":340},"skills/pricing-strategy/SKILL.md",{"path":398,"priority":340},"skills/product-strategy/SKILL.md",{"path":400,"priority":340},"skills/product-vision/SKILL.md",{"path":402,"priority":340},"skills/startup-canvas/SKILL.md",{"path":404,"priority":340},"skills/swot-analysis/SKILL.md",{"path":406,"priority":340},"skills/value-proposition/SKILL.md",{"path":408,"priority":327},"commands/business-model.md",{"path":410,"priority":327},"commands/market-scan.md",{"path":412,"priority":327},"commands/pricing.md",{"path":414,"priority":327},"commands/strategy.md",{"path":416,"priority":327},"commands/value-proposition.md",{"basePath":418,"description":419,"displayName":418,"installMethods":420,"license":236,"rationale":421,"selectedPaths":422,"source":328,"sourceLanguage":18,"type":256},"pm-execution","Execution and product management skills: PRDs, OKRs, roadmaps, sprints, pre-mortems, stakeholder maps, user stories, prioritization frameworks, and more.",{"claudeCode":418},"plugin manifest at pm-execution/.claude-plugin/plugin.json",[423,424,425,427,429,431,433,435,437,439,441,443,445,447,449,451,453,455,457,459,461,463,465,467,469,471,473],{"path":336,"priority":322},{"path":324,"priority":322},{"path":426,"priority":340},"skills/brainstorm-okrs/SKILL.md",{"path":428,"priority":340},"skills/create-prd/SKILL.md",{"path":430,"priority":340},"skills/dummy-dataset/SKILL.md",{"path":432,"priority":340},"skills/job-stories/SKILL.md",{"path":434,"priority":340},"skills/outcome-roadmap/SKILL.md",{"path":436,"priority":340},"skills/pre-mortem/SKILL.md",{"path":438,"priority":340},"skills/prioritization-frameworks/SKILL.md",{"path":440,"priority":340},"skills/release-notes/SKILL.md",{"path":442,"priority":340},"skills/retro/SKILL.md",{"path":444,"priority":340},"skills/sprint-plan/SKILL.md",{"path":446,"priority":340},"skills/stakeholder-map/SKILL.md",{"path":448,"priority":340},"skills/summarize-meeting/SKILL.md",{"path":450,"priority":340},"skills/test-scenarios/SKILL.md",{"path":452,"priority":340},"skills/user-stories/SKILL.md",{"path":454,"priority":340},"skills/wwas/SKILL.md",{"path":456,"priority":327},"commands/generate-data.md",{"path":458,"priority":327},"commands/meeting-notes.md",{"path":460,"priority":327},"commands/plan-okrs.md",{"path":462,"priority":327},"commands/pre-mortem.md",{"path":464,"priority":327},"commands/sprint.md",{"path":466,"priority":327},"commands/stakeholder-map.md",{"path":468,"priority":327},"commands/test-scenarios.md",{"path":470,"priority":327},"commands/transform-roadmap.md",{"path":472,"priority":327},"commands/write-prd.md",{"path":474,"priority":327},"commands/write-stories.md",{"basePath":476,"description":477,"displayName":476,"installMethods":478,"license":236,"rationale":479,"selectedPaths":480,"source":328,"sourceLanguage":18,"type":256},"pm-market-research","Market research skills for PMs: user personas, market segmentation, sentiment analysis, and competitive analysis.",{"claudeCode":476},"plugin manifest at pm-market-research/.claude-plugin/plugin.json",[481,482,483,485,487,489,491,493,495,497,499,501],{"path":336,"priority":322},{"path":324,"priority":322},{"path":484,"priority":340},"skills/competitor-analysis/SKILL.md",{"path":486,"priority":340},"skills/customer-journey-map/SKILL.md",{"path":488,"priority":340},"skills/market-segments/SKILL.md",{"path":490,"priority":340},"skills/market-sizing/SKILL.md",{"path":492,"priority":340},"skills/sentiment-analysis/SKILL.md",{"path":494,"priority":340},"skills/user-personas/SKILL.md",{"path":496,"priority":340},"skills/user-segmentation/SKILL.md",{"path":498,"priority":327},"commands/analyze-feedback.md",{"path":500,"priority":327},"commands/competitive-analysis.md",{"path":502,"priority":327},"commands/research-users.md",{"basePath":253,"description":251,"displayName":253,"installMethods":504,"license":236,"rationale":505,"selectedPaths":506,"source":328,"sourceLanguage":255,"type":256},{"claudeCode":253},"plugin manifest at pm-data-analytics/.claude-plugin/plugin.json",[507,508,509,511,513,515,517,519],{"path":336,"priority":322},{"path":324,"priority":322},{"path":510,"priority":340},"skills/ab-test-analysis/SKILL.md",{"path":512,"priority":340},"skills/cohort-analysis/SKILL.md",{"path":514,"priority":340},"skills/sql-queries/SKILL.md",{"path":516,"priority":327},"commands/analyze-cohorts.md",{"path":518,"priority":327},"commands/analyze-test.md",{"path":520,"priority":327},"commands/write-query.md",{"basePath":522,"description":523,"displayName":522,"installMethods":524,"license":236,"rationale":525,"selectedPaths":526,"source":328,"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":336,"priority":322},{"path":324,"priority":322},{"path":530,"priority":340},"skills/beachhead-segment/SKILL.md",{"path":532,"priority":340},"skills/competitive-battlecard/SKILL.md",{"path":534,"priority":340},"skills/growth-loops/SKILL.md",{"path":536,"priority":340},"skills/gtm-motions/SKILL.md",{"path":538,"priority":340},"skills/gtm-strategy/SKILL.md",{"path":540,"priority":340},"skills/ideal-customer-profile/SKILL.md",{"path":542,"priority":327},"commands/battlecard.md",{"path":544,"priority":327},"commands/growth-strategy.md",{"path":546,"priority":327},"commands/plan-launch.md",{"basePath":548,"description":549,"displayName":548,"installMethods":550,"license":236,"rationale":551,"selectedPaths":552,"source":328,"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":336,"priority":322},{"path":324,"priority":322},{"path":556,"priority":340},"skills/marketing-ideas/SKILL.md",{"path":558,"priority":340},"skills/north-star-metric/SKILL.md",{"path":560,"priority":340},"skills/positioning-ideas/SKILL.md",{"path":562,"priority":340},"skills/product-name/SKILL.md",{"path":564,"priority":340},"skills/value-prop-statements/SKILL.md",{"path":566,"priority":327},"commands/market-product.md",{"path":568,"priority":327},"commands/north-star.md",{"basePath":570,"description":571,"displayName":570,"installMethods":572,"license":236,"rationale":573,"selectedPaths":574,"source":328,"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":336,"priority":322},{"path":324,"priority":322},{"path":578,"priority":340},"skills/draft-nda/SKILL.md",{"path":580,"priority":340},"skills/grammar-check/SKILL.md",{"path":582,"priority":340},"skills/privacy-policy/SKILL.md",{"path":584,"priority":340},"skills/review-resume/SKILL.md",{"path":586,"priority":327},"commands/draft-nda.md",{"path":588,"priority":327},"commands/privacy-policy.md",{"path":590,"priority":327},"commands/proofread.md",{"path":592,"priority":327},"commands/review-resume.md",{"path":594,"priority":327},"commands/tailor-resume.md",{"basePath":241,"description":10,"displayName":13,"installMethods":596,"rationale":597,"selectedPaths":598,"source":328,"sourceLanguage":18,"type":244},{"claudeCode":12},"SKILL.md frontmatter at pm-data-analytics/skills/ab-test-analysis/SKILL.md",[599],{"path":600,"priority":322},"SKILL.md",{"basePath":602,"description":603,"displayName":297,"installMethods":604,"rationale":605,"selectedPaths":606,"source":328,"sourceLanguage":18,"type":244},"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.",{"claudeCode":12},"SKILL.md frontmatter at pm-data-analytics/skills/cohort-analysis/SKILL.md",[607],{"path":600,"priority":322},{"basePath":609,"description":610,"displayName":611,"installMethods":612,"rationale":613,"selectedPaths":614,"source":328,"sourceLanguage":18,"type":244},"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",[615],{"path":600,"priority":322},{"basePath":617,"description":618,"displayName":619,"installMethods":620,"rationale":621,"selectedPaths":622,"source":328,"sourceLanguage":18,"type":244},"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",[623],{"path":600,"priority":322},{"basePath":625,"description":626,"displayName":627,"installMethods":628,"rationale":629,"selectedPaths":630,"source":328,"sourceLanguage":18,"type":244},"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",[631],{"path":600,"priority":322},{"basePath":633,"description":634,"displayName":635,"installMethods":636,"rationale":637,"selectedPaths":638,"source":328,"sourceLanguage":18,"type":244},"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",[639],{"path":600,"priority":322},{"basePath":641,"description":642,"displayName":643,"installMethods":644,"rationale":645,"selectedPaths":646,"source":328,"sourceLanguage":18,"type":244},"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",[647],{"path":600,"priority":322},{"basePath":649,"description":650,"displayName":651,"installMethods":652,"rationale":653,"selectedPaths":654,"source":328,"sourceLanguage":18,"type":244},"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",[655],{"path":600,"priority":322},{"basePath":657,"description":658,"displayName":659,"installMethods":660,"rationale":661,"selectedPaths":662,"source":328,"sourceLanguage":18,"type":244},"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",[663],{"path":600,"priority":322},{"basePath":665,"description":666,"displayName":667,"installMethods":668,"rationale":669,"selectedPaths":670,"source":328,"sourceLanguage":18,"type":244},"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",[671],{"path":600,"priority":322},{"basePath":673,"description":674,"displayName":675,"installMethods":676,"rationale":677,"selectedPaths":678,"source":328,"sourceLanguage":18,"type":244},"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",[679],{"path":600,"priority":322},{"basePath":681,"description":682,"displayName":683,"installMethods":684,"rationale":685,"selectedPaths":686,"source":328,"sourceLanguage":18,"type":244},"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",[687],{"path":600,"priority":322},{"basePath":689,"description":690,"displayName":691,"installMethods":692,"rationale":693,"selectedPaths":694,"source":328,"sourceLanguage":18,"type":244},"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",[695],{"path":600,"priority":322},{"basePath":697,"description":698,"displayName":699,"installMethods":700,"rationale":701,"selectedPaths":702,"source":328,"sourceLanguage":18,"type":244},"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",[703],{"path":600,"priority":322},{"basePath":705,"description":706,"displayName":707,"installMethods":708,"rationale":709,"selectedPaths":710,"source":328,"sourceLanguage":18,"type":244},"pm-execution/skills/summarize-meeting","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.","summarize-meeting",{"claudeCode":12},"SKILL.md frontmatter at pm-execution/skills/summarize-meeting/SKILL.md",[711],{"path":600,"priority":322},{"basePath":713,"description":714,"displayName":715,"installMethods":716,"rationale":717,"selectedPaths":718,"source":328,"sourceLanguage":18,"type":244},"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",[719],{"path":600,"priority":322},{"basePath":721,"description":722,"displayName":723,"installMethods":724,"rationale":725,"selectedPaths":726,"source":328,"sourceLanguage":18,"type":244},"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",[727],{"path":600,"priority":322},{"basePath":729,"description":730,"displayName":731,"installMethods":732,"rationale":733,"selectedPaths":734,"source":328,"sourceLanguage":18,"type":244},"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",[735],{"path":600,"priority":322},{"basePath":737,"description":738,"displayName":739,"installMethods":740,"rationale":741,"selectedPaths":742,"source":328,"sourceLanguage":18,"type":244},"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",[743],{"path":600,"priority":322},{"basePath":745,"description":746,"displayName":747,"installMethods":748,"rationale":749,"selectedPaths":750,"source":328,"sourceLanguage":18,"type":244},"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",[751],{"path":600,"priority":322},{"basePath":753,"description":754,"displayName":755,"installMethods":756,"rationale":757,"selectedPaths":758,"source":328,"sourceLanguage":18,"type":244},"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",[759],{"path":600,"priority":322},{"basePath":761,"description":762,"displayName":763,"installMethods":764,"rationale":765,"selectedPaths":766,"source":328,"sourceLanguage":18,"type":244},"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",[767],{"path":600,"priority":322},{"basePath":769,"description":770,"displayName":771,"installMethods":772,"rationale":773,"selectedPaths":774,"source":328,"sourceLanguage":18,"type":244},"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",[775],{"path":600,"priority":322},{"basePath":777,"description":778,"displayName":779,"installMethods":780,"rationale":781,"selectedPaths":782,"source":328,"sourceLanguage":18,"type":244},"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",[783],{"path":600,"priority":322},{"basePath":785,"description":786,"displayName":787,"installMethods":788,"rationale":789,"selectedPaths":790,"source":328,"sourceLanguage":18,"type":244},"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",[791],{"path":600,"priority":322},{"basePath":793,"description":794,"displayName":795,"installMethods":796,"rationale":797,"selectedPaths":798,"source":328,"sourceLanguage":18,"type":244},"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",[799],{"path":600,"priority":322},{"basePath":801,"description":802,"displayName":803,"installMethods":804,"rationale":805,"selectedPaths":806,"source":328,"sourceLanguage":18,"type":244},"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",[807],{"path":600,"priority":322},{"basePath":809,"description":810,"displayName":811,"installMethods":812,"rationale":813,"selectedPaths":814,"source":328,"sourceLanguage":18,"type":244},"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",[815],{"path":600,"priority":322},{"basePath":817,"description":818,"displayName":819,"installMethods":820,"rationale":821,"selectedPaths":822,"source":328,"sourceLanguage":18,"type":244},"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",[823],{"path":600,"priority":322},{"basePath":825,"description":826,"displayName":827,"installMethods":828,"rationale":829,"selectedPaths":830,"source":328,"sourceLanguage":18,"type":244},"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",[831],{"path":600,"priority":322},{"basePath":833,"description":834,"displayName":835,"installMethods":836,"rationale":837,"selectedPaths":838,"source":328,"sourceLanguage":18,"type":244},"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",[839],{"path":600,"priority":322},{"basePath":841,"description":842,"displayName":843,"installMethods":844,"rationale":845,"selectedPaths":846,"source":328,"sourceLanguage":18,"type":244},"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",[847],{"path":600,"priority":322},{"basePath":849,"description":850,"displayName":851,"installMethods":852,"rationale":853,"selectedPaths":854,"source":328,"sourceLanguage":18,"type":244},"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",[855],{"path":600,"priority":322},{"basePath":857,"description":858,"displayName":859,"installMethods":860,"rationale":861,"selectedPaths":862,"source":328,"sourceLanguage":18,"type":244},"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",[863],{"path":600,"priority":322},{"basePath":865,"description":866,"displayName":867,"installMethods":868,"rationale":869,"selectedPaths":870,"source":328,"sourceLanguage":18,"type":244},"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",[871],{"path":600,"priority":322},{"basePath":873,"description":874,"displayName":875,"installMethods":876,"rationale":877,"selectedPaths":878,"source":328,"sourceLanguage":18,"type":244},"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",[879],{"path":600,"priority":322},{"basePath":881,"description":882,"displayName":883,"installMethods":884,"rationale":885,"selectedPaths":886,"source":328,"sourceLanguage":18,"type":244},"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",[887],{"path":600,"priority":322},{"basePath":889,"description":890,"displayName":891,"installMethods":892,"rationale":893,"selectedPaths":894,"source":328,"sourceLanguage":18,"type":244},"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",[895],{"path":600,"priority":322},{"basePath":897,"description":898,"displayName":899,"installMethods":900,"rationale":901,"selectedPaths":902,"source":328,"sourceLanguage":18,"type":244},"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",[903],{"path":600,"priority":322},{"basePath":905,"description":906,"displayName":907,"installMethods":908,"rationale":909,"selectedPaths":910,"source":328,"sourceLanguage":18,"type":244},"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",[911],{"path":600,"priority":322},{"basePath":913,"description":914,"displayName":915,"installMethods":916,"rationale":917,"selectedPaths":918,"source":328,"sourceLanguage":18,"type":244},"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",[919],{"path":600,"priority":322},{"basePath":921,"description":922,"displayName":923,"installMethods":924,"rationale":925,"selectedPaths":926,"source":328,"sourceLanguage":18,"type":244},"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",[927],{"path":600,"priority":322},{"basePath":929,"description":930,"displayName":931,"installMethods":932,"rationale":933,"selectedPaths":934,"source":328,"sourceLanguage":18,"type":244},"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",[935],{"path":600,"priority":322},{"basePath":937,"description":938,"displayName":939,"installMethods":940,"rationale":941,"selectedPaths":942,"source":328,"sourceLanguage":18,"type":244},"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",[943],{"path":600,"priority":322},{"basePath":945,"description":946,"displayName":947,"installMethods":948,"rationale":949,"selectedPaths":950,"source":328,"sourceLanguage":18,"type":244},"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",[951],{"path":600,"priority":322},{"basePath":953,"description":954,"displayName":955,"installMethods":956,"rationale":957,"selectedPaths":958,"source":328,"sourceLanguage":18,"type":244},"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",[959],{"path":600,"priority":322},{"basePath":961,"description":962,"displayName":963,"installMethods":964,"rationale":965,"selectedPaths":966,"source":328,"sourceLanguage":18,"type":244},"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",[967],{"path":600,"priority":322},{"basePath":969,"description":970,"displayName":971,"installMethods":972,"rationale":973,"selectedPaths":974,"source":328,"sourceLanguage":18,"type":244},"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",[975],{"path":600,"priority":322},{"basePath":977,"description":978,"displayName":979,"installMethods":980,"rationale":981,"selectedPaths":982,"source":328,"sourceLanguage":18,"type":244},"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",[983],{"path":600,"priority":322},{"basePath":985,"description":986,"displayName":987,"installMethods":988,"rationale":989,"selectedPaths":990,"source":328,"sourceLanguage":18,"type":244},"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",[991],{"path":600,"priority":322},{"basePath":993,"description":994,"displayName":995,"installMethods":996,"rationale":997,"selectedPaths":998,"source":328,"sourceLanguage":18,"type":244},"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",[999],{"path":600,"priority":322},{"basePath":1001,"description":1002,"displayName":1003,"installMethods":1004,"rationale":1005,"selectedPaths":1006,"source":328,"sourceLanguage":18,"type":244},"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",[1007],{"path":600,"priority":322},{"basePath":1009,"description":1010,"displayName":1011,"installMethods":1012,"rationale":1013,"selectedPaths":1014,"source":328,"sourceLanguage":18,"type":244},"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",[1015],{"path":600,"priority":322},{"basePath":1017,"description":1018,"displayName":1019,"installMethods":1020,"rationale":1021,"selectedPaths":1022,"source":328,"sourceLanguage":18,"type":244},"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",[1023],{"path":600,"priority":322},{"basePath":1025,"description":1026,"displayName":1027,"installMethods":1028,"rationale":1029,"selectedPaths":1030,"source":328,"sourceLanguage":18,"type":244},"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",[1031],{"path":600,"priority":322},{"basePath":1033,"description":1034,"displayName":1035,"installMethods":1036,"rationale":1037,"selectedPaths":1038,"source":328,"sourceLanguage":18,"type":244},"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",[1039],{"path":600,"priority":322},{"basePath":1041,"description":1042,"displayName":1043,"installMethods":1044,"rationale":1045,"selectedPaths":1046,"source":328,"sourceLanguage":18,"type":244},"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",[1047],{"path":600,"priority":322},{"basePath":1049,"description":1050,"displayName":1051,"installMethods":1052,"rationale":1053,"selectedPaths":1054,"source":328,"sourceLanguage":18,"type":244},"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",[1055],{"path":600,"priority":322},{"basePath":1057,"description":1058,"displayName":1059,"installMethods":1060,"rationale":1061,"selectedPaths":1062,"source":328,"sourceLanguage":18,"type":244},"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",[1063],{"path":600,"priority":322},{"basePath":1065,"description":1066,"displayName":1067,"installMethods":1068,"rationale":1069,"selectedPaths":1070,"source":328,"sourceLanguage":18,"type":244},"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",[1071],{"path":600,"priority":322},{"basePath":1073,"description":1074,"displayName":1075,"installMethods":1076,"rationale":1077,"selectedPaths":1078,"source":328,"sourceLanguage":18,"type":244},"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",[1079],{"path":600,"priority":322},{"basePath":1081,"description":1082,"displayName":1083,"installMethods":1084,"rationale":1085,"selectedPaths":1086,"source":328,"sourceLanguage":18,"type":244},"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",[1087],{"path":600,"priority":322},{"basePath":1089,"description":1090,"displayName":1091,"installMethods":1092,"rationale":1093,"selectedPaths":1094,"source":328,"sourceLanguage":18,"type":244},"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",[1095],{"path":600,"priority":322},{"basePath":1097,"description":1098,"displayName":1099,"installMethods":1100,"rationale":1101,"selectedPaths":1102,"source":328,"sourceLanguage":18,"type":244},"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",[1103],{"path":600,"priority":322},{"basePath":1105,"description":1106,"displayName":1107,"installMethods":1108,"rationale":1109,"selectedPaths":1110,"source":328,"sourceLanguage":18,"type":244},"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",[1111],{"path":600,"priority":322},{"sources":1113},[1114],"manual",{"closedIssues90d":8,"description":1116,"forks":231,"homepage":1117,"license":236,"openIssues90d":232,"pushedAt":233,"readmeSize":229,"stars":234,"topics":1118},"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",[1119,214,1120,1121,1122,1123,1124],"agent-skill-repository","agent-skills","agentic-skills","claude-code-marketplace","claude-code-plugins","claude-cowork-plugin",{"classifiedAt":1126,"discoverAt":1127,"extractAt":1128,"githubAt":1128,"updatedAt":1126},1778695382763,1778695377765,1778695380835,[211,212,215,214,213],{"evaluatedAt":239,"extractAt":290,"updatedAt":239},[],[1133,1160,1190,1210,1241,1269],{"_creationTime":1134,"_id":1135,"community":1136,"display":1137,"identity":1143,"providers":1146,"relations":1153,"tags":1156,"workflow":1157},1778695720086.7703,"k176r34g5a5fjn1z1a4gq6v88186nje0",{"reviewCount":8},{"description":1138,"installMethods":1139,"name":1141,"sourceUrl":1142},"Designs an A/B test or experiment with clear hypothesis, variants, success metrics, sample size, and duration. Use when planning experiments to validate product changes or test hypotheses.",{"claudeCode":1140},"product-on-purpose/pm-skills","measure-experiment-design","https://github.com/product-on-purpose/pm-skills",{"basePath":1144,"githubOwner":1145,"githubRepo":243,"locale":18,"slug":1141,"type":244},"skills/measure-experiment-design","product-on-purpose",{"evaluate":1147,"extract":1152},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1148,"tags":1149,"targetMarket":216,"tier":217},100,[1150,1151,214,211,215],"ab-testing","experimentation",{"commitSha":280},{"parentExtensionId":1154,"repoId":1155},"k1721116hsfj7zg78w03432n8986n6y8","kd78ksv1wjj826ds5j1sh2kqnx86mhqf",[211,1150,215,1151,214],{"evaluatedAt":1158,"extractAt":1159,"updatedAt":1158},1778696438706,1778695720086,{"_creationTime":1161,"_id":1162,"community":1163,"display":1164,"identity":1170,"providers":1174,"relations":1184,"tags":1186,"workflow":1187},1778675202370.573,"k17d847xfqqc6adkx5p4tkqw4n86n754",{"reviewCount":8},{"description":1165,"installMethods":1166,"name":1168,"sourceUrl":1169},"Invoke when the user needs to set up analytics, define telemetry events, establish KPIs, build dashboards, configure A/B testing, or implement data-driven design capabilities. Triggers on: \"analytics\", \"telemetry\", \"KPIs\", \"metrics\", \"player data\", \"retention\", \"DAU\", \"dashboard\", \"A/B testing\", \"funnel analysis\". Do NOT invoke for balance tuning (use game-balance-check) or economy design (use game-economy-designer). Part of the AlterLab GameForge collection.\n",{"claudeCode":1167},"AlterLab-IEU/AlterLab_GameForge","game-analytics-setup","https://github.com/AlterLab-IEU/AlterLab_GameForge",{"basePath":1171,"githubOwner":1172,"githubRepo":1173,"locale":18,"slug":1168,"type":244},"skills/workflows/game-analytics-setup","AlterLab-IEU","AlterLab_GameForge",{"evaluate":1175,"extract":1183},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1148,"tags":1176,"targetMarket":216,"tier":217},[1177,212,1178,1179,1180,211,1181,1182],"game-development","telemetry","kpi","dashboard","privacy","gdpr",{"commitSha":280},{"repoId":1185},"kd762241529bgycvv1y5cv6a0x86nyha",[211,212,1180,1177,1182,1179,1181,1178],{"evaluatedAt":1188,"extractAt":1189,"updatedAt":1188},1778675523198,1778675202370,{"_creationTime":1191,"_id":1192,"community":1193,"display":1194,"identity":1198,"providers":1200,"relations":1206,"tags":1207,"workflow":1208},1778695720086.77,"k17dem9k6ck7j5dvtc629g0cdh86np6g",{"reviewCount":8},{"description":1195,"installMethods":1196,"name":1197,"sourceUrl":1142},"Specifies requirements for an analytics dashboard including metrics, visualizations, filters, and data sources. Use when requesting dashboards from data teams, defining KPI tracking, or documenting reporting needs.",{"claudeCode":1140},"measure-dashboard-requirements",{"basePath":1199,"githubOwner":1145,"githubRepo":243,"locale":18,"slug":1197,"type":244},"skills/measure-dashboard-requirements",{"evaluate":1201,"extract":1205},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1148,"tags":1202,"targetMarket":216,"tier":217},[212,1180,1203,214,1204],"requirements","data-visualization",{"commitSha":280},{"parentExtensionId":1154,"repoId":1155},[212,1180,1204,214,1203],{"evaluatedAt":1209,"extractAt":1159,"updatedAt":1209},1778696393987,{"_creationTime":1211,"_id":1212,"community":1213,"display":1214,"identity":1220,"providers":1225,"relations":1234,"tags":1237,"workflow":1238},1778686037155.62,"k171b0gmdtned9xfwa62tb031d86mx06",{"reviewCount":8},{"description":1215,"installMethods":1216,"name":1218,"sourceUrl":1219},"Evaluate acquisition channels using unit economics, customer quality, and scalability. Use when deciding whether to scale, test, or kill a growth channel.",{"claudeCode":1217},"deanpeters/Product-Manager-Skills","Acquisition Channel Advisor","https://github.com/deanpeters/Product-Manager-Skills",{"basePath":1221,"githubOwner":1222,"githubRepo":1223,"locale":18,"slug":1224,"type":244},"skills/acquisition-channel-advisor","deanpeters","Product-Manager-Skills","acquisition-channel-advisor",{"evaluate":1226,"extract":1232},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1148,"tags":1227,"targetMarket":216,"tier":217},[214,1228,1229,212,1230,1231],"acquisition","marketing","decision-making","unit-economics",{"commitSha":280,"license":1233},"NOASSERTION",{"parentExtensionId":1235,"repoId":1236},"k17fvvtse56j7y3zaag454yw5986m2q1","kd79w54je3w4zrhk2stxg9246186nbp1",[1228,212,1230,1229,214,1231],{"evaluatedAt":1239,"extractAt":1240,"updatedAt":1239},1778687204952,1778686037155,{"_creationTime":1242,"_id":1243,"community":1244,"display":1245,"identity":1251,"providers":1255,"relations":1262,"tags":1265,"workflow":1266},1778695548458.3613,"k17dx6tyy2yb3z5pp1vgmg46ad86nm18",{"reviewCount":8},{"description":1246,"installMethods":1247,"name":1249,"sourceUrl":1250},"Fit cognitive drift-diffusion models (Ratcliff DDM) to reaction time and accuracy data with parameter estimation (drift rate, boundary separation, non-decision time), model comparison, and parameter recovery validation. Use when modeling binary decision-making with reaction time data, estimating cognitive parameters from experimental data, comparing sequential sampling model variants, or decomposing speed-accuracy tradeoff effects into latent cognitive components.\n",{"claudeCode":1248},"pjt222/agent-almanac","fit-drift-diffusion-model","https://github.com/pjt222/agent-almanac",{"basePath":1252,"githubOwner":1253,"githubRepo":1254,"locale":18,"slug":1249,"type":244},"skills/fit-drift-diffusion-model","pjt222","agent-almanac",{"evaluate":1256,"extract":1261},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1148,"tags":1257,"targetMarket":216,"tier":217},[1258,1259,213,1260,215],"cognitive-science","modeling","python",{"commitSha":280},{"parentExtensionId":1263,"repoId":1264},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[1258,215,1259,1260,213],{"evaluatedAt":1267,"extractAt":1268,"updatedAt":1267},1778698191612,1778695548458,{"_creationTime":1270,"_id":1271,"community":1272,"display":1273,"identity":1279,"providers":1284,"relations":1289,"tags":1291,"workflow":1292},1778696113180.8157,"k174kwts9kpz0tjrtay7wpe83586msq7",{"reviewCount":8},{"description":1274,"installMethods":1275,"name":1277,"sourceUrl":1278},"A discipline for designing experiments (A/B tests, multivariate, holdouts) so the results actually answer the question you asked. Hypothesis writing, sample size, duration, segment analysis, interpretation, decision-making, and the common failure modes that produce confidently wrong shipping decisions.",{"claudeCode":1276},"rampstackco/claude-skills","Experiment Design","https://github.com/rampstackco/claude-skills",{"basePath":1280,"githubOwner":1281,"githubRepo":1282,"locale":18,"slug":1283,"type":244},"skills/experiment-design","rampstackco","claude-skills","experiment-design",{"evaluate":1285,"extract":1288},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1286,"tags":1287,"targetMarket":216,"tier":217},99,[1151,214,211,215,1230],{"commitSha":280,"license":236},{"repoId":1290},"kd7bebccrrd1xf6w868aggftrd86m86v",[211,215,1230,1151,214],{"evaluatedAt":1293,"extractAt":1294,"updatedAt":1293},1778696859460,1778696113180]