|
| 1 | +# PR Stack Summary: PR_26169 Creator Platform Foundation |
| 2 | + |
| 3 | +## Scope |
| 4 | +- This report summarizes the PLAN-only documentation stack for: |
| 5 | + - `PR_26169_001-creator-platform-foundation` |
| 6 | + - `PR_26169_002-auth-preview-signin-regression` |
| 7 | + - `PR_26169_003-beta-invitations-admin` |
| 8 | + - `PR_26169_004-membership-data-model` |
| 9 | + - `PR_26169_005-membership-assignment` |
| 10 | + - `PR_26169_006-memberships-page-v2` |
| 11 | + - `PR_26169_007-ai-credit-foundation` |
| 12 | + - `PR_26169_008-ai-credit-display` |
| 13 | + - `PR_26169_009-marketplace-membership-rules` |
| 14 | + - `PR_26169_010-marketplace-revenue-model` |
| 15 | + - `PR_26169_011-marketplace-categories` |
| 16 | + - `PR_26169_012-teams-foundation` |
| 17 | + - `PR_26169_013-team-enforcement` |
| 18 | + - `PR_26169_014-legal-foundation` |
| 19 | + - `PR_26169_015-terms-of-service` |
| 20 | + - `PR_26169_016-privacy-cookies-community-copyright-dmca` |
| 21 | + - `PR_26169_017-owner-memberships` |
| 22 | + - `PR_26169_018-owner-ai-credits` |
| 23 | + - `PR_26169_019-admin-health-operations` |
| 24 | + |
| 25 | +## Approved Business Model Captured |
| 26 | +- Free: $0/month, 250 MB storage, 0 AI credits/month, publish 1 experience, no collaboration, browse marketplace, download free assets, buy marketplace assets, cannot sell. |
| 27 | +- Creator: $9/month, 1 GB storage, 100 AI credits/month, up to 3 team members, sell marketplace assets, Creator analytics, 80% Net Revenue. |
| 28 | +- Studio: $19/month, 4 GB storage, 400 AI credits/month, up to 10 team members, advanced analytics, 80% Net Revenue, 10% bonus purchased AI credits. |
| 29 | +- Beta: $0/month, 4 GB storage, 400 AI credits/month, up to 10 team members, invitation only, Studio-equivalent access. |
| 30 | +- Founding Creator: first 100 paid memberships, $5/month, locked while active. |
| 31 | +- Founding Studio: first 100 paid memberships, $10/month, locked while active. |
| 32 | +- Marketplace: everyone can browse, buy, and download free assets; Creator and higher can sell. |
| 33 | +- Marketplace categories: Games, Assets, Audio, Music, Worlds, Templates, Tutorials. |
| 34 | +- Revenue: creator receives 80% of Net Revenue. |
| 35 | +- Net Revenue: sale amount less processing fees, taxes, refunds, chargebacks, and required deductions. |
| 36 | +- AI credit packs: |
| 37 | + - Small: 100 credits, $5. |
| 38 | + - Medium: 500 credits, $20. |
| 39 | + - Large: 3000 credits, $99. |
| 40 | +- Roles: |
| 41 | + - Creator: platform user. |
| 42 | + - Admin: health, infrastructure, operations, invitations, AI monitoring, support. |
| 43 | + - Owner: membership pricing, marketplace percentages, AI pricing, AI action costs, founding programs, legal, revenue settings. |
| 44 | + |
| 45 | +## Required Database Tables Captured |
| 46 | +- `membership_plans` |
| 47 | +- `membership_limits` |
| 48 | +- `user_memberships` |
| 49 | +- `founding_members` |
| 50 | +- `invitations` |
| 51 | +- `project_members` |
| 52 | +- `ai_actions` |
| 53 | +- `ai_credit_packs` |
| 54 | +- `user_ai_credits` |
| 55 | +- `ai_usage_log` |
| 56 | + |
| 57 | +## Stack Dependency Order |
| 58 | +- PR 001 is the shared foundation for every later PR. |
| 59 | +- PR 002 stabilizes auth preview for Creator/Admin/Owner role context. |
| 60 | +- PR 003 adds Admin Beta invitation planning. |
| 61 | +- PR 004 defines membership tables and seed values. |
| 62 | +- PR 005 defines assignment of active memberships. |
| 63 | +- PR 006 renders Memberships page V2 from DB-backed data. |
| 64 | +- PR 007 defines AI credit costs, packs, balances, and ledger. |
| 65 | +- PR 008 displays AI credit balances and packs. |
| 66 | +- PR 009 enforces marketplace membership rules. |
| 67 | +- PR 010 defines Net Revenue and creator revenue share. |
| 68 | +- PR 011 defines marketplace categories. |
| 69 | +- PR 012 defines project team membership foundation. |
| 70 | +- PR 013 enforces team limits. |
| 71 | +- PR 014 defines legal content foundation. |
| 72 | +- PR 015 implements Terms planning from legal foundation. |
| 73 | +- PR 016 implements remaining legal page planning from legal foundation. |
| 74 | +- PR 017 adds Owner membership, marketplace, founding, and revenue settings planning. |
| 75 | +- PR 018 adds Owner AI pricing and action-cost planning. |
| 76 | +- PR 019 adds Admin health and operations planning across the stack. |
| 77 | + |
| 78 | +## Validation Report |
| 79 | +- Current branch: `main`. |
| 80 | +- Expected branch: `main`. |
| 81 | +- Local branches found: `main`. |
| 82 | +- Branch validation: PASS. |
| 83 | +- Runtime validation: SKIP, docs-only PLAN request. |
| 84 | +- Playwright validation: SKIP, no runtime or UI implementation. |
| 85 | +- ZIP packaging: SKIP, this request explicitly required planning documentation only and did not request BUILD execution. |
| 86 | + |
| 87 | +## Files Created |
| 88 | +- `docs_build/pr/PLAN_PR_26169_001-creator-platform-foundation.md` |
| 89 | +- `docs_build/pr/PLAN_PR_26169_002-auth-preview-signin-regression.md` |
| 90 | +- `docs_build/pr/PLAN_PR_26169_003-beta-invitations-admin.md` |
| 91 | +- `docs_build/pr/PLAN_PR_26169_004-membership-data-model.md` |
| 92 | +- `docs_build/pr/PLAN_PR_26169_005-membership-assignment.md` |
| 93 | +- `docs_build/pr/PLAN_PR_26169_006-memberships-page-v2.md` |
| 94 | +- `docs_build/pr/PLAN_PR_26169_007-ai-credit-foundation.md` |
| 95 | +- `docs_build/pr/PLAN_PR_26169_008-ai-credit-display.md` |
| 96 | +- `docs_build/pr/PLAN_PR_26169_009-marketplace-membership-rules.md` |
| 97 | +- `docs_build/pr/PLAN_PR_26169_010-marketplace-revenue-model.md` |
| 98 | +- `docs_build/pr/PLAN_PR_26169_011-marketplace-categories.md` |
| 99 | +- `docs_build/pr/PLAN_PR_26169_012-teams-foundation.md` |
| 100 | +- `docs_build/pr/PLAN_PR_26169_013-team-enforcement.md` |
| 101 | +- `docs_build/pr/PLAN_PR_26169_014-legal-foundation.md` |
| 102 | +- `docs_build/pr/PLAN_PR_26169_015-terms-of-service.md` |
| 103 | +- `docs_build/pr/PLAN_PR_26169_016-privacy-cookies-community-copyright-dmca.md` |
| 104 | +- `docs_build/pr/PLAN_PR_26169_017-owner-memberships.md` |
| 105 | +- `docs_build/pr/PLAN_PR_26169_018-owner-ai-credits.md` |
| 106 | +- `docs_build/pr/PLAN_PR_26169_019-admin-health-operations.md` |
| 107 | +- `docs_build/dev/reports/pr_stack_summary.md` |
0 commit comments