Project portfolio — folder structure

Canonical project trees. Excludes transient caches, Git internals, dependencies, generated Python bytecode, and AlgoTrader worktrees.

Cookify

cookify/
  .gitignore
  README.md
  docs/
  launch-website/
  scripts/
  tests/
    README.md
    competitive-landscape.md
    data-model.md
    launch-brief.md
    mcp-architecture.md
    mvp-roadmap.md
    product-spec.md
    user-flows.md
    vision.md
    pre-development/
      00-index.md
      01-product-vision-business-case.md
      02-problem-statement.md
      03-market-competitor-research.md
      04-user-research-personas.md
      05-product-brief.md
      06-prd.md
      07-scope-in-out.md
      08-user-stories-use-cases.md
      09-user-flows-journey-maps.md
      10-wireframes.md
      11-ui-ux-design-figma-spec.md
      12-functional-requirements.md
      13-non-functional-requirements.md
      17-technical-design-rfc.md
      18-architecture-data-flow-diagrams.md
      99-independent-red-team-review.md
    WEBSITE-REVIEW.md
    app.js
    cookify-desktop-full.png
    cookify-desktop.png
    cookify-mobile-full.png
    cookify-mobile.png
    index.html
    styles.css
    __init__.py
    notion_sync.py
    browser_qa.mjs
    test_launch_website.py
    test_notion_sync.py

Money Inbox

money-inbox/
  .gitignore
  README.md
  docs/
  launch-website/
  scripts/
    README.md
    mcp-architecture.md
    mvp-roadmap.md
    product-spec.md
    vision.md
    pre-development/
      00-index.md
      01-product-vision-business-case.md
      02-problem-statement.md
      03-market-competitor-research.md
      04-user-research-personas.md
      05-product-brief.md
      06-prd.md
      07-scope-in-out.md
      08-user-stories-use-cases.md
      09-user-flows-journey-maps.md
      10-wireframes.md
      11-ui-ux-design-figma-spec.md
      12-functional-requirements.md
      13-non-functional-requirements.md
      17-technical-design-rfc.md
      18-architecture-data-flow-diagrams.md
      99-independent-red-team-review.md
    WEBSITE-REVIEW.md
    app.js
    favicon.svg
    index.html
    styles.css
    tests/
      interaction.test.cjs
      test_contract.py
    __init__.py
    notion_sync.py

Wardrobe Copilot

wardrobe-website/
  .gitignore
  README.md
  build_from_notion.py
  import_photo_additions.py
  import_snitch_haul.py
  dashboard/
  docs/
  launch-website/
  scripts/
  tests/
    build-meta.json
    wardrobe-desktop.png
    wardrobe-mobile-compact.png
    wardrobe-mobile-content.png
    wardrobe-mobile-density.png
    wardrobe-mobile.png
    wardrobe-repaired-mobile.png
    wardrobe.html
    README.md
    mcp-architecture.md
    mvp-roadmap.md
    product-spec.md
    vision.md
    pre-development/
      00-index.md
      01-product-vision-business-case.md
      02-problem-statement.md
      03-market-competitor-research.md
      04-user-research-personas.md
      05-product-brief.md
      06-prd.md
      07-scope-in-out.md
      08-user-stories-use-cases.md
      09-user-flows-journey-maps.md
      10-wireframes.md
      11-ui-ux-design-figma-spec.md
      12-functional-requirements.md
      13-non-functional-requirements.md
      17-technical-design-rfc.md
      18-architecture-data-flow-diagrams.md
      99-independent-red-team-review.md
    WEBSITE-REVIEW.md
    app.js
    favicon.svg
    index.html
    styles.css
    tests/
      test_website.py
    __init__.py
    deploy.sh
    notion_sync.py
    test_builder.py
    test_deploy.py

AlgoTrader

algotrader/
  .gitignore
  README.md
  pyproject.toml
  uv.lock
  dashboard/
  docs/
  frontend/
  launch-website/
  scripts/
  src/
  tests/
    algotrader-dashboard.html
    latest-scan.json
    engineering-rules.md
    plans/
    pre-development/
      2026-08-06-analyzer-layer.md
      2026-08-06-nifty100-adapter.md
      2026-08-06-read-only-ranking-slice.md
      2026-08-06-research-enrichment.md
      2026-08-07-scalable-scan-package-layout.md
      00-index.md
      01-product-vision-business-case.md
      02-problem-statement.md
      03-market-competitor-research.md
      04-user-research-personas.md
      05-product-brief.md
      06-prd.md
      07-scope-in-out.md
      08-user-stories-use-cases.md
      09-user-flows-journey-maps.md
      10-wireframes.md
      11-ui-ux-design-figma-spec.md
      12-functional-requirements.md
      13-non-functional-requirements.md
      17-technical-design-rfc.md
      18-architecture-data-flow-diagrams.md
      99-independent-red-team-review.md
    .gitignore
    index.html
    package-lock.json
    package.json
    tsconfig.app.json
    tsconfig.json
    tsconfig.node.json
    vite.config.ts
    dist/
    public/
    scripts/
    src/
      index.html
      latest-scan.json
      algotrader-dashboard-assets/
      latest-scan.json
      copy-scan.mjs
      main.tsx
      test-setup.ts
      app/
      features/
      shared/
    WEBSITE-REVIEW.md
    app.js
    index.html
    styles.css
    tests/
      browser_qa.mjs
      test_app.mjs
      test_contract.py
    deploy_dashboard.sh
    algotrader/
      __init__.py
      demo.py
      eligibility.py
      live_scan.py
      models.py
      openalgo.py
      ranking.py
      scan.py
      adapters/
      analyzer/
      charts/
      dashboard/
      orchestration/
      risk/
      sentiment/
      universe/
    test_eligibility.py
    test_live_scan.py
    test_openalgo.py
    test_ranking.py
    test_scan.py
    adapters/
    analyzer/
    charts/
    dashboard/
    orchestration/
    risk/
    sentiment/
    universe/
      test_openalgo_multi_quote.py
      test_analyzer.py
      test_market_features.py
      test_signal_classifier.py
      test_patterns.py
      test_dashboard_deployment_contract.py
      test_dashboard_live_data_contract.py
      test_scan_snapshot.py
      test_scan_snapshot_io.py
      test_nifty100_scan.py
      test_trade_plan.py
      test_aggregate.py
      test_nifty100.py

Health Decision Brief

health-decision-brief/
  .gitignore
  README.md
  docs/
  launch-website/
  scripts/
    README.md
    mcp-architecture.md
    mvp-roadmap.md
    product-spec.md
    vision.md
    pre-development/
      00-index.md
      01-product-vision-business-case.md
      02-problem-statement.md
      03-market-competitor-research.md
      04-user-research-personas.md
      05-product-brief.md
      06-prd.md
      07-scope-in-out.md
      08-user-stories-use-cases.md
      09-user-flows-journey-maps.md
      10-wireframes.md
      11-ui-ux-design-figma-spec.md
      12-functional-requirements.md
      13-non-functional-requirements.md
      17-technical-design-rfc.md
      18-architecture-data-flow-diagrams.md
      99-independent-red-team-review.md
    WEBSITE-REVIEW.md
    app.js
    favicon.svg
    index.html
    styles.css
    tests/
      test_site.py
    __init__.py
    notion_sync.py

YouTube Manager

youtube-manager/
  .gitignore
  README.md
  channel_inventory.json
  notion_youtube_kb.md
  re9-elpis-short-upload.json
  requiem-caption-index.json
  requiem-custom-thumbnail-contact-sheet-v2.jpg
  requiem-custom-thumbnail-contact-sheet.jpg
  requiem-deep-market-search.json
  requiem-market-search.json
  requiem-pre-update-backup-20260728T081247Z.json
  requiem-seo-drafts.md
  requiem-thumbnail-contact-sheet.jpg
  thumb-01.jpg
  thumb-02.jpg
  thumb-03.jpg
  thumb-04.jpg
  thumb-05.jpg
  thumb-06.jpg
  thumb-07.jpg
  thumb-08.jpg
  thumb-09.jpg
  thumb-10.jpg
  thumb-11.jpg
  thumb-12.jpg
  thumb-13.jpg
  tlou-part1-serving-en.srt
  youtube_editorial_playbook.md
  youtube_manager.py
  bike-chase-research/
  config/
  docs/
  launch-website/
  media-samples/
  part13-boss-research/
  raw-clip-attempt/
  reel-candidate-research/
  requiem-captions/
  requiem-custom-thumbnails/
  scripts/
  short-copies-reveal/
  short-electric-boss-fight/
  short-emily-identity/
  short-escape-care-center/
  short-leon-victor-bike-chase/
  short-observation-glass/
  short-orphanage-containment/
  short-prototype-alpus/
  short-tlou-outbreak-escape/
  source-media/
    part13-00000-01800.jpg
    part9-page-1.jpg
    part9-page-2.jpg
    part9-page-3.jpg
    part9-page-4.jpg
    part9-page-5.jpg
    part9-page-6.jpg
    three-minute-page-1.jpg
    three-minute-page-2.jpg
    three-minute-page-3.jpg
    three-minute-page-4.jpg
    part9-20sec-samples/
    three-minute-samples/
    user-episode-thumbnails/
      00000.jpg
      00020.jpg
      00040.jpg
      00060.jpg
      00080.jpg
      00100.jpg
      00120.jpg
      00140.jpg
      00160.jpg
      00180.jpg
      00200.jpg
      00220.jpg
      00240.jpg
      00260.jpg
      00280.jpg
      00300.jpg
      00320.jpg
      00340.jpg
      00360.jpg
      00380.jpg
      00400.jpg
      00420.jpg
      00440.jpg
      00460.jpg
      00480.jpg
      00500.jpg
      00520.jpg
      00540.jpg
      00560.jpg
      00580.jpg
      00600.jpg
      00620.jpg
      00640.jpg
      00660.jpg
      00680.jpg
      00700.jpg
      00720.jpg
      00740.jpg
      00760.jpg
      00780.jpg
      00800.jpg
      00820.jpg
      00840.jpg
      00860.jpg
      00880.jpg
      00900.jpg
      00920.jpg
      00940.jpg
      00960.jpg
      00980.jpg
      01000.jpg
      01020.jpg
      01040.jpg
      01060.jpg
      01080.jpg
      01100.jpg
      01120.jpg
      01140.jpg
      01160.jpg
      01180.jpg
      01200.jpg
      01220.jpg
      01240.jpg
      01260.jpg
      01280.jpg
      01300.jpg
      01320.jpg
      01340.jpg
      01360.jpg
      01380.jpg
      01400.jpg
      01420.jpg
      01440.jpg
      01460.jpg
      01480.jpg
      01500.jpg
      01520.jpg
      01540.jpg
      01560.jpg
      01580.jpg
      01600.jpg
      01620.jpg
      01640.jpg
      01660.jpg
      01680.jpg
      01700.jpg
      01720.jpg
      01740.jpg
      01760.jpg
      01780.jpg
      01800.jpg
      01820.jpg
      01840.jpg
      01860.jpg
      01880.jpg
      01900.jpg
      01920.jpg
      01940.jpg
      01960.jpg
      01980.jpg
      02000.jpg
      02020.jpg
      02040.jpg
      02060.jpg
      02080.jpg
      02100.jpg
      02120.jpg
      02140.jpg
      00000.jpg
      00180.jpg
      00360.jpg
      00540.jpg
      00720.jpg
      00900.jpg
      01080.jpg
      01260.jpg
      01440.jpg
      01620.jpg
      01800.jpg
      01980.jpg
      02160.jpg
      02340.jpg
      02520.jpg
      02700.jpg
      02880.jpg
      03060.jpg
      03240.jpg
      03420.jpg
      03600.jpg
      03780.jpg
      03960.jpg
      04140.jpg
      04320.jpg
      04500.jpg
      04680.jpg
      04860.jpg
      05040.jpg
      05220.jpg
      05400.jpg
      05580.jpg
      05760.jpg
      05940.jpg
      06120.jpg
      06300.jpg
      06480.jpg
      06660.jpg
      06840.jpg
      07020.jpg
      07200.jpg
      07380.jpg
      07560.jpg
      07740.jpg
      07920.jpg
      08100.jpg
      08280.jpg
      08460.jpg
      08640.jpg
      08820.jpg
      09000.jpg
      09180.jpg
      09360.jpg
      09540.jpg
      09720.jpg
      09900.jpg
      10080.jpg
      10260.jpg
      10440.jpg
      10620.jpg
      10800.jpg
      10980.jpg
      parts6-13-sheet.jpg
    notion_content_system.json
    README.md
    mcp-architecture.md
    mvp-roadmap.md
    product-spec.md
    vision.md
    pre-development/
      00-index.md
      01-product-vision-business-case.md
      02-problem-statement.md
      03-market-competitor-research.md
      04-user-research-personas.md
      05-product-brief.md
      06-prd.md
      07-scope-in-out.md
      08-user-stories-use-cases.md
      09-user-flows-journey-maps.md
      10-wireframes.md
      11-ui-ux-design-figma-spec.md
      12-functional-requirements.md
      13-non-functional-requirements.md
      17-technical-design-rfc.md
      18-architecture-data-flow-diagrams.md
      99-independent-red-team-review.md
    WEBSITE-REVIEW.md
    app.js
    index.html
    styles.css
    tests/
      browser_qa.py
      test_site.py
    boss-023330-023600-sheet.jpg
    boss-024430-024700-sheet.jpg
    boss-024700-025000-sheet.jpg
    part10-copies-containment-sheet.jpg
    part10-copies-containment-source.mp4
    part10-copies-sheet.jpg
    part10-help-sheet.jpg
    part10-late-orphanage-sheet.jpg
    part10-orphanage-tape-candidate.mp4
    part10-orphanage-tape-sheet.jpg
    01-cqs_hhPoa_g.srt
    02-7N-nazbGVNE.srt
    03-yFSHc41CEPg.srt
    04-l196qUS702A.srt
    05-NdgEK458PyM.srt
    06-ZvBEgxawnS4.srt
    07-D6M5I2GrX7I.srt
    08-TK7DW576zRg.srt
    09--8O2u8e91zM.srt
    10-VDGLf-yUqOI.srt
    11-l7Mnx1M_N34.srt
    12-pln3__N2w-U.srt
    13-ceaMB2alCns.srt
    requiem-part-01.jpg
    requiem-part-02.jpg
    requiem-part-03.jpg
    requiem-part-04.jpg
    requiem-part-05.jpg
    requiem-part-06.jpg
    requiem-part-07.jpg
    requiem-part-08.jpg
    requiem-part-09.jpg
    requiem-part-10.jpg
    requiem-part-11.jpg
    requiem-part-12.jpg
    requiem-part-13.jpg
    __init__.py
    bootstrap_notion_content_system.py
    create_bike_chase_public_row.py
    create_electric_boss_public_row.py
    create_trimmed_review_row.py
    notion_sync.py
    post_bike_chase_public_receipt.py
    post_electric_boss_public_receipt.py
    preflight_publish.py
    record_bike_chase_public.py
    record_electric_boss_public.py
    snapshot_youtube_analytics.py
    sync_youtube_content_pipeline.py
    upload_short.py
    end-source-frame.jpg
    first-source-frame.jpg
    mid-source-frame.jpg
    source-scene-check.jpg
    append-subscribe-endcard.filter
    electric-01-close.mp4
    electric-02-charge.mp4
    electric-03-wave.mp4
    electric-boss-canonical.ass
    re9-electric-boss-action-master.mp4
    re9-electric-boss-action-subscribe-master.mp4
    re9-electric-boss-qc-sheet.jpg
    render-electric-boss.filter
    source-manifest.md
    qc/
      0.jpg
      11.jpg
      12.jpg
      18.jpg
      26.jpg
      30.jpg
      38.jpg
      4.jpg
      44.jpg
      45.jpg
      46.jpg
      47.jpg
    emily-identity-review.ass
    emily-identity-style-v2.ass
    emily-source-sequence.jpg
    exact-0256.jpg
    exact-0303.jpg
    exact-0324.jpg
    focus-check.jpg
    re9-emily-identity-short-review-qc.jpg
    re9-emily-identity-short-review.mp4
    re9-emily-identity-short-v2-qc.jpg
    re9-emily-identity-short-v2-review.mp4
    render-000.jpg
    render-021.jpg
    source-contact-sheet.jpg
    youtube-upload-receipt.json
    alt-window-01.jpg
    alt-window-02.jpg
    alt-window-03.jpg
    alt-window-04.jpg
    alt-window-05.jpg
    alt-window-06.jpg
    candidate-86m.jpg
    canonical-v2-qc.jpg
    care-window-78m-01.jpg
    care-window-78m-02.jpg
    care-window-78m-03.jpg
    care-window-78m-04.jpg
    care-window-78m-05.jpg
    cinematic-attack-01.jpg
    cinematic-attack-02.jpg
    cinematic-attack-03.jpg
    emily-lead-01.jpg
    emily-lead-02.jpg
    emily-lead-03.jpg
    emily-lead-04.jpg
    escape-care-center-canonical.ass
    escape-care-center.ass
    final-review-01.jpg
    final-review-02.jpg
    midchapter-lead-01.jpg
    midchapter-lead-02.jpg
    midchapter-lead-03.jpg
    midchapter-lead-04.jpg
    midchapter-lead-05.jpg
    nurse-attack-01.jpg
    nurse-attack-02.jpg
    nurse-attack-03.jpg
    observation-source-qc.jpg
    qc-final.jpg
    qc-first.jpg
    qc-middle.jpg
    re9-escape-care-center-canonical-v2.mp4
    re9-escape-care-center-qc.jpg
    re9-escape-care-center-short-v1.mp4
    reference-elpis-style.jpg
    segment-36m-01.jpg
    segment-36m-02.jpg
    segment-72m-01.jpg
    segment-72m-02.jpg
    whole-source-01.jpg
    whole-source-02.jpg
    action-01-road.mp4
    action-02-explosion.mp4
    action-03-climax.mp4
    action-only-discord-0.jpg
    action-only-discord-30.jpg
    action-only-discord-50.jpg
    append-subscribe-action-only.filter
    append-subscribe-endcard.filter
    bike-chase-action-only.ass
    bike-chase-canonical.ass
    endcard-qc-sheet.jpg
    make_subscribe_assets.py
    qc-discord-first-frame.jpg
    qc-discord-subscribe.jpg
    qc-first-frame.jpg
    re9-leon-victor-bike-chase-action-only-discord-review.mp4
    re9-leon-victor-bike-chase-action-only-master.mp4
    re9-leon-victor-bike-chase-action-only-qc-sheet.jpg
    re9-leon-victor-bike-chase-action-only-subscribe-master.mp4
    re9-leon-victor-bike-chase-discord-review.mp4
    re9-leon-victor-bike-chase-qc-sheet.jpg
    re9-leon-victor-bike-chase-review.mp4
    re9-leon-victor-bike-chase-subscribe-discord-review.mp4
    re9-leon-victor-bike-chase-subscribe-review.mp4
    render-action-only.filter
    render-bike-chase.filter
    render-subscribe-endcard.filter
    segment-01-launch.mp4
    segment-02-road.mp4
    segment-03-destruction.mp4
    segment-04-resolution.mp4
    source-manifest.md
    subscribe-avatar.png
    subscribe-background.jpg
    subscribe-button.png
    subscribe-endcard.mp4
    subscribe-final-136.jpg
    subscribe-final-138.jpg
    subscribe-final-139.jpg
    subscribe-final-140.jpg
    subscribe-final-141.jpg
    subscribe-final-qc-sheet.jpg
    action-only-qc/
    endcard-qc/
    qc-frames/
    reference/
      0.jpg
      10.jpg
      15.jpg
      21.jpg
      22.jpg
      28.jpg
      35.jpg
      42.jpg
      47.jpg
      48.jpg
      49.jpg
      5.jpg
      50.jpg
      51.jpg
      9.jpg
      0.jpg
      1.jpg
      2.jpg
      3.jpg
      0.jpg
      110.jpg
      130.jpg
      142.jpg
      147.jpg
      20.jpg
      33.jpg
      35.jpg
      42.jpg
      53.jpg
      55.jpg
      65.jpg
      7.jpg
      78.jpg
      80.jpg
      90.jpg
      1668-launch.jpg
      1695-tunnel.jpg
      1735-road.jpg
      1785-pursuit.jpg
      1865-parallel.jpg
      1945-explosion.jpg
      2020-climax.jpg
      2065-resolution.jpg
      bike-chase-native.wav
      bike-chase-transcript.txt
      chase-end-sheet.jpg
      chase-start-sheet.jpg
      chase-end-frames/
      chase-start-frames/
    cold-open-end.jpg
    cold-open-exact.mp4
    cold-open-first.jpg
    cold-open-mid.jpg
    cut-boundary-after.jpg
    cut-boundary-before.jpg
    exact-child-4921.jpg
    exact-woman-4914.jpg
    extended-final-qc.jpg
    extended-qc-final.jpg
    extended-qc-first.jpg
    extended-qc-middle.jpg
    extended-v2-qc.jpg
    main-extended-exact.mp4
    main-sequence-exact.mp4
    observation-glass-canonical.ass
    observation-glass-extended.ass
    observation-glass-trimmed.ass
    qc-final.jpg
    qc-first.jpg
    qc-middle.jpg
    re9-observation-glass-qc.jpg
    re9-observation-glass-short-extended-final.mp4
    re9-observation-glass-short-extended-v2.mp4
    re9-observation-glass-short-final.mp4
    re9-observation-glass-short-trimmed-final.mp4
    re9-observation-glass-short-v1.mp4
    re9-observation-glass-short-v2.mp4
    re9-observation-glass-v2-qc.jpg
    reveal-continuation-01.jpg
    reveal-continuation-02.jpg
    reveal-continuation-03.jpg
    trimmed-final-qc.jpg
    trimmed-qc-final.jpg
    trimmed-qc-first.jpg
    trimmed-qc-middle.jpg
    v2-qc-final.jpg
    v2-qc-first.jpg
    v2-qc-middle.jpg
    cold-open-check.jpg
    cold-open-source-options.jpg
    discord-review-cold-open-check.jpg
    end-cta-check.jpg
    orphanage-containment-base.mp4
    orphanage-containment-canonical.ass
    re9-orphanage-containment-qc-sheet.jpg
    re9-orphanage-containment-short-discord-review.mp4
    re9-orphanage-containment-short-review.mp4
    render-base.filter
    actual-source-contact-sheet.jpg
    concat.txt
    raccoon-city-secret-narration.mp3
    raccoon-city-secret-prototype-with-voice.mp4
    raccoon-city-secret-visual-prototype.mp4
    re9-elpis-short-v1-qc.jpg
    re9-elpis-short-v1.ass
    re9-elpis-short-v1.mp4
    re9-elpis-short-v2-qc.jpg
    re9-elpis-short-v2.mp4
    slide-01.jpg
    slide-02.jpg
    slide-03.jpg
    slide-04.jpg
    slide-05.jpg
    slide-06.jpg
    youtube-upload-receipt.json
    qc/
      01.jpg
      02.jpg
      03.jpg
      contact.jpg
    Resident Evil Requiem PS5 Gameplay - Alpus Virus & Raccoon City - Part 10.mp4
    Resident Evil Requiem PS5 Gameplay - Escape the Care Center - Part 4.mp4
    drive-intake/
    short-escape-care-center/
      re9-part13-original-drive.mp4
      re9-part9-original-drive.mp4

VoiceMirror

voice-mirror/
  .gitignore
  README.md
  docs/
  launch-website/
  scripts/
    README.md
    mcp-architecture.md
    mvp-roadmap.md
    product-spec.md
    vision.md
    pre-development/
      00-index.md
      01-product-vision-business-case.md
      02-problem-statement.md
      03-market-competitor-research.md
      04-user-research-personas.md
      05-product-brief.md
      06-prd.md
      07-scope-in-out.md
      08-user-stories-use-cases.md
      09-user-flows-journey-maps.md
      10-wireframes.md
      11-ui-ux-design-figma-spec.md
      12-functional-requirements.md
      13-non-functional-requirements.md
      17-technical-design-rfc.md
      18-architecture-data-flow-diagrams.md
      99-independent-red-team-review.md
    WEBSITE-REVIEW.md
    app.js
    index.html
    styles.css
    tests/
      browser_qa.mjs
      test_site_contract.py
    __init__.py
    notion_sync.py