Avatar
🧠

Organizations

README.md

Logseq

Structure

  • journals/ — daily journal entries (YYYY_MM_DD.md), auto-created by Logseq
  • pages/ — knowledge pages, backlog, weekly reports (Logseq page names = filenames)
  • assets/ — images and attachments referenced by pages
  • logseq/ — Logseq config and backups (do not edit manually)
  • automation/ — weekly report and 1-on-1 report automation (shell scripts, amp prompts, launchd plist)
  • docs/plans/ — design docs and implementation plans

Commands

  • Test: ./automation/test-weekly-report.sh
  • Dry-run: ./automation/weekly-report.sh --mode tuesday --dry-run
  • Manual run: ./automation/weekly-report.sh --mode tuesday|friday --force
  • 1-on-1 report: ./automation/1on1-report.sh [--force] [--dry-run]
  • Validate plist: plutil -lint automation/com.lelouvincx.logseq-weekly-report.plist

Any day of the week can be used as --mode. Days map to an underlying report type:

ModeReport typeBranch anchoredStart date
tuesdaytuesday (work-focused)MondayLast Wednesday
fridayfriday (comprehensive)MondayLast Wednesday
monday, wednesday, thursdaytuesday (work-focused)MondayLast Wednesday
saturday, sundayfriday (comprehensive)MondayMonday

When --mode is explicitly provided, the day-of-week and time-of-day schedule guards are skipped (the duplicate-run stamp file still applies unless --force is used).

RFCs

Design docs and implementation plans live in docs/plans/. Priority order reflects current focus.

RFCTitleStatusPriority
RFC-0001Weekly Report Automation — DesignDone ✅—
RFC-0002Weekly Report Automation — Implementation PlanDone ✅—
RFC-0003Backlog & Automation Query ImprovementsDone ✅—
RFC-0004PARA Method Adoption for Second BrainProposedMedium
RFC-0005Amp Thread Extraction — Agent-Agnostic Memory via Plugin CDCDraftHigh

Pinned

  1. A. Work

    • Internal

      • TODO Handle multi-currency exchange rates for MRR

      • Current pricing setup

        • Zoho’s base currency = SGD. Plans are priced in SGD, exchange rate is hardcoded in Zoho (example, 1 EUR = 1.4 SGD).
        • Plans are created in Zoho Billing with prices in SGD (base currency). Zoho doesn’t allow creating products in EUR/USD directly.
        • A manual exchange rate is set in Zoho (e.g., 1 EUR = 1.4 SGD).
          • Why? To prevent customers’ purchase amount can potentially fluctuate over time, the team does not use live rate in Zoho.
          • Customers see stable local currency prices on their subscription.
          • This is updated periodically (~yearly) to stay close to market rates.
        • The same plans are mirrored in Holistics App’s Tenant Admin.
      • Customer payment flow:

    page

  2. List of projects

    • [[Add2Cart]] — Cross-functional project for the Add2Cart professional service: data pipeline, performance optimization, dynamic markdown, and S3 setup
    • [[AI]] — Holistics AI squad work: test suites, AI feature trials, squad coordination with Dat/Tram
    • [[Docs]] — Holistics documentation improvements and revamping
    • [[Duty Support]] — Rotating on-call data support for Holistics customers (Zendesk tickets, impersonation, troubleshooting)
    • [[Freetime]] — Low-priority reading and exploration done in spare time
    • [[Internal]] — Holistics internal data team work: dbt, MRR reporting, CI, tracking
    • [[Logseq]] — Improvements to this second-brain system: automation, backlog structure, weekly reports
    • [[Misc]] — One-off tasks that don’t fit other projects
    • [[Personal]] — Personal tooling, side projects, migration, self-hosting, learning
    • [[Personal Productivity Analysis]] — Personal productivity monitoring: ingest weekly reports + journals into DuckDB (consistent schema with [[Personal Finance]] for later consolidation), build dashboard to track throughput, carry-overs, project mix, priority hit-rate, presales W/L, tooling ROI — drive data-driven planning and 1-on-1 decisions
    • [[Presales]] — Holistics presales support: customer demos, solution proposals, competitive analysis
    • [[Read]] — Reading and studying: articles, books, courses, youtube
    • [[Smartclass]] — Personal side project: an ed-tech app with frontend (shadcn/ui) and releases
    • [[Teaching]] — Mentoring and teaching data/SQL: composing projects (Olist), visualization, set-based thinking

    page

    Post activity