Implement ADAPTIVE-WP-0002 Sprint 1 economic foundations
Add Coulomb observatory package with JSON registries (product, pricing models, costs, revenue, membership), economics snapshot engine, Economics Dashboard v1 CLI, sample report, and pytest coverage. Complete T01 and queue Sprint 2 Bubble.io integration.
This commit is contained in:
parent
d648a3263d
commit
a1a4aa972f
17 changed files with 709 additions and 19 deletions
34
projects/coulomb-pricing/reports/economics-2026-06.md
Normal file
34
projects/coulomb-pricing/reports/economics-2026-06.md
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# Economics Dashboard v1 — Coulomb Social Membership
|
||||
|
||||
**Period:** 2026-06
|
||||
**Lifecycle phase:** growth
|
||||
**Active pricing model:** Standard Membership (8.99 EUR/monthly)
|
||||
|
||||
## Key Metrics
|
||||
|
||||
| Metric | Value |
|
||||
|--------|------:|
|
||||
| Active members | 3 |
|
||||
| Monthly revenue | 80.91 EUR |
|
||||
| Monthly cost | 74.16 EUR |
|
||||
| Cost per member | 24.72 EUR |
|
||||
| Gross margin | 6.75 EUR |
|
||||
| Gross margin % | 8.3% |
|
||||
|
||||
_Revenue source: manual_estimate_
|
||||
|
||||
## Pricing Model Registry
|
||||
|
||||
| ID | Name | Type | Status |
|
||||
|----|------|------|--------|
|
||||
| flat-899-eur-monthly | Standard Membership | flat_subscription | active |
|
||||
| membership-plus-credits | Membership + AI Credits | hybrid_subscription_usage | candidate |
|
||||
| membership-plus-overage | Membership + Overage | hybrid_subscription_usage | candidate |
|
||||
|
||||
## Registries Loaded
|
||||
|
||||
- Product model (`data/product.json`)
|
||||
- Pricing model registry (`data/pricing-models.json`)
|
||||
- Cost registry (`data/costs.json`)
|
||||
- Revenue registry (`data/revenue.json`)
|
||||
- Membership registry (`data/membership.json`)
|
||||
Loading…
Add table
Add a link
Reference in a new issue