[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-product-on-purpose-foundation-meeting-agenda-de":3,"guides-for-product-on-purpose-foundation-meeting-agenda":964,"similar-k17fyn4zyen5dk0r3hdgaj845d86mqe0-de":965},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":244,"isFallback":226,"parentExtension":249,"providers":312,"relations":316,"repo":317,"tags":962,"workflow":963},1778695720086.7673,"k17fyn4zyen5dk0r3hdgaj845d86mqe0",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Produces an attendee-facing agenda that sets what will be discussed, who owns each topic, and how time will be spent. Supports ten meeting type variants (standup, planning, review, decision-making, brainstorm, 1-on-1, stakeholder-review, project-kickoff, working-session, exec-briefing). Emits a shareable summary suitable for Slack or email plus a full agenda with time-boxed topics, type tags, owners, attendee prep, and logistics.",{"claudeCode":12},"product-on-purpose/pm-skills","foundation-meeting-agenda","https://github.com/product-on-purpose/pm-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":224,"workflow":242},1778696117198.1338,"kn71mgf5x00awjpjfhnexpwd0h86nnx0","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"targetMarket":217,"tier":218,"useCases":219},[21,26,29,32,36,39,44,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,120,123,126,129,132,135,138,142,146,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 generating attendee-facing meeting agendas and identifies the pain points of inconsistent formats and wasted time.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides structured agendas with specific meeting types, owners, and time allocations, offering significant value beyond a generic LLM prompt.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is fully implemented and covers the complete lifecycle of agenda generation, including an anti-meeting check and output validation.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on generating meeting agendas, adhering to a single domain.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's capabilities, including the ten meeting type variants and the types of output produced.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This is a skill and does not expose tools directly.",{"category":45,"check":46,"severity":24,"summary":47},"Documentation","Configuration & parameter reference","The SKILL.md file details all parameters and their defaults, including inference rules and explicit values.",{"category":33,"check":49,"severity":42,"summary":50},"Tool naming","This is a skill and does not expose individual tools with names.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The skill takes well-defined inputs (topic, files, constraints) and produces a structured agenda output as defined by the template.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The license is Apache-2.0, clearly declared in the frontmatter and the LICENSE file, and permissive for use.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on 2026-05-13, which is recent.",{"category":59,"check":63,"severity":42,"summary":64},"Dependency Management","No third-party dependencies are used by this skill.",{"category":66,"check":67,"severity":42,"summary":68},"Security","Secret Management","The skill does not handle or require any secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill processes inputs as data and does not execute external code or instructions from untrusted sources.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill does not fetch external content at runtime; all necessary logic is bundled.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates within its defined scope and does not modify files outside the project folder.",{"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 does not read or submit confidential data to any third party.",{"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.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's logic is written in plain, readable markdown and does not involve obfuscated code execution.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill makes no assumptions about user-specific project organization outside its bundle.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","14 issues opened, 11 closed in the last 90 days. The closure rate is above 50%, indicating good maintainer engagement.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","A meaningful version (1.0.0) is declared in the frontmatter and is not stuck at 0.0.0/0.0.1.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","Input parameters are implicitly validated by the prompt engineering framework, and the output conforms to the TEMPLATE.md schema.",{"category":66,"check":108,"severity":42,"summary":109},"Unguarded Destructive Operations","The skill is read-only and does not perform any destructive operations.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The skill's instructions include logic for handling ambiguous states, such as the anti-meeting check, and prompt the user for clarification or alternatives.",{"category":104,"check":114,"severity":42,"summary":115},"Logging","The skill is read-only and does not perform actions requiring local audit logging.",{"category":117,"check":118,"severity":42,"summary":119},"Compliance","GDPR","The skill does not operate on personal data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill is language-agnostic and has no regional or jurisdictional logic; targetMarket is global.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill relies on standard LLM capabilities and markdown processing, making it portable across compliant runtimes.",{"category":45,"check":127,"severity":24,"summary":128},"README","The README file is comprehensive, clearly states the extension's purpose, and provides installation/usage instructions.",{"category":33,"check":130,"severity":42,"summary":131},"Tool surface size","This is a skill with a single primary function, not a collection of tools.",{"category":40,"check":133,"severity":42,"summary":134},"Overlapping near-synonym tools","This is a skill and does not expose multiple tools.",{"category":45,"check":136,"severity":24,"summary":137},"Phantom features","All features advertised in the README and SKILL.md have corresponding implementations within the skill's instructions and template.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear installation instructions for multiple platforms and includes copy-pasteable invocation examples.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The skill includes an anti-meeting check that prompts the user with alternatives or requests an override, providing actionable guidance.",{"category":147,"check":148,"severity":42,"summary":149},"Execution","Pinned dependencies","The skill does not use third-party dependencies.",{"category":33,"check":151,"severity":42,"summary":152},"Dry-run preview","The skill is read-only and does not have state-changing operations.",{"category":154,"check":155,"severity":42,"summary":156},"Protocol","Idempotent retry & timeouts","The skill does not involve remote calls or state-changing operations that require idempotency or timeouts.",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The skill does not emit telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The SKILL.md and description clearly state what the skill does (produces agendas) and when to use it (meetings needing structure), identifying the artifact (agenda) and user intent (running/chairing meetings).",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The SKILL.md frontmatter is concise and effectively summarizes the core capability and types of meeting variants supported.",{"category":45,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is well-structured, under 500 lines, and effectively delegates deeper material to referenced files like TEMPLATE.md and EXAMPLE.md.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md effectively uses TEMPLATE.md and EXAMPLE.md for progressive disclosure of output structure and usage examples.",{"category":170,"check":174,"severity":42,"summary":175},"Forked exploration","This skill is not an exploration or audit-style skill that would benefit from forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The EXAMPLE.md file provides a complete, ready-to-use example demonstrating input, invocation, and claimed output.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The SKILL.md documents failure modes like low inference confidence and the recovery step of proposing async alternatives or asking for overrides.",{"category":104,"check":183,"severity":42,"summary":184},"Tool Fallback","This skill does not rely on external tools like an MCP server; it uses core LLM capabilities.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The anti-meeting check explicitly halts the workflow if a meeting is not warranted and reports the reason, suggesting async alternatives.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills. It references sibling skills like /meeting-brief and /meeting-recap explicitly in documentation.",1778696117097,"This skill generates structured, attendee-facing meeting agendas. It supports ten meeting types, infers missing values, and produces both a shareable summary and a detailed agenda with time-boxed topics, owners, and logistics.",[195,196,197,198,199],"Generates attendee-facing meeting agendas","Supports ten distinct meeting type variants","Infers missing values like duration and type","Outputs shareable summaries and detailed agendas","Includes an anti-meeting check to promote async alternatives",[201,202,203,204],"Replacing private strategic meeting preparation (use /meeting-brief instead)","Summarizing meetings that have already occurred (use /meeting-recap instead)","Communicating outcomes to non-attendees (use /stakeholder-update instead)","Replacing asynchronous communication methods when a meeting is not required","3.0.0","4.4.0","To quickly produce professional, structured meeting agendas that set clear expectations for attendees, saving time and improving meeting effectiveness.","All checks passed with positive evidence, indicating a high-quality, well-documented, and production-ready skill.",100,"Excellent skill for generating professional meeting agendas with diverse types and clear structure.",[212,213,214,215,216],"meeting","agenda","productivity","planning","communication","global","verified",[220,221,222,223],"Running or chairing cross-functional meetings","Structuring recurring meetings like 1-on-1s or standups","Framing project kickoffs and stakeholder reviews","Ensuring clear outcomes and time allocation for any meeting over 30 minutes",{"codeQuality":225,"collectedAt":227,"documentation":228,"maintenance":231,"security":238,"testCoverage":241},{"hasLockfile":226},true,1778696100991,{"descriptionLength":229,"readmeSize":230},433,80198,{"closedIssues90d":232,"forks":233,"hasChangelog":226,"manifestVersion":234,"openIssues90d":235,"pushedAt":236,"stars":237},11,31,"1.0.0",14,1778649747000,205,{"hasNpmPackage":239,"license":240,"smitheryVerified":239},false,"Apache-2.0",{"hasCi":226,"hasTests":239},{"updatedAt":243},1778696117198,{"basePath":245,"githubOwner":246,"githubRepo":247,"locale":18,"slug":13,"type":248},"skills/foundation-meeting-agenda","product-on-purpose","pm-skills","skill",{"_creationTime":250,"_id":251,"community":252,"display":253,"identity":257,"parentExtension":260,"providers":293,"relations":308,"tags":309,"workflow":310},1778695720086.7622,"k1721116hsfj7zg78w03432n8986n6y8",{"reviewCount":8},{"description":254,"installMethods":255,"name":256,"sourceUrl":14},"40 product management skills for AI agents, covering the full product lifecycle from discovery through iteration. Includes the v2.12.0 OKR Skills set (foundation-okr-writer + measure-okr-grader for the full quarterly OKR write-and-score cycle), the v2.11.0 Meeting Skills Family (5 cross-cutting skills governed by a shared contract with enforcing CI), lean canvas, persona, structured templates, real-world examples, workflows, an interactive skill builder, and lifecycle tools for validating and iterating skills. Follows the agentskills.io specification.",{"claudeCode":247},"PM-Skills",{"basePath":258,"githubOwner":246,"githubRepo":247,"locale":18,"slug":247,"type":259},"","plugin",{"_creationTime":261,"_id":262,"community":263,"display":264,"identity":268,"providers":270,"relations":287,"tags":289,"workflow":290},1778695720086.762,"k17e82myp13z1v3ayhrvy721y186npks",{"reviewCount":8},{"description":265,"installMethods":266,"name":267,"sourceUrl":14},"Product Management skills for AI agents",{"claudeCode":12},"pm-skills-marketplace",{"basePath":258,"githubOwner":246,"githubRepo":247,"locale":18,"slug":247,"type":269},"marketplace",{"evaluate":271,"extract":281},{"promptVersionExtension":272,"promptVersionScoring":206,"score":273,"tags":274,"targetMarket":217,"tier":218},"3.1.0",95,[275,276,277,278,279,280],"product-management","agile","workflows","documentation","templates","ai-agent-skills",{"commitSha":282,"marketplace":283,"plugin":285},"HEAD",{"name":267,"pluginCount":284},1,{"mcpCount":8,"provider":286,"skillCount":8},"classify",{"repoId":288},"kd78ksv1wjj826ds5j1sh2kqnx86mhqf",[276,280,278,275,279,277],{"evaluatedAt":291,"extractAt":292,"updatedAt":291},1778695736047,1778695720086,{"evaluate":294,"extract":305},{"promptVersionExtension":205,"promptVersionScoring":206,"score":295,"tags":296,"targetMarket":217,"tier":218},99,[275,297,298,299,300,301,302,303,304],"pm","prd","user-stories","okrs","lean-startup","design-thinking","meeting-skills","agent-skills",{"commitSha":282,"license":240,"plugin":306},{"mcpCount":8,"provider":286,"skillCount":307},40,{"parentExtensionId":262,"repoId":288},[304,302,301,303,300,297,298,275,299],{"evaluatedAt":311,"extractAt":292,"updatedAt":311},1778695745973,{"evaluate":313,"extract":315},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":314,"targetMarket":217,"tier":218},[212,213,214,215,216],{"commitSha":282},{"parentExtensionId":251,"repoId":288},{"_creationTime":318,"_id":288,"identity":319,"providers":320,"workflow":958},1778695714515.1458,{"githubOwner":246,"githubRepo":247,"sourceUrl":14},{"classify":321,"discover":945,"github":948},{"commitSha":282,"extensions":322},[323,336,521,534,544,554,564,574,584,594,604,614,624,634,644,654,664,674,684,694,704,714,726,733,743,753,763,773,783,793,803,813,823,833,843,853,863,873,883,899,909,919,929],{"basePath":258,"description":265,"displayName":267,"installMethods":324,"rationale":325,"selectedPaths":326,"source":335,"sourceLanguage":18,"type":269},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[327,330,332],{"path":328,"priority":329},".claude-plugin/marketplace.json","mandatory",{"path":331,"priority":329},"README.md",{"path":333,"priority":334},"LICENSE","high","rule",{"basePath":258,"description":254,"displayName":247,"installMethods":337,"license":240,"rationale":338,"selectedPaths":339,"source":335,"sourceLanguage":18,"type":259},{"claudeCode":247},"plugin manifest at .claude-plugin/plugin.json",[340,342,343,344,347,349,351,353,355,357,359,361,363,365,367,369,371,373,375,377,379,381,383,385,387,389,391,393,395,397,399,401,403,405,407,409,411,413,415,417,419,421,423,425,427,429,431,433,435,437,439,441,443,445,447,449,451,453,455,457,459,461,463,465,467,469,471,473,475,477,479,481,483,485,487,489,491,493,495,497,499,501,503,505,507,509,511,513,515,517,519],{"path":341,"priority":329},".claude-plugin/plugin.json",{"path":331,"priority":329},{"path":333,"priority":334},{"path":345,"priority":346},"skills/define-hypothesis/SKILL.md","medium",{"path":348,"priority":346},"skills/define-jtbd-canvas/SKILL.md",{"path":350,"priority":346},"skills/define-opportunity-tree/SKILL.md",{"path":352,"priority":346},"skills/define-problem-statement/SKILL.md",{"path":354,"priority":346},"skills/deliver-acceptance-criteria/SKILL.md",{"path":356,"priority":346},"skills/deliver-edge-cases/SKILL.md",{"path":358,"priority":346},"skills/deliver-launch-checklist/SKILL.md",{"path":360,"priority":346},"skills/deliver-prd/SKILL.md",{"path":362,"priority":346},"skills/deliver-release-notes/SKILL.md",{"path":364,"priority":346},"skills/deliver-user-stories/SKILL.md",{"path":366,"priority":346},"skills/develop-adr/SKILL.md",{"path":368,"priority":346},"skills/develop-design-rationale/SKILL.md",{"path":370,"priority":346},"skills/develop-solution-brief/SKILL.md",{"path":372,"priority":346},"skills/develop-spike-summary/SKILL.md",{"path":374,"priority":346},"skills/discover-competitive-analysis/SKILL.md",{"path":376,"priority":346},"skills/discover-interview-synthesis/SKILL.md",{"path":378,"priority":346},"skills/discover-stakeholder-summary/SKILL.md",{"path":380,"priority":346},"skills/foundation-lean-canvas/SKILL.md",{"path":382,"priority":346},"skills/foundation-meeting-agenda/SKILL.md",{"path":384,"priority":346},"skills/foundation-meeting-brief/SKILL.md",{"path":386,"priority":346},"skills/foundation-meeting-recap/SKILL.md",{"path":388,"priority":346},"skills/foundation-meeting-synthesize/SKILL.md",{"path":390,"priority":346},"skills/foundation-okr-writer/SKILL.md",{"path":392,"priority":346},"skills/foundation-persona/SKILL.md",{"path":394,"priority":346},"skills/foundation-stakeholder-update/SKILL.md",{"path":396,"priority":346},"skills/iterate-lessons-log/SKILL.md",{"path":398,"priority":346},"skills/iterate-pivot-decision/SKILL.md",{"path":400,"priority":346},"skills/iterate-refinement-notes/SKILL.md",{"path":402,"priority":346},"skills/iterate-retrospective/SKILL.md",{"path":404,"priority":346},"skills/measure-dashboard-requirements/SKILL.md",{"path":406,"priority":346},"skills/measure-experiment-design/SKILL.md",{"path":408,"priority":346},"skills/measure-experiment-results/SKILL.md",{"path":410,"priority":346},"skills/measure-instrumentation-spec/SKILL.md",{"path":412,"priority":346},"skills/measure-okr-grader/SKILL.md",{"path":414,"priority":346},"skills/utility-mermaid-diagrams/SKILL.md",{"path":416,"priority":346},"skills/utility-pm-skill-builder/SKILL.md",{"path":418,"priority":346},"skills/utility-pm-skill-iterate/SKILL.md",{"path":420,"priority":346},"skills/utility-pm-skill-validate/SKILL.md",{"path":422,"priority":346},"skills/utility-slideshow-creator/SKILL.md",{"path":424,"priority":346},"skills/utility-update-pm-skills/SKILL.md",{"path":426,"priority":334},"commands/.gitkeep",{"path":428,"priority":334},"commands/acceptance-criteria.md",{"path":430,"priority":334},"commands/adr.md",{"path":432,"priority":334},"commands/competitive-analysis.md",{"path":434,"priority":334},"commands/dashboard-requirements.md",{"path":436,"priority":334},"commands/design-rationale.md",{"path":438,"priority":334},"commands/edge-cases.md",{"path":440,"priority":334},"commands/experiment-design.md",{"path":442,"priority":334},"commands/experiment-results.md",{"path":444,"priority":334},"commands/hypothesis.md",{"path":446,"priority":334},"commands/instrumentation-spec.md",{"path":448,"priority":334},"commands/interview-synthesis.md",{"path":450,"priority":334},"commands/jtbd-canvas.md",{"path":452,"priority":334},"commands/launch-checklist.md",{"path":454,"priority":334},"commands/lean-canvas.md",{"path":456,"priority":334},"commands/lessons-log.md",{"path":458,"priority":334},"commands/meeting-agenda.md",{"path":460,"priority":334},"commands/meeting-brief.md",{"path":462,"priority":334},"commands/meeting-recap.md",{"path":464,"priority":334},"commands/meeting-synthesize.md",{"path":466,"priority":334},"commands/mermaid-diagrams.md",{"path":468,"priority":334},"commands/okr-grader.md",{"path":470,"priority":334},"commands/okr-writer.md",{"path":472,"priority":334},"commands/opportunity-tree.md",{"path":474,"priority":334},"commands/persona.md",{"path":476,"priority":334},"commands/pivot-decision.md",{"path":478,"priority":334},"commands/pm-skill-builder.md",{"path":480,"priority":334},"commands/pm-skill-iterate.md",{"path":482,"priority":334},"commands/pm-skill-validate.md",{"path":484,"priority":334},"commands/prd.md",{"path":486,"priority":334},"commands/problem-statement.md",{"path":488,"priority":334},"commands/refinement-notes.md",{"path":490,"priority":334},"commands/release-notes.md",{"path":492,"priority":334},"commands/retrospective.md",{"path":494,"priority":334},"commands/slideshow-creator.md",{"path":496,"priority":334},"commands/solution-brief.md",{"path":498,"priority":334},"commands/spike-summary.md",{"path":500,"priority":334},"commands/stakeholder-summary.md",{"path":502,"priority":334},"commands/stakeholder-update.md",{"path":504,"priority":334},"commands/update-pm-skills.md",{"path":506,"priority":334},"commands/user-stories.md",{"path":508,"priority":334},"commands/workflow-customer-discovery.md",{"path":510,"priority":334},"commands/workflow-feature-kickoff.md",{"path":512,"priority":334},"commands/workflow-post-launch-learning.md",{"path":514,"priority":334},"commands/workflow-product-strategy.md",{"path":516,"priority":334},"commands/workflow-sprint-planning.md",{"path":518,"priority":334},"commands/workflow-stakeholder-alignment.md",{"path":520,"priority":334},"commands/workflow-technical-discovery.md",{"basePath":522,"description":523,"displayName":524,"installMethods":525,"rationale":526,"selectedPaths":527,"source":335,"sourceLanguage":18,"type":248},"skills/utility-update-pm-skills","Checks for newer pm-skills releases, compares local vs. latest version, previews what would change, and updates local files after user confirmation. Generates a structured update report documenting changed files, new capabilities, and the value delta between versions. Use when you want to bring a local pm-skills installation up to date.","utility-update-pm-skills",{"claudeCode":12},"SKILL.md frontmatter at skills/utility-update-pm-skills/SKILL.md (coalesced with duplicate skill at docs/internal/efforts/F-24-update-pm-skills/drafts/skills/utility-update-pm-skills, docs/internal/efforts/F-24-update-pm-skills/_discovery/2026-04-09_claude-web-session/skills/utility-update-pm-skills)",[528,530,532],{"path":529,"priority":329},"SKILL.md",{"path":531,"priority":346},"references/EXAMPLE.md",{"path":533,"priority":346},"references/TEMPLATE.md",{"basePath":535,"description":536,"displayName":537,"installMethods":538,"rationale":539,"selectedPaths":540,"source":335,"sourceLanguage":18,"type":248},"docs/templates/skill-template","\u003Csingle-line 20-100 word description; include trigger keywords and do not use folded YAML>","skill-template",{"claudeCode":12},"SKILL.md frontmatter at docs/templates/skill-template/SKILL.md",[541,542,543],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":545,"description":546,"displayName":547,"installMethods":548,"rationale":549,"selectedPaths":550,"source":335,"sourceLanguage":18,"type":248},"skills/define-hypothesis","Defines a testable hypothesis with clear success metrics and validation approach. Use when forming assumptions to test, designing experiments, or aligning team on what success looks like.","define-hypothesis",{"claudeCode":12},"SKILL.md frontmatter at skills/define-hypothesis/SKILL.md",[551,552,553],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":555,"description":556,"displayName":557,"installMethods":558,"rationale":559,"selectedPaths":560,"source":335,"sourceLanguage":18,"type":248},"skills/define-jtbd-canvas","Creates a Jobs to be Done canvas capturing the functional, emotional, and social dimensions of a customer job. Use when deeply understanding customer motivations, designing for jobs, or reframing product positioning.","define-jtbd-canvas",{"claudeCode":12},"SKILL.md frontmatter at skills/define-jtbd-canvas/SKILL.md",[561,562,563],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":565,"description":566,"displayName":567,"installMethods":568,"rationale":569,"selectedPaths":570,"source":335,"sourceLanguage":18,"type":248},"skills/define-opportunity-tree","Creates an opportunity solution tree mapping desired outcomes to opportunities and potential solutions. Use for outcome-driven product discovery, prioritization, or communicating product strategy.","define-opportunity-tree",{"claudeCode":12},"SKILL.md frontmatter at skills/define-opportunity-tree/SKILL.md",[571,572,573],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":575,"description":576,"displayName":577,"installMethods":578,"rationale":579,"selectedPaths":580,"source":335,"sourceLanguage":18,"type":248},"skills/define-problem-statement","Creates a clear problem framing document with user impact, business context, and success criteria. Use when starting a new initiative, realigning a drifted project, or communicating up to leadership.","define-problem-statement",{"claudeCode":12},"SKILL.md frontmatter at skills/define-problem-statement/SKILL.md",[581,582,583],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":585,"description":586,"displayName":587,"installMethods":588,"rationale":589,"selectedPaths":590,"source":335,"sourceLanguage":18,"type":248},"skills/deliver-acceptance-criteria","Generates structured Given/When/Then acceptance criteria for a user story or feature slice. Use when translating product requirements into testable scenarios that cover the happy path, edge cases, error states, and non-functional expectations for engineering handoff and QA.","deliver-acceptance-criteria",{"claudeCode":12},"SKILL.md frontmatter at skills/deliver-acceptance-criteria/SKILL.md",[591,592,593],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":595,"description":596,"displayName":597,"installMethods":598,"rationale":599,"selectedPaths":600,"source":335,"sourceLanguage":18,"type":248},"skills/deliver-edge-cases","Documents edge cases, error states, boundary conditions, and recovery paths for a feature. Use during specification to ensure comprehensive coverage, or during QA planning to identify test scenarios.","deliver-edge-cases",{"claudeCode":12},"SKILL.md frontmatter at skills/deliver-edge-cases/SKILL.md",[601,602,603],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":605,"description":606,"displayName":607,"installMethods":608,"rationale":609,"selectedPaths":610,"source":335,"sourceLanguage":18,"type":248},"skills/deliver-launch-checklist","Creates a comprehensive pre-launch checklist covering engineering, design, marketing, support, legal, and operations readiness. Use before releasing features, products, or major updates to ensure nothing is missed.","deliver-launch-checklist",{"claudeCode":12},"SKILL.md frontmatter at skills/deliver-launch-checklist/SKILL.md",[611,612,613],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":615,"description":616,"displayName":617,"installMethods":618,"rationale":619,"selectedPaths":620,"source":335,"sourceLanguage":18,"type":248},"skills/deliver-prd","Creates a comprehensive Product Requirements Document that aligns stakeholders on what to build, why, and how success will be measured. Use when specifying features, epics, or product initiatives for engineering handoff.","deliver-prd",{"claudeCode":12},"SKILL.md frontmatter at skills/deliver-prd/SKILL.md",[621,622,623],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":625,"description":626,"displayName":627,"installMethods":628,"rationale":629,"selectedPaths":630,"source":335,"sourceLanguage":18,"type":248},"skills/deliver-release-notes","Creates user-facing release notes that communicate new features, improvements, and fixes in clear, benefit-focused language. Use when shipping updates to communicate changes to users, customers, or stakeholders.","deliver-release-notes",{"claudeCode":12},"SKILL.md frontmatter at skills/deliver-release-notes/SKILL.md",[631,632,633],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":635,"description":636,"displayName":637,"installMethods":638,"rationale":639,"selectedPaths":640,"source":335,"sourceLanguage":18,"type":248},"skills/deliver-user-stories","Generates user stories with clear acceptance criteria from product requirements or feature descriptions. Use when breaking down features for sprint planning, writing tickets, or communicating requirements to engineering.","deliver-user-stories",{"claudeCode":12},"SKILL.md frontmatter at skills/deliver-user-stories/SKILL.md",[641,642,643],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":645,"description":646,"displayName":647,"installMethods":648,"rationale":649,"selectedPaths":650,"source":335,"sourceLanguage":18,"type":248},"skills/develop-adr","Creates an Architecture Decision Record following the Nygard format to document significant technical decisions, their context, and consequences. Use when making technical choices that affect system architecture, technology selection, or development patterns.","develop-adr",{"claudeCode":12},"SKILL.md frontmatter at skills/develop-adr/SKILL.md",[651,652,653],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":655,"description":656,"displayName":657,"installMethods":658,"rationale":659,"selectedPaths":660,"source":335,"sourceLanguage":18,"type":248},"skills/develop-design-rationale","Documents the reasoning behind design decisions including alternatives considered, trade-offs evaluated, and principles applied. Use when making significant UX decisions, aligning with stakeholders on design direction, or preserving design context for future reference.","develop-design-rationale",{"claudeCode":12},"SKILL.md frontmatter at skills/develop-design-rationale/SKILL.md",[661,662,663],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":665,"description":666,"displayName":667,"installMethods":668,"rationale":669,"selectedPaths":670,"source":335,"sourceLanguage":18,"type":248},"skills/develop-solution-brief","Creates a concise one-page solution overview that communicates the proposed approach, key decisions, and trade-offs. Use when pitching solutions to stakeholders, aligning teams on approach, or documenting solution intent before detailed specification.","develop-solution-brief",{"claudeCode":12},"SKILL.md frontmatter at skills/develop-solution-brief/SKILL.md",[671,672,673],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":675,"description":676,"displayName":677,"installMethods":678,"rationale":679,"selectedPaths":680,"source":335,"sourceLanguage":18,"type":248},"skills/develop-spike-summary","Documents the results of a time-boxed technical or design exploration (spike). Use after completing a spike to capture learnings, findings, and recommendations for the team.","develop-spike-summary",{"claudeCode":12},"SKILL.md frontmatter at skills/develop-spike-summary/SKILL.md",[681,682,683],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":685,"description":686,"displayName":687,"installMethods":688,"rationale":689,"selectedPaths":690,"source":335,"sourceLanguage":18,"type":248},"skills/discover-competitive-analysis","Creates a structured competitive analysis comparing features, positioning, and strategy across competitors. Use when entering a market, planning differentiation, or understanding the competitive landscape.","discover-competitive-analysis",{"claudeCode":12},"SKILL.md frontmatter at skills/discover-competitive-analysis/SKILL.md",[691,692,693],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":695,"description":696,"displayName":697,"installMethods":698,"rationale":699,"selectedPaths":700,"source":335,"sourceLanguage":18,"type":248},"skills/discover-interview-synthesis","Synthesizes user research interviews into actionable insights, patterns, and recommendations. Use after conducting user interviews, customer calls, or usability sessions to extract and communicate findings.","discover-interview-synthesis",{"claudeCode":12},"SKILL.md frontmatter at skills/discover-interview-synthesis/SKILL.md",[701,702,703],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":705,"description":706,"displayName":707,"installMethods":708,"rationale":709,"selectedPaths":710,"source":335,"sourceLanguage":18,"type":248},"skills/discover-stakeholder-summary","Documents stakeholder needs, concerns, and influence for a project or initiative. Use when starting projects, managing complex stakeholder relationships, or ensuring alignment across organizational boundaries.","discover-stakeholder-summary",{"claudeCode":12},"SKILL.md frontmatter at skills/discover-stakeholder-summary/SKILL.md",[711,712,713],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":715,"description":716,"displayName":717,"installMethods":718,"rationale":719,"selectedPaths":720,"source":335,"sourceLanguage":18,"type":248},"skills/foundation-lean-canvas","Produces a one-page lean canvas across nine interlocking blocks (problem, customer, UVP, solution, channels, revenue, cost, metrics, unfair advantage) with optional inline HTML and SVG visual rendering. Use when framing a new product thesis, stress-testing an existing strategy, comparing strategic options side-by-side, or aligning a team on business-model assumptions. Works as a strategic hub that cross-links to deeper PM skills without duplicating them.","foundation-lean-canvas",{"claudeCode":12},"SKILL.md frontmatter at skills/foundation-lean-canvas/SKILL.md",[721,722,723,724],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"path":725,"priority":346},"references/html-template.html",{"basePath":245,"description":10,"displayName":13,"installMethods":727,"rationale":728,"selectedPaths":729,"source":335,"sourceLanguage":18,"type":248},{"claudeCode":12},"SKILL.md frontmatter at skills/foundation-meeting-agenda/SKILL.md",[730,731,732],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":734,"description":735,"displayName":736,"installMethods":737,"rationale":738,"selectedPaths":739,"source":335,"sourceLanguage":18,"type":248},"skills/foundation-meeting-brief","Produces a private strategic preparation document for the user before a meeting that matters. Captures stakes, stakeholder positions and reads, ranked desired outcomes, key messages, anticipated questions with prepared responses, risks and tensions, specific asks, and success signals. Distinct from meeting-agenda because this artifact is not shared with attendees; it is the user's personal tactical prep for meetings where positioning matters.","foundation-meeting-brief",{"claudeCode":12},"SKILL.md frontmatter at skills/foundation-meeting-brief/SKILL.md",[740,741,742],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":744,"description":745,"displayName":746,"installMethods":747,"rationale":748,"selectedPaths":749,"source":335,"sourceLanguage":18,"type":248},"skills/foundation-meeting-recap","Produces a topic-segmented post-meeting summary for attendees with decisions highlighted and actions captured inline per topic (plus a consolidated action view at the end). Auto-populates topic skeleton from a sibling meeting-agenda when available and reconciles planned vs. actual topics. Accepts transcripts from Zoom, Meet, Otter, Fireflies, Krisp MCP, or manual notes; runs on variable-quality input without blocking.","foundation-meeting-recap",{"claudeCode":12},"SKILL.md frontmatter at skills/foundation-meeting-recap/SKILL.md",[750,751,752],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":754,"description":755,"displayName":756,"installMethods":757,"rationale":758,"selectedPaths":759,"source":335,"sourceLanguage":18,"type":248},"skills/foundation-meeting-synthesize","Cross-meeting archaeology skill. Consumes multiple meeting recaps (or raw notes) over a period and surfaces patterns invisible in any single meeting. Shows how decisions evolved, who has been saying what, where threads are stalling, and where contradictions have emerged. Produces a plain-text timeline, themes with confidence markers, stakeholder position tracking, consolidated decision list, contradiction flags, open items, narrative summary, and prioritized follow-ups.","foundation-meeting-synthesize",{"claudeCode":12},"SKILL.md frontmatter at skills/foundation-meeting-synthesize/SKILL.md",[760,761,762],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":764,"description":765,"displayName":766,"installMethods":767,"rationale":768,"selectedPaths":769,"source":335,"sourceLanguage":18,"type":248},"skills/foundation-okr-writer","Drafts, reviews, rewrites, and coaches outcome-based OKR sets across team, department, product, or company scopes. Supports five entry modes (Guided default, One-Shot via --oneshot, Sustained Coach, Audit Only, Rewrite). Diagnoses empowered-team context and adjusts framing; refuses to fabricate baselines or targets; refuses to use OKR scores for compensation; reframes feature-delivery KRs into outcome KRs. Use when planning quarterly OKRs, translating strategy into team outcomes, reviewing draft OKRs for quality, or converting roadmap-as-OKR drafts into proper OKR sets.","foundation-okr-writer",{"claudeCode":12},"SKILL.md frontmatter at skills/foundation-okr-writer/SKILL.md",[770,771,772],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":774,"description":775,"displayName":776,"installMethods":777,"rationale":778,"selectedPaths":779,"source":335,"sourceLanguage":18,"type":248},"skills/foundation-persona","Generates an evidence-calibrated product or marketing persona using the canonical v2.5 output contract. Use when shaping artifact perspective, stress-testing decisions, or framing product and GTM strategy.","foundation-persona",{"claudeCode":12},"SKILL.md frontmatter at skills/foundation-persona/SKILL.md",[780,781,782],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":784,"description":785,"displayName":786,"installMethods":787,"rationale":788,"selectedPaths":789,"source":335,"sourceLanguage":18,"type":248},"skills/foundation-stakeholder-update","Produces async communication to stakeholders, primarily non-attendees and secondarily some attendees who want a reference. Translates meeting outcomes into what-it-means language for readers, with channel variants (slack, teams, email, notion, exec-memo) and audience variants (engineering, design, leadership, customer-facing, mixed). Surfaces a primary CTA up front, flags technical-to-business translations for user verification, and detects thread continuation from prior updates.","foundation-stakeholder-update",{"claudeCode":12},"SKILL.md frontmatter at skills/foundation-stakeholder-update/SKILL.md",[790,791,792],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":794,"description":795,"displayName":796,"installMethods":797,"rationale":798,"selectedPaths":799,"source":335,"sourceLanguage":18,"type":248},"skills/iterate-lessons-log","Creates a structured lessons learned entry for organizational memory. Use after projects, incidents, or significant learnings to capture knowledge for future teams and initiatives.","iterate-lessons-log",{"claudeCode":12},"SKILL.md frontmatter at skills/iterate-lessons-log/SKILL.md",[800,801,802],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":804,"description":805,"displayName":806,"installMethods":807,"rationale":808,"selectedPaths":809,"source":335,"sourceLanguage":18,"type":248},"skills/iterate-pivot-decision","Documents a strategic pivot or persevere decision with the evidence, analysis, and rationale. Use when evaluating whether to change direction on a product, feature, or strategy based on market feedback.","iterate-pivot-decision",{"claudeCode":12},"SKILL.md frontmatter at skills/iterate-pivot-decision/SKILL.md",[810,811,812],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":814,"description":815,"displayName":816,"installMethods":817,"rationale":818,"selectedPaths":819,"source":335,"sourceLanguage":18,"type":248},"skills/iterate-refinement-notes","Documents backlog refinement session outcomes including stories refined, estimates, questions raised, and decisions made. Use during or after refinement to capture the results and share with absent team members.","iterate-refinement-notes",{"claudeCode":12},"SKILL.md frontmatter at skills/iterate-refinement-notes/SKILL.md",[820,821,822],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":824,"description":825,"displayName":826,"installMethods":827,"rationale":828,"selectedPaths":829,"source":335,"sourceLanguage":18,"type":248},"skills/iterate-retrospective","Facilitates and documents a team retrospective capturing what went well, what to improve, and action items. Use at the end of sprints, projects, or milestones to reflect and improve team practices.","iterate-retrospective",{"claudeCode":12},"SKILL.md frontmatter at skills/iterate-retrospective/SKILL.md",[830,831,832],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":834,"description":835,"displayName":836,"installMethods":837,"rationale":838,"selectedPaths":839,"source":335,"sourceLanguage":18,"type":248},"skills/measure-dashboard-requirements","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.","measure-dashboard-requirements",{"claudeCode":12},"SKILL.md frontmatter at skills/measure-dashboard-requirements/SKILL.md",[840,841,842],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":844,"description":845,"displayName":846,"installMethods":847,"rationale":848,"selectedPaths":849,"source":335,"sourceLanguage":18,"type":248},"skills/measure-experiment-design","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.","measure-experiment-design",{"claudeCode":12},"SKILL.md frontmatter at skills/measure-experiment-design/SKILL.md",[850,851,852],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":854,"description":855,"displayName":856,"installMethods":857,"rationale":858,"selectedPaths":859,"source":335,"sourceLanguage":18,"type":248},"skills/measure-experiment-results","Documents the results of a completed experiment or A/B test with statistical analysis, learnings, and recommendations. Use after experiments conclude to communicate findings, inform decisions, and build organizational knowledge.","measure-experiment-results",{"claudeCode":12},"SKILL.md frontmatter at skills/measure-experiment-results/SKILL.md",[860,861,862],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":864,"description":865,"displayName":866,"installMethods":867,"rationale":868,"selectedPaths":869,"source":335,"sourceLanguage":18,"type":248},"skills/measure-instrumentation-spec","Specifies event tracking and analytics instrumentation requirements for a feature. Use when defining what data to collect, ensuring consistent tracking implementation, or documenting analytics requirements for engineering.","measure-instrumentation-spec",{"claudeCode":12},"SKILL.md frontmatter at skills/measure-instrumentation-spec/SKILL.md",[870,871,872],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":874,"description":875,"displayName":876,"installMethods":877,"rationale":878,"selectedPaths":879,"source":335,"sourceLanguage":18,"type":248},"skills/measure-okr-grader","Scores completed OKR sets at cycle close with KR-level scoring per the canonical OKR type enum (committed | aspirational | learning | operational_health | compliance_or_safety), committed-vs-aspirational interpretation, evidence quality assessment, learning synthesis, and next-cycle recommendations. Refuses to retroactively change targets or shrink committed scope, average away guardrail KRs, treat 0.7 as success for committed or compliance_or_safety KRs, equate effort with impact, or use scores for individual performance. Hands off to iterate-lessons-log, iterate-retrospective, define-hypothesis, measure-dashboard-requirements, measure-instrumentation-spec, and foundation-okr-writer.","measure-okr-grader",{"claudeCode":12},"SKILL.md frontmatter at skills/measure-okr-grader/SKILL.md",[880,881,882],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":884,"description":885,"displayName":886,"installMethods":887,"rationale":888,"selectedPaths":889,"source":335,"sourceLanguage":18,"type":248},"skills/utility-mermaid-diagrams","Teaches PMs to create syntactically valid mermaid diagrams by selecting the right diagram type for their communication need, following syntax validity rules, and validating before shipping. Covers all 15 mermaid diagram types with PM-relevant examples and a dual-lens navigation system.","utility-mermaid-diagrams",{"claudeCode":12},"SKILL.md frontmatter at skills/utility-mermaid-diagrams/SKILL.md",[890,891,892,893,895,897],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"path":894,"priority":346},"references/diagram-catalog.md",{"path":896,"priority":346},"references/pm-use-cases.md",{"path":898,"priority":346},"references/syntax-guide.md",{"basePath":900,"description":901,"displayName":902,"installMethods":903,"rationale":904,"selectedPaths":905,"source":335,"sourceLanguage":18,"type":248},"skills/utility-pm-skill-builder","Guides contributors from a PM skill idea to a complete Skill Implementation Packet aligned with pm-skills conventions. Runs gap analysis, validates through a Why Gate, classifies by type and phase, generates draft files, and writes to a staging area for review before promotion.","utility-pm-skill-builder",{"claudeCode":12},"SKILL.md frontmatter at skills/utility-pm-skill-builder/SKILL.md",[906,907,908],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":910,"description":911,"displayName":912,"installMethods":913,"rationale":914,"selectedPaths":915,"source":335,"sourceLanguage":18,"type":248},"skills/utility-pm-skill-iterate","Applies targeted improvements to an existing pm-skills skill based on feedback, validation reports, or convention changes. Reads current files, previews proposed changes, writes on confirmation, and suggests a version bump. Use when improving a skill after validation or feedback.","utility-pm-skill-iterate",{"claudeCode":12},"SKILL.md frontmatter at skills/utility-pm-skill-iterate/SKILL.md",[916,917,918],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":920,"description":921,"displayName":922,"installMethods":923,"rationale":924,"selectedPaths":925,"source":335,"sourceLanguage":18,"type":248},"skills/utility-pm-skill-validate","Audits an existing pm-skills skill against structural conventions and quality criteria. Produces a structured validation report with pass/fail checks, severity-graded findings, and actionable recommendations. Use when checking whether a skill meets repo standards before shipping or after making changes.","utility-pm-skill-validate",{"claudeCode":12},"SKILL.md frontmatter at skills/utility-pm-skill-validate/SKILL.md",[926,927,928],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"basePath":930,"description":931,"displayName":932,"installMethods":933,"rationale":934,"selectedPaths":935,"source":335,"sourceLanguage":18,"type":248},"skills/utility-slideshow-creator","Generates professional presentations from a JSON deck specification using 18 slide types with dark/light variants, content-to-layout decision logic, and calibrated character limits. Ships with a default professional theme and supports custom themes via utility-slideshow-themer.","utility-slideshow-creator",{"claudeCode":12},"SKILL.md frontmatter at skills/utility-slideshow-creator/SKILL.md",[936,937,938,939,941,943],{"path":529,"priority":329},{"path":531,"priority":346},{"path":533,"priority":346},{"path":940,"priority":346},"references/decision-logic.md",{"path":942,"priority":346},"references/platform-rules.md",{"path":944,"priority":346},"references/slide-types.md",{"sources":946},[947],"manual",{"closedIssues90d":232,"description":949,"forks":233,"homepage":950,"license":240,"openIssues90d":235,"pushedAt":236,"readmeSize":230,"stars":237,"topics":951},"Curated, plug-and-play product management skills for AI agents. 40 skills across Triple Diamond phases plus foundation (lean canvas, persona, meeting lifecycle family) and utility (create, validate, iterate). Templates, workflows, thread-aligned samples, CI-enforced skill-family contracts. Apache 2.0.","https://product-on-purpose.github.io/pm-skills/",[304,952,953,275,954,955,956,957],"ai-skills","claude-code","claude-desktop","openskills","skill-families","triple-diamond",{"classifiedAt":959,"discoverAt":960,"extractAt":961,"githubAt":961,"updatedAt":959},1778695719797,1778695714515,1778695717835,[213,216,212,215,214],{"evaluatedAt":243,"extractAt":292,"updatedAt":243},[],[966,992,1019,1049,1065,1091],{"_creationTime":967,"_id":968,"community":969,"display":970,"identity":976,"providers":979,"relations":985,"tags":988,"workflow":989},1778696833339.6218,"k176gr5qszggh36kjn8a1cwehs86n2jd",{"reviewCount":8},{"description":971,"installMethods":972,"name":974,"sourceUrl":975},"Interact with Gmail - search emails, read messages, send emails, create drafts, and manage labels.\nUse when user asks to: search email, read email, send email, create email draft, mark as read,\narchive email, star email, or manage Gmail labels. Lightweight alternative to full Google\nWorkspace MCP server with standalone OAuth authentication.\n",{"claudeCode":973},"sanjay3290/ai-skills","gmail","https://github.com/sanjay3290/ai-skills",{"basePath":977,"githubOwner":978,"githubRepo":952,"locale":18,"slug":974,"type":248},"skills/gmail","sanjay3290",{"evaluate":980,"extract":984},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":981,"targetMarket":217,"tier":218},[974,982,216,983,214],"email","automation",{"commitSha":282},{"parentExtensionId":986,"repoId":987},"k17es37z10n1sw6t2m3f0vsydx86mnje","kd71np0fyqg23qg8w2hcfw0h0h86nkn0",[983,216,982,974,214],{"evaluatedAt":990,"extractAt":991,"updatedAt":990},1778696939862,1778696833339,{"_creationTime":993,"_id":994,"community":995,"display":996,"identity":1002,"providers":1006,"relations":1013,"tags":1015,"workflow":1016},1778688022104.1802,"k170j25h46bp88e68ar6f9ap6h86nvb2",{"reviewCount":8},{"description":997,"installMethods":998,"name":1000,"sourceUrl":1001},"Review who attended a Google Meet conference and for how long.",{"claudeCode":999},"googleworkspace/cli","recipe-review-meet-participants","https://github.com/googleworkspace/cli",{"basePath":1003,"githubOwner":1004,"githubRepo":1005,"locale":18,"slug":1000,"type":248},"skills/recipe-review-meet-participants","googleworkspace","cli",{"evaluate":1007,"extract":1012},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":1008,"targetMarket":217,"tier":218},[1009,1010,212,1011,214,1005],"google-workspace","google-meet","attendance",{"commitSha":282},{"repoId":1014},"kd74t1908zh6g1jzcxw8tg1rwx86nnpt",[1011,1005,1010,1009,212,214],{"evaluatedAt":1017,"extractAt":1018,"updatedAt":1017},1778689979823,1778688022104,{"_creationTime":1020,"_id":1021,"community":1022,"display":1023,"identity":1029,"providers":1034,"relations":1041,"tags":1044,"workflow":1045},1778696724223.6602,"k17fmt1f1wyn7a36n7h9azm7j186n4xy",{"reviewCount":8},{"description":1024,"installMethods":1025,"name":1027,"sourceUrl":1028},"Führen Sie ein 5-minütiges persönliches Standup für einen Solo-Entwickler durch – was gestern geliefert wurde, was blockiert ist, was heute als Nächstes ansteht. Verwenden Sie es, wenn der Benutzer nach einem täglichen Check-in fragt, „was soll ich heute tun?“, „was habe ich gestern gemacht?“ sagt oder eine Produktivitätseinbuße überwinden möchte.",{"claudeCode":1026},"rockscy/solo-skills","standup-solo","https://github.com/rockscy/solo-skills",{"basePath":1030,"githubOwner":1031,"githubRepo":1032,"locale":1033,"slug":1027,"type":248},"skills/standup-solo","rockscy","solo-skills","de",{"evaluate":1035,"extract":1040},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":1036,"targetMarket":217,"tier":218},[1037,214,1038,215,1039],"standup","solo-dev","reflection",{"commitSha":282},{"repoId":1042,"translatedFrom":1043},"kd74cxyv8jz07d5s5wewf3nzcx86mx2v","k17f30k0jv3bb3zbs2x5538vvx86mpb8",[215,214,1039,1038,1037],{"evaluatedAt":1046,"extractAt":1047,"updatedAt":1048},1778696665730,1778696562316,1778696724223,{"_creationTime":1050,"_id":1051,"community":1052,"display":1053,"identity":1055,"providers":1056,"relations":1061,"tags":1062,"workflow":1063},1778695720086.7688,"k1715jm4ekq8c9nwr82wpbwj4d86mg4d",{"reviewCount":8},{"description":785,"installMethods":1054,"name":786,"sourceUrl":14},{"claudeCode":12},{"basePath":784,"githubOwner":246,"githubRepo":247,"locale":18,"slug":786,"type":248},{"evaluate":1057,"extract":1060},{"promptVersionExtension":205,"promptVersionScoring":206,"score":295,"tags":1058,"targetMarket":217,"tier":218},[212,216,278,1059,983],"reporting",{"commitSha":282,"license":240},{"parentExtensionId":251,"repoId":288},[983,216,278,212,1059],{"evaluatedAt":1064,"extractAt":292,"updatedAt":1064},1778696266506,{"_creationTime":1066,"_id":1067,"community":1068,"display":1069,"identity":1075,"providers":1079,"relations":1085,"tags":1087,"workflow":1088},1778697652123.8982,"k175ckmrqc4x6sjm90k7ejbj3s86ntxs",{"reviewCount":8},{"description":1070,"installMethods":1071,"name":1073,"sourceUrl":1074},"Use the Slack tool to react, pin/unpin, send, edit, delete messages, or fetch Slack member info.",{"claudeCode":1072},"steipete/clawdis","slack","https://github.com/steipete/clawdis",{"basePath":1076,"githubOwner":1077,"githubRepo":1078,"locale":18,"slug":1073,"type":248},"skills/slack","steipete","clawdis",{"evaluate":1080,"extract":1084},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":1081,"targetMarket":217,"tier":218},[1073,1082,216,983,1083],"messaging","api",{"commitSha":282},{"repoId":1086},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[1083,983,216,1082,1073],{"evaluatedAt":1089,"extractAt":1090,"updatedAt":1089},1778698950505,1778697652123,{"_creationTime":1092,"_id":1093,"community":1094,"display":1095,"identity":1101,"providers":1105,"relations":1112,"tags":1115,"workflow":1116},1778675056600.268,"k172sceaq6r73xjj0jaz0ny4fx86n314",{"reviewCount":8},{"description":1096,"installMethods":1097,"name":1099,"sourceUrl":1100},"Use when preparing roadmap narratives, release notes, changelogs, or stakeholder updates tailored for executives, engineering teams, and customers.",{"claudeCode":1098},"alirezarezvani/claude-skills","roadmap-communicator","https://github.com/alirezarezvani/claude-skills",{"basePath":1102,"githubOwner":1103,"githubRepo":1104,"locale":18,"slug":1099,"type":248},"product-team/skills/roadmap-communicator","alirezarezvani","claude-skills",{"evaluate":1106,"extract":1111},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":1107,"targetMarket":217,"tier":218},[1108,1109,1110,216,275],"roadmap","release-notes","stakeholder-updates",{"commitSha":282},{"parentExtensionId":1113,"repoId":1114},"k17104ysr0smp7vvp26mnn1fzh86nynm","kd7ff9s1w43mfyy1n7hf87816186m6px",[216,275,1109,1108,1110],{"evaluatedAt":1117,"extractAt":1118,"updatedAt":1117},1778685674385,1778675056600]