Skip to content

Instantly share code, notes, and snippets.

I Built a Claude Cowork System That Does a Week of PM Work in a Day

Metadata

{
  "id": "p2qmX6TM0kw",
  "source": "https://www.youtube.com/watch?v=p2qmX6TM0kw",
  "uploader": "How I AI",
 "duration": 2768,
@aldrinleal
aldrinleal / 20260815-mvp-912-directed-graph-backend-for-bookmarks-and-people-who-liked.md
Last active August 28, 2026 03:56
MVP-912: Directed Graph backend design scoping (Bookmarks + People Who Liked)

MVP-912 — Directed Graph Backend for Bookmarks and People Who Liked (Design Only)

Jira: MVP-912 (In Progress) — blocks MVP-913 (FE: Bookmarks off EVIL Modal onto DG) and MVP-914 (FE: People Who Liked onto DG, stacked not replace). Both blocked tickets are Backlog, frontend-only, out of scope here. Status: Design only — not implemented. Written to scope the architecture before committing engineering time; see "Open Decision" at the end.

Related: MVP-870 Tree backend spec,

@aldrinleal
aldrinleal / mvp-911-investor-badge-levels.md
Created August 15, 2026 20:02
MVP-911: Investor Badge Levels (1-6)

MVP-911: Investor Badge Levels (1-6) — Shipped

Backend for 6-level investor badges. Option A (zero schema change): tiers encoded as ordinary badge strings investor_1..investor_6, reusing all existing badge infrastructure (CSV upload, provisioning hook) as-is.

Live on dev, staging, and production (sh-backend:332).

What changed

@aldrinleal
aldrinleal / gist:6ed38effb507b268a926011300a1fcc4
Created August 7, 2026 17:42
Resumo — OBS Studio: Configuração Completa 2026
# Resumo — OBS Studio: Configuração Completa 2026
### Fonte: [🟠PASSO A PASSO] OBS STUDIO - Configuração Completa 2026 - GRAVAÇÃO E LIVE STREAM
---
## 📥 Instalação
- Baixar do site oficial (Windows/Mac/Linux), atualmente versão 32.
- Tentar instalar pelo executável primeiro; se der erro, extrair o .zip.
- Recomendado extrair em `C:\OBS32` (ou qualquer pasta), criar atalho do `obs64.exe` e **executar como administrador** nas propriedades → compatibilidade.
## ⚙️ Assistente de Configuração Inicial
@aldrinleal
aldrinleal / mvp-740-followup.md
Created June 15, 2026 15:55
MVP-740 Feed-per-tags v1 — Coverage Confirmation (code audit, 2026-06-15)

MVP-740 — Feed per Tags, Algorithm v1 — Coverage Confirmation (Code Audit)

Companion to: MVP-782–789 follow-up · MVP-790 & 791 follow-up · original Algo Signal Upgrades gist Date: 2026-06-15 Question audited: "Confirm this also applies to MVP-740." Verdict: 🟢 MVP-740 is satisfied, and superseded, by the current implementation. The swipe/follow mechanics shipped under 784/787/788/790/791 are the v2 evolution of exactly this v1 feature. No new backend code required.

Original Ticket (as provided)

@aldrinleal
aldrinleal / mvp-790-791-followup.md
Last active June 15, 2026 13:54
MVP-790 & MVP-791 Follow-up Analysis & Ticket Status (code audit, 2026-06-15)

MVP-790 & MVP-791 — Follow-up Analysis & Ticket Status (Code Audit)

Companion to: MVP-782–789 follow-up · original Algo Signal Upgrades gist Date: 2026-06-15 (updated — MeSH floor implemented) Method: audited each ticket's acceptance criteria against sh-backend develop. Tests + the 4a floor fix added this pass.

TL;DR

@aldrinleal
aldrinleal / mvp-782-789-followup.md
Last active June 22, 2026 15:05
MVP-782–789 Follow-up Analysis & Ticket Status (code audit, 2026-06-15)

MVP-782–789 Follow-up Analysis & Ticket Status (code audit, 2026-06-15; updated 2026-06-22)

MVP-782–789 — Follow-up Analysis & Ticket Status (Code Audit)

Follows up on: Algo Signal Upgrades gist Date: 2026-06-15 (updated 2026-06-22 — MVP-789 product decision resolved) Method: direct audit of sh-backend develop against each ticket's acceptance criteria (file:line references below)

TL;DR

@aldrinleal
aldrinleal / 20260524-mvp-808-feed-preload-pagination.md
Created May 25, 2026 04:27
MVP-808: Feed Preload & Pagination Fix

MVP-808: Feed Preload & Pagination Fix

Goal: Faster perceived startup, fix broken Trending/Recent pagination, and add feed-cap recycling so the user never hits a dead end.


Root-cause audit (current state)

Why Trending/Recent never scroll past page 1

@aldrinleal
aldrinleal / mvp-804-cognito-custom-domain.md
Created May 24, 2026 18:42
MVP-804: Cognito Custom Auth Domain — implementation plan

MVP-804: Cognito Custom Auth Domain

Goal: Replace the auto-generated Cognito hosted UI URL (us-west-2gpfpyjsfg.auth.us-west-2.amazoncognito.com) shown in iOS OAuth dialogs with branded custom domains so users see:

"SherpaHealthy" Wants to Use "auth.sherpahealthy.com" to Sign In

Domain Mapping

@aldrinleal
aldrinleal / 20260516-getstream-reaction-dedup.md
Created May 16, 2026 06:23
GetStream reaction dedup via Postgres cache (sh-backend)

GetStream Reaction Dedup via Postgres Cache

Date: 2026-05-16
Branch: develop
Commit: c046d4ae


Problem