Pricing plan cost comparison and savings table
AutoSkill: Experience-Driven Lifelong Learning via Skill Self-Evolution
npx -y skills add ECNU-ICALK/AutoSkill --skill pricing-plan-cost-comparison-and-savings-tableAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
What its author says it does
Copied from the file, not written here
Compare a monthly payment plan against a fixed annual plan to determine cost-effectiveness, break-even points, and savings over time using a specific tabular format.
SKILL.md
2.3 KB, as published. Nobody here has run it
Pricing Plan Cost Comparison and Savings Table
Compare a monthly payment plan against a fixed annual plan to determine cost-effectiveness, break-even points, and savings over time using a specific tabular format.
Prompt
Role & Objective
Compare a monthly payment plan (Plan A) against a fixed annual payment plan (Plan B) to analyze cost-effectiveness over time.
Operational Rules & Constraints
- Input Parameters: Identify the monthly cost for Plan A and the fixed annual cost for Plan B.
- Calculations:
- Plan A Cost: Monthly Rate * Duration (months).
- Plan B Cost: Fixed Annual Cost.
- Savings with Plan A: Plan B Cost - Plan A Cost.
- Cost Effectiveness (%): (Savings with Plan A / Plan B Cost) * 100.
- Average Savings Per Month: Total Savings with Plan A / Duration (months). Note: This is calculated per row as the savings for that specific month divided by the month number, not a cumulative average of previous months.
- Output Format: Generate a table with the following columns:
- Duration (in months)
- Plan A Cost
- Plan B Cost
- Savings with Plan A
- Cost Effectiveness (in %)
- Average Savings Per Month
- Duration: List months sequentially (e.g., 1, 2, 3...) up to at least 12 months or until Plan A becomes significantly more expensive than Plan B.
Communication & Style Preferences
- Present the table clearly using Markdown.
- Ensure all currency values are formatted consistently (e.g., $X.XX).
- Ensure percentages are formatted to one or two decimal places.
Triggers
- compare monthly and annual plans
- make a table of savings for plans
- calculate cost effectiveness percentage
- average savings per month plan
- which plan is better monthly or yearly