pm-claude-skills 45.0.0 → 46.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -13
- package/bin/cli.mjs +1 -1
- package/bin/init.mjs +1 -1
- package/bin/install.mjs +1 -1
- package/exports/README.md +1 -1
- package/exports/aider/README.md +13 -1
- package/exports/aider/pm-advanced/skill-fusion/skill-fusion.md +41 -0
- package/exports/aider/pm-business/board-deck-narrative/board-deck-narrative.md +4 -0
- package/exports/aider/pm-business/job-application/job-application.md +4 -0
- package/exports/aider/pm-calculators/schedule-monte-carlo/schedule-monte-carlo.md +42 -0
- package/exports/aider/pm-calculators/support-staffing-model/support-staffing-model.md +42 -0
- package/exports/aider/pm-calculators/tornado-sensitivity/tornado-sensitivity.md +40 -0
- package/exports/aider/pm-copy/cold-email/cold-email.md +4 -0
- package/exports/aider/pm-cross/brief-builder/brief-builder.md +6 -0
- package/exports/aider/pm-data/sql-query-explainer/sql-query-explainer.md +15 -0
- package/exports/aider/pm-engineering/regex-builder/regex-builder.md +6 -0
- package/exports/aider/pm-engineering/skill-security-auditor/skill-security-auditor.md +1 -1
- package/exports/aider/pm-hr/employee-engagement-survey/employee-engagement-survey.md +5 -0
- package/exports/aider/pm-jobsearch/interview-prep/interview-prep.md +4 -0
- package/exports/aider/pm-lifeadmin/eulogy-writer/eulogy-writer.md +41 -0
- package/exports/aider/pm-lifeadmin/fine-appeal-letter/fine-appeal-letter.md +39 -0
- package/exports/aider/pm-lifeadmin/wedding-speech/wedding-speech.md +40 -0
- package/exports/aider/pm-people/performance-review/performance-review.md +4 -0
- package/exports/aider/pm-personal/cover-letter/cover-letter.md +4 -0
- package/exports/aider/pm-personal/one-pager/one-pager.md +4 -0
- package/exports/aider/pm-planning/pricing-strategy/pricing-strategy.md +4 -0
- package/exports/aider/pm-pmm/win-loss-analysis/win-loss-analysis.md +4 -0
- package/exports/aider/pm-warroom/assumption-bounty/assumption-bounty.md +40 -0
- package/exports/aider/pm-warroom/decision-autopsy/decision-autopsy.md +40 -0
- package/exports/aider/pm-warroom/devils-twin/devils-twin.md +38 -0
- package/exports/aider/pm-warroom/metric-gaslighting-detector/metric-gaslighting-detector.md +45 -0
- package/exports/aider/pm-warroom/premortem-assassin/premortem-assassin.md +49 -0
- package/exports/chatgpt/README.md +13 -1
- package/exports/chatgpt/pm-advanced/skill-fusion/SYSTEM_PROMPT.md +41 -0
- package/exports/chatgpt/pm-business/board-deck-narrative/SYSTEM_PROMPT.md +4 -0
- package/exports/chatgpt/pm-business/job-application/SYSTEM_PROMPT.md +4 -0
- package/exports/chatgpt/pm-calculators/schedule-monte-carlo/SYSTEM_PROMPT.md +42 -0
- package/exports/chatgpt/pm-calculators/support-staffing-model/SYSTEM_PROMPT.md +42 -0
- package/exports/chatgpt/pm-calculators/tornado-sensitivity/SYSTEM_PROMPT.md +40 -0
- package/exports/chatgpt/pm-copy/cold-email/SYSTEM_PROMPT.md +4 -0
- package/exports/chatgpt/pm-cross/brief-builder/SYSTEM_PROMPT.md +6 -0
- package/exports/chatgpt/pm-data/sql-query-explainer/SYSTEM_PROMPT.md +15 -0
- package/exports/chatgpt/pm-engineering/regex-builder/SYSTEM_PROMPT.md +6 -0
- package/exports/chatgpt/pm-engineering/skill-security-auditor/SYSTEM_PROMPT.md +1 -1
- package/exports/chatgpt/pm-hr/employee-engagement-survey/SYSTEM_PROMPT.md +5 -0
- package/exports/chatgpt/pm-jobsearch/interview-prep/SYSTEM_PROMPT.md +4 -0
- package/exports/chatgpt/pm-lifeadmin/eulogy-writer/SYSTEM_PROMPT.md +41 -0
- package/exports/chatgpt/pm-lifeadmin/fine-appeal-letter/SYSTEM_PROMPT.md +39 -0
- package/exports/chatgpt/pm-lifeadmin/wedding-speech/SYSTEM_PROMPT.md +40 -0
- package/exports/chatgpt/pm-people/performance-review/SYSTEM_PROMPT.md +4 -0
- package/exports/chatgpt/pm-personal/cover-letter/SYSTEM_PROMPT.md +4 -0
- package/exports/chatgpt/pm-personal/one-pager/SYSTEM_PROMPT.md +4 -0
- package/exports/chatgpt/pm-planning/pricing-strategy/SYSTEM_PROMPT.md +4 -0
- package/exports/chatgpt/pm-pmm/win-loss-analysis/SYSTEM_PROMPT.md +4 -0
- package/exports/chatgpt/pm-warroom/assumption-bounty/SYSTEM_PROMPT.md +40 -0
- package/exports/chatgpt/pm-warroom/decision-autopsy/SYSTEM_PROMPT.md +40 -0
- package/exports/chatgpt/pm-warroom/devils-twin/SYSTEM_PROMPT.md +38 -0
- package/exports/chatgpt/pm-warroom/metric-gaslighting-detector/SYSTEM_PROMPT.md +45 -0
- package/exports/chatgpt/pm-warroom/premortem-assassin/SYSTEM_PROMPT.md +49 -0
- package/exports/cline/README.md +13 -1
- package/exports/cline/pm-advanced/skill-fusion/skill-fusion.md +41 -0
- package/exports/cline/pm-business/board-deck-narrative/board-deck-narrative.md +4 -0
- package/exports/cline/pm-business/job-application/job-application.md +4 -0
- package/exports/cline/pm-calculators/schedule-monte-carlo/schedule-monte-carlo.md +42 -0
- package/exports/cline/pm-calculators/support-staffing-model/support-staffing-model.md +42 -0
- package/exports/cline/pm-calculators/tornado-sensitivity/tornado-sensitivity.md +40 -0
- package/exports/cline/pm-copy/cold-email/cold-email.md +4 -0
- package/exports/cline/pm-cross/brief-builder/brief-builder.md +6 -0
- package/exports/cline/pm-data/sql-query-explainer/sql-query-explainer.md +15 -0
- package/exports/cline/pm-engineering/regex-builder/regex-builder.md +6 -0
- package/exports/cline/pm-engineering/skill-security-auditor/skill-security-auditor.md +1 -1
- package/exports/cline/pm-hr/employee-engagement-survey/employee-engagement-survey.md +5 -0
- package/exports/cline/pm-jobsearch/interview-prep/interview-prep.md +4 -0
- package/exports/cline/pm-lifeadmin/eulogy-writer/eulogy-writer.md +41 -0
- package/exports/cline/pm-lifeadmin/fine-appeal-letter/fine-appeal-letter.md +39 -0
- package/exports/cline/pm-lifeadmin/wedding-speech/wedding-speech.md +40 -0
- package/exports/cline/pm-people/performance-review/performance-review.md +4 -0
- package/exports/cline/pm-personal/cover-letter/cover-letter.md +4 -0
- package/exports/cline/pm-personal/one-pager/one-pager.md +4 -0
- package/exports/cline/pm-planning/pricing-strategy/pricing-strategy.md +4 -0
- package/exports/cline/pm-pmm/win-loss-analysis/win-loss-analysis.md +4 -0
- package/exports/cline/pm-warroom/assumption-bounty/assumption-bounty.md +40 -0
- package/exports/cline/pm-warroom/decision-autopsy/decision-autopsy.md +40 -0
- package/exports/cline/pm-warroom/devils-twin/devils-twin.md +38 -0
- package/exports/cline/pm-warroom/metric-gaslighting-detector/metric-gaslighting-detector.md +45 -0
- package/exports/cline/pm-warroom/premortem-assassin/premortem-assassin.md +49 -0
- package/exports/continue/README.md +13 -1
- package/exports/continue/pm-advanced/skill-fusion/skill-fusion.md +46 -0
- package/exports/continue/pm-business/board-deck-narrative/board-deck-narrative.md +4 -0
- package/exports/continue/pm-business/job-application/job-application.md +4 -0
- package/exports/continue/pm-calculators/schedule-monte-carlo/schedule-monte-carlo.md +47 -0
- package/exports/continue/pm-calculators/support-staffing-model/support-staffing-model.md +47 -0
- package/exports/continue/pm-calculators/tornado-sensitivity/tornado-sensitivity.md +45 -0
- package/exports/continue/pm-copy/cold-email/cold-email.md +4 -0
- package/exports/continue/pm-cross/brief-builder/brief-builder.md +6 -0
- package/exports/continue/pm-data/sql-query-explainer/sql-query-explainer.md +15 -0
- package/exports/continue/pm-engineering/regex-builder/regex-builder.md +6 -0
- package/exports/continue/pm-engineering/skill-security-auditor/skill-security-auditor.md +1 -1
- package/exports/continue/pm-hr/employee-engagement-survey/employee-engagement-survey.md +5 -0
- package/exports/continue/pm-jobsearch/interview-prep/interview-prep.md +4 -0
- package/exports/continue/pm-lifeadmin/eulogy-writer/eulogy-writer.md +46 -0
- package/exports/continue/pm-lifeadmin/fine-appeal-letter/fine-appeal-letter.md +44 -0
- package/exports/continue/pm-lifeadmin/wedding-speech/wedding-speech.md +45 -0
- package/exports/continue/pm-people/performance-review/performance-review.md +4 -0
- package/exports/continue/pm-personal/cover-letter/cover-letter.md +4 -0
- package/exports/continue/pm-personal/one-pager/one-pager.md +4 -0
- package/exports/continue/pm-planning/pricing-strategy/pricing-strategy.md +4 -0
- package/exports/continue/pm-pmm/win-loss-analysis/win-loss-analysis.md +4 -0
- package/exports/continue/pm-warroom/assumption-bounty/assumption-bounty.md +45 -0
- package/exports/continue/pm-warroom/decision-autopsy/decision-autopsy.md +45 -0
- package/exports/continue/pm-warroom/devils-twin/devils-twin.md +43 -0
- package/exports/continue/pm-warroom/metric-gaslighting-detector/metric-gaslighting-detector.md +50 -0
- package/exports/continue/pm-warroom/premortem-assassin/premortem-assassin.md +54 -0
- package/exports/cursor/README.md +13 -1
- package/exports/cursor/pm-advanced/skill-fusion/skill-fusion.mdc +47 -0
- package/exports/cursor/pm-business/board-deck-narrative/board-deck-narrative.mdc +4 -0
- package/exports/cursor/pm-business/job-application/job-application.mdc +4 -0
- package/exports/cursor/pm-calculators/schedule-monte-carlo/schedule-monte-carlo.mdc +48 -0
- package/exports/cursor/pm-calculators/support-staffing-model/support-staffing-model.mdc +48 -0
- package/exports/cursor/pm-calculators/tornado-sensitivity/tornado-sensitivity.mdc +46 -0
- package/exports/cursor/pm-copy/cold-email/cold-email.mdc +4 -0
- package/exports/cursor/pm-cross/brief-builder/brief-builder.mdc +6 -0
- package/exports/cursor/pm-data/sql-query-explainer/sql-query-explainer.mdc +15 -0
- package/exports/cursor/pm-engineering/regex-builder/regex-builder.mdc +6 -0
- package/exports/cursor/pm-engineering/skill-security-auditor/skill-security-auditor.mdc +1 -1
- package/exports/cursor/pm-hr/employee-engagement-survey/employee-engagement-survey.mdc +5 -0
- package/exports/cursor/pm-jobsearch/interview-prep/interview-prep.mdc +4 -0
- package/exports/cursor/pm-lifeadmin/eulogy-writer/eulogy-writer.mdc +47 -0
- package/exports/cursor/pm-lifeadmin/fine-appeal-letter/fine-appeal-letter.mdc +45 -0
- package/exports/cursor/pm-lifeadmin/wedding-speech/wedding-speech.mdc +46 -0
- package/exports/cursor/pm-people/performance-review/performance-review.mdc +4 -0
- package/exports/cursor/pm-personal/cover-letter/cover-letter.mdc +4 -0
- package/exports/cursor/pm-personal/one-pager/one-pager.mdc +4 -0
- package/exports/cursor/pm-planning/pricing-strategy/pricing-strategy.mdc +4 -0
- package/exports/cursor/pm-pmm/win-loss-analysis/win-loss-analysis.mdc +4 -0
- package/exports/cursor/pm-warroom/assumption-bounty/assumption-bounty.mdc +46 -0
- package/exports/cursor/pm-warroom/decision-autopsy/decision-autopsy.mdc +46 -0
- package/exports/cursor/pm-warroom/devils-twin/devils-twin.mdc +44 -0
- package/exports/cursor/pm-warroom/metric-gaslighting-detector/metric-gaslighting-detector.mdc +51 -0
- package/exports/cursor/pm-warroom/premortem-assassin/premortem-assassin.mdc +55 -0
- package/exports/gemini/README.md +13 -1
- package/exports/gemini/pm-advanced/skill-fusion/GEM_INSTRUCTIONS.md +45 -0
- package/exports/gemini/pm-business/board-deck-narrative/GEM_INSTRUCTIONS.md +4 -0
- package/exports/gemini/pm-business/job-application/GEM_INSTRUCTIONS.md +4 -0
- package/exports/gemini/pm-calculators/schedule-monte-carlo/GEM_INSTRUCTIONS.md +46 -0
- package/exports/gemini/pm-calculators/support-staffing-model/GEM_INSTRUCTIONS.md +46 -0
- package/exports/gemini/pm-calculators/tornado-sensitivity/GEM_INSTRUCTIONS.md +44 -0
- package/exports/gemini/pm-copy/cold-email/GEM_INSTRUCTIONS.md +4 -0
- package/exports/gemini/pm-cross/brief-builder/GEM_INSTRUCTIONS.md +6 -0
- package/exports/gemini/pm-data/sql-query-explainer/GEM_INSTRUCTIONS.md +15 -0
- package/exports/gemini/pm-engineering/regex-builder/GEM_INSTRUCTIONS.md +6 -0
- package/exports/gemini/pm-engineering/skill-security-auditor/GEM_INSTRUCTIONS.md +1 -1
- package/exports/gemini/pm-hr/employee-engagement-survey/GEM_INSTRUCTIONS.md +5 -0
- package/exports/gemini/pm-jobsearch/interview-prep/GEM_INSTRUCTIONS.md +4 -0
- package/exports/gemini/pm-lifeadmin/eulogy-writer/GEM_INSTRUCTIONS.md +45 -0
- package/exports/gemini/pm-lifeadmin/fine-appeal-letter/GEM_INSTRUCTIONS.md +43 -0
- package/exports/gemini/pm-lifeadmin/wedding-speech/GEM_INSTRUCTIONS.md +44 -0
- package/exports/gemini/pm-people/performance-review/GEM_INSTRUCTIONS.md +4 -0
- package/exports/gemini/pm-personal/cover-letter/GEM_INSTRUCTIONS.md +4 -0
- package/exports/gemini/pm-personal/one-pager/GEM_INSTRUCTIONS.md +4 -0
- package/exports/gemini/pm-planning/pricing-strategy/GEM_INSTRUCTIONS.md +4 -0
- package/exports/gemini/pm-pmm/win-loss-analysis/GEM_INSTRUCTIONS.md +4 -0
- package/exports/gemini/pm-warroom/assumption-bounty/GEM_INSTRUCTIONS.md +44 -0
- package/exports/gemini/pm-warroom/decision-autopsy/GEM_INSTRUCTIONS.md +44 -0
- package/exports/gemini/pm-warroom/devils-twin/GEM_INSTRUCTIONS.md +42 -0
- package/exports/gemini/pm-warroom/metric-gaslighting-detector/GEM_INSTRUCTIONS.md +49 -0
- package/exports/gemini/pm-warroom/premortem-assassin/GEM_INSTRUCTIONS.md +53 -0
- package/exports/kilocode/README.md +13 -1
- package/exports/kilocode/pm-advanced/skill-fusion/skill-fusion.md +41 -0
- package/exports/kilocode/pm-business/board-deck-narrative/board-deck-narrative.md +4 -0
- package/exports/kilocode/pm-business/job-application/job-application.md +4 -0
- package/exports/kilocode/pm-calculators/schedule-monte-carlo/schedule-monte-carlo.md +42 -0
- package/exports/kilocode/pm-calculators/support-staffing-model/support-staffing-model.md +42 -0
- package/exports/kilocode/pm-calculators/tornado-sensitivity/tornado-sensitivity.md +40 -0
- package/exports/kilocode/pm-copy/cold-email/cold-email.md +4 -0
- package/exports/kilocode/pm-cross/brief-builder/brief-builder.md +6 -0
- package/exports/kilocode/pm-data/sql-query-explainer/sql-query-explainer.md +15 -0
- package/exports/kilocode/pm-engineering/regex-builder/regex-builder.md +6 -0
- package/exports/kilocode/pm-engineering/skill-security-auditor/skill-security-auditor.md +1 -1
- package/exports/kilocode/pm-hr/employee-engagement-survey/employee-engagement-survey.md +5 -0
- package/exports/kilocode/pm-jobsearch/interview-prep/interview-prep.md +4 -0
- package/exports/kilocode/pm-lifeadmin/eulogy-writer/eulogy-writer.md +41 -0
- package/exports/kilocode/pm-lifeadmin/fine-appeal-letter/fine-appeal-letter.md +39 -0
- package/exports/kilocode/pm-lifeadmin/wedding-speech/wedding-speech.md +40 -0
- package/exports/kilocode/pm-people/performance-review/performance-review.md +4 -0
- package/exports/kilocode/pm-personal/cover-letter/cover-letter.md +4 -0
- package/exports/kilocode/pm-personal/one-pager/one-pager.md +4 -0
- package/exports/kilocode/pm-planning/pricing-strategy/pricing-strategy.md +4 -0
- package/exports/kilocode/pm-pmm/win-loss-analysis/win-loss-analysis.md +4 -0
- package/exports/kilocode/pm-warroom/assumption-bounty/assumption-bounty.md +40 -0
- package/exports/kilocode/pm-warroom/decision-autopsy/decision-autopsy.md +40 -0
- package/exports/kilocode/pm-warroom/devils-twin/devils-twin.md +38 -0
- package/exports/kilocode/pm-warroom/metric-gaslighting-detector/metric-gaslighting-detector.md +45 -0
- package/exports/kilocode/pm-warroom/premortem-assassin/premortem-assassin.md +49 -0
- package/exports/obsidian/README.md +13 -1
- package/exports/obsidian/pm-advanced/skill-fusion/skill-fusion.md +56 -0
- package/exports/obsidian/pm-business/board-deck-narrative/board-deck-narrative.md +4 -0
- package/exports/obsidian/pm-business/job-application/job-application.md +4 -0
- package/exports/obsidian/pm-calculators/schedule-monte-carlo/schedule-monte-carlo.md +57 -0
- package/exports/obsidian/pm-calculators/support-staffing-model/support-staffing-model.md +57 -0
- package/exports/obsidian/pm-calculators/tornado-sensitivity/tornado-sensitivity.md +55 -0
- package/exports/obsidian/pm-copy/cold-email/cold-email.md +4 -0
- package/exports/obsidian/pm-cross/brief-builder/brief-builder.md +6 -0
- package/exports/obsidian/pm-data/sql-query-explainer/sql-query-explainer.md +15 -0
- package/exports/obsidian/pm-engineering/regex-builder/regex-builder.md +6 -0
- package/exports/obsidian/pm-engineering/skill-security-auditor/skill-security-auditor.md +1 -1
- package/exports/obsidian/pm-hr/employee-engagement-survey/employee-engagement-survey.md +5 -0
- package/exports/obsidian/pm-jobsearch/interview-prep/interview-prep.md +4 -0
- package/exports/obsidian/pm-lifeadmin/eulogy-writer/eulogy-writer.md +56 -0
- package/exports/obsidian/pm-lifeadmin/fine-appeal-letter/fine-appeal-letter.md +54 -0
- package/exports/obsidian/pm-lifeadmin/wedding-speech/wedding-speech.md +55 -0
- package/exports/obsidian/pm-people/performance-review/performance-review.md +4 -0
- package/exports/obsidian/pm-personal/cover-letter/cover-letter.md +4 -0
- package/exports/obsidian/pm-personal/one-pager/one-pager.md +4 -0
- package/exports/obsidian/pm-planning/pricing-strategy/pricing-strategy.md +4 -0
- package/exports/obsidian/pm-pmm/win-loss-analysis/win-loss-analysis.md +4 -0
- package/exports/obsidian/pm-warroom/assumption-bounty/assumption-bounty.md +55 -0
- package/exports/obsidian/pm-warroom/decision-autopsy/decision-autopsy.md +55 -0
- package/exports/obsidian/pm-warroom/devils-twin/devils-twin.md +53 -0
- package/exports/obsidian/pm-warroom/metric-gaslighting-detector/metric-gaslighting-detector.md +60 -0
- package/exports/obsidian/pm-warroom/premortem-assassin/premortem-assassin.md +64 -0
- package/exports/roo/README.md +13 -1
- package/exports/roo/pm-advanced/skill-fusion/skill-fusion.md +41 -0
- package/exports/roo/pm-business/board-deck-narrative/board-deck-narrative.md +4 -0
- package/exports/roo/pm-business/job-application/job-application.md +4 -0
- package/exports/roo/pm-calculators/schedule-monte-carlo/schedule-monte-carlo.md +42 -0
- package/exports/roo/pm-calculators/support-staffing-model/support-staffing-model.md +42 -0
- package/exports/roo/pm-calculators/tornado-sensitivity/tornado-sensitivity.md +40 -0
- package/exports/roo/pm-copy/cold-email/cold-email.md +4 -0
- package/exports/roo/pm-cross/brief-builder/brief-builder.md +6 -0
- package/exports/roo/pm-data/sql-query-explainer/sql-query-explainer.md +15 -0
- package/exports/roo/pm-engineering/regex-builder/regex-builder.md +6 -0
- package/exports/roo/pm-engineering/skill-security-auditor/skill-security-auditor.md +1 -1
- package/exports/roo/pm-hr/employee-engagement-survey/employee-engagement-survey.md +5 -0
- package/exports/roo/pm-jobsearch/interview-prep/interview-prep.md +4 -0
- package/exports/roo/pm-lifeadmin/eulogy-writer/eulogy-writer.md +41 -0
- package/exports/roo/pm-lifeadmin/fine-appeal-letter/fine-appeal-letter.md +39 -0
- package/exports/roo/pm-lifeadmin/wedding-speech/wedding-speech.md +40 -0
- package/exports/roo/pm-people/performance-review/performance-review.md +4 -0
- package/exports/roo/pm-personal/cover-letter/cover-letter.md +4 -0
- package/exports/roo/pm-personal/one-pager/one-pager.md +4 -0
- package/exports/roo/pm-planning/pricing-strategy/pricing-strategy.md +4 -0
- package/exports/roo/pm-pmm/win-loss-analysis/win-loss-analysis.md +4 -0
- package/exports/roo/pm-warroom/assumption-bounty/assumption-bounty.md +40 -0
- package/exports/roo/pm-warroom/decision-autopsy/decision-autopsy.md +40 -0
- package/exports/roo/pm-warroom/devils-twin/devils-twin.md +38 -0
- package/exports/roo/pm-warroom/metric-gaslighting-detector/metric-gaslighting-detector.md +45 -0
- package/exports/roo/pm-warroom/premortem-assassin/premortem-assassin.md +49 -0
- package/exports/windsurf/README.md +13 -1
- package/exports/windsurf/pm-advanced/skill-fusion/skill-fusion.md +46 -0
- package/exports/windsurf/pm-business/board-deck-narrative/board-deck-narrative.md +4 -0
- package/exports/windsurf/pm-business/job-application/job-application.md +4 -0
- package/exports/windsurf/pm-calculators/schedule-monte-carlo/schedule-monte-carlo.md +47 -0
- package/exports/windsurf/pm-calculators/support-staffing-model/support-staffing-model.md +47 -0
- package/exports/windsurf/pm-calculators/tornado-sensitivity/tornado-sensitivity.md +45 -0
- package/exports/windsurf/pm-copy/cold-email/cold-email.md +4 -0
- package/exports/windsurf/pm-cross/brief-builder/brief-builder.md +6 -0
- package/exports/windsurf/pm-data/sql-query-explainer/sql-query-explainer.md +15 -0
- package/exports/windsurf/pm-engineering/regex-builder/regex-builder.md +6 -0
- package/exports/windsurf/pm-engineering/skill-security-auditor/skill-security-auditor.md +1 -1
- package/exports/windsurf/pm-hr/employee-engagement-survey/employee-engagement-survey.md +5 -0
- package/exports/windsurf/pm-jobsearch/interview-prep/interview-prep.md +4 -0
- package/exports/windsurf/pm-lifeadmin/eulogy-writer/eulogy-writer.md +46 -0
- package/exports/windsurf/pm-lifeadmin/fine-appeal-letter/fine-appeal-letter.md +44 -0
- package/exports/windsurf/pm-lifeadmin/wedding-speech/wedding-speech.md +45 -0
- package/exports/windsurf/pm-people/performance-review/performance-review.md +4 -0
- package/exports/windsurf/pm-personal/cover-letter/cover-letter.md +4 -0
- package/exports/windsurf/pm-personal/one-pager/one-pager.md +4 -0
- package/exports/windsurf/pm-planning/pricing-strategy/pricing-strategy.md +4 -0
- package/exports/windsurf/pm-pmm/win-loss-analysis/win-loss-analysis.md +4 -0
- package/exports/windsurf/pm-warroom/assumption-bounty/assumption-bounty.md +45 -0
- package/exports/windsurf/pm-warroom/decision-autopsy/decision-autopsy.md +45 -0
- package/exports/windsurf/pm-warroom/devils-twin/devils-twin.md +43 -0
- package/exports/windsurf/pm-warroom/metric-gaslighting-detector/metric-gaslighting-detector.md +50 -0
- package/exports/windsurf/pm-warroom/premortem-assassin/premortem-assassin.md +54 -0
- package/exports/zed/README.md +13 -1
- package/exports/zed/pm-advanced/skill-fusion/skill-fusion.md +41 -0
- package/exports/zed/pm-business/board-deck-narrative/board-deck-narrative.md +4 -0
- package/exports/zed/pm-business/job-application/job-application.md +4 -0
- package/exports/zed/pm-calculators/schedule-monte-carlo/schedule-monte-carlo.md +42 -0
- package/exports/zed/pm-calculators/support-staffing-model/support-staffing-model.md +42 -0
- package/exports/zed/pm-calculators/tornado-sensitivity/tornado-sensitivity.md +40 -0
- package/exports/zed/pm-copy/cold-email/cold-email.md +4 -0
- package/exports/zed/pm-cross/brief-builder/brief-builder.md +6 -0
- package/exports/zed/pm-data/sql-query-explainer/sql-query-explainer.md +15 -0
- package/exports/zed/pm-engineering/regex-builder/regex-builder.md +6 -0
- package/exports/zed/pm-engineering/skill-security-auditor/skill-security-auditor.md +1 -1
- package/exports/zed/pm-hr/employee-engagement-survey/employee-engagement-survey.md +5 -0
- package/exports/zed/pm-jobsearch/interview-prep/interview-prep.md +4 -0
- package/exports/zed/pm-lifeadmin/eulogy-writer/eulogy-writer.md +41 -0
- package/exports/zed/pm-lifeadmin/fine-appeal-letter/fine-appeal-letter.md +39 -0
- package/exports/zed/pm-lifeadmin/wedding-speech/wedding-speech.md +40 -0
- package/exports/zed/pm-people/performance-review/performance-review.md +4 -0
- package/exports/zed/pm-personal/cover-letter/cover-letter.md +4 -0
- package/exports/zed/pm-personal/one-pager/one-pager.md +4 -0
- package/exports/zed/pm-planning/pricing-strategy/pricing-strategy.md +4 -0
- package/exports/zed/pm-pmm/win-loss-analysis/win-loss-analysis.md +4 -0
- package/exports/zed/pm-warroom/assumption-bounty/assumption-bounty.md +40 -0
- package/exports/zed/pm-warroom/decision-autopsy/decision-autopsy.md +40 -0
- package/exports/zed/pm-warroom/devils-twin/devils-twin.md +38 -0
- package/exports/zed/pm-warroom/metric-gaslighting-detector/metric-gaslighting-detector.md +45 -0
- package/exports/zed/pm-warroom/premortem-assassin/premortem-assassin.md +49 -0
- package/package.json +1 -1
- package/skills/assumption-bounty/SKILL.md +45 -0
- package/skills/board-deck-narrative/SKILL.md +4 -0
- package/skills/board-deck-narrative/references/what-boards-actually-read.md +19 -0
- package/skills/brief-builder/SKILL.md +6 -0
- package/skills/cold-email/SKILL.md +4 -0
- package/skills/cold-email/references/reply-rate-calibration.md +21 -0
- package/skills/cover-letter/SKILL.md +4 -0
- package/skills/cover-letter/templates/cover-letter.md +22 -0
- package/skills/decision-autopsy/SKILL.md +45 -0
- package/skills/devils-twin/SKILL.md +43 -0
- package/skills/employee-engagement-survey/SKILL.md +5 -0
- package/skills/eulogy-writer/SKILL.md +46 -0
- package/skills/fine-appeal-letter/SKILL.md +44 -0
- package/skills/interview-prep/SKILL.md +4 -0
- package/skills/interview-prep/references/story-matrix.md +25 -0
- package/skills/job-application/SKILL.md +4 -0
- package/skills/job-application/references/six-second-scan.md +21 -0
- package/skills/metric-gaslighting-detector/SKILL.md +50 -0
- package/skills/one-pager/SKILL.md +4 -0
- package/skills/one-pager/templates/one-pager.md +31 -0
- package/skills/performance-review/SKILL.md +4 -0
- package/skills/performance-review/references/evidence-not-adjectives.md +22 -0
- package/skills/premortem-assassin/SKILL.md +54 -0
- package/skills/pricing-strategy/SKILL.md +4 -0
- package/skills/pricing-strategy/references/model-selection.md +20 -0
- package/skills/regex-builder/SKILL.md +6 -0
- package/skills/schedule-monte-carlo/SKILL.md +47 -0
- package/skills/schedule-monte-carlo/scripts/schedule_sim.py +153 -0
- package/skills/skill-fusion/SKILL.md +46 -0
- package/skills/skill-security-auditor/SKILL.md +1 -1
- package/skills/sql-query-explainer/SKILL.md +15 -0
- package/skills/support-staffing-model/SKILL.md +47 -0
- package/skills/support-staffing-model/scripts/erlang_staffing.py +144 -0
- package/skills/tornado-sensitivity/SKILL.md +45 -0
- package/skills/tornado-sensitivity/scripts/tornado.py +132 -0
- package/skills/wedding-speech/SKILL.md +45 -0
- package/skills/win-loss-analysis/SKILL.md +4 -0
- package/skills/win-loss-analysis/references/buyer-interview-craft.md +22 -0
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# 🧠 PM Skills —
|
|
1
|
+
# 🧠 PM Skills — 466 Professional Agent Skills for Claude, ChatGPT, Gemini, Cursor, Codex & Hermes
|
|
2
2
|
|
|
3
3
|
[](#-quick-install-2-minutes)
|
|
4
4
|
[](https://github.com/mohitagw15856/pm-claude-skills/stargazers)
|
|
@@ -9,8 +9,13 @@
|
|
|
9
9
|
[](https://github.com/mohitagw15856/pm-claude-skills#-use-it-anywhere--the-ai-ecosystem)
|
|
10
10
|
[](mcp-remote/)
|
|
11
11
|
[](https://smithery.ai/servers/mohit15856/pm-skills)
|
|
12
|
-
[](https://github.com/mohitagw15856/pm-claude-skills)
|
|
13
13
|
[](https://mohitagw15856.github.io/pm-claude-skills/)
|
|
14
|
+
[](https://github.com/sponsors/mohitagw15856)
|
|
15
|
+
|
|
16
|
+
> **Big repo?** It's a monorepo on purpose — but you probably need one folder. **[REPO-MAP.md](REPO-MAP.md)** tells you which, and the skills-only clone is 10 seconds: `git clone --filter=blob:none --sparse <url> && git sparse-checkout set skills`
|
|
17
|
+
|
|
18
|
+
> 💛 **The free runs are sponsor-funded.** Every sponsor dollar visibly raises the daily cap on the counter above — and sponsors get [naming rights, not influence](docs/SPONSORSHIP.md): your name in this README, your logo on the playground, or **a Boardroom bench carrying your company's name**. → [Become a sponsor](https://github.com/sponsors/mohitagw15856)
|
|
14
19
|
[](https://mohitagw15856.github.io/pm-claude-skills/leaderboard.html)
|
|
15
20
|
[](agents/)
|
|
16
21
|
[](commands/)
|
|
@@ -26,7 +31,7 @@
|
|
|
26
31
|
|
|
27
32
|
<p align="center">
|
|
28
33
|
<a href="https://mohitagw15856.github.io/pm-claude-skills/">
|
|
29
|
-
<img src="https://readme-typing-svg.demolab.com?font=Inter&weight=600&size=24&pause=900&color=D97757¢er=true&vCenter=true&width=720&lines=
|
|
34
|
+
<img src="https://readme-typing-svg.demolab.com?font=Inter&weight=600&size=24&pause=900&color=D97757¢er=true&vCenter=true&width=720&lines=466+pro+AI+skills;PRDs%2C+roadmaps%2C+launches+%E2%80%94+done+right;Run+any+one+free+in+your+browser" alt="PM Skills" />
|
|
30
35
|
</a>
|
|
31
36
|
</p>
|
|
32
37
|
|
|
@@ -75,11 +80,11 @@
|
|
|
75
80
|
</details>
|
|
76
81
|
|
|
77
82
|
> **PM stands for Professional, not just Product Management.**
|
|
78
|
-
>
|
|
83
|
+
> 466 professional skills + 4 agent templates across 65 bundles covering 25 professions. Built for Claude Code — and now portable to ChatGPT, Gemini, and Hermes Agent. Built by a PM, used by everyone.
|
|
79
84
|
|
|
80
85
|
A community-built library of professional skills for every field — product management, engineering, customer success, marketing, social media, writers, design, legal, finance, HR, sales, operations, research, and more. Each skill is a structured `SKILL.md` file that teaches an AI assistant how to produce professional-grade outputs for your workflows. Skills run natively in **Claude Code** and **Hermes Agent** (same open `SKILL.md` standard), and ship as ready-to-paste exports for **ChatGPT** and **Gemini** — see [Works With](#-works-with--cross-tool-compatibility).
|
|
81
86
|
|
|
82
|
-
**🆕 v45.0.0 — the spectacle release:** ⚔️ **Duels** — challenge a friend to the *identical* Gym negotiation or Panel candidate (same hidden state, side-by-side scorecard), 🎓 **[The Charter](https://mohitagw15856.github.io/pm-claude-skills/charter.html)** — the performance-based, cryptographically verifiable certification, and **the library in 3D**: 🌌 [Galaxy 3D](https://mohitagw15856.github.io/pm-claude-skills/galaxy3d.html) (fly a bloom-lit starfield where your used skills burn brighter), 🏗 **[the Tower of Claims](https://mohitagw15856.github.io/pm-claude-skills/tower.html)** (your document as a physics tower — data is steel, assumptions are glass, watch it stand or **collapse**), 🏛 [the Stage](https://mohitagw15856.github.io/pm-claude-skills/stage.html) (Boardroom replays as cinema with a cracking hologram), ✨ holo persona cards, 🏆 [the Trophy Forge](https://mohitagw15856.github.io/pm-claude-skills/trophy.html), 🌃 [Skill City](https://mohitagw15856.github.io/pm-claude-skills/city.html), ☄️ the Reckoning orrery. Plus the record going public: **first official [SkillBench results](skillbench/results.json)** (Haiku 4.5 vs Sonnet 4.6), evolution loop run #1 (all champions held under blind judging), 3 sha256-pinned [registry packs](packs/), and a live **free-runs-served badge**. *Earlier — v44, the legendary release:* Campaign mode, the Professional Work Handbook (2,
|
|
87
|
+
**🆕 v45.0.0 — the spectacle release:** ⚔️ **Duels** — challenge a friend to the *identical* Gym negotiation or Panel candidate (same hidden state, side-by-side scorecard), 🎓 **[The Charter](https://mohitagw15856.github.io/pm-claude-skills/charter.html)** — the performance-based, cryptographically verifiable certification, and **the library in 3D**: 🌌 [Galaxy 3D](https://mohitagw15856.github.io/pm-claude-skills/galaxy3d.html) (fly a bloom-lit starfield where your used skills burn brighter), 🏗 **[the Tower of Claims](https://mohitagw15856.github.io/pm-claude-skills/tower.html)** (your document as a physics tower — data is steel, assumptions are glass, watch it stand or **collapse**), 🏛 [the Stage](https://mohitagw15856.github.io/pm-claude-skills/stage.html) (Boardroom replays as cinema with a cracking hologram), ✨ holo persona cards, 🏆 [the Trophy Forge](https://mohitagw15856.github.io/pm-claude-skills/trophy.html), 🌃 [Skill City](https://mohitagw15856.github.io/pm-claude-skills/city.html), ☄️ the Reckoning orrery. Plus the record going public: **first official [SkillBench results](skillbench/results.json)** (Haiku 4.5 vs Sonnet 4.6), evolution loop run #1 (all champions held under blind judging), 3 sha256-pinned [registry packs](packs/), and a live **free-runs-served badge**. *Earlier — v44, the legendary release:* Campaign mode, the Professional Work Handbook (2,297-rule Anti-Pattern Almanac), the Reckoning, the ecosystem package manager, zero-key MCP sampling, pm-skills-tools, the SkillSpec badge & the census. *Earlier — v43, the local-first & learning wave:* the 🗂 workspace bridge, Boardroom replay links & bench packs, 🎤 The Panel, 🎓 The Academy, 🎁 Wrapped, the evolution loop & pm-method. *Earlier — v42:* depth (`references/` + `templates/`) on all Production-Ready skills, 🔊 Theatre voices, Firm calibration & the CI smoke suite. *Earlier — v41, the modern skills wave:* two new domains — **🤖 [`pm-agentnative`](plugins/pm-agentnative)** (build for non-human users: [`mcp-server-spec`](skills/mcp-server-spec/SKILL.md), [`agent-readiness-audit`](skills/agent-readiness-audit/SKILL.md), [`agent-era-pricing`](skills/agent-era-pricing/SKILL.md), [`human-in-the-loop-design`](skills/human-in-the-loop-design/SKILL.md), [`voice-agent-design`](skills/voice-agent-design/SKILL.md)) and **🧑💼 [`pm-aiwork`](plugins/pm-aiwork)** (the questions every manager has this year: [`ai-roi-audit`](skills/ai-roi-audit/SKILL.md), [`role-redesign-for-ai`](skills/role-redesign-for-ai/SKILL.md), [`ai-usage-policy`](skills/ai-usage-policy/SKILL.md), [`ai-assisted-performance-review`](skills/ai-assisted-performance-review/SKILL.md), [`ai-content-audit`](skills/ai-content-audit/SKILL.md)) — plus 5 singles ([`ai-code-review`](skills/ai-code-review/SKILL.md), [`synthetic-user-research`](skills/synthetic-user-research/SKILL.md), [`async-decision-memo`](skills/async-decision-memo/SKILL.md), [`brand-impersonation-response`](skills/brand-impersonation-response/SKILL.md), [`feature-sunset-plan`](skills/feature-sunset-plan/SKILL.md)). Also: 🌠 Galaxy shooting stars + a 🎲 Warp button, 🎓 frameable [certificates](web/export-doc.js) from the arena pages, and 🔌 [MCP pairings](connectors/mcp-pairings.md) — skills that act through your connected servers. *Earlier — v40: [The Firm](https://mohitagw15856.github.io/pm-claude-skills/firm.html). v39 (three waves):* ⚡ *Superpowers:* [SkillBench](skillbench/) (the professional-work benchmark for models) · the [community registry](community/) (npm-for-skills) · the [Interview Gauntlet](https://mohitagw15856.github.io/pm-claude-skills/gauntlet.html) · [CI recipes](action/examples/) + [ambient hooks](hooks/) · Hugging Face [dataset publishing](dataset/) · [localization to 8 languages](i18n/). 🤯 *Breathtaking:* [living artifacts](https://mohitagw15856.github.io/pm-claude-skills/), [Document X-ray](https://mohitagw15856.github.io/pm-claude-skills/xray.html), [The Gym](https://mohitagw15856.github.io/pm-claude-skills/gym.html), [`pm-vision`](plugins/pm-vision), [`style-fingerprint`](skills/style-fingerprint/SKILL.md), [`evidence-lock`](skills/evidence-lock/SKILL.md). ✨ *Revamped:* the playground command bar + Galaxy 2.0 with a guided Sky tour. **466 skills · 66 bundles · 25 professions.** → [CHANGELOG](CHANGELOG.md) · [all releases](https://github.com/mohitagw15856/pm-claude-skills/releases).
|
|
83
88
|
|
|
84
89
|
### ▶ See it in action — [try the live Skill Playground](https://mohitagw15856.github.io/pm-claude-skills/)
|
|
85
90
|
|
|
@@ -135,7 +140,7 @@ In Claude Code, [`/firm`](commands/firm.md) runs the same session natively — g
|
|
|
135
140
|
<tr>
|
|
136
141
|
<td width="50%">
|
|
137
142
|
<a href="https://mohitagw15856.github.io/pm-claude-skills/"><img src="web/docs-assets/showcase/cmdbar.png" alt="The command bar — describe your task in plain words and get matched to the right skill instantly" /></a>
|
|
138
|
-
<b>🪄 <a href="https://mohitagw15856.github.io/pm-claude-skills/">The command bar</a></b> — don't browse
|
|
143
|
+
<b>🪄 <a href="https://mohitagw15856.github.io/pm-claude-skills/">The command bar</a></b> — don't browse 466 cards; just say it: <i>"a blameless postmortem for Friday's outage"</i> → the top three skills, instantly, locally, before you've even entered a key. Enter opens the best match.
|
|
139
144
|
</td>
|
|
140
145
|
<td width="50%">
|
|
141
146
|
<a href="https://mohitagw15856.github.io/pm-claude-skills/galaxy.html"><img src="web/docs-assets/showcase/galaxy.png" alt="Skill Galaxy — the library as a living star map with a guided sky tour" /></a>
|
|
@@ -229,7 +234,7 @@ Generic AI forgets everything between sessions, so you re-paste context forever
|
|
|
229
234
|
<details>
|
|
230
235
|
<summary>Read more ↓</summary>
|
|
231
236
|
|
|
232
|
-
These
|
|
237
|
+
These 466 skills aren't a random catalog — they cover the **full arc of professional work**, end to end. Wherever you are in the loop, there's a skill for it:
|
|
233
238
|
|
|
234
239
|
```mermaid
|
|
235
240
|
flowchart LR
|
|
@@ -352,7 +357,13 @@ Connect the Firm or the Boardroom to a **real folder on disk** (the 🗂 chip, C
|
|
|
352
357
|
|
|
353
358
|
### 🌌 The library in 3D
|
|
354
359
|
|
|
355
|
-
|
|
360
|
+
<p align="center">
|
|
361
|
+
<a href="https://mohitagw15856.github.io/pm-claude-skills/tower.html"><img src="web/docs-assets/demo-tower.gif" width="420" alt="The Tower of Claims — the argument collapses because the conclusion rested on glass" /></a>
|
|
362
|
+
<a href="https://mohitagw15856.github.io/pm-claude-skills/galaxy3d.html"><img src="web/docs-assets/demo-galaxy.gif" width="420" alt="Galaxy 3D — hyperspace warp between skill constellations" /></a>
|
|
363
|
+
</p>
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
- **[Galaxy 3D](https://mohitagw15856.github.io/pm-claude-skills/galaxy3d.html)** — 466 skills as a bloom-lit starfield you fly through; **your sky is yours** (stars you've run burn brighter). **[Skill City](https://mohitagw15856.github.io/pm-claude-skills/city.html)** — the same idea as a dusk skyline: windows light up in buildings you've used.
|
|
356
367
|
- **[The Tower of Claims](https://mohitagw15856.github.io/pm-claude-skills/tower.html)** — your document as a physics tower: data is steel, assumptions are glass, and the stress test shows the argument stand or **collapse**. Keyless demo built in.
|
|
357
368
|
- **[The Stage](https://mohitagw15856.github.io/pm-claude-skills/stage.html)** — any Boardroom replay as a cinematic 3D scene: the hologram document cracks as objections land; the verdict seals it gold or shatters it.
|
|
358
369
|
- **⚔️ Duels** — challenge links from the Gym and the Panel: your friend faces the *identical* hidden scenario, side-by-side scorecard at the end. **[The Charter](https://mohitagw15856.github.io/pm-claude-skills/charter.html)** — the performance-based, cryptographically verifiable certification. **[The Trophy Forge](https://mohitagw15856.github.io/pm-claude-skills/trophy.html)** — cast it in spinning gold.
|
|
@@ -360,13 +371,13 @@ Connect the Firm or the Boardroom to a **real folder on disk** (the 🗂 chip, C
|
|
|
360
371
|
### 🗺 The Campaign, the Book, and the Ledger
|
|
361
372
|
|
|
362
373
|
- **[Your First 90 Days](https://mohitagw15856.github.io/pm-claude-skills/campaign.html)** — campaign mode: one story across every arena. You join a fictional Series A startup, and your *real* arena scores write the plot — lose the Gym negotiation and the account churns; get fooled in the Panel and the bad hire haunts Week 10. Replayable, saves locally, certificate at Day 90.
|
|
363
|
-
- **[The Professional Work Handbook](https://mohitagw15856.github.io/pm-claude-skills/handbook.html)** — the library as a book: 11 chapters of craft (the Production-Ready tier in full) + **the Anti-Pattern Almanac: 2,237 rules of professional judgment** from all
|
|
374
|
+
- **[The Professional Work Handbook](https://mohitagw15856.github.io/pm-claude-skills/handbook.html)** — the library as a book: 11 chapters of craft (the Production-Ready tier in full) + **the Anti-Pattern Almanac: 2,237 rules of professional judgment** from all 466 skills. Printable ([PDF](web/docs-assets/handbook.pdf)), free, regenerated every release.
|
|
364
375
|
- **[The Reckoning](https://mohitagw15856.github.io/pm-claude-skills/reckoning.html)** — your prediction ledger: confidences, due dates, resurfacing, and a personal **calibration curve with a Brier score**. Also in the CLI: `npx pm-claude-skills reckoning`. When you say 80%, does it happen 80% of the time? Now you'll know.
|
|
365
376
|
- **🔏 The chain of trust** — security scan → [sha256 content pinning](community/README.md#-trust--integrity--the-full-chain) in the registry → install lockfile + `npx pm-claude-skills verify` drift detection → npm provenance. Verifiable end to end, no trust in us required.
|
|
366
377
|
|
|
367
378
|
### 🌐 Infrastructure for the whole ecosystem
|
|
368
379
|
|
|
369
|
-
- **[`pm-skills-tools`](tools-pkg/)** — all
|
|
380
|
+
- **[`pm-skills-tools`](tools-pkg/)** — all 466 skills as **agent tools**: OpenAI function schemas, Vercel AI SDK adapters, `pick()`/`search()` runtime. `npm i pm-skills-tools` and your agent wields the library.
|
|
370
381
|
- **[The SkillSpec badge](skillspec/README.md#the-badge)** — any skills repo can wear its live-graded conformance level: ``.
|
|
371
382
|
- **[The State of Agent Skills](docs/reports/)** — the census of the public SKILL.md ecosystem (counts, conformance pyramid, security hits), regenerated from GitHub code search. The observatory, not just a participant.
|
|
372
383
|
- **[Every protocol](connectors/mcp-pairings.md#every-protocol-one-library)** — MCP (with zero-key sampling) · A2A · AGENTS.md · function calling · REST.
|
|
@@ -465,7 +476,7 @@ Most skill repos are a folder of prompts. This one is a **system** — measured,
|
|
|
465
476
|
|
|
466
477
|
| | **PM Skills** | Typical skill repo |
|
|
467
478
|
|---|:---:|:---:|
|
|
468
|
-
| Skills | **
|
|
479
|
+
| Skills | **466**, across 25 professions | a handful → dozens, usually one domain |
|
|
469
480
|
| Quality | **eval-scored** on a rubric + a public [benchmark](https://mohitagw15856.github.io/pm-claude-skills/benchmark.html) | trust the README |
|
|
470
481
|
| Improves itself | ✅ eval → critique → rewrite (kept only if it scores higher) | ✗ |
|
|
471
482
|
| Grounded in frameworks | ✅ each cites its source (RICE, JTBD, Pyramid Principle…) | rarely |
|
|
@@ -943,7 +954,7 @@ More templates will follow. If you want to contribute one, see the [template con
|
|
|
943
954
|
<details>
|
|
944
955
|
<summary>Read more ↓</summary>
|
|
945
956
|
|
|
946
|
-
**Latest: v45.0.0 — the spectacle release: ⚔️ Duels, 🎓 the verifiable Charter, and the library in 3D (Galaxy 3D, the collapsing Tower of Claims, the Stage, holo cards, the Trophy Forge, Skill City, the orrery) — plus the first official SkillBench results and the first evolution-loop run (
|
|
957
|
+
**Latest: v45.0.0 — the spectacle release: ⚔️ Duels, 🎓 the verifiable Charter, and the library in 3D (Galaxy 3D, the collapsing Tower of Claims, the Stage, holo cards, the Trophy Forge, Skill City, the orrery) — plus the first official SkillBench results and the first evolution-loop run (466 skills, 66 bundles)** · *v44:* Campaign mode, the Handbook, the Reckoning, the ecosystem package manager, zero-key MCP sampling, pm-skills-tools, the badge & the census · *v43:* the workspace bridge, replay links & bench packs, The Panel, The Academy, Wrapped, the evolution loop & pm-method · *v42:* depth on all Production-Ready skills, arena voices, Firm calibration & the web-tests safety net · *v41, modern skills:* [`pm-agentnative`](plugins/pm-agentnative) + [`pm-aiwork`](plugins/pm-aiwork) (15 skills for the agent era), Galaxy cosmic events, 🎓 certificates & [MCP pairings](connectors/mcp-pairings.md) · *v40: [The Firm](https://mohitagw15856.github.io/pm-claude-skills/firm.html) · v39, three waves:* [SkillBench](skillbench/), the [community registry](community/), the [Interview Gauntlet](https://mohitagw15856.github.io/pm-claude-skills/gauntlet.html), [living artifacts](https://mohitagw15856.github.io/pm-claude-skills/), [Document X-ray](https://mohitagw15856.github.io/pm-claude-skills/xray.html), [The Gym](https://mohitagw15856.github.io/pm-claude-skills/gym.html), pm-vision, i18n, HF publishing, CI recipes & the Galaxy Sky tour. 466 skills across 66 bundles, 25 professions. Every tagged release has complete notes on the **[Releases page](https://github.com/mohitagw15856/pm-claude-skills/releases)**.
|
|
947
958
|
|
|
948
959
|
Full [Keep a Changelog](https://keepachangelog.com/)-format history — every release back to the start — is in **[CHANGELOG.md](CHANGELOG.md)**.
|
|
949
960
|
|
|
@@ -1054,7 +1065,7 @@ Every skill, grouped by profession. **[Browse the full per-skill catalog → SKI
|
|
|
1054
1065
|
<details>
|
|
1055
1066
|
<summary>Read more ↓</summary>
|
|
1056
1067
|
|
|
1057
|
-
Building and maintaining
|
|
1068
|
+
Building and maintaining 466 skills across 66 bundles takes real time — testing skills against new model releases, building new ones from community requests, writing the article series, and keeping documentation current.
|
|
1058
1069
|
|
|
1059
1070
|
If these skills save you time at work — or you're a company that wants your logo in front of the PMs, engineers, and operators who use them daily — **[become a sponsor →](https://github.com/sponsors/mohitagw15856)** (or [☕ buy me a coffee](https://www.buymeacoffee.com/mohit15856)).
|
|
1060
1071
|
|
package/bin/cli.mjs
CHANGED
|
@@ -19,7 +19,7 @@ import { homedir } from 'node:os';
|
|
|
19
19
|
import { createRequire } from 'node:module';
|
|
20
20
|
|
|
21
21
|
const PKG_ROOT = dirname(dirname(fileURLToPath(import.meta.url)));
|
|
22
|
-
const STAR = '⭐ Find this useful? Star the repo: https://github.com/mohitagw15856/pm-claude-skills';
|
|
22
|
+
const STAR = '⭐ Find this useful? Star the repo: https://github.com/mohitagw15856/pm-claude-skills\n💛 The free playground runs are sponsor-funded — fund more: https://github.com/sponsors/mohitagw15856';
|
|
23
23
|
const VERSION = (() => {
|
|
24
24
|
try { return createRequire(import.meta.url)('../package.json').version; } catch { return '0.0.0'; }
|
|
25
25
|
})();
|
package/bin/init.mjs
CHANGED
|
@@ -13,7 +13,7 @@ import { join, dirname } from 'node:path';
|
|
|
13
13
|
import { fileURLToPath } from 'node:url';
|
|
14
14
|
|
|
15
15
|
const PKG_ROOT = dirname(dirname(fileURLToPath(import.meta.url)));
|
|
16
|
-
const STAR = '⭐ Find this useful? Star the repo: https://github.com/mohitagw15856/pm-claude-skills';
|
|
16
|
+
const STAR = '⭐ Find this useful? Star the repo: https://github.com/mohitagw15856/pm-claude-skills\n💛 The free playground runs are sponsor-funded — fund more: https://github.com/sponsors/mohitagw15856';
|
|
17
17
|
|
|
18
18
|
const CLAUDE_MD_SECTION = `
|
|
19
19
|
## PM Skills — this project's professional setup
|
package/bin/install.mjs
CHANGED
|
@@ -16,7 +16,7 @@ import { fileURLToPath } from 'node:url';
|
|
|
16
16
|
import { homedir } from 'node:os';
|
|
17
17
|
|
|
18
18
|
const PKG_ROOT = dirname(dirname(fileURLToPath(import.meta.url)));
|
|
19
|
-
const STAR = '⭐ Find this useful? Star the repo: https://github.com/mohitagw15856/pm-claude-skills';
|
|
19
|
+
const STAR = '⭐ Find this useful? Star the repo: https://github.com/mohitagw15856/pm-claude-skills\n💛 The free playground runs are sponsor-funded — fund more: https://github.com/sponsors/mohitagw15856';
|
|
20
20
|
|
|
21
21
|
const AGENT_DIRS = {
|
|
22
22
|
claude: join(homedir(), '.claude', 'skills'),
|
package/exports/README.md
CHANGED
|
@@ -8,7 +8,7 @@ by hand; edit the source skill and run:
|
|
|
8
8
|
node scripts/build-exports.mjs
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
Currently exporting **
|
|
11
|
+
Currently exporting **466 skills** to:
|
|
12
12
|
|
|
13
13
|
- **ChatGPT — Custom GPT instructions** → `exports/chatgpt/`
|
|
14
14
|
- **Google Gemini — Gem instructions** → `exports/gemini/`
|
package/exports/aider/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
> Auto-generated from `skills/*/SKILL.md` by `scripts/build-exports.mjs`.
|
|
4
4
|
> **Do not edit these files by hand** — edit the source skill and regenerate.
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
466 skills exported. Copy a `.mdc rule` into the tool to use it.
|
|
7
7
|
|
|
8
8
|
| Skill | Bundle | Path |
|
|
9
9
|
|---|---|---|
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
| Apology Letter | `pm-crisis` | `pm-crisis/apology-letter/apology-letter.md` |
|
|
40
40
|
| Architecture Decision Record (ADR) | `pm-engineering` | `pm-engineering/architecture-decision-record/architecture-decision-record.md` |
|
|
41
41
|
| Architecture Diagram | `pm-visuals` | `pm-visuals/architecture-diagram/architecture-diagram.md` |
|
|
42
|
+
| Assumption Bounty | `pm-warroom` | `pm-warroom/assumption-bounty/assumption-bounty.md` |
|
|
42
43
|
| Assumption Mapper | `pm-discovery` | `pm-discovery/assumption-mapper/assumption-mapper.md` |
|
|
43
44
|
| Async Decision Memo | `pm-operations` | `pm-operations/async-decision-memo/async-decision-memo.md` |
|
|
44
45
|
| Autopilot Charter | `pm-autopilot` | `pm-autopilot/autopilot-charter/autopilot-charter.md` |
|
|
@@ -129,6 +130,7 @@
|
|
|
129
130
|
| dbt Model Spec | `pm-dataeng` | `pm-dataeng/dbt-model-spec/dbt-model-spec.md` |
|
|
130
131
|
| Debt Payoff Plan | `pm-money` | `pm-money/debt-payoff-plan/debt-payoff-plan.md` |
|
|
131
132
|
| Debugging Log Analyser | `pm-engineering` | `pm-engineering/debugging-log-analyser/debugging-log-analyser.md` |
|
|
133
|
+
| Decision Autopsy | `pm-warroom` | `pm-warroom/decision-autopsy/decision-autopsy.md` |
|
|
132
134
|
| Decision Memo | `pm-business` | `pm-business/decision-memo/decision-memo.md` |
|
|
133
135
|
| Deck Autopsy | `pm-vision` | `pm-vision/deck-autopsy/deck-autopsy.md` |
|
|
134
136
|
| Delta Briefing | `pm-autopilot` | `pm-autopilot/delta-briefing/delta-briefing.md` |
|
|
@@ -139,6 +141,7 @@
|
|
|
139
141
|
| Design Handoff Brief | `pm-advanced` | `pm-advanced/design-handoff-brief/design-handoff-brief.md` |
|
|
140
142
|
| Design System Audit | `pm-design` | `pm-design/design-system-audit/design-system-audit.md` |
|
|
141
143
|
| Developer Onboarding Document | `pm-engineering` | `pm-engineering/developer-onboarding-doc/developer-onboarding-doc.md` |
|
|
144
|
+
| Devil's Twin | `pm-warroom` | `pm-warroom/devils-twin/devils-twin.md` |
|
|
142
145
|
| Difficult Conversation | `pm-comms` | `pm-comms/difficult-conversation/difficult-conversation.md` |
|
|
143
146
|
| Disaster Recovery Plan | `pm-engineering` | `pm-engineering/disaster-recovery-plan/disaster-recovery-plan.md` |
|
|
144
147
|
| Discharge Summary | `pm-health` | `pm-health/discharge-summary/discharge-summary.md` |
|
|
@@ -160,6 +163,7 @@
|
|
|
160
163
|
| Error Decoder | `pm-engineering` | `pm-engineering/error-decoder/error-decoder.md` |
|
|
161
164
|
| Error Message Writer | `pm-uxwriting` | `pm-uxwriting/error-message-writer/error-message-writer.md` |
|
|
162
165
|
| Escalation Tree | `pm-support` | `pm-support/escalation-tree/escalation-tree.md` |
|
|
166
|
+
| Eulogy Writer | `pm-lifeadmin` | `pm-lifeadmin/eulogy-writer/eulogy-writer.md` |
|
|
163
167
|
| Eval Rubric Designer | `pm-ai` | `pm-ai/eval-rubric-designer/eval-rubric-designer.md` |
|
|
164
168
|
| Evidence Lock | `pm-research` | `pm-research/evidence-lock/evidence-lock.md` |
|
|
165
169
|
| Excel Model | `pm-documents` | `pm-documents/excel-model/excel-model.md` |
|
|
@@ -188,6 +192,7 @@
|
|
|
188
192
|
| Financial Due Diligence | `pm-finance` | `pm-finance/financial-due-diligence/financial-due-diligence.md` |
|
|
189
193
|
| Financial Model Narrative | `pm-finance` | `pm-finance/financial-model-narrative/financial-model-narrative.md` |
|
|
190
194
|
| Financial Statement Explainer | `pm-accounting` | `pm-accounting/financial-statement-explainer/financial-statement-explainer.md` |
|
|
195
|
+
| Fine Appeal Letter | `pm-lifeadmin` | `pm-lifeadmin/fine-appeal-letter/fine-appeal-letter.md` |
|
|
191
196
|
| Flowchart | `pm-visuals` | `pm-visuals/flowchart/flowchart.md` |
|
|
192
197
|
| FOIA / Public-Records Request | `pm-gov` | `pm-gov/foia-request/foia-request.md` |
|
|
193
198
|
| Follow-Up Sequence | `pm-jobsearch` | `pm-jobsearch/follow-up-sequence/follow-up-sequence.md` |
|
|
@@ -257,6 +262,7 @@
|
|
|
257
262
|
| Media Pitch | `pm-gtm` | `pm-gtm/media-pitch/media-pitch.md` |
|
|
258
263
|
| Meeting Notes | `pm-essentials` | `pm-essentials/meeting-notes/meeting-notes.md` |
|
|
259
264
|
| Messaging Framework | `pm-growth` | `pm-growth/messaging-framework/messaging-framework.md` |
|
|
265
|
+
| Metric Gaslighting Detector | `pm-warroom` | `pm-warroom/metric-gaslighting-detector/metric-gaslighting-detector.md` |
|
|
260
266
|
| Metric Semantic Layer | `pm-dataeng` | `pm-dataeng/metric-semantic-layer/metric-semantic-layer.md` |
|
|
261
267
|
| Metric Tree Builder | `pm-data` | `pm-data/metric-tree-builder/metric-tree-builder.md` |
|
|
262
268
|
| Metrics Framework | `pm-data` | `pm-data/metrics-framework/metrics-framework.md` |
|
|
@@ -303,6 +309,7 @@
|
|
|
303
309
|
| PR Description | `pm-craft` | `pm-craft/pr-description/pr-description.md` |
|
|
304
310
|
| PR Description Writer | `pm-engineering` | `pm-engineering/pr-description-writer/pr-description-writer.md` |
|
|
305
311
|
| PRD Template | `pm-essentials` | `pm-essentials/prd-template/prd-template.md` |
|
|
312
|
+
| Premortem Assassin | `pm-warroom` | `pm-warroom/premortem-assassin/premortem-assassin.md` |
|
|
306
313
|
| Press Release | `pm-cross` | `pm-cross/press-release/press-release.md` |
|
|
307
314
|
| Pricing Calculator | `pm-calculators` | `pm-calculators/pricing-calculator/pricing-calculator.md` |
|
|
308
315
|
| Pricing Page Copy | `pm-pmm` | `pm-pmm/pricing-page-copy/pricing-page-copy.md` |
|
|
@@ -381,6 +388,7 @@
|
|
|
381
388
|
| Sales Page | `pm-copy` | `pm-copy/sales-page/sales-page.md` |
|
|
382
389
|
| Savings Goal Plan | `pm-money` | `pm-money/savings-goal-plan/savings-goal-plan.md` |
|
|
383
390
|
| Saying No | `pm-comms` | `pm-comms/saying-no/saying-no.md` |
|
|
391
|
+
| Schedule Monte Carlo | `pm-calculators` | `pm-calculators/schedule-monte-carlo/schedule-monte-carlo.md` |
|
|
384
392
|
| Schedule Recipe | `pm-autopilot` | `pm-autopilot/schedule-recipe/schedule-recipe.md` |
|
|
385
393
|
| Schema Markup | `pm-growth` | `pm-growth/schema-markup/schema-markup.md` |
|
|
386
394
|
| Screenshot Teardown | `pm-vision` | `pm-vision/screenshot-teardown/screenshot-teardown.md` |
|
|
@@ -393,6 +401,7 @@
|
|
|
393
401
|
| Service Catalog Entry | `pm-engineering` | `pm-engineering/service-catalog-entry/service-catalog-entry.md` |
|
|
394
402
|
| Session Handoff | `pm-craft` | `pm-craft/session-handoff/session-handoff.md` |
|
|
395
403
|
| Short-Form Script | `pm-creator` | `pm-creator/short-form-script/short-form-script.md` |
|
|
404
|
+
| Skill Fusion | `pm-advanced` | `pm-advanced/skill-fusion/skill-fusion.md` |
|
|
396
405
|
| Skill Security Auditor | `pm-engineering` | `pm-engineering/skill-security-auditor/skill-security-auditor.md` |
|
|
397
406
|
| Slide Deck | `pm-documents` | `pm-documents/slide-deck/slide-deck.md` |
|
|
398
407
|
| SLO and Error Budget | `pm-engineering` | `pm-engineering/slo-error-budget/slo-error-budget.md` |
|
|
@@ -421,6 +430,7 @@
|
|
|
421
430
|
| Subtitle & Caption | `pm-localization` | `pm-localization/subtitle-caption/subtitle-caption.md` |
|
|
422
431
|
| Support Macro | `pm-support` | `pm-support/support-macro/support-macro.md` |
|
|
423
432
|
| Support Runbook | `pm-support` | `pm-support/support-runbook/support-runbook.md` |
|
|
433
|
+
| Support Staffing Model | `pm-calculators` | `pm-calculators/support-staffing-model/support-staffing-model.md` |
|
|
424
434
|
| Sycophancy Challenger | `pm-cross` | `pm-cross/sycophancy-challenger/sycophancy-challenger.md` |
|
|
425
435
|
| Synthetic User Research | `pm-research` | `pm-research/synthetic-user-research/synthetic-user-research.md` |
|
|
426
436
|
| System Design Interview | `pm-engineering` | `pm-engineering/system-design-interview/system-design-interview.md` |
|
|
@@ -437,6 +447,7 @@
|
|
|
437
447
|
| Test Strategy Document | `pm-engineering` | `pm-engineering/test-strategy-doc/test-strategy-doc.md` |
|
|
438
448
|
| Threat Model | `pm-security` | `pm-security/threat-model/threat-model.md` |
|
|
439
449
|
| Thumbnail Creator Skill (via Gemini) | `pm-writers` | `pm-writers/thumbnail-creator/thumbnail-creator.md` |
|
|
450
|
+
| Tornado Sensitivity | `pm-calculators` | `pm-calculators/tornado-sensitivity/tornado-sensitivity.md` |
|
|
440
451
|
| Transcreation | `pm-localization` | `pm-localization/transcreation/transcreation.md` |
|
|
441
452
|
| Unit Economics | `pm-calculators` | `pm-calculators/unit-economics/unit-economics.md` |
|
|
442
453
|
| User Interview Synthesis | `pm-discovery` | `pm-discovery/user-interview-synthesis/user-interview-synthesis.md` |
|
|
@@ -453,6 +464,7 @@
|
|
|
453
464
|
| Voice Agent Design | `pm-agentnative` | `pm-agentnative/voice-agent-design/voice-agent-design.md` |
|
|
454
465
|
| Voice of Customer Program | `pm-pmm` | `pm-pmm/voice-of-customer-program/voice-of-customer-program.md` |
|
|
455
466
|
| Vulnerability Triage | `pm-security` | `pm-security/vuln-triage/vuln-triage.md` |
|
|
467
|
+
| Wedding Speech | `pm-lifeadmin` | `pm-lifeadmin/wedding-speech/wedding-speech.md` |
|
|
456
468
|
| Which Skill Router | `pm-essentials` | `pm-essentials/which-skill/which-skill.md` |
|
|
457
469
|
| Whiteboard To Spec | `pm-vision` | `pm-vision/whiteboard-to-spec/whiteboard-to-spec.md` |
|
|
458
470
|
| Win/Loss Analysis | `pm-pmm` | `pm-pmm/win-loss-analysis/win-loss-analysis.md` |
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# Skill Fusion
|
|
2
|
+
|
|
3
|
+
Real tasks ignore taxonomy: the investor update that's half postmortem, the launch plan that's half legal review. Running two skills sequentially produces a stapled document. Fusion produces a *hybrid* — one structure that inherits deliberately from both parents, with explicit rules for their disagreements.
|
|
4
|
+
|
|
5
|
+
## Required Inputs
|
|
6
|
+
|
|
7
|
+
- **The two parent skills** — by name if known; otherwise describe the task and identify the two best parents first (say which and why).
|
|
8
|
+
- **The task itself** — what's being produced, for whom. The audience decides which parent leads.
|
|
9
|
+
- The actual input material, if the fused skill should run immediately after being forged.
|
|
10
|
+
|
|
11
|
+
## The Fusion Method
|
|
12
|
+
|
|
13
|
+
1. **Declare the dominant parent** — the audience's primary job determines it (a board reads the postmortem-update as an *update* first). The dominant parent contributes the skeleton; the recessive parent contributes organs.
|
|
14
|
+
2. **Merge structures section by section** — for each parent section: keep / merge / drop, with one-line reasons. A fused doc is SHORTER than the parents combined or the fusion failed.
|
|
15
|
+
3. **Resolve conflicts explicitly** — where parents disagree (a PRD wants exhaustive edge cases; a pitch wants momentum), write the precedence rule ("edge cases compress to the risk table; the narrative keeps pitch pacing").
|
|
16
|
+
4. **Merge the quality bars** — union of both parents' Quality Checks, minus those the fusion made irrelevant, plus 1-2 new checks that only the hybrid needs ("the metrics section satisfies both the update reader who skims and the postmortem reader who audits").
|
|
17
|
+
5. **Inherit both anti-pattern sets** — hybrids fail in both parents' ways, plus one new way: the staple (sections that alternate voices). Check for the staple explicitly.
|
|
18
|
+
|
|
19
|
+
## Output Format
|
|
20
|
+
|
|
21
|
+
1. **The fusion header** — parents, dominant parent + why, the task it's forged for.
|
|
22
|
+
2. **The hybrid structure** — the fused outline with per-section parentage marked (📘 parent A / 📗 parent B / ⚗️ new).
|
|
23
|
+
3. **The merged quality bar and anti-patterns** — deduplicated, with the new hybrid-only entries flagged ⚗️.
|
|
24
|
+
4. **Precedence rules** — every parent conflict and its resolution, as one-liners.
|
|
25
|
+
5. **The fused output** — if input material was provided, run the hybrid on it immediately.
|
|
26
|
+
|
|
27
|
+
## Quality Checks
|
|
28
|
+
|
|
29
|
+
- [ ] The dominant parent was chosen by audience analysis, stated in one sentence — not by which skill came first
|
|
30
|
+
- [ ] Every parent section is dispositioned (keep/merge/drop) with a reason — no silent omissions
|
|
31
|
+
- [ ] The fused structure is shorter than the sum of parents — fusion compresses or it's stapling
|
|
32
|
+
- [ ] At least one ⚗️ hybrid-only quality check exists — if none, the task probably needed one parent, and the output should say so
|
|
33
|
+
- [ ] The staple test ran: no section sequence alternates parent voices without a merge
|
|
34
|
+
|
|
35
|
+
## Anti-Patterns
|
|
36
|
+
|
|
37
|
+
- [ ] Do not fuse more than two skills — three-parent hybrids are committees; run fusion twice if truly needed
|
|
38
|
+
- [ ] Do not fuse when one parent covers 90% — the honest output is "use X, borrow one section from Y", and it should say exactly that
|
|
39
|
+
- [ ] Do not average conflicting rules — precedence means one wins per conflict, visibly
|
|
40
|
+
- [ ] Do not inherit boilerplate from both parents (two intros, two summaries) — the classic staple smell
|
|
41
|
+
- [ ] Do not let the fusion drop both parents' verification sections in the compression — the quality bar merges; it never thins
|
|
@@ -135,6 +135,10 @@ Ask the user for these if not provided:
|
|
|
135
135
|
- **Every slide has a "so what."** A slide that just shows data without a takeaway wastes board time.
|
|
136
136
|
- **Leave time for discussion.** Board value is in the conversation, not the presentation. Aim to spend 40% of the meeting presenting and 60% in discussion.
|
|
137
137
|
|
|
138
|
+
## Deeper Materials
|
|
139
|
+
|
|
140
|
+
- [`references/what-boards-actually-read.md`](references/what-boards-actually-read.md) — the pre-read reality, in-room dynamics, and the asks discipline
|
|
141
|
+
|
|
138
142
|
## Quality Checks
|
|
139
143
|
|
|
140
144
|
- [ ] Opening frame states the meeting's narrative theme
|
|
@@ -106,6 +106,10 @@ Before submitting:
|
|
|
106
106
|
|
|
107
107
|
---
|
|
108
108
|
|
|
109
|
+
## Deeper Materials
|
|
110
|
+
|
|
111
|
+
- [`references/six-second-scan.md`](references/six-second-scan.md) — how the ATS parser and the 6-second human scan actually read an application, and the 20-minute tailoring budget
|
|
112
|
+
|
|
109
113
|
## Quality Checks
|
|
110
114
|
|
|
111
115
|
- [ ] JD analysis completed before writing (not skipped)
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# Schedule Monte Carlo
|
|
2
|
+
|
|
3
|
+
Summing the "likely" estimates systematically understates the finish: parallel branches mean the *slowest* path wins each roll, and that maximum is always worse than the middle. This skill runs the actual simulation — thousands of schedule rolls over the dependency graph — and reports the date the way it behaves: as percentiles.
|
|
4
|
+
|
|
5
|
+
## Required Inputs
|
|
6
|
+
|
|
7
|
+
- **The task list with three-point estimates** — per task: optimistic / likely / pessimistic (any consistent unit) and dependencies. Honest pessimistics are the whole game: "what if the API vendor ghosts us for two weeks" belongs in that number.
|
|
8
|
+
- Simulation count and seed (optional; defaults 5,000 and a fixed seed — results are reproducible).
|
|
9
|
+
|
|
10
|
+
## Output Format
|
|
11
|
+
|
|
12
|
+
1. **The headline gap** — deterministic finish (sum-of-likelies) vs P50 vs P90, side by side. The deterministic-to-P50 gap is the lie the old plan told; show it first.
|
|
13
|
+
2. **The commitment guidance** — promise P50 internally, P90 externally; the space between is the honesty budget. Name the dates.
|
|
14
|
+
3. **Criticality table** — per task, the share of simulations where it sat on the critical path. The top 2-3 are where management attention belongs; a task at 0.9 criticality with a wide estimate range is the schedule.
|
|
15
|
+
4. **Model limits** — no resource contention or calendar effects; real schedules are worse, so these are optimistic floors.
|
|
16
|
+
|
|
17
|
+
## Programmatic Helper
|
|
18
|
+
|
|
19
|
+
Ships `scripts/schedule_sim.py` — **zero dependencies**, cycle-detecting, deterministic:
|
|
20
|
+
|
|
21
|
+
```bash
|
|
22
|
+
python3 scripts/schedule_sim.py run schedule.xlsx --tasks tasks.json --sims 5000
|
|
23
|
+
# tasks.json: [{"name":"design","optimistic":3,"likely":5,"pessimistic":10,"depends":[]}, …]
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
Prints `deterministic=21.0 P10=22.3 P50=27.0 P90=32.3 · top critical: design, integrate…` and writes the summary + criticality sheets. Requires a code-execution environment.
|
|
27
|
+
|
|
28
|
+
## Quality Checks
|
|
29
|
+
|
|
30
|
+
- [ ] The simulation ran (output quoted); percentiles were never eyeballed
|
|
31
|
+
- [ ] The deterministic-vs-P50 gap is stated explicitly and first — it is the finding most rooms need
|
|
32
|
+
- [ ] Criticality is reported per task and drives the "watch these" recommendation
|
|
33
|
+
- [ ] Pessimistic estimates were interrogated: if every task's pessimistic is likely×1.2, say the inputs are optimistic theatre and the output inherits it
|
|
34
|
+
- [ ] Internal-vs-external commitment dates are both named
|
|
35
|
+
|
|
36
|
+
## Anti-Patterns
|
|
37
|
+
|
|
38
|
+
- [ ] Do not present P50 as "the date" — the median loses half the time, by definition
|
|
39
|
+
- [ ] Do not let uniform ±20% estimates pass silently — real uncertainty is lumpy, and flat inputs mean nobody thought about failure modes
|
|
40
|
+
- [ ] Do not hide the deterministic number — showing plan-math next to real-math is how the method earns adoption
|
|
41
|
+
- [ ] Do not add hidden buffers on top of P90 — the whole point is replacing padding with arithmetic
|
|
42
|
+
- [ ] Do not simulate a 200-task plan at task granularity — roll up to workstreams; precision theatre at that scale is its own lie
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# Support Staffing Model
|
|
2
|
+
|
|
3
|
+
Queues are counterintuitive: at high occupancy, one extra contact per hour explodes wait times, and "tickets ÷ tickets-per-agent" staffing walks teams straight into the cliff. Erlang C is the century-old math call centers run on; this skill runs it for you, honestly labelled.
|
|
4
|
+
|
|
5
|
+
## Required Inputs
|
|
6
|
+
|
|
7
|
+
- **Contacts per hour** (peak hour, not daily average — queues die at peaks) and **average handle time** in minutes.
|
|
8
|
+
- **The SLA** — "X% answered within Y seconds/minutes". If none exists, propose one before staffing to it.
|
|
9
|
+
- **Shrinkage** — the fraction of paid time agents aren't available (meetings, breaks, training). Teams that skip this understaff by 30-40%; default 0.3.
|
|
10
|
+
|
|
11
|
+
## Output Format
|
|
12
|
+
|
|
13
|
+
1. **The staffing table** — for load scenarios (0.8×, 1×, 1.25×, 1.5×): agents on-queue, rostered headcount after shrinkage, achieved service level, average speed of answer, occupancy.
|
|
14
|
+
2. **The occupancy warning** — anywhere occupancy exceeds ~90%, say plainly: the SLA may hold while the team burns out; staff for the humans.
|
|
15
|
+
3. **The folklore contrast** — the naive tickets-per-agent number next to the Erlang answer, so the reader sees what the old method was hiding.
|
|
16
|
+
4. **Model limits, stated** — M/M/c assumes Poisson arrivals; real queues are burstier, so these are floors.
|
|
17
|
+
|
|
18
|
+
## Programmatic Helper
|
|
19
|
+
|
|
20
|
+
This skill ships `scripts/erlang_staffing.py` — **zero dependencies**; run it rather than approximating:
|
|
21
|
+
|
|
22
|
+
```bash
|
|
23
|
+
python3 scripts/erlang_staffing.py plan staffing.xlsx --arrivals 120 --aht 6 --sla 0.8 --answer-in 60 --shrinkage 0.3
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
Prints the base case (`base 15 on-queue / 22 rostered · SL 81% · ASA 38s · occ 80%`) and writes an `.xlsx` with editable assumption cells and the scenario table. Requires a code-execution environment.
|
|
27
|
+
|
|
28
|
+
## Quality Checks
|
|
29
|
+
|
|
30
|
+
- [ ] Numbers come from the script's Erlang C computation, quoted — never estimated in prose
|
|
31
|
+
- [ ] Shrinkage is applied and its value stated; a 0% shrinkage plan is flagged as fiction
|
|
32
|
+
- [ ] Occupancy appears next to every scenario, with the >90% burnout warning where it triggers
|
|
33
|
+
- [ ] Peak-hour arrivals were used, or the answer says "daily average used — peaks will breach"
|
|
34
|
+
- [ ] The M/M/c floor-not-ceiling caveat is present
|
|
35
|
+
|
|
36
|
+
## Anti-Patterns
|
|
37
|
+
|
|
38
|
+
- [ ] Do not staff to average load — the queue's whole cruelty lives in the peaks
|
|
39
|
+
- [ ] Do not present on-queue count as headcount — shrinkage is the difference between a model and a roster
|
|
40
|
+
- [ ] Do not chase 99% SLAs without showing the cost curve — the last few points of service level are where budgets go to die
|
|
41
|
+
- [ ] Do not ignore occupancy because the SLA passes — attrition is a lagging indicator of this exact number
|
|
42
|
+
- [ ] Do not use this for email/async queues with day-long SLAs without saying the model degrades — Erlang C is built for live channels
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# Tornado Sensitivity
|
|
2
|
+
|
|
3
|
+
Every model has four drivers people argue about and one that actually controls the answer — usually not the same one. The tornado ranks them: hold everything at base, swing one driver to its low and high, measure the output range, sort. Diligence goes to the top bar; the bottom bars stop hijacking meetings.
|
|
4
|
+
|
|
5
|
+
## Required Inputs
|
|
6
|
+
|
|
7
|
+
- **The model** — output name, a formula over named drivers (arithmetic + min/max/abs/sqrt/log/exp only), and per-driver low/base/high. The lows and highs should be *defensible bounds* ("the worst quarter we've seen", "the vendor's contractual ceiling"), not ±10% ritual.
|
|
8
|
+
- If the requester has a spreadsheet instead of a formula: extract the output cell's driver chain into a formula first, and show it for confirmation.
|
|
9
|
+
|
|
10
|
+
## Output Format
|
|
11
|
+
|
|
12
|
+
1. **The tornado table** — drivers sorted by output swing, with input range, output at each end, and **share of total swing**. The top driver's share is the headline ("lifetime owns 33% of the uncertainty").
|
|
13
|
+
2. **The meeting verdict** — one paragraph: what deserves diligence, what deserves a decision-and-move-on, and any driver whose *bounds* are the real problem (huge swing because nobody actually knows the range).
|
|
14
|
+
3. **The interaction caveat** — one-at-a-time ignores correlated drivers; if two move together in reality (price and churn), say so and model the pair as one driver.
|
|
15
|
+
|
|
16
|
+
## Programmatic Helper
|
|
17
|
+
|
|
18
|
+
Ships `scripts/tornado.py` — **zero dependencies**, with a restricted evaluator (driver names + six math functions; anything else is rejected — injection-tested):
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
python3 scripts/tornado.py run tornado.xlsx --model model.json
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
Prints `base=1.371 · top driver: lifetime (swing 1.097, 33% of total)` and writes Summary + Tornado sheets. Requires a code-execution environment.
|
|
25
|
+
|
|
26
|
+
## Quality Checks
|
|
27
|
+
|
|
28
|
+
- [ ] Swings computed by the script, quoted — never reasoned in prose
|
|
29
|
+
- [ ] Bounds provenance is stated per driver (measured / contractual / guess) — a tornado of guesses is honestly labelled one
|
|
30
|
+
- [ ] Share-of-swing sums are shown so the ranking's decisiveness is visible
|
|
31
|
+
- [ ] Correlated drivers are named and the caveat applied to them specifically
|
|
32
|
+
- [ ] The verdict names what to STOP arguing about — the negative guidance is half the value
|
|
33
|
+
|
|
34
|
+
## Anti-Patterns
|
|
35
|
+
|
|
36
|
+
- [ ] Do not use symmetric ±X% on every driver — uniform ranges produce a tornado shaped by formula structure, not by knowledge
|
|
37
|
+
- [ ] Do not read the top bar as "most likely to be wrong" — it's "most consequential if wrong"; confidence and consequence are different columns
|
|
38
|
+
- [ ] Do not run tornado on a model whose formula the owner hasn't confirmed — sensitivity on the wrong model is confidently useless
|
|
39
|
+
- [ ] Do not let a huge-swing driver with made-up bounds stand — the recommendation there is "go find the real range", not "panic"
|
|
40
|
+
- [ ] Do not present this as risk analysis — it's attention allocation; downstream probability work still exists
|
|
@@ -31,6 +31,10 @@ Ask for these only if they aren't already provided:
|
|
|
31
31
|
|
|
32
32
|
**Note** — what to personalise per prospect (the one line that proves it isn't a blast), and the one metric to watch (reply rate, not open rate).
|
|
33
33
|
|
|
34
|
+
## Deeper Materials
|
|
35
|
+
|
|
36
|
+
- [`references/reply-rate-calibration.md`](references/reply-rate-calibration.md) — line-by-line calibration of what actually moves reply rates, with honest expectations
|
|
37
|
+
|
|
34
38
|
## Quality Checks
|
|
35
39
|
|
|
36
40
|
- [ ] Under ~120 words and skimmable on a phone
|
|
@@ -5,6 +5,12 @@ flips that: it **interviews** the user with focused questions, *one or two at a
|
|
|
5
5
|
answers are thin, until it has enough to produce excellent work. Then it writes the brief and hands off. The
|
|
6
6
|
whole value is asking the right questions in the right order — not producing on the first vague sentence.
|
|
7
7
|
|
|
8
|
+
## Required Inputs
|
|
9
|
+
|
|
10
|
+
- **The raw ask** — whatever the requester actually said, however vague ("we need a dashboard", "marketing wants a one-pager"). Verbatim beats paraphrased; the gaps in their words are the interrogation map.
|
|
11
|
+
- **Who is asking and who will consume the output** (if known) — the same ask from a CEO and an intern needs different briefs.
|
|
12
|
+
- Optional: any prior artifacts the ask relates to (the doc being replaced, the thread that sparked it).
|
|
13
|
+
|
|
8
14
|
## How to run this skill (the interrogation loop)
|
|
9
15
|
|
|
10
16
|
1. **Read what they gave you** and identify the *task type* (a launch? a doc? a decision? a piece of copy?).
|
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
This skill explains SQL queries in plain language, identifies optimisation opportunities, and helps communicate data logic to non-technical stakeholders. It also writes and documents new queries from natural language descriptions.
|
|
4
4
|
|
|
5
|
+
## Required Inputs
|
|
6
|
+
|
|
7
|
+
- **The SQL** (Explain/Optimise/Document modes) — the actual query, ideally with the dialect named (Postgres, BigQuery, Snowflake, MySQL…); dialect changes both semantics and the optimisation advice.
|
|
8
|
+
- **The intent in plain words** (Write mode) — what question the data should answer, plus table/column names if known. Without a schema, assumptions get stated, never silently invented.
|
|
9
|
+
- Optional but transformative: `EXPLAIN`/`EXPLAIN ANALYZE` output and rough table sizes — turns generic advice into advice about *your* query plan.
|
|
10
|
+
|
|
5
11
|
## Modes
|
|
6
12
|
|
|
7
13
|
Detect which mode the user needs based on their request:
|
|
@@ -121,6 +127,15 @@ Known limitations:
|
|
|
121
127
|
|
|
122
128
|
---
|
|
123
129
|
|
|
130
|
+
## Output Format
|
|
131
|
+
|
|
132
|
+
Every mode returns the same disciplined shape:
|
|
133
|
+
|
|
134
|
+
1. **The one-line summary** — what this query does, in business language ("monthly revenue per region, excluding refunds"), before any SQL talk.
|
|
135
|
+
2. **The walkthrough or the artifact** — mode-dependent: annotated clause-by-clause explanation (Explain), the rewritten query with a diff of what changed and why (Optimise), the new query with stated assumptions (Write), or the doc block (Document).
|
|
136
|
+
3. **The gotchas** — NULL behaviour, join fan-out, timezone traps, and index implications that apply to *this* query, not generic advice.
|
|
137
|
+
4. **Verification** — a small `SELECT` the user can run to confirm the query does what the summary claims (row counts before/after, a spot-check predicate).
|
|
138
|
+
|
|
124
139
|
## Quality Checks
|
|
125
140
|
|
|
126
141
|
- [ ] Plain English explanation avoids SQL jargon
|
|
@@ -6,6 +6,12 @@ Produce correct, readable regular expressions — and explain them so the user a
|
|
|
6
6
|
|
|
7
7
|
Infer the regex flavor (JavaScript/PCRE/Python/Go) from context; if unstated, default to one and say so *(assumed — confirm)*. Always deliver a working pattern and tests even from a loose description. Never leave placeholders.
|
|
8
8
|
|
|
9
|
+
## Required Inputs
|
|
10
|
+
|
|
11
|
+
- **What should match and what should NOT** — 3+ positive examples and, critically, 2+ near-miss negatives (the strings that *look* matchable but must be rejected). The negatives are where every regex bug lives.
|
|
12
|
+
- **The engine/flavor** (JavaScript, PCRE, Python `re`, RE2, grep -E…) — anchors, lookbehind, and Unicode behaviour differ enough to break portability silently.
|
|
13
|
+
- **Where it runs** — validation, extraction, or replacement changes how greedy the pattern should be.
|
|
14
|
+
|
|
9
15
|
## Two modes
|
|
10
16
|
- **Build:** the user describes what to match → produce the regex.
|
|
11
17
|
- **Explain:** the user pastes a regex → break it down.
|
|
@@ -22,7 +22,7 @@ Scan for each category and rate severity (🔴 High / 🟠 Medium / 🟡 Low):
|
|
|
22
22
|
| Category | Look for |
|
|
23
23
|
|---|---|
|
|
24
24
|
| **Prompt injection** | "ignore previous/all instructions", "developer mode", jailbreak/DAN framing, attempts to reveal the system prompt, forced unrestricted personas |
|
|
25
|
-
| **Data exfiltration** | Instructions
|
|
25
|
+
| **Data exfiltration** | Instructions that transmit the conversation, user-provided content, credentials, or keys to an external URL/webhook/server |
|
|
26
26
|
| **Code & command execution** | `eval`/`exec`, `os.system`, `subprocess`, `child_process`, destructive shell (`rm -rf /`, `dd`, fork bombs, `chmod 777`) |
|
|
27
27
|
| **Secrets** | Hardcoded API keys, AWS keys (`AKIA…`), private keys, or asking the user to paste secrets |
|
|
28
28
|
| **Obfuscation** | Zero-width / invisible Unicode, very long base64 blobs that hide payloads |
|
|
@@ -87,6 +87,11 @@ eNPS: Below 0 = Concerning / 0-30 = Good / 30-70 = Great / 70+ = Excellent
|
|
|
87
87
|
|
|
88
88
|
**5. Communication Template** — Draft message to share results with employees.
|
|
89
89
|
|
|
90
|
+
## Output Format
|
|
91
|
+
|
|
92
|
+
- **Design Mode** delivers: the question set grouped by driver (each with its response scale and the reason it earns its place), the anonymity/threshold rules stated up front, the invitation copy, and the analysis plan written *before* data exists — so nobody designs the analysis around the answers.
|
|
93
|
+
- **Analysis Mode** delivers: participation and segment coverage first (with the n-below-threshold segments suppressed and said so), driver scores vs. prior wave with the deltas that clear noise flagged, verbatim themes with prevalence counts, and a **"three commitments" section** — because a survey that doesn't end in visible action is the fastest way to kill next year's response rate.
|
|
94
|
+
|
|
90
95
|
## Quality Checks
|
|
91
96
|
|
|
92
97
|
- [ ] Survey includes anonymity statement at the start
|
|
@@ -30,6 +30,10 @@ Ask for these only if they aren't already provided:
|
|
|
30
30
|
|
|
31
31
|
**6. Gaps & landmines** — the weak spots (a tenure gap, a missing skill, a pivot) and how to address each honestly and confidently if it comes up.
|
|
32
32
|
|
|
33
|
+
## Deeper Materials
|
|
34
|
+
|
|
35
|
+
- [`references/story-matrix.md`](references/story-matrix.md) — the 6-stories-cover-40-questions matrix and the first-sentences rehearsal method
|
|
36
|
+
|
|
33
37
|
## Quality Checks
|
|
34
38
|
|
|
35
39
|
- [ ] Questions are tailored to the specific role and round, ordered by likelihood — not generic
|