autumn-modelling-pricing-plans
Installation
SKILL.md
Autumn Pricing Model Design
This guide helps you design your pricing model for Autumn. Autumn uses a configuration file (autumn.config.ts) to define your features and plans.
Before starting: Check for an
autumn.config.tsin the project root. If it doesn't exist, runnpx atmn initto log in and generate the file. If you already have a config you want to modify, runatmn pullto sync it from Autumn first.
Step 1: Understand Your Pricing Needs
Before building, consider:
- What features do you want to offer? (API calls, seats, storage, etc.)
- What plans do you want? (Free, Pro, etc.)
- How should usage be measured and limited?
Features
Features define what can be gated, metered, or billed in your app.