# ๐ŸŒ… Dealix โ€” TODAY Command Page **The only page Sami opens each morning. Everything else is reference.** Target time-box: **60 minutes of execution + async monitoring**. Read this โ†’ act โ†’ close tab. --- ## โฑ๏ธ 60-Minute Morning Block | Minute | Task | File | Check | |--------|------|------|-------| | 0โ€“5 | Open `COMPANY_CONTROL_CENTER.md`, re-read Decision State table | `docs/ops/COMPANY_CONTROL_CENTER.md` | โ˜ | | 5โ€“10 | Scan `pipeline_tracker.csv` for any replies since yesterday | `docs/ops/pipeline_tracker.csv` | โ˜ | | 10โ€“15 | Check Railway backend: `curl -s https://web-dealix.up.railway.app/healthz` | โ€” | โ˜ | | 15โ€“20 | Check bank app for any payment received (manual path) | โ€” | โ˜ | | 20โ€“45 | Send 5 messages from `today_send_queue.md` (5 per hour cap) | `docs/ops/today_send_queue.md` | โ˜ | | 45โ€“55 | Update `pipeline_tracker.csv` with `sent_at` timestamps | `docs/ops/pipeline_tracker.csv` | โ˜ | | 55โ€“60 | Publish 1 LinkedIn post (founder voice) from `launch_content_queue.md` | `docs/ops/launch_content_queue.md` | โ˜ | --- ## ๐Ÿ“ฌ Afternoon Async (30 min, split across day) - [ ] Reply to any inbound within 30 min - [ ] Send 2 agency partner DMs (template in `launch_content_queue.md`) - [ ] Run Day+2 follow-ups on yesterday's DMs (if any) - [ ] Update `daily_scorecard.md` with today's numbers before close --- ## ๐Ÿ’ฐ If a Customer Says Yes (TODAY) **Don't wait for Moyasar KYC. Collect manually.** 1. Confirm plan verbally: Pilot 1 SAR / Starter 999 / Growth 2,999 / Scale 7,999 2. Open `docs/ops/MANUAL_PAYMENT_SOP.md` 3. Copy invoice template โ†’ fill customer name, plan, amount 4. Send via WhatsApp + Email 5. Customer pays โ†’ Sami sees bank/STC Pay notification within minutes 6. Update `pipeline_tracker.csv`: `payment_status=paid, revenue_sar=[amount]` 7. Start `FIRST_CUSTOMER_ONBOARDING_CHECKLIST.md` kickoff call within 4 hours 8. Deliver per `FIRST_CUSTOMER_DELIVERY_TEMPLATE.md` (manual for first 10) --- ## ๐Ÿงช If Moyasar KYC Activates Today The moment Sami gets the activation email: ```bash # 1. Copy new sk_live_... from Moyasar dashboard # 2. Set in Railway env railway variables set MOYASAR_SECRET_KEY=sk_live_xxxxxxxxx # 3. Generate 1 SAR test invoice to own email (proof) bash docs/ops/moyasar_live_test.sh sami.assiri11@gmail.com # 4. Pay the invoice with own card (1 SAR, refundable) # 5. Confirm bank credit within 24h # 6. Flip COMPANY_CONTROL_CENTER.md: Revenue (Moyasar live) ๐ŸŸข LIVE ``` Script: `docs/ops/moyasar_live_test.sh` (created below). --- ## ๐Ÿšฆ Decision Triggers | Signal | Action | |--------|--------| | 0 replies by end of Day 3 | Tighten message โ†’ test new angle on 5 fresh leads | | 1 demo booked | Prepare per `dealix_demo_script_30min.md` + rehearse 10 min | | 1 verbal yes | Do NOT wait on anything โ€” send manual invoice within 15 min | | 1 payment received | Send welcome email + Calendly kickoff link within 30 min | | 3 "not now" | Document objection โ†’ update `dealix_objection_handler.md` | | Healthcheck failure | Auto-issue labeled `P0` is created; follow `INCIDENT_RUNBOOK.md` | --- ## ๐Ÿงฑ What NOT to Do Today - Don't rebuild code that already works - Don't write more sales copy until 10 messages are out - Don't add a new tool/integration until it's blocking a specific customer - Don't wait on Moyasar KYC โ€” manual path is fully operational - Don't batch DMs into one hour โ€” spread across 9am/11am/2pm/4pm --- ## ๐Ÿ“Š End-of-Day (5 min) Fill `docs/ops/daily_scorecard.md` with today's row: ``` Date: YYYY-MM-DD DMs sent: __ / 5 target Replies: __ Demos booked: __ Pilots signed: __ Revenue received (SAR): __ Tomorrow's top change: ____________ ``` --- ## ๐ŸŽฏ One-Sentence Mission This Week **Move 5 leads from "pending" to "replied" and sign 1 pilot โ€” even at 1 SAR, even from a friend.** First paid customer unlocks social proof. Everything after is easier. --- *Updated automatically by `scripts/refresh_today.sh` (future). For now, edit manually each Sunday night for the week ahead.*