Use when changing fee percentages in HustleXP code, preparing legal documents for execution, checking placeholder status, or verifying legal-code sync after any financial change
Activate this skill whenever:
All 6 legal documents live at:
/Users/sebastiandysart/HustleXP/HUSTLEXP-DOCS/legal/
| File | Purpose |
|---|---|
HustleXP-Hustler-Agreement.docx | Hustler (worker) primary contract |
HustleXP-Poster-Agreement.docx | Poster (task creator) primary contract |
HustleXP-Beta-NDA-Agreement.docx | Beta participant NDA + consent |
HustleXP-Acceptable-Use-Policy.docx | Platform-wide AUP |
HustleXP-Arbitration-Agreement.docx | Standalone arbitration + class action waiver |
HustleXP-Background-Check-Consent.docx | FCRA consent + Checkr auth |
Document status: All 6 are bulletproofed as of 2026-03-15 (14 patches applied). Do NOT re-patch — they are verified correct.
No user may sign any document until all applicable placeholders are filled.
| Placeholder | Appears In | Location |
|---|---|---|
[State] | ALL 6 documents | Governing jurisdiction — throughout each document |
[Effective Date] | ALL 6 documents | Preamble / execution date |
[Address] | Arbitration Agreement ONLY | Sections 3.2 and 5.1 (opt-out notice mailing address) |
Critical warning on [State]: Do NOT choose California without counsel review. California triggers PAGA exposure and AB5/Dynamex independent contractor complications.
This is bidirectional. When fee percentages change in code, legal documents MUST be updated before the next user signs. When legal documents update prohibited categories or fee schedules, code must be reviewed.
| Code Location / Fee Type | Current Value | Legal Documents to Update | Sections |
|---|---|---|---|
| Platform fee % | 15% | Hustler Agreement + Poster Agreement | Fee disclosure sections |
| Tip platform cut % | 0% → being changed | Hustler Agreement + Poster Agreement | Tip/gratuity disclosure |
| Cancellation fee schedule | See Exhibit A | Poster Agreement | Exhibit A + Section 4.4 |
| Background check fee | — | Background Check Consent | Fee disclosure |
| Featured listing — "promoted" price ($2.99/24h) | Poster Agreement (fee schedule / Exhibit A) | backend/src/routers/featured.ts:18 | |
| Featured listing — "highlighted" price ($4.99/48h) | Poster Agreement (fee schedule / Exhibit A) | backend/src/routers/featured.ts:19 | |
| Featured listing — "urgent_boost" price ($7.99/12h) | Poster Agreement (fee schedule / Exhibit A) | backend/src/routers/featured.ts:20 | |
| Subscription — Premium plan price ($14.99/mo) | Poster Agreement + Hustler Agreement (subscription terms) | backend/src/config.ts:37 | |
| Subscription — Pro plan price ($29.99/mo) | Poster Agreement + Hustler Agreement (subscription terms) | backend/src/config.ts:43 |
.docx files in /Users/sebastiandysart/HustleXP/HUSTLEXP-DOCS/legal/TODO.md in HUSTLEXP-DOCSExample — tip cut change from 0% to 7%:
HustleXP-Hustler-Agreement.docx AND HustleXP-Poster-Agreement.docxhttps://hustlexp.com/legal/cancellation-feesThese items require legal counsel sign-off before any document is executed with users:
[State] is chosenWhen asked "we changed fee X — is there anything else we need to do?", always:
14 patches applied across 4 documents as of 2026-03-15: