AIDA Price Fixe Package — Mike MacLeod / Financial Services Industry

Drop this whole zip into a fresh Claude conversation. Everything needed to
pick up the Price Fixe drafting + build step from scratch is in here:

  AIDA_Router.md, AIDA_Shared_Kit/NON_NEGOTIABLES.md,
  AIDA_DB_Pipeline_Kit/INSTRUCTIONS_DB_PIPELINE.md, COWORK_SANDBOX_RUNBOOK.md
    — the real procedure, identity/format rules, and sandbox-specific notes.
  2026 08 09 Mike MacLeod Financial Services Industry Client Profile Keywords.txt / 2026 08 09 Mike MacLeod Financial Services Industry Top 100.csv / 2026 08 09 Mike MacLeod Financial Services Industry Full Scan.csv
    — this profile's client/profile record, active keyword matrix, latest
    saved Top 100 scan, and full scored pool.
  2026 08 09 Mike MacLeod 2026 08 02 04 MIKE MACLEOD, PMP Salesforce BA PM Toronto Resume ATS Resume Text.txt
    — the selected resume's extracted text.
  AIDA_DB_Pipeline_Kit/, AIDA_Shared_Kit/, AIDA_Custom_Resume_Kit/
    — the actual renderer scripts (build_report.py, career_bio.py,
    search_strategy.py, job_report.py, design_system.py, resume_kit.js with
    the python_resume_kit.py fallback) and their assets/products.json, on
    the same relative paths as the real AIDA_Kits folder.

Still real judgment work, not mechanical (see INSTRUCTIONS_DB_PIPELINE.md
and the runbook for the details):
  1. Draft profile_data.json and resume_data.json — Career Bio narrative,
     Search Strategy, the manual Best/Worth a Look/Removed review of the
     Top 100/Full Scan CSVs, keyword-matrix-informed resume content. Do
     this in a Claude conversation using this zip's contents as context.
  2. Put both JSON files at the zip's root (next to the CSVs), then from
     AIDA_DB_Pipeline_Kit/scripts/:

       export PYTHONPATH="../../AIDA_Shared_Kit/scripts:$PYTHONPATH"
       python3 build_report.py --product "Price Fixe" \
         --data ../../profile_data.json \
         --resume-data ../../resume_data.json \
         --image ../../AIDA_Shared_Kit/assets/aida_cover_illustration.png \
         --top50-csv "../../2026 08 09 Mike MacLeod Financial Services Industry Top 100.csv" \
         --full-dataset-csv "../../2026 08 09 Mike MacLeod Financial Services Industry Full Scan.csv" \
         --outdir ../../output
