psm-skill
NewTo create PSM charts for the PSM questions asked in the Market Research Survey
Summary
This skill generates Price Sensitivity Meter (PSM) charts from survey data, helping developers visualize and analyze price sensitivity for market research.
- It automates the creation of PSM plots to identify optimal price ranges and assess consumer willingness to pay.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/psm-skill.md https://raw.githubusercontent.com/itsnagarajan/psm-skill/main/SKILL.md/psm-skillUse Cases
Usage Examples
/psm-skill analyze survey_responses.csv --output psm_chart.png
Run PSM analysis on the attached survey data and show the optimal price point.
/psm-skill generate --data data.csv --segment age_group --output psm_by_age.png
Security Audits
Frequently Asked Questions
What is psm-skill?
This skill generates Price Sensitivity Meter (PSM) charts from survey data, helping developers visualize and analyze price sensitivity for market research. It automates the creation of PSM plots to identify optimal price ranges and assess consumer willingness to pay.
How to install psm-skill?
To install psm-skill: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/psm-skill.md https://raw.githubusercontent.com/itsnagarajan/psm-skill/main/SKILL.md. Finally, /psm-skill in Claude Code.
What is psm-skill best for?
psm-skill is a skill categorized under General. Created by itsnagarajan.
What can I use psm-skill for?
psm-skill is useful for: Generate a PSM chart from survey CSV data to find the acceptable price range for a new product.; Compare PSM results across different demographic segments to tailor pricing strategies.; Automate PSM analysis for multiple survey waves to track price sensitivity over time.; Integrate PSM chart generation into a data pipeline for real-time market research reporting.; Use PSM outputs to validate pricing hypotheses before product launch.; Export PSM charts as images for inclusion in client presentations or reports..