[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-anthropic-memory-management":3,"mdc--xpmhyz-key":34,"related-org-anthropic-memory-management":2966,"related-repo-anthropic-memory-management":3155},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":29,"sourceUrl":32,"mdContent":33},"memory-management","manage Claude workplace memory and shorthand","Two-tier memory system that makes Claude a true workplace collaborator. Decodes shorthand, acronyms, nicknames, and internal language so Claude understands requests like a colleague would. CLAUDE.md for working memory, memory\u002F directory for the full knowledge base.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"anthropic","Anthropic","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fanthropic.png","anthropics",[13,17,20],{"name":14,"slug":15,"type":16},"Productivity","productivity","tag",{"name":18,"slug":19,"type":16},"Claude Code","claude-code",{"name":21,"slug":22,"type":16},"Memory","memory",22885,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fknowledge-work-plugins","2026-04-06T17:57:31.64039",null,2736,[],{"repoUrl":24,"stars":23,"forks":27,"topics":30,"description":31},[],"Open source repository of plugins primarily intended for knowledge workers to use in Claude Cowork","https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fknowledge-work-plugins\u002Ftree\u002FHEAD\u002Fproductivity\u002Fskills\u002Fmemory-management","---\nname: memory-management\ndescription: Two-tier memory system that makes Claude a true workplace collaborator. Decodes shorthand, acronyms, nicknames, and internal language so Claude understands requests like a colleague would. CLAUDE.md for working memory, memory\u002F directory for the full knowledge base.\nuser-invocable: false\n---\n\n# Memory Management\n\nMemory makes Claude your workplace collaborator - someone who speaks your internal language.\n\n## The Goal\n\nTransform shorthand into understanding:\n\n```\nUser: \"ask todd to do the PSR for oracle\"\n              ↓ Claude decodes\n\"Ask Todd Martinez (Finance lead) to prepare the Pipeline Status Report\n for the Oracle Systems deal ($2.3M, closing Q2)\"\n```\n\nWithout memory, that request is meaningless. With memory, Claude knows:\n- **todd** → Todd Martinez, Finance lead, prefers Slack\n- **PSR** → Pipeline Status Report (weekly sales doc)\n- **oracle** → Oracle Systems deal, not the company\n\n## Architecture\n\n```\nCLAUDE.md          ← Hot cache (~30 people, common terms)\nmemory\u002F\n  glossary.md      ← Full decoder ring (everything)\n  people\u002F          ← Complete profiles\n  projects\u002F        ← Project details\n  context\u002F         ← Company, teams, tools\n```\n\n**CLAUDE.md (Hot Cache):**\n- Top ~30 people you interact with most\n- ~30 most common acronyms\u002Fterms\n- Active projects (5-15)\n- Your preferences\n- **Goal: Cover 90% of daily decoding needs**\n\n**memory\u002Fglossary.md (Full Glossary):**\n- Complete decoder ring - everyone, every term\n- Searched when something isn't in CLAUDE.md\n- Can grow indefinitely\n\n**memory\u002Fpeople\u002F, projects\u002F, context\u002F:**\n- Rich detail when needed for execution\n- Full profiles, history, context\n\n## Lookup Flow\n\n```\nUser: \"ask todd about the PSR for phoenix\"\n\n1. Check CLAUDE.md (hot cache)\n   → Todd? ✓ Todd Martinez, Finance\n   → PSR? ✓ Pipeline Status Report\n   → Phoenix? ✓ DB migration project\n\n2. If not found → search memory\u002Fglossary.md\n   → Full glossary has everyone\u002Feverything\n\n3. If still not found → ask user\n   → \"What does X mean? I'll remember it.\"\n```\n\nThis tiered approach keeps CLAUDE.md lean (~100 lines) while supporting unlimited scale in memory\u002F.\n\n## File Locations\n\n- **Working memory:** `CLAUDE.md` in current working directory\n- **Deep memory:** `memory\u002F` subdirectory\n\n## Working Memory Format (CLAUDE.md)\n\nUse tables for compactness. Target ~50-80 lines total.\n\n```markdown\n# Memory\n\n## Me\n[Name], [Role] on [Team]. [One sentence about what I do.]\n\n## People\n| Who | Role |\n|-----|------|\n| **Todd** | Todd Martinez, Finance lead |\n| **Sarah** | Sarah Chen, Engineering (Platform) |\n| **Greg** | Greg Wilson, Sales |\n→ Full list: memory\u002Fglossary.md, profiles: memory\u002Fpeople\u002F\n\n## Terms\n| Term | Meaning |\n|------|---------|\n| PSR | Pipeline Status Report |\n| P0 | Drop everything priority |\n| standup | Daily 9am sync |\n→ Full glossary: memory\u002Fglossary.md\n\n## Projects\n| Name | What |\n|------|------|\n| **Phoenix** | DB migration, Q2 launch |\n| **Horizon** | Mobile app redesign |\n→ Details: memory\u002Fprojects\u002F\n\n## Preferences\n- 25-min meetings with buffers\n- Async-first, Slack over email\n- No meetings Friday afternoons\n```\n\n## Deep Memory Format (memory\u002F)\n\n**memory\u002Fglossary.md** - The decoder ring:\n```markdown\n# Glossary\n\nWorkplace shorthand, acronyms, and internal language.\n\n## Acronyms\n| Term | Meaning | Context |\n|------|---------|---------|\n| PSR | Pipeline Status Report | Weekly sales doc |\n| OKR | Objectives & Key Results | Quarterly planning |\n| P0\u002FP1\u002FP2 | Priority levels | P0 = drop everything |\n\n## Internal Terms\n| Term | Meaning |\n|------|---------|\n| standup | Daily 9am sync in #engineering |\n| the migration | Project Phoenix database work |\n| ship it | Deploy to production |\n| escalate | Loop in leadership |\n\n## Nicknames → Full Names\n| Nickname | Person |\n|----------|--------|\n| Todd | Todd Martinez (Finance) |\n| T | Also Todd Martinez |\n\n## Project Codenames\n| Codename | Project |\n|----------|---------|\n| Phoenix | Database migration |\n| Horizon | New mobile app |\n```\n\n**memory\u002Fpeople\u002F{name}.md:**\n```markdown\n# Todd Martinez\n\n**Also known as:** Todd, T\n**Role:** Finance Lead\n**Team:** Finance\n**Reports to:** CFO (Michael Chen)\n\n## Communication\n- Prefers Slack DM\n- Quick responses, very direct\n- Best time: mornings\n\n## Context\n- Handles all PSRs and financial reporting\n- Key contact for deal approvals over $500k\n- Works closely with Sales on forecasting\n\n## Notes\n- Cubs fan, likes talking baseball\n```\n\n**memory\u002Fprojects\u002F{name}.md:**\n```markdown\n# Project Phoenix\n\n**Codename:** Phoenix\n**Also called:** \"the migration\"\n**Status:** Active, launching Q2\n\n## What It Is\nDatabase migration from legacy Oracle to PostgreSQL.\n\n## Key People\n- Sarah - tech lead\n- Todd - budget owner\n- Greg - stakeholder (sales impact)\n\n## Context\n$1.2M budget, 6-month timeline. Critical path for Horizon project.\n```\n\n**memory\u002Fcontext\u002Fcompany.md:**\n```markdown\n# Company Context\n\n## Tools & Systems\n| Tool | Used for | Internal name |\n|------|----------|---------------|\n| Slack | Communication | - |\n| Asana | Engineering tasks | - |\n| Salesforce | CRM | \"SF\" or \"the CRM\" |\n| Notion | Docs\u002Fwiki | - |\n\n## Teams\n| Team | What they do | Key people |\n|------|--------------|------------|\n| Platform | Infrastructure | Sarah (lead) |\n| Finance | Money stuff | Todd (lead) |\n| Sales | Revenue | Greg |\n\n## Processes\n| Process | What it means |\n|---------|---------------|\n| Weekly sync | Monday 10am all-hands |\n| Ship review | Thursday deploy approval |\n```\n\n## How to Interact\n\n### Decoding User Input (Tiered Lookup)\n\n**Always** decode shorthand before acting on requests:\n\n```\n1. CLAUDE.md (hot cache)     → Check first, covers 90% of cases\n2. memory\u002Fglossary.md        → Full glossary if not in hot cache\n3. memory\u002Fpeople\u002F, projects\u002F → Rich detail when needed\n4. Ask user                  → Unknown term? Learn it.\n```\n\nExample:\n```\nUser: \"ask todd to do the PSR for oracle\"\n\nCLAUDE.md lookup:\n  \"todd\" → Todd Martinez, Finance ✓\n  \"PSR\" → Pipeline Status Report ✓\n  \"oracle\" → (not in hot cache)\n\nmemory\u002Fglossary.md lookup:\n  \"oracle\" → Oracle Systems deal ($2.3M) ✓\n\nNow Claude can act with full context.\n```\n\n### Adding Memory\n\nWhen user says \"remember this\" or \"X means Y\":\n\n1. **Glossary items** (acronyms, terms, shorthand):\n   - Add to memory\u002Fglossary.md\n   - If frequently used, add to CLAUDE.md Quick Glossary\n\n2. **People:**\n   - Create\u002Fupdate memory\u002Fpeople\u002F{name}.md\n   - Add to CLAUDE.md Key People if important\n   - **Capture nicknames** - critical for decoding\n\n3. **Projects:**\n   - Create\u002Fupdate memory\u002Fprojects\u002F{name}.md\n   - Add to CLAUDE.md Active Projects if current\n   - **Capture codenames** - \"Phoenix\", \"the migration\", etc.\n\n4. **Preferences:** Add to CLAUDE.md Preferences section\n\n### Recalling Memory\n\nWhen user asks \"who is X\" or \"what does X mean\":\n\n1. Check CLAUDE.md first\n2. Check memory\u002F for full detail\n3. If not found: \"I don't know what X means yet. Can you tell me?\"\n\n### Progressive Disclosure\n\n1. Load CLAUDE.md for quick parsing of any request\n2. Dive into memory\u002F when you need full context for execution\n3. Example: drafting an email to todd about the PSR\n   - CLAUDE.md tells you Todd = Todd Martinez, PSR = Pipeline Status Report\n   - memory\u002Fpeople\u002Ftodd-martinez.md tells you he prefers Slack, is direct\n\n## Bootstrapping\n\nUse `\u002Fproductivity:start` to initialize by scanning your chat, calendar, email, and documents. Extracts people, projects, and starts building the glossary.\n\n## Conventions\n\n- **Bold** terms in CLAUDE.md for scannability\n- Keep CLAUDE.md under ~100 lines (the \"hot 30\" rule)\n- Filenames: lowercase, hyphens (`todd-martinez.md`, `project-phoenix.md`)\n- Always capture nicknames and alternate names\n- Glossary tables for easy lookup\n- When something's used frequently, promote it to CLAUDE.md\n- When something goes stale, demote it to memory\u002F only\n\n## What Goes Where\n\n| Type | CLAUDE.md (Hot Cache) | memory\u002F (Full Storage) |\n|------|----------------------|------------------------|\n| Person | Top ~30 frequent contacts | glossary.md + people\u002F{name}.md |\n| Acronym\u002Fterm | ~30 most common | glossary.md (complete list) |\n| Project | Active projects only | glossary.md + projects\u002F{name}.md |\n| Nickname | In Key People if top 30 | glossary.md (all nicknames) |\n| Company context | Quick reference only | context\u002Fcompany.md |\n| Preferences | All preferences | - |\n| Historical\u002Fstale | ✗ Remove | ✓ Keep in memory\u002F |\n\n## Promotion \u002F Demotion\n\n**Promote to CLAUDE.md when:**\n- You use a term\u002Fperson frequently\n- It's part of active work\n\n**Demote to memory\u002F only when:**\n- Project completed\n- Person no longer frequent contact\n- Term rarely used\n\nThis keeps CLAUDE.md fresh and relevant.\n",{"data":35,"body":37},{"name":4,"description":6,"user-invocable":36},false,{"type":38,"children":39},"root",[40,48,54,61,66,79,84,120,126,135,143,174,182,200,208,221,227,236,241,247,285,291,296,920,926,936,1481,1489,1740,1748,1945,1953,2433,2439,2446,2456,2465,2470,2479,2485,2490,2589,2595,2600,2618,2624,2655,2661,2674,2680,2738,2744,2902,2908,2916,2929,2937,2955,2960],{"type":41,"tag":42,"props":43,"children":44},"element","h1",{"id":4},[45],{"type":46,"value":47},"text","Memory Management",{"type":41,"tag":49,"props":50,"children":51},"p",{},[52],{"type":46,"value":53},"Memory makes Claude your workplace collaborator - someone who speaks your internal language.",{"type":41,"tag":55,"props":56,"children":58},"h2",{"id":57},"the-goal",[59],{"type":46,"value":60},"The Goal",{"type":41,"tag":49,"props":62,"children":63},{},[64],{"type":46,"value":65},"Transform shorthand into understanding:",{"type":41,"tag":67,"props":68,"children":72},"pre",{"className":69,"code":71,"language":46},[70],"language-text","User: \"ask todd to do the PSR for oracle\"\n              ↓ Claude decodes\n\"Ask Todd Martinez (Finance lead) to prepare the Pipeline Status Report\n for the Oracle Systems deal ($2.3M, closing Q2)\"\n",[73],{"type":41,"tag":74,"props":75,"children":77},"code",{"__ignoreMap":76},"",[78],{"type":46,"value":71},{"type":41,"tag":49,"props":80,"children":81},{},[82],{"type":46,"value":83},"Without memory, that request is meaningless. With memory, Claude knows:",{"type":41,"tag":85,"props":86,"children":87},"ul",{},[88,100,110],{"type":41,"tag":89,"props":90,"children":91},"li",{},[92,98],{"type":41,"tag":93,"props":94,"children":95},"strong",{},[96],{"type":46,"value":97},"todd",{"type":46,"value":99}," → Todd Martinez, Finance lead, prefers Slack",{"type":41,"tag":89,"props":101,"children":102},{},[103,108],{"type":41,"tag":93,"props":104,"children":105},{},[106],{"type":46,"value":107},"PSR",{"type":46,"value":109}," → Pipeline Status Report (weekly sales doc)",{"type":41,"tag":89,"props":111,"children":112},{},[113,118],{"type":41,"tag":93,"props":114,"children":115},{},[116],{"type":46,"value":117},"oracle",{"type":46,"value":119}," → Oracle Systems deal, not the company",{"type":41,"tag":55,"props":121,"children":123},{"id":122},"architecture",[124],{"type":46,"value":125},"Architecture",{"type":41,"tag":67,"props":127,"children":130},{"className":128,"code":129,"language":46},[70],"CLAUDE.md          ← Hot cache (~30 people, common terms)\nmemory\u002F\n  glossary.md      ← Full decoder ring (everything)\n  people\u002F          ← Complete profiles\n  projects\u002F        ← Project details\n  context\u002F         ← Company, teams, tools\n",[131],{"type":41,"tag":74,"props":132,"children":133},{"__ignoreMap":76},[134],{"type":46,"value":129},{"type":41,"tag":49,"props":136,"children":137},{},[138],{"type":41,"tag":93,"props":139,"children":140},{},[141],{"type":46,"value":142},"CLAUDE.md (Hot Cache):",{"type":41,"tag":85,"props":144,"children":145},{},[146,151,156,161,166],{"type":41,"tag":89,"props":147,"children":148},{},[149],{"type":46,"value":150},"Top ~30 people you interact with most",{"type":41,"tag":89,"props":152,"children":153},{},[154],{"type":46,"value":155},"~30 most common acronyms\u002Fterms",{"type":41,"tag":89,"props":157,"children":158},{},[159],{"type":46,"value":160},"Active projects (5-15)",{"type":41,"tag":89,"props":162,"children":163},{},[164],{"type":46,"value":165},"Your preferences",{"type":41,"tag":89,"props":167,"children":168},{},[169],{"type":41,"tag":93,"props":170,"children":171},{},[172],{"type":46,"value":173},"Goal: Cover 90% of daily decoding needs",{"type":41,"tag":49,"props":175,"children":176},{},[177],{"type":41,"tag":93,"props":178,"children":179},{},[180],{"type":46,"value":181},"memory\u002Fglossary.md (Full Glossary):",{"type":41,"tag":85,"props":183,"children":184},{},[185,190,195],{"type":41,"tag":89,"props":186,"children":187},{},[188],{"type":46,"value":189},"Complete decoder ring - everyone, every term",{"type":41,"tag":89,"props":191,"children":192},{},[193],{"type":46,"value":194},"Searched when something isn't in CLAUDE.md",{"type":41,"tag":89,"props":196,"children":197},{},[198],{"type":46,"value":199},"Can grow indefinitely",{"type":41,"tag":49,"props":201,"children":202},{},[203],{"type":41,"tag":93,"props":204,"children":205},{},[206],{"type":46,"value":207},"memory\u002Fpeople\u002F, projects\u002F, context\u002F:",{"type":41,"tag":85,"props":209,"children":210},{},[211,216],{"type":41,"tag":89,"props":212,"children":213},{},[214],{"type":46,"value":215},"Rich detail when needed for execution",{"type":41,"tag":89,"props":217,"children":218},{},[219],{"type":46,"value":220},"Full profiles, history, context",{"type":41,"tag":55,"props":222,"children":224},{"id":223},"lookup-flow",[225],{"type":46,"value":226},"Lookup Flow",{"type":41,"tag":67,"props":228,"children":231},{"className":229,"code":230,"language":46},[70],"User: \"ask todd about the PSR for phoenix\"\n\n1. Check CLAUDE.md (hot cache)\n   → Todd? ✓ Todd Martinez, Finance\n   → PSR? ✓ Pipeline Status Report\n   → Phoenix? ✓ DB migration project\n\n2. If not found → search memory\u002Fglossary.md\n   → Full glossary has everyone\u002Feverything\n\n3. If still not found → ask user\n   → \"What does X mean? I'll remember it.\"\n",[232],{"type":41,"tag":74,"props":233,"children":234},{"__ignoreMap":76},[235],{"type":46,"value":230},{"type":41,"tag":49,"props":237,"children":238},{},[239],{"type":46,"value":240},"This tiered approach keeps CLAUDE.md lean (~100 lines) while supporting unlimited scale in memory\u002F.",{"type":41,"tag":55,"props":242,"children":244},{"id":243},"file-locations",[245],{"type":46,"value":246},"File Locations",{"type":41,"tag":85,"props":248,"children":249},{},[250,268],{"type":41,"tag":89,"props":251,"children":252},{},[253,258,260,266],{"type":41,"tag":93,"props":254,"children":255},{},[256],{"type":46,"value":257},"Working memory:",{"type":46,"value":259}," ",{"type":41,"tag":74,"props":261,"children":263},{"className":262},[],[264],{"type":46,"value":265},"CLAUDE.md",{"type":46,"value":267}," in current working directory",{"type":41,"tag":89,"props":269,"children":270},{},[271,276,277,283],{"type":41,"tag":93,"props":272,"children":273},{},[274],{"type":46,"value":275},"Deep memory:",{"type":46,"value":259},{"type":41,"tag":74,"props":278,"children":280},{"className":279},[],[281],{"type":46,"value":282},"memory\u002F",{"type":46,"value":284}," subdirectory",{"type":41,"tag":55,"props":286,"children":288},{"id":287},"working-memory-format-claudemd",[289],{"type":46,"value":290},"Working Memory Format (CLAUDE.md)",{"type":41,"tag":49,"props":292,"children":293},{},[294],{"type":46,"value":295},"Use tables for compactness. Target ~50-80 lines total.",{"type":41,"tag":67,"props":297,"children":301},{"className":298,"code":299,"language":300,"meta":76,"style":76},"language-markdown shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","# Memory\n\n## Me\n[Name], [Role] on [Team]. [One sentence about what I do.]\n\n## People\n| Who | Role |\n|-----|------|\n| **Todd** | Todd Martinez, Finance lead |\n| **Sarah** | Sarah Chen, Engineering (Platform) |\n| **Greg** | Greg Wilson, Sales |\n→ Full list: memory\u002Fglossary.md, profiles: memory\u002Fpeople\u002F\n\n## Terms\n| Term | Meaning |\n|------|---------|\n| PSR | Pipeline Status Report |\n| P0 | Drop everything priority |\n| standup | Daily 9am sync |\n→ Full glossary: memory\u002Fglossary.md\n\n## Projects\n| Name | What |\n|------|------|\n| **Phoenix** | DB migration, Q2 launch |\n| **Horizon** | Mobile app redesign |\n→ Details: memory\u002Fprojects\u002F\n\n## Preferences\n- 25-min meetings with buffers\n- Async-first, Slack over email\n- No meetings Friday afternoons\n","markdown",[302],{"type":41,"tag":74,"props":303,"children":304},{"__ignoreMap":76},[305,323,333,347,409,417,430,458,467,506,540,574,583,591,604,630,639,665,691,717,726,734,747,773,782,816,850,859,867,880,894,907],{"type":41,"tag":306,"props":307,"children":310},"span",{"class":308,"line":309},"line",1,[311,317],{"type":41,"tag":306,"props":312,"children":314},{"style":313},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[315],{"type":46,"value":316},"# ",{"type":41,"tag":306,"props":318,"children":320},{"style":319},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[321],{"type":46,"value":322},"Memory\n",{"type":41,"tag":306,"props":324,"children":326},{"class":308,"line":325},2,[327],{"type":41,"tag":306,"props":328,"children":330},{"emptyLinePlaceholder":329},true,[331],{"type":46,"value":332},"\n",{"type":41,"tag":306,"props":334,"children":336},{"class":308,"line":335},3,[337,342],{"type":41,"tag":306,"props":338,"children":339},{"style":313},[340],{"type":46,"value":341},"## ",{"type":41,"tag":306,"props":343,"children":344},{"style":319},[345],{"type":46,"value":346},"Me\n",{"type":41,"tag":306,"props":348,"children":350},{"class":308,"line":349},4,[351,356,362,367,373,377,382,386,391,395,400,404],{"type":41,"tag":306,"props":352,"children":353},{"style":313},[354],{"type":46,"value":355},"[",{"type":41,"tag":306,"props":357,"children":359},{"style":358},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[360],{"type":46,"value":361},"Name",{"type":41,"tag":306,"props":363,"children":364},{"style":313},[365],{"type":46,"value":366},"]",{"type":41,"tag":306,"props":368,"children":370},{"style":369},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[371],{"type":46,"value":372},", ",{"type":41,"tag":306,"props":374,"children":375},{"style":313},[376],{"type":46,"value":355},{"type":41,"tag":306,"props":378,"children":379},{"style":358},[380],{"type":46,"value":381},"Role",{"type":41,"tag":306,"props":383,"children":384},{"style":313},[385],{"type":46,"value":366},{"type":41,"tag":306,"props":387,"children":388},{"style":369},[389],{"type":46,"value":390}," on ",{"type":41,"tag":306,"props":392,"children":393},{"style":313},[394],{"type":46,"value":355},{"type":41,"tag":306,"props":396,"children":397},{"style":358},[398],{"type":46,"value":399},"Team",{"type":41,"tag":306,"props":401,"children":402},{"style":313},[403],{"type":46,"value":366},{"type":41,"tag":306,"props":405,"children":406},{"style":369},[407],{"type":46,"value":408},". [One sentence about what I do.]\n",{"type":41,"tag":306,"props":410,"children":412},{"class":308,"line":411},5,[413],{"type":41,"tag":306,"props":414,"children":415},{"emptyLinePlaceholder":329},[416],{"type":46,"value":332},{"type":41,"tag":306,"props":418,"children":420},{"class":308,"line":419},6,[421,425],{"type":41,"tag":306,"props":422,"children":423},{"style":313},[424],{"type":46,"value":341},{"type":41,"tag":306,"props":426,"children":427},{"style":319},[428],{"type":46,"value":429},"People\n",{"type":41,"tag":306,"props":431,"children":433},{"class":308,"line":432},7,[434,439,444,448,453],{"type":41,"tag":306,"props":435,"children":436},{"style":313},[437],{"type":46,"value":438},"|",{"type":41,"tag":306,"props":440,"children":441},{"style":369},[442],{"type":46,"value":443}," Who ",{"type":41,"tag":306,"props":445,"children":446},{"style":313},[447],{"type":46,"value":438},{"type":41,"tag":306,"props":449,"children":450},{"style":369},[451],{"type":46,"value":452}," Role ",{"type":41,"tag":306,"props":454,"children":455},{"style":313},[456],{"type":46,"value":457},"|\n",{"type":41,"tag":306,"props":459,"children":461},{"class":308,"line":460},8,[462],{"type":41,"tag":306,"props":463,"children":464},{"style":313},[465],{"type":46,"value":466},"|-----|------|\n",{"type":41,"tag":306,"props":468,"children":470},{"class":308,"line":469},9,[471,475,481,487,492,497,502],{"type":41,"tag":306,"props":472,"children":473},{"style":313},[474],{"type":46,"value":438},{"type":41,"tag":306,"props":476,"children":478},{"style":477},"--shiki-light:#39ADB5;--shiki-light-font-weight:bold;--shiki-default:#89DDFF;--shiki-default-font-weight:bold;--shiki-dark:#89DDFF;--shiki-dark-font-weight:bold",[479],{"type":46,"value":480}," **",{"type":41,"tag":306,"props":482,"children":484},{"style":483},"--shiki-light:#E53935;--shiki-light-font-weight:bold;--shiki-default:#F07178;--shiki-default-font-weight:bold;--shiki-dark:#F07178;--shiki-dark-font-weight:bold",[485],{"type":46,"value":486},"Todd",{"type":41,"tag":306,"props":488,"children":489},{"style":477},[490],{"type":46,"value":491},"**",{"type":41,"tag":306,"props":493,"children":494},{"style":313},[495],{"type":46,"value":496}," |",{"type":41,"tag":306,"props":498,"children":499},{"style":369},[500],{"type":46,"value":501}," Todd Martinez, Finance lead ",{"type":41,"tag":306,"props":503,"children":504},{"style":313},[505],{"type":46,"value":457},{"type":41,"tag":306,"props":507,"children":509},{"class":308,"line":508},10,[510,514,518,523,527,531,536],{"type":41,"tag":306,"props":511,"children":512},{"style":313},[513],{"type":46,"value":438},{"type":41,"tag":306,"props":515,"children":516},{"style":477},[517],{"type":46,"value":480},{"type":41,"tag":306,"props":519,"children":520},{"style":483},[521],{"type":46,"value":522},"Sarah",{"type":41,"tag":306,"props":524,"children":525},{"style":477},[526],{"type":46,"value":491},{"type":41,"tag":306,"props":528,"children":529},{"style":313},[530],{"type":46,"value":496},{"type":41,"tag":306,"props":532,"children":533},{"style":369},[534],{"type":46,"value":535}," Sarah Chen, Engineering (Platform) ",{"type":41,"tag":306,"props":537,"children":538},{"style":313},[539],{"type":46,"value":457},{"type":41,"tag":306,"props":541,"children":543},{"class":308,"line":542},11,[544,548,552,557,561,565,570],{"type":41,"tag":306,"props":545,"children":546},{"style":313},[547],{"type":46,"value":438},{"type":41,"tag":306,"props":549,"children":550},{"style":477},[551],{"type":46,"value":480},{"type":41,"tag":306,"props":553,"children":554},{"style":483},[555],{"type":46,"value":556},"Greg",{"type":41,"tag":306,"props":558,"children":559},{"style":477},[560],{"type":46,"value":491},{"type":41,"tag":306,"props":562,"children":563},{"style":313},[564],{"type":46,"value":496},{"type":41,"tag":306,"props":566,"children":567},{"style":369},[568],{"type":46,"value":569}," Greg Wilson, Sales ",{"type":41,"tag":306,"props":571,"children":572},{"style":313},[573],{"type":46,"value":457},{"type":41,"tag":306,"props":575,"children":577},{"class":308,"line":576},12,[578],{"type":41,"tag":306,"props":579,"children":580},{"style":369},[581],{"type":46,"value":582},"→ Full list: memory\u002Fglossary.md, profiles: memory\u002Fpeople\u002F\n",{"type":41,"tag":306,"props":584,"children":586},{"class":308,"line":585},13,[587],{"type":41,"tag":306,"props":588,"children":589},{"emptyLinePlaceholder":329},[590],{"type":46,"value":332},{"type":41,"tag":306,"props":592,"children":594},{"class":308,"line":593},14,[595,599],{"type":41,"tag":306,"props":596,"children":597},{"style":313},[598],{"type":46,"value":341},{"type":41,"tag":306,"props":600,"children":601},{"style":319},[602],{"type":46,"value":603},"Terms\n",{"type":41,"tag":306,"props":605,"children":607},{"class":308,"line":606},15,[608,612,617,621,626],{"type":41,"tag":306,"props":609,"children":610},{"style":313},[611],{"type":46,"value":438},{"type":41,"tag":306,"props":613,"children":614},{"style":369},[615],{"type":46,"value":616}," Term ",{"type":41,"tag":306,"props":618,"children":619},{"style":313},[620],{"type":46,"value":438},{"type":41,"tag":306,"props":622,"children":623},{"style":369},[624],{"type":46,"value":625}," Meaning ",{"type":41,"tag":306,"props":627,"children":628},{"style":313},[629],{"type":46,"value":457},{"type":41,"tag":306,"props":631,"children":633},{"class":308,"line":632},16,[634],{"type":41,"tag":306,"props":635,"children":636},{"style":313},[637],{"type":46,"value":638},"|------|---------|\n",{"type":41,"tag":306,"props":640,"children":642},{"class":308,"line":641},17,[643,647,652,656,661],{"type":41,"tag":306,"props":644,"children":645},{"style":313},[646],{"type":46,"value":438},{"type":41,"tag":306,"props":648,"children":649},{"style":369},[650],{"type":46,"value":651}," PSR ",{"type":41,"tag":306,"props":653,"children":654},{"style":313},[655],{"type":46,"value":438},{"type":41,"tag":306,"props":657,"children":658},{"style":369},[659],{"type":46,"value":660}," Pipeline Status Report ",{"type":41,"tag":306,"props":662,"children":663},{"style":313},[664],{"type":46,"value":457},{"type":41,"tag":306,"props":666,"children":668},{"class":308,"line":667},18,[669,673,678,682,687],{"type":41,"tag":306,"props":670,"children":671},{"style":313},[672],{"type":46,"value":438},{"type":41,"tag":306,"props":674,"children":675},{"style":369},[676],{"type":46,"value":677}," P0 ",{"type":41,"tag":306,"props":679,"children":680},{"style":313},[681],{"type":46,"value":438},{"type":41,"tag":306,"props":683,"children":684},{"style":369},[685],{"type":46,"value":686}," Drop everything priority ",{"type":41,"tag":306,"props":688,"children":689},{"style":313},[690],{"type":46,"value":457},{"type":41,"tag":306,"props":692,"children":694},{"class":308,"line":693},19,[695,699,704,708,713],{"type":41,"tag":306,"props":696,"children":697},{"style":313},[698],{"type":46,"value":438},{"type":41,"tag":306,"props":700,"children":701},{"style":369},[702],{"type":46,"value":703}," standup ",{"type":41,"tag":306,"props":705,"children":706},{"style":313},[707],{"type":46,"value":438},{"type":41,"tag":306,"props":709,"children":710},{"style":369},[711],{"type":46,"value":712}," Daily 9am sync ",{"type":41,"tag":306,"props":714,"children":715},{"style":313},[716],{"type":46,"value":457},{"type":41,"tag":306,"props":718,"children":720},{"class":308,"line":719},20,[721],{"type":41,"tag":306,"props":722,"children":723},{"style":369},[724],{"type":46,"value":725},"→ Full glossary: memory\u002Fglossary.md\n",{"type":41,"tag":306,"props":727,"children":729},{"class":308,"line":728},21,[730],{"type":41,"tag":306,"props":731,"children":732},{"emptyLinePlaceholder":329},[733],{"type":46,"value":332},{"type":41,"tag":306,"props":735,"children":737},{"class":308,"line":736},22,[738,742],{"type":41,"tag":306,"props":739,"children":740},{"style":313},[741],{"type":46,"value":341},{"type":41,"tag":306,"props":743,"children":744},{"style":319},[745],{"type":46,"value":746},"Projects\n",{"type":41,"tag":306,"props":748,"children":750},{"class":308,"line":749},23,[751,755,760,764,769],{"type":41,"tag":306,"props":752,"children":753},{"style":313},[754],{"type":46,"value":438},{"type":41,"tag":306,"props":756,"children":757},{"style":369},[758],{"type":46,"value":759}," Name ",{"type":41,"tag":306,"props":761,"children":762},{"style":313},[763],{"type":46,"value":438},{"type":41,"tag":306,"props":765,"children":766},{"style":369},[767],{"type":46,"value":768}," What ",{"type":41,"tag":306,"props":770,"children":771},{"style":313},[772],{"type":46,"value":457},{"type":41,"tag":306,"props":774,"children":776},{"class":308,"line":775},24,[777],{"type":41,"tag":306,"props":778,"children":779},{"style":313},[780],{"type":46,"value":781},"|------|------|\n",{"type":41,"tag":306,"props":783,"children":785},{"class":308,"line":784},25,[786,790,794,799,803,807,812],{"type":41,"tag":306,"props":787,"children":788},{"style":313},[789],{"type":46,"value":438},{"type":41,"tag":306,"props":791,"children":792},{"style":477},[793],{"type":46,"value":480},{"type":41,"tag":306,"props":795,"children":796},{"style":483},[797],{"type":46,"value":798},"Phoenix",{"type":41,"tag":306,"props":800,"children":801},{"style":477},[802],{"type":46,"value":491},{"type":41,"tag":306,"props":804,"children":805},{"style":313},[806],{"type":46,"value":496},{"type":41,"tag":306,"props":808,"children":809},{"style":369},[810],{"type":46,"value":811}," DB migration, Q2 launch ",{"type":41,"tag":306,"props":813,"children":814},{"style":313},[815],{"type":46,"value":457},{"type":41,"tag":306,"props":817,"children":819},{"class":308,"line":818},26,[820,824,828,833,837,841,846],{"type":41,"tag":306,"props":821,"children":822},{"style":313},[823],{"type":46,"value":438},{"type":41,"tag":306,"props":825,"children":826},{"style":477},[827],{"type":46,"value":480},{"type":41,"tag":306,"props":829,"children":830},{"style":483},[831],{"type":46,"value":832},"Horizon",{"type":41,"tag":306,"props":834,"children":835},{"style":477},[836],{"type":46,"value":491},{"type":41,"tag":306,"props":838,"children":839},{"style":313},[840],{"type":46,"value":496},{"type":41,"tag":306,"props":842,"children":843},{"style":369},[844],{"type":46,"value":845}," Mobile app redesign ",{"type":41,"tag":306,"props":847,"children":848},{"style":313},[849],{"type":46,"value":457},{"type":41,"tag":306,"props":851,"children":853},{"class":308,"line":852},27,[854],{"type":41,"tag":306,"props":855,"children":856},{"style":369},[857],{"type":46,"value":858},"→ Details: memory\u002Fprojects\u002F\n",{"type":41,"tag":306,"props":860,"children":862},{"class":308,"line":861},28,[863],{"type":41,"tag":306,"props":864,"children":865},{"emptyLinePlaceholder":329},[866],{"type":46,"value":332},{"type":41,"tag":306,"props":868,"children":870},{"class":308,"line":869},29,[871,875],{"type":41,"tag":306,"props":872,"children":873},{"style":313},[874],{"type":46,"value":341},{"type":41,"tag":306,"props":876,"children":877},{"style":319},[878],{"type":46,"value":879},"Preferences\n",{"type":41,"tag":306,"props":881,"children":883},{"class":308,"line":882},30,[884,889],{"type":41,"tag":306,"props":885,"children":886},{"style":313},[887],{"type":46,"value":888},"-",{"type":41,"tag":306,"props":890,"children":891},{"style":369},[892],{"type":46,"value":893}," 25-min meetings with buffers\n",{"type":41,"tag":306,"props":895,"children":897},{"class":308,"line":896},31,[898,902],{"type":41,"tag":306,"props":899,"children":900},{"style":313},[901],{"type":46,"value":888},{"type":41,"tag":306,"props":903,"children":904},{"style":369},[905],{"type":46,"value":906}," Async-first, Slack over email\n",{"type":41,"tag":306,"props":908,"children":910},{"class":308,"line":909},32,[911,915],{"type":41,"tag":306,"props":912,"children":913},{"style":313},[914],{"type":46,"value":888},{"type":41,"tag":306,"props":916,"children":917},{"style":369},[918],{"type":46,"value":919}," No meetings Friday afternoons\n",{"type":41,"tag":55,"props":921,"children":923},{"id":922},"deep-memory-format-memory",[924],{"type":46,"value":925},"Deep Memory Format (memory\u002F)",{"type":41,"tag":49,"props":927,"children":928},{},[929,934],{"type":41,"tag":93,"props":930,"children":931},{},[932],{"type":46,"value":933},"memory\u002Fglossary.md",{"type":46,"value":935}," - The decoder ring:",{"type":41,"tag":67,"props":937,"children":939},{"className":298,"code":938,"language":300,"meta":76,"style":76},"# Glossary\n\nWorkplace shorthand, acronyms, and internal language.\n\n## Acronyms\n| Term | Meaning | Context |\n|------|---------|---------|\n| PSR | Pipeline Status Report | Weekly sales doc |\n| OKR | Objectives & Key Results | Quarterly planning |\n| P0\u002FP1\u002FP2 | Priority levels | P0 = drop everything |\n\n## Internal Terms\n| Term | Meaning |\n|------|---------|\n| standup | Daily 9am sync in #engineering |\n| the migration | Project Phoenix database work |\n| ship it | Deploy to production |\n| escalate | Loop in leadership |\n\n## Nicknames → Full Names\n| Nickname | Person |\n|----------|--------|\n| Todd | Todd Martinez (Finance) |\n| T | Also Todd Martinez |\n\n## Project Codenames\n| Codename | Project |\n|----------|---------|\n| Phoenix | Database migration |\n| Horizon | New mobile app |\n",[940],{"type":41,"tag":74,"props":941,"children":942},{"__ignoreMap":76},[943,955,962,970,977,989,1021,1029,1061,1095,1129,1136,1148,1171,1178,1202,1227,1252,1277,1284,1296,1321,1329,1354,1379,1386,1398,1423,1431,1456],{"type":41,"tag":306,"props":944,"children":945},{"class":308,"line":309},[946,950],{"type":41,"tag":306,"props":947,"children":948},{"style":313},[949],{"type":46,"value":316},{"type":41,"tag":306,"props":951,"children":952},{"style":319},[953],{"type":46,"value":954},"Glossary\n",{"type":41,"tag":306,"props":956,"children":957},{"class":308,"line":325},[958],{"type":41,"tag":306,"props":959,"children":960},{"emptyLinePlaceholder":329},[961],{"type":46,"value":332},{"type":41,"tag":306,"props":963,"children":964},{"class":308,"line":335},[965],{"type":41,"tag":306,"props":966,"children":967},{"style":369},[968],{"type":46,"value":969},"Workplace shorthand, acronyms, and internal language.\n",{"type":41,"tag":306,"props":971,"children":972},{"class":308,"line":349},[973],{"type":41,"tag":306,"props":974,"children":975},{"emptyLinePlaceholder":329},[976],{"type":46,"value":332},{"type":41,"tag":306,"props":978,"children":979},{"class":308,"line":411},[980,984],{"type":41,"tag":306,"props":981,"children":982},{"style":313},[983],{"type":46,"value":341},{"type":41,"tag":306,"props":985,"children":986},{"style":319},[987],{"type":46,"value":988},"Acronyms\n",{"type":41,"tag":306,"props":990,"children":991},{"class":308,"line":419},[992,996,1000,1004,1008,1012,1017],{"type":41,"tag":306,"props":993,"children":994},{"style":313},[995],{"type":46,"value":438},{"type":41,"tag":306,"props":997,"children":998},{"style":369},[999],{"type":46,"value":616},{"type":41,"tag":306,"props":1001,"children":1002},{"style":313},[1003],{"type":46,"value":438},{"type":41,"tag":306,"props":1005,"children":1006},{"style":369},[1007],{"type":46,"value":625},{"type":41,"tag":306,"props":1009,"children":1010},{"style":313},[1011],{"type":46,"value":438},{"type":41,"tag":306,"props":1013,"children":1014},{"style":369},[1015],{"type":46,"value":1016}," Context ",{"type":41,"tag":306,"props":1018,"children":1019},{"style":313},[1020],{"type":46,"value":457},{"type":41,"tag":306,"props":1022,"children":1023},{"class":308,"line":432},[1024],{"type":41,"tag":306,"props":1025,"children":1026},{"style":313},[1027],{"type":46,"value":1028},"|------|---------|---------|\n",{"type":41,"tag":306,"props":1030,"children":1031},{"class":308,"line":460},[1032,1036,1040,1044,1048,1052,1057],{"type":41,"tag":306,"props":1033,"children":1034},{"style":313},[1035],{"type":46,"value":438},{"type":41,"tag":306,"props":1037,"children":1038},{"style":369},[1039],{"type":46,"value":651},{"type":41,"tag":306,"props":1041,"children":1042},{"style":313},[1043],{"type":46,"value":438},{"type":41,"tag":306,"props":1045,"children":1046},{"style":369},[1047],{"type":46,"value":660},{"type":41,"tag":306,"props":1049,"children":1050},{"style":313},[1051],{"type":46,"value":438},{"type":41,"tag":306,"props":1053,"children":1054},{"style":369},[1055],{"type":46,"value":1056}," Weekly sales doc ",{"type":41,"tag":306,"props":1058,"children":1059},{"style":313},[1060],{"type":46,"value":457},{"type":41,"tag":306,"props":1062,"children":1063},{"class":308,"line":469},[1064,1068,1073,1077,1082,1086,1091],{"type":41,"tag":306,"props":1065,"children":1066},{"style":313},[1067],{"type":46,"value":438},{"type":41,"tag":306,"props":1069,"children":1070},{"style":369},[1071],{"type":46,"value":1072}," OKR ",{"type":41,"tag":306,"props":1074,"children":1075},{"style":313},[1076],{"type":46,"value":438},{"type":41,"tag":306,"props":1078,"children":1079},{"style":369},[1080],{"type":46,"value":1081}," Objectives & Key Results ",{"type":41,"tag":306,"props":1083,"children":1084},{"style":313},[1085],{"type":46,"value":438},{"type":41,"tag":306,"props":1087,"children":1088},{"style":369},[1089],{"type":46,"value":1090}," Quarterly planning ",{"type":41,"tag":306,"props":1092,"children":1093},{"style":313},[1094],{"type":46,"value":457},{"type":41,"tag":306,"props":1096,"children":1097},{"class":308,"line":508},[1098,1102,1107,1111,1116,1120,1125],{"type":41,"tag":306,"props":1099,"children":1100},{"style":313},[1101],{"type":46,"value":438},{"type":41,"tag":306,"props":1103,"children":1104},{"style":369},[1105],{"type":46,"value":1106}," P0\u002FP1\u002FP2 ",{"type":41,"tag":306,"props":1108,"children":1109},{"style":313},[1110],{"type":46,"value":438},{"type":41,"tag":306,"props":1112,"children":1113},{"style":369},[1114],{"type":46,"value":1115}," Priority levels ",{"type":41,"tag":306,"props":1117,"children":1118},{"style":313},[1119],{"type":46,"value":438},{"type":41,"tag":306,"props":1121,"children":1122},{"style":369},[1123],{"type":46,"value":1124}," P0 = drop everything ",{"type":41,"tag":306,"props":1126,"children":1127},{"style":313},[1128],{"type":46,"value":457},{"type":41,"tag":306,"props":1130,"children":1131},{"class":308,"line":542},[1132],{"type":41,"tag":306,"props":1133,"children":1134},{"emptyLinePlaceholder":329},[1135],{"type":46,"value":332},{"type":41,"tag":306,"props":1137,"children":1138},{"class":308,"line":576},[1139,1143],{"type":41,"tag":306,"props":1140,"children":1141},{"style":313},[1142],{"type":46,"value":341},{"type":41,"tag":306,"props":1144,"children":1145},{"style":319},[1146],{"type":46,"value":1147},"Internal Terms\n",{"type":41,"tag":306,"props":1149,"children":1150},{"class":308,"line":585},[1151,1155,1159,1163,1167],{"type":41,"tag":306,"props":1152,"children":1153},{"style":313},[1154],{"type":46,"value":438},{"type":41,"tag":306,"props":1156,"children":1157},{"style":369},[1158],{"type":46,"value":616},{"type":41,"tag":306,"props":1160,"children":1161},{"style":313},[1162],{"type":46,"value":438},{"type":41,"tag":306,"props":1164,"children":1165},{"style":369},[1166],{"type":46,"value":625},{"type":41,"tag":306,"props":1168,"children":1169},{"style":313},[1170],{"type":46,"value":457},{"type":41,"tag":306,"props":1172,"children":1173},{"class":308,"line":593},[1174],{"type":41,"tag":306,"props":1175,"children":1176},{"style":313},[1177],{"type":46,"value":638},{"type":41,"tag":306,"props":1179,"children":1180},{"class":308,"line":606},[1181,1185,1189,1193,1198],{"type":41,"tag":306,"props":1182,"children":1183},{"style":313},[1184],{"type":46,"value":438},{"type":41,"tag":306,"props":1186,"children":1187},{"style":369},[1188],{"type":46,"value":703},{"type":41,"tag":306,"props":1190,"children":1191},{"style":313},[1192],{"type":46,"value":438},{"type":41,"tag":306,"props":1194,"children":1195},{"style":369},[1196],{"type":46,"value":1197}," Daily 9am sync in #engineering ",{"type":41,"tag":306,"props":1199,"children":1200},{"style":313},[1201],{"type":46,"value":457},{"type":41,"tag":306,"props":1203,"children":1204},{"class":308,"line":632},[1205,1209,1214,1218,1223],{"type":41,"tag":306,"props":1206,"children":1207},{"style":313},[1208],{"type":46,"value":438},{"type":41,"tag":306,"props":1210,"children":1211},{"style":369},[1212],{"type":46,"value":1213}," the migration ",{"type":41,"tag":306,"props":1215,"children":1216},{"style":313},[1217],{"type":46,"value":438},{"type":41,"tag":306,"props":1219,"children":1220},{"style":369},[1221],{"type":46,"value":1222}," Project Phoenix database work ",{"type":41,"tag":306,"props":1224,"children":1225},{"style":313},[1226],{"type":46,"value":457},{"type":41,"tag":306,"props":1228,"children":1229},{"class":308,"line":641},[1230,1234,1239,1243,1248],{"type":41,"tag":306,"props":1231,"children":1232},{"style":313},[1233],{"type":46,"value":438},{"type":41,"tag":306,"props":1235,"children":1236},{"style":369},[1237],{"type":46,"value":1238}," ship it ",{"type":41,"tag":306,"props":1240,"children":1241},{"style":313},[1242],{"type":46,"value":438},{"type":41,"tag":306,"props":1244,"children":1245},{"style":369},[1246],{"type":46,"value":1247}," Deploy to production ",{"type":41,"tag":306,"props":1249,"children":1250},{"style":313},[1251],{"type":46,"value":457},{"type":41,"tag":306,"props":1253,"children":1254},{"class":308,"line":667},[1255,1259,1264,1268,1273],{"type":41,"tag":306,"props":1256,"children":1257},{"style":313},[1258],{"type":46,"value":438},{"type":41,"tag":306,"props":1260,"children":1261},{"style":369},[1262],{"type":46,"value":1263}," escalate ",{"type":41,"tag":306,"props":1265,"children":1266},{"style":313},[1267],{"type":46,"value":438},{"type":41,"tag":306,"props":1269,"children":1270},{"style":369},[1271],{"type":46,"value":1272}," Loop in leadership ",{"type":41,"tag":306,"props":1274,"children":1275},{"style":313},[1276],{"type":46,"value":457},{"type":41,"tag":306,"props":1278,"children":1279},{"class":308,"line":693},[1280],{"type":41,"tag":306,"props":1281,"children":1282},{"emptyLinePlaceholder":329},[1283],{"type":46,"value":332},{"type":41,"tag":306,"props":1285,"children":1286},{"class":308,"line":719},[1287,1291],{"type":41,"tag":306,"props":1288,"children":1289},{"style":313},[1290],{"type":46,"value":341},{"type":41,"tag":306,"props":1292,"children":1293},{"style":319},[1294],{"type":46,"value":1295},"Nicknames → Full Names\n",{"type":41,"tag":306,"props":1297,"children":1298},{"class":308,"line":728},[1299,1303,1308,1312,1317],{"type":41,"tag":306,"props":1300,"children":1301},{"style":313},[1302],{"type":46,"value":438},{"type":41,"tag":306,"props":1304,"children":1305},{"style":369},[1306],{"type":46,"value":1307}," Nickname ",{"type":41,"tag":306,"props":1309,"children":1310},{"style":313},[1311],{"type":46,"value":438},{"type":41,"tag":306,"props":1313,"children":1314},{"style":369},[1315],{"type":46,"value":1316}," Person ",{"type":41,"tag":306,"props":1318,"children":1319},{"style":313},[1320],{"type":46,"value":457},{"type":41,"tag":306,"props":1322,"children":1323},{"class":308,"line":736},[1324],{"type":41,"tag":306,"props":1325,"children":1326},{"style":313},[1327],{"type":46,"value":1328},"|----------|--------|\n",{"type":41,"tag":306,"props":1330,"children":1331},{"class":308,"line":749},[1332,1336,1341,1345,1350],{"type":41,"tag":306,"props":1333,"children":1334},{"style":313},[1335],{"type":46,"value":438},{"type":41,"tag":306,"props":1337,"children":1338},{"style":369},[1339],{"type":46,"value":1340}," Todd ",{"type":41,"tag":306,"props":1342,"children":1343},{"style":313},[1344],{"type":46,"value":438},{"type":41,"tag":306,"props":1346,"children":1347},{"style":369},[1348],{"type":46,"value":1349}," Todd Martinez (Finance) ",{"type":41,"tag":306,"props":1351,"children":1352},{"style":313},[1353],{"type":46,"value":457},{"type":41,"tag":306,"props":1355,"children":1356},{"class":308,"line":775},[1357,1361,1366,1370,1375],{"type":41,"tag":306,"props":1358,"children":1359},{"style":313},[1360],{"type":46,"value":438},{"type":41,"tag":306,"props":1362,"children":1363},{"style":369},[1364],{"type":46,"value":1365}," T ",{"type":41,"tag":306,"props":1367,"children":1368},{"style":313},[1369],{"type":46,"value":438},{"type":41,"tag":306,"props":1371,"children":1372},{"style":369},[1373],{"type":46,"value":1374}," Also Todd Martinez ",{"type":41,"tag":306,"props":1376,"children":1377},{"style":313},[1378],{"type":46,"value":457},{"type":41,"tag":306,"props":1380,"children":1381},{"class":308,"line":784},[1382],{"type":41,"tag":306,"props":1383,"children":1384},{"emptyLinePlaceholder":329},[1385],{"type":46,"value":332},{"type":41,"tag":306,"props":1387,"children":1388},{"class":308,"line":818},[1389,1393],{"type":41,"tag":306,"props":1390,"children":1391},{"style":313},[1392],{"type":46,"value":341},{"type":41,"tag":306,"props":1394,"children":1395},{"style":319},[1396],{"type":46,"value":1397},"Project Codenames\n",{"type":41,"tag":306,"props":1399,"children":1400},{"class":308,"line":852},[1401,1405,1410,1414,1419],{"type":41,"tag":306,"props":1402,"children":1403},{"style":313},[1404],{"type":46,"value":438},{"type":41,"tag":306,"props":1406,"children":1407},{"style":369},[1408],{"type":46,"value":1409}," Codename ",{"type":41,"tag":306,"props":1411,"children":1412},{"style":313},[1413],{"type":46,"value":438},{"type":41,"tag":306,"props":1415,"children":1416},{"style":369},[1417],{"type":46,"value":1418}," Project ",{"type":41,"tag":306,"props":1420,"children":1421},{"style":313},[1422],{"type":46,"value":457},{"type":41,"tag":306,"props":1424,"children":1425},{"class":308,"line":861},[1426],{"type":41,"tag":306,"props":1427,"children":1428},{"style":313},[1429],{"type":46,"value":1430},"|----------|---------|\n",{"type":41,"tag":306,"props":1432,"children":1433},{"class":308,"line":869},[1434,1438,1443,1447,1452],{"type":41,"tag":306,"props":1435,"children":1436},{"style":313},[1437],{"type":46,"value":438},{"type":41,"tag":306,"props":1439,"children":1440},{"style":369},[1441],{"type":46,"value":1442}," Phoenix ",{"type":41,"tag":306,"props":1444,"children":1445},{"style":313},[1446],{"type":46,"value":438},{"type":41,"tag":306,"props":1448,"children":1449},{"style":369},[1450],{"type":46,"value":1451}," Database migration ",{"type":41,"tag":306,"props":1453,"children":1454},{"style":313},[1455],{"type":46,"value":457},{"type":41,"tag":306,"props":1457,"children":1458},{"class":308,"line":882},[1459,1463,1468,1472,1477],{"type":41,"tag":306,"props":1460,"children":1461},{"style":313},[1462],{"type":46,"value":438},{"type":41,"tag":306,"props":1464,"children":1465},{"style":369},[1466],{"type":46,"value":1467}," Horizon ",{"type":41,"tag":306,"props":1469,"children":1470},{"style":313},[1471],{"type":46,"value":438},{"type":41,"tag":306,"props":1473,"children":1474},{"style":369},[1475],{"type":46,"value":1476}," New mobile app ",{"type":41,"tag":306,"props":1478,"children":1479},{"style":313},[1480],{"type":46,"value":457},{"type":41,"tag":49,"props":1482,"children":1483},{},[1484],{"type":41,"tag":93,"props":1485,"children":1486},{},[1487],{"type":46,"value":1488},"memory\u002Fpeople\u002F{name}.md:",{"type":41,"tag":67,"props":1490,"children":1492},{"className":298,"code":1491,"language":300,"meta":76,"style":76},"# Todd Martinez\n\n**Also known as:** Todd, T\n**Role:** Finance Lead\n**Team:** Finance\n**Reports to:** CFO (Michael Chen)\n\n## Communication\n- Prefers Slack DM\n- Quick responses, very direct\n- Best time: mornings\n\n## Context\n- Handles all PSRs and financial reporting\n- Key contact for deal approvals over $500k\n- Works closely with Sales on forecasting\n\n## Notes\n- Cubs fan, likes talking baseball\n",[1493],{"type":41,"tag":74,"props":1494,"children":1495},{"__ignoreMap":76},[1496,1508,1515,1536,1557,1578,1599,1606,1618,1630,1642,1654,1661,1673,1685,1697,1709,1716,1728],{"type":41,"tag":306,"props":1497,"children":1498},{"class":308,"line":309},[1499,1503],{"type":41,"tag":306,"props":1500,"children":1501},{"style":313},[1502],{"type":46,"value":316},{"type":41,"tag":306,"props":1504,"children":1505},{"style":319},[1506],{"type":46,"value":1507},"Todd Martinez\n",{"type":41,"tag":306,"props":1509,"children":1510},{"class":308,"line":325},[1511],{"type":41,"tag":306,"props":1512,"children":1513},{"emptyLinePlaceholder":329},[1514],{"type":46,"value":332},{"type":41,"tag":306,"props":1516,"children":1517},{"class":308,"line":335},[1518,1522,1527,1531],{"type":41,"tag":306,"props":1519,"children":1520},{"style":477},[1521],{"type":46,"value":491},{"type":41,"tag":306,"props":1523,"children":1524},{"style":483},[1525],{"type":46,"value":1526},"Also known as:",{"type":41,"tag":306,"props":1528,"children":1529},{"style":477},[1530],{"type":46,"value":491},{"type":41,"tag":306,"props":1532,"children":1533},{"style":369},[1534],{"type":46,"value":1535}," Todd, T\n",{"type":41,"tag":306,"props":1537,"children":1538},{"class":308,"line":349},[1539,1543,1548,1552],{"type":41,"tag":306,"props":1540,"children":1541},{"style":477},[1542],{"type":46,"value":491},{"type":41,"tag":306,"props":1544,"children":1545},{"style":483},[1546],{"type":46,"value":1547},"Role:",{"type":41,"tag":306,"props":1549,"children":1550},{"style":477},[1551],{"type":46,"value":491},{"type":41,"tag":306,"props":1553,"children":1554},{"style":369},[1555],{"type":46,"value":1556}," Finance Lead\n",{"type":41,"tag":306,"props":1558,"children":1559},{"class":308,"line":411},[1560,1564,1569,1573],{"type":41,"tag":306,"props":1561,"children":1562},{"style":477},[1563],{"type":46,"value":491},{"type":41,"tag":306,"props":1565,"children":1566},{"style":483},[1567],{"type":46,"value":1568},"Team:",{"type":41,"tag":306,"props":1570,"children":1571},{"style":477},[1572],{"type":46,"value":491},{"type":41,"tag":306,"props":1574,"children":1575},{"style":369},[1576],{"type":46,"value":1577}," Finance\n",{"type":41,"tag":306,"props":1579,"children":1580},{"class":308,"line":419},[1581,1585,1590,1594],{"type":41,"tag":306,"props":1582,"children":1583},{"style":477},[1584],{"type":46,"value":491},{"type":41,"tag":306,"props":1586,"children":1587},{"style":483},[1588],{"type":46,"value":1589},"Reports to:",{"type":41,"tag":306,"props":1591,"children":1592},{"style":477},[1593],{"type":46,"value":491},{"type":41,"tag":306,"props":1595,"children":1596},{"style":369},[1597],{"type":46,"value":1598}," CFO (Michael Chen)\n",{"type":41,"tag":306,"props":1600,"children":1601},{"class":308,"line":432},[1602],{"type":41,"tag":306,"props":1603,"children":1604},{"emptyLinePlaceholder":329},[1605],{"type":46,"value":332},{"type":41,"tag":306,"props":1607,"children":1608},{"class":308,"line":460},[1609,1613],{"type":41,"tag":306,"props":1610,"children":1611},{"style":313},[1612],{"type":46,"value":341},{"type":41,"tag":306,"props":1614,"children":1615},{"style":319},[1616],{"type":46,"value":1617},"Communication\n",{"type":41,"tag":306,"props":1619,"children":1620},{"class":308,"line":469},[1621,1625],{"type":41,"tag":306,"props":1622,"children":1623},{"style":313},[1624],{"type":46,"value":888},{"type":41,"tag":306,"props":1626,"children":1627},{"style":369},[1628],{"type":46,"value":1629}," Prefers Slack DM\n",{"type":41,"tag":306,"props":1631,"children":1632},{"class":308,"line":508},[1633,1637],{"type":41,"tag":306,"props":1634,"children":1635},{"style":313},[1636],{"type":46,"value":888},{"type":41,"tag":306,"props":1638,"children":1639},{"style":369},[1640],{"type":46,"value":1641}," Quick responses, very direct\n",{"type":41,"tag":306,"props":1643,"children":1644},{"class":308,"line":542},[1645,1649],{"type":41,"tag":306,"props":1646,"children":1647},{"style":313},[1648],{"type":46,"value":888},{"type":41,"tag":306,"props":1650,"children":1651},{"style":369},[1652],{"type":46,"value":1653}," Best time: mornings\n",{"type":41,"tag":306,"props":1655,"children":1656},{"class":308,"line":576},[1657],{"type":41,"tag":306,"props":1658,"children":1659},{"emptyLinePlaceholder":329},[1660],{"type":46,"value":332},{"type":41,"tag":306,"props":1662,"children":1663},{"class":308,"line":585},[1664,1668],{"type":41,"tag":306,"props":1665,"children":1666},{"style":313},[1667],{"type":46,"value":341},{"type":41,"tag":306,"props":1669,"children":1670},{"style":319},[1671],{"type":46,"value":1672},"Context\n",{"type":41,"tag":306,"props":1674,"children":1675},{"class":308,"line":593},[1676,1680],{"type":41,"tag":306,"props":1677,"children":1678},{"style":313},[1679],{"type":46,"value":888},{"type":41,"tag":306,"props":1681,"children":1682},{"style":369},[1683],{"type":46,"value":1684}," Handles all PSRs and financial reporting\n",{"type":41,"tag":306,"props":1686,"children":1687},{"class":308,"line":606},[1688,1692],{"type":41,"tag":306,"props":1689,"children":1690},{"style":313},[1691],{"type":46,"value":888},{"type":41,"tag":306,"props":1693,"children":1694},{"style":369},[1695],{"type":46,"value":1696}," Key contact for deal approvals over $500k\n",{"type":41,"tag":306,"props":1698,"children":1699},{"class":308,"line":632},[1700,1704],{"type":41,"tag":306,"props":1701,"children":1702},{"style":313},[1703],{"type":46,"value":888},{"type":41,"tag":306,"props":1705,"children":1706},{"style":369},[1707],{"type":46,"value":1708}," Works closely with Sales on forecasting\n",{"type":41,"tag":306,"props":1710,"children":1711},{"class":308,"line":641},[1712],{"type":41,"tag":306,"props":1713,"children":1714},{"emptyLinePlaceholder":329},[1715],{"type":46,"value":332},{"type":41,"tag":306,"props":1717,"children":1718},{"class":308,"line":667},[1719,1723],{"type":41,"tag":306,"props":1720,"children":1721},{"style":313},[1722],{"type":46,"value":341},{"type":41,"tag":306,"props":1724,"children":1725},{"style":319},[1726],{"type":46,"value":1727},"Notes\n",{"type":41,"tag":306,"props":1729,"children":1730},{"class":308,"line":693},[1731,1735],{"type":41,"tag":306,"props":1732,"children":1733},{"style":313},[1734],{"type":46,"value":888},{"type":41,"tag":306,"props":1736,"children":1737},{"style":369},[1738],{"type":46,"value":1739}," Cubs fan, likes talking baseball\n",{"type":41,"tag":49,"props":1741,"children":1742},{},[1743],{"type":41,"tag":93,"props":1744,"children":1745},{},[1746],{"type":46,"value":1747},"memory\u002Fprojects\u002F{name}.md:",{"type":41,"tag":67,"props":1749,"children":1751},{"className":298,"code":1750,"language":300,"meta":76,"style":76},"# Project Phoenix\n\n**Codename:** Phoenix\n**Also called:** \"the migration\"\n**Status:** Active, launching Q2\n\n## What It Is\nDatabase migration from legacy Oracle to PostgreSQL.\n\n## Key People\n- Sarah - tech lead\n- Todd - budget owner\n- Greg - stakeholder (sales impact)\n\n## Context\n$1.2M budget, 6-month timeline. Critical path for Horizon project.\n",[1752],{"type":41,"tag":74,"props":1753,"children":1754},{"__ignoreMap":76},[1755,1767,1774,1795,1816,1837,1844,1856,1864,1871,1883,1895,1907,1919,1926,1937],{"type":41,"tag":306,"props":1756,"children":1757},{"class":308,"line":309},[1758,1762],{"type":41,"tag":306,"props":1759,"children":1760},{"style":313},[1761],{"type":46,"value":316},{"type":41,"tag":306,"props":1763,"children":1764},{"style":319},[1765],{"type":46,"value":1766},"Project Phoenix\n",{"type":41,"tag":306,"props":1768,"children":1769},{"class":308,"line":325},[1770],{"type":41,"tag":306,"props":1771,"children":1772},{"emptyLinePlaceholder":329},[1773],{"type":46,"value":332},{"type":41,"tag":306,"props":1775,"children":1776},{"class":308,"line":335},[1777,1781,1786,1790],{"type":41,"tag":306,"props":1778,"children":1779},{"style":477},[1780],{"type":46,"value":491},{"type":41,"tag":306,"props":1782,"children":1783},{"style":483},[1784],{"type":46,"value":1785},"Codename:",{"type":41,"tag":306,"props":1787,"children":1788},{"style":477},[1789],{"type":46,"value":491},{"type":41,"tag":306,"props":1791,"children":1792},{"style":369},[1793],{"type":46,"value":1794}," Phoenix\n",{"type":41,"tag":306,"props":1796,"children":1797},{"class":308,"line":349},[1798,1802,1807,1811],{"type":41,"tag":306,"props":1799,"children":1800},{"style":477},[1801],{"type":46,"value":491},{"type":41,"tag":306,"props":1803,"children":1804},{"style":483},[1805],{"type":46,"value":1806},"Also called:",{"type":41,"tag":306,"props":1808,"children":1809},{"style":477},[1810],{"type":46,"value":491},{"type":41,"tag":306,"props":1812,"children":1813},{"style":369},[1814],{"type":46,"value":1815}," \"the migration\"\n",{"type":41,"tag":306,"props":1817,"children":1818},{"class":308,"line":411},[1819,1823,1828,1832],{"type":41,"tag":306,"props":1820,"children":1821},{"style":477},[1822],{"type":46,"value":491},{"type":41,"tag":306,"props":1824,"children":1825},{"style":483},[1826],{"type":46,"value":1827},"Status:",{"type":41,"tag":306,"props":1829,"children":1830},{"style":477},[1831],{"type":46,"value":491},{"type":41,"tag":306,"props":1833,"children":1834},{"style":369},[1835],{"type":46,"value":1836}," Active, launching Q2\n",{"type":41,"tag":306,"props":1838,"children":1839},{"class":308,"line":419},[1840],{"type":41,"tag":306,"props":1841,"children":1842},{"emptyLinePlaceholder":329},[1843],{"type":46,"value":332},{"type":41,"tag":306,"props":1845,"children":1846},{"class":308,"line":432},[1847,1851],{"type":41,"tag":306,"props":1848,"children":1849},{"style":313},[1850],{"type":46,"value":341},{"type":41,"tag":306,"props":1852,"children":1853},{"style":319},[1854],{"type":46,"value":1855},"What It Is\n",{"type":41,"tag":306,"props":1857,"children":1858},{"class":308,"line":460},[1859],{"type":41,"tag":306,"props":1860,"children":1861},{"style":369},[1862],{"type":46,"value":1863},"Database migration from legacy Oracle to PostgreSQL.\n",{"type":41,"tag":306,"props":1865,"children":1866},{"class":308,"line":469},[1867],{"type":41,"tag":306,"props":1868,"children":1869},{"emptyLinePlaceholder":329},[1870],{"type":46,"value":332},{"type":41,"tag":306,"props":1872,"children":1873},{"class":308,"line":508},[1874,1878],{"type":41,"tag":306,"props":1875,"children":1876},{"style":313},[1877],{"type":46,"value":341},{"type":41,"tag":306,"props":1879,"children":1880},{"style":319},[1881],{"type":46,"value":1882},"Key People\n",{"type":41,"tag":306,"props":1884,"children":1885},{"class":308,"line":542},[1886,1890],{"type":41,"tag":306,"props":1887,"children":1888},{"style":313},[1889],{"type":46,"value":888},{"type":41,"tag":306,"props":1891,"children":1892},{"style":369},[1893],{"type":46,"value":1894}," Sarah - tech lead\n",{"type":41,"tag":306,"props":1896,"children":1897},{"class":308,"line":576},[1898,1902],{"type":41,"tag":306,"props":1899,"children":1900},{"style":313},[1901],{"type":46,"value":888},{"type":41,"tag":306,"props":1903,"children":1904},{"style":369},[1905],{"type":46,"value":1906}," Todd - budget owner\n",{"type":41,"tag":306,"props":1908,"children":1909},{"class":308,"line":585},[1910,1914],{"type":41,"tag":306,"props":1911,"children":1912},{"style":313},[1913],{"type":46,"value":888},{"type":41,"tag":306,"props":1915,"children":1916},{"style":369},[1917],{"type":46,"value":1918}," Greg - stakeholder (sales impact)\n",{"type":41,"tag":306,"props":1920,"children":1921},{"class":308,"line":593},[1922],{"type":41,"tag":306,"props":1923,"children":1924},{"emptyLinePlaceholder":329},[1925],{"type":46,"value":332},{"type":41,"tag":306,"props":1927,"children":1928},{"class":308,"line":606},[1929,1933],{"type":41,"tag":306,"props":1930,"children":1931},{"style":313},[1932],{"type":46,"value":341},{"type":41,"tag":306,"props":1934,"children":1935},{"style":319},[1936],{"type":46,"value":1672},{"type":41,"tag":306,"props":1938,"children":1939},{"class":308,"line":632},[1940],{"type":41,"tag":306,"props":1941,"children":1942},{"style":369},[1943],{"type":46,"value":1944},"$1.2M budget, 6-month timeline. Critical path for Horizon project.\n",{"type":41,"tag":49,"props":1946,"children":1947},{},[1948],{"type":41,"tag":93,"props":1949,"children":1950},{},[1951],{"type":46,"value":1952},"memory\u002Fcontext\u002Fcompany.md:",{"type":41,"tag":67,"props":1954,"children":1956},{"className":298,"code":1955,"language":300,"meta":76,"style":76},"# Company Context\n\n## Tools & Systems\n| Tool | Used for | Internal name |\n|------|----------|---------------|\n| Slack | Communication | - |\n| Asana | Engineering tasks | - |\n| Salesforce | CRM | \"SF\" or \"the CRM\" |\n| Notion | Docs\u002Fwiki | - |\n\n## Teams\n| Team | What they do | Key people |\n|------|--------------|------------|\n| Platform | Infrastructure | Sarah (lead) |\n| Finance | Money stuff | Todd (lead) |\n| Sales | Revenue | Greg |\n\n## Processes\n| Process | What it means |\n|---------|---------------|\n| Weekly sync | Monday 10am all-hands |\n| Ship review | Thursday deploy approval |\n",[1957],{"type":41,"tag":74,"props":1958,"children":1959},{"__ignoreMap":76},[1960,1972,1979,1991,2025,2033,2068,2101,2135,2168,2175,2187,2221,2229,2263,2297,2331,2338,2350,2375,2383,2408],{"type":41,"tag":306,"props":1961,"children":1962},{"class":308,"line":309},[1963,1967],{"type":41,"tag":306,"props":1964,"children":1965},{"style":313},[1966],{"type":46,"value":316},{"type":41,"tag":306,"props":1968,"children":1969},{"style":319},[1970],{"type":46,"value":1971},"Company Context\n",{"type":41,"tag":306,"props":1973,"children":1974},{"class":308,"line":325},[1975],{"type":41,"tag":306,"props":1976,"children":1977},{"emptyLinePlaceholder":329},[1978],{"type":46,"value":332},{"type":41,"tag":306,"props":1980,"children":1981},{"class":308,"line":335},[1982,1986],{"type":41,"tag":306,"props":1983,"children":1984},{"style":313},[1985],{"type":46,"value":341},{"type":41,"tag":306,"props":1987,"children":1988},{"style":319},[1989],{"type":46,"value":1990},"Tools & Systems\n",{"type":41,"tag":306,"props":1992,"children":1993},{"class":308,"line":349},[1994,1998,2003,2007,2012,2016,2021],{"type":41,"tag":306,"props":1995,"children":1996},{"style":313},[1997],{"type":46,"value":438},{"type":41,"tag":306,"props":1999,"children":2000},{"style":369},[2001],{"type":46,"value":2002}," Tool ",{"type":41,"tag":306,"props":2004,"children":2005},{"style":313},[2006],{"type":46,"value":438},{"type":41,"tag":306,"props":2008,"children":2009},{"style":369},[2010],{"type":46,"value":2011}," Used for ",{"type":41,"tag":306,"props":2013,"children":2014},{"style":313},[2015],{"type":46,"value":438},{"type":41,"tag":306,"props":2017,"children":2018},{"style":369},[2019],{"type":46,"value":2020}," Internal name ",{"type":41,"tag":306,"props":2022,"children":2023},{"style":313},[2024],{"type":46,"value":457},{"type":41,"tag":306,"props":2026,"children":2027},{"class":308,"line":411},[2028],{"type":41,"tag":306,"props":2029,"children":2030},{"style":313},[2031],{"type":46,"value":2032},"|------|----------|---------------|\n",{"type":41,"tag":306,"props":2034,"children":2035},{"class":308,"line":419},[2036,2040,2045,2049,2054,2058,2063],{"type":41,"tag":306,"props":2037,"children":2038},{"style":313},[2039],{"type":46,"value":438},{"type":41,"tag":306,"props":2041,"children":2042},{"style":369},[2043],{"type":46,"value":2044}," Slack ",{"type":41,"tag":306,"props":2046,"children":2047},{"style":313},[2048],{"type":46,"value":438},{"type":41,"tag":306,"props":2050,"children":2051},{"style":369},[2052],{"type":46,"value":2053}," Communication ",{"type":41,"tag":306,"props":2055,"children":2056},{"style":313},[2057],{"type":46,"value":438},{"type":41,"tag":306,"props":2059,"children":2060},{"style":313},[2061],{"type":46,"value":2062}," -",{"type":41,"tag":306,"props":2064,"children":2065},{"style":313},[2066],{"type":46,"value":2067}," |\n",{"type":41,"tag":306,"props":2069,"children":2070},{"class":308,"line":432},[2071,2075,2080,2084,2089,2093,2097],{"type":41,"tag":306,"props":2072,"children":2073},{"style":313},[2074],{"type":46,"value":438},{"type":41,"tag":306,"props":2076,"children":2077},{"style":369},[2078],{"type":46,"value":2079}," Asana ",{"type":41,"tag":306,"props":2081,"children":2082},{"style":313},[2083],{"type":46,"value":438},{"type":41,"tag":306,"props":2085,"children":2086},{"style":369},[2087],{"type":46,"value":2088}," Engineering tasks ",{"type":41,"tag":306,"props":2090,"children":2091},{"style":313},[2092],{"type":46,"value":438},{"type":41,"tag":306,"props":2094,"children":2095},{"style":313},[2096],{"type":46,"value":2062},{"type":41,"tag":306,"props":2098,"children":2099},{"style":313},[2100],{"type":46,"value":2067},{"type":41,"tag":306,"props":2102,"children":2103},{"class":308,"line":460},[2104,2108,2113,2117,2122,2126,2131],{"type":41,"tag":306,"props":2105,"children":2106},{"style":313},[2107],{"type":46,"value":438},{"type":41,"tag":306,"props":2109,"children":2110},{"style":369},[2111],{"type":46,"value":2112}," Salesforce ",{"type":41,"tag":306,"props":2114,"children":2115},{"style":313},[2116],{"type":46,"value":438},{"type":41,"tag":306,"props":2118,"children":2119},{"style":369},[2120],{"type":46,"value":2121}," CRM ",{"type":41,"tag":306,"props":2123,"children":2124},{"style":313},[2125],{"type":46,"value":438},{"type":41,"tag":306,"props":2127,"children":2128},{"style":369},[2129],{"type":46,"value":2130}," \"SF\" or \"the CRM\" ",{"type":41,"tag":306,"props":2132,"children":2133},{"style":313},[2134],{"type":46,"value":457},{"type":41,"tag":306,"props":2136,"children":2137},{"class":308,"line":469},[2138,2142,2147,2151,2156,2160,2164],{"type":41,"tag":306,"props":2139,"children":2140},{"style":313},[2141],{"type":46,"value":438},{"type":41,"tag":306,"props":2143,"children":2144},{"style":369},[2145],{"type":46,"value":2146}," Notion ",{"type":41,"tag":306,"props":2148,"children":2149},{"style":313},[2150],{"type":46,"value":438},{"type":41,"tag":306,"props":2152,"children":2153},{"style":369},[2154],{"type":46,"value":2155}," Docs\u002Fwiki ",{"type":41,"tag":306,"props":2157,"children":2158},{"style":313},[2159],{"type":46,"value":438},{"type":41,"tag":306,"props":2161,"children":2162},{"style":313},[2163],{"type":46,"value":2062},{"type":41,"tag":306,"props":2165,"children":2166},{"style":313},[2167],{"type":46,"value":2067},{"type":41,"tag":306,"props":2169,"children":2170},{"class":308,"line":508},[2171],{"type":41,"tag":306,"props":2172,"children":2173},{"emptyLinePlaceholder":329},[2174],{"type":46,"value":332},{"type":41,"tag":306,"props":2176,"children":2177},{"class":308,"line":542},[2178,2182],{"type":41,"tag":306,"props":2179,"children":2180},{"style":313},[2181],{"type":46,"value":341},{"type":41,"tag":306,"props":2183,"children":2184},{"style":319},[2185],{"type":46,"value":2186},"Teams\n",{"type":41,"tag":306,"props":2188,"children":2189},{"class":308,"line":576},[2190,2194,2199,2203,2208,2212,2217],{"type":41,"tag":306,"props":2191,"children":2192},{"style":313},[2193],{"type":46,"value":438},{"type":41,"tag":306,"props":2195,"children":2196},{"style":369},[2197],{"type":46,"value":2198}," Team ",{"type":41,"tag":306,"props":2200,"children":2201},{"style":313},[2202],{"type":46,"value":438},{"type":41,"tag":306,"props":2204,"children":2205},{"style":369},[2206],{"type":46,"value":2207}," What they do ",{"type":41,"tag":306,"props":2209,"children":2210},{"style":313},[2211],{"type":46,"value":438},{"type":41,"tag":306,"props":2213,"children":2214},{"style":369},[2215],{"type":46,"value":2216}," Key people ",{"type":41,"tag":306,"props":2218,"children":2219},{"style":313},[2220],{"type":46,"value":457},{"type":41,"tag":306,"props":2222,"children":2223},{"class":308,"line":585},[2224],{"type":41,"tag":306,"props":2225,"children":2226},{"style":313},[2227],{"type":46,"value":2228},"|------|--------------|------------|\n",{"type":41,"tag":306,"props":2230,"children":2231},{"class":308,"line":593},[2232,2236,2241,2245,2250,2254,2259],{"type":41,"tag":306,"props":2233,"children":2234},{"style":313},[2235],{"type":46,"value":438},{"type":41,"tag":306,"props":2237,"children":2238},{"style":369},[2239],{"type":46,"value":2240}," Platform ",{"type":41,"tag":306,"props":2242,"children":2243},{"style":313},[2244],{"type":46,"value":438},{"type":41,"tag":306,"props":2246,"children":2247},{"style":369},[2248],{"type":46,"value":2249}," Infrastructure ",{"type":41,"tag":306,"props":2251,"children":2252},{"style":313},[2253],{"type":46,"value":438},{"type":41,"tag":306,"props":2255,"children":2256},{"style":369},[2257],{"type":46,"value":2258}," Sarah (lead) ",{"type":41,"tag":306,"props":2260,"children":2261},{"style":313},[2262],{"type":46,"value":457},{"type":41,"tag":306,"props":2264,"children":2265},{"class":308,"line":606},[2266,2270,2275,2279,2284,2288,2293],{"type":41,"tag":306,"props":2267,"children":2268},{"style":313},[2269],{"type":46,"value":438},{"type":41,"tag":306,"props":2271,"children":2272},{"style":369},[2273],{"type":46,"value":2274}," Finance ",{"type":41,"tag":306,"props":2276,"children":2277},{"style":313},[2278],{"type":46,"value":438},{"type":41,"tag":306,"props":2280,"children":2281},{"style":369},[2282],{"type":46,"value":2283}," Money stuff ",{"type":41,"tag":306,"props":2285,"children":2286},{"style":313},[2287],{"type":46,"value":438},{"type":41,"tag":306,"props":2289,"children":2290},{"style":369},[2291],{"type":46,"value":2292}," Todd (lead) ",{"type":41,"tag":306,"props":2294,"children":2295},{"style":313},[2296],{"type":46,"value":457},{"type":41,"tag":306,"props":2298,"children":2299},{"class":308,"line":632},[2300,2304,2309,2313,2318,2322,2327],{"type":41,"tag":306,"props":2301,"children":2302},{"style":313},[2303],{"type":46,"value":438},{"type":41,"tag":306,"props":2305,"children":2306},{"style":369},[2307],{"type":46,"value":2308}," Sales ",{"type":41,"tag":306,"props":2310,"children":2311},{"style":313},[2312],{"type":46,"value":438},{"type":41,"tag":306,"props":2314,"children":2315},{"style":369},[2316],{"type":46,"value":2317}," Revenue ",{"type":41,"tag":306,"props":2319,"children":2320},{"style":313},[2321],{"type":46,"value":438},{"type":41,"tag":306,"props":2323,"children":2324},{"style":369},[2325],{"type":46,"value":2326}," Greg ",{"type":41,"tag":306,"props":2328,"children":2329},{"style":313},[2330],{"type":46,"value":457},{"type":41,"tag":306,"props":2332,"children":2333},{"class":308,"line":641},[2334],{"type":41,"tag":306,"props":2335,"children":2336},{"emptyLinePlaceholder":329},[2337],{"type":46,"value":332},{"type":41,"tag":306,"props":2339,"children":2340},{"class":308,"line":667},[2341,2345],{"type":41,"tag":306,"props":2342,"children":2343},{"style":313},[2344],{"type":46,"value":341},{"type":41,"tag":306,"props":2346,"children":2347},{"style":319},[2348],{"type":46,"value":2349},"Processes\n",{"type":41,"tag":306,"props":2351,"children":2352},{"class":308,"line":693},[2353,2357,2362,2366,2371],{"type":41,"tag":306,"props":2354,"children":2355},{"style":313},[2356],{"type":46,"value":438},{"type":41,"tag":306,"props":2358,"children":2359},{"style":369},[2360],{"type":46,"value":2361}," Process ",{"type":41,"tag":306,"props":2363,"children":2364},{"style":313},[2365],{"type":46,"value":438},{"type":41,"tag":306,"props":2367,"children":2368},{"style":369},[2369],{"type":46,"value":2370}," What it means ",{"type":41,"tag":306,"props":2372,"children":2373},{"style":313},[2374],{"type":46,"value":457},{"type":41,"tag":306,"props":2376,"children":2377},{"class":308,"line":719},[2378],{"type":41,"tag":306,"props":2379,"children":2380},{"style":313},[2381],{"type":46,"value":2382},"|---------|---------------|\n",{"type":41,"tag":306,"props":2384,"children":2385},{"class":308,"line":728},[2386,2390,2395,2399,2404],{"type":41,"tag":306,"props":2387,"children":2388},{"style":313},[2389],{"type":46,"value":438},{"type":41,"tag":306,"props":2391,"children":2392},{"style":369},[2393],{"type":46,"value":2394}," Weekly sync ",{"type":41,"tag":306,"props":2396,"children":2397},{"style":313},[2398],{"type":46,"value":438},{"type":41,"tag":306,"props":2400,"children":2401},{"style":369},[2402],{"type":46,"value":2403}," Monday 10am all-hands ",{"type":41,"tag":306,"props":2405,"children":2406},{"style":313},[2407],{"type":46,"value":457},{"type":41,"tag":306,"props":2409,"children":2410},{"class":308,"line":736},[2411,2415,2420,2424,2429],{"type":41,"tag":306,"props":2412,"children":2413},{"style":313},[2414],{"type":46,"value":438},{"type":41,"tag":306,"props":2416,"children":2417},{"style":369},[2418],{"type":46,"value":2419}," Ship review ",{"type":41,"tag":306,"props":2421,"children":2422},{"style":313},[2423],{"type":46,"value":438},{"type":41,"tag":306,"props":2425,"children":2426},{"style":369},[2427],{"type":46,"value":2428}," Thursday deploy approval ",{"type":41,"tag":306,"props":2430,"children":2431},{"style":313},[2432],{"type":46,"value":457},{"type":41,"tag":55,"props":2434,"children":2436},{"id":2435},"how-to-interact",[2437],{"type":46,"value":2438},"How to Interact",{"type":41,"tag":2440,"props":2441,"children":2443},"h3",{"id":2442},"decoding-user-input-tiered-lookup",[2444],{"type":46,"value":2445},"Decoding User Input (Tiered Lookup)",{"type":41,"tag":49,"props":2447,"children":2448},{},[2449,2454],{"type":41,"tag":93,"props":2450,"children":2451},{},[2452],{"type":46,"value":2453},"Always",{"type":46,"value":2455}," decode shorthand before acting on requests:",{"type":41,"tag":67,"props":2457,"children":2460},{"className":2458,"code":2459,"language":46},[70],"1. CLAUDE.md (hot cache)     → Check first, covers 90% of cases\n2. memory\u002Fglossary.md        → Full glossary if not in hot cache\n3. memory\u002Fpeople\u002F, projects\u002F → Rich detail when needed\n4. Ask user                  → Unknown term? Learn it.\n",[2461],{"type":41,"tag":74,"props":2462,"children":2463},{"__ignoreMap":76},[2464],{"type":46,"value":2459},{"type":41,"tag":49,"props":2466,"children":2467},{},[2468],{"type":46,"value":2469},"Example:",{"type":41,"tag":67,"props":2471,"children":2474},{"className":2472,"code":2473,"language":46},[70],"User: \"ask todd to do the PSR for oracle\"\n\nCLAUDE.md lookup:\n  \"todd\" → Todd Martinez, Finance ✓\n  \"PSR\" → Pipeline Status Report ✓\n  \"oracle\" → (not in hot cache)\n\nmemory\u002Fglossary.md lookup:\n  \"oracle\" → Oracle Systems deal ($2.3M) ✓\n\nNow Claude can act with full context.\n",[2475],{"type":41,"tag":74,"props":2476,"children":2477},{"__ignoreMap":76},[2478],{"type":46,"value":2473},{"type":41,"tag":2440,"props":2480,"children":2482},{"id":2481},"adding-memory",[2483],{"type":46,"value":2484},"Adding Memory",{"type":41,"tag":49,"props":2486,"children":2487},{},[2488],{"type":46,"value":2489},"When user says \"remember this\" or \"X means Y\":",{"type":41,"tag":2491,"props":2492,"children":2493},"ol",{},[2494,2517,2548,2579],{"type":41,"tag":89,"props":2495,"children":2496},{},[2497,2502,2504],{"type":41,"tag":93,"props":2498,"children":2499},{},[2500],{"type":46,"value":2501},"Glossary items",{"type":46,"value":2503}," (acronyms, terms, shorthand):",{"type":41,"tag":85,"props":2505,"children":2506},{},[2507,2512],{"type":41,"tag":89,"props":2508,"children":2509},{},[2510],{"type":46,"value":2511},"Add to memory\u002Fglossary.md",{"type":41,"tag":89,"props":2513,"children":2514},{},[2515],{"type":46,"value":2516},"If frequently used, add to CLAUDE.md Quick Glossary",{"type":41,"tag":89,"props":2518,"children":2519},{},[2520,2525],{"type":41,"tag":93,"props":2521,"children":2522},{},[2523],{"type":46,"value":2524},"People:",{"type":41,"tag":85,"props":2526,"children":2527},{},[2528,2533,2538],{"type":41,"tag":89,"props":2529,"children":2530},{},[2531],{"type":46,"value":2532},"Create\u002Fupdate memory\u002Fpeople\u002F{name}.md",{"type":41,"tag":89,"props":2534,"children":2535},{},[2536],{"type":46,"value":2537},"Add to CLAUDE.md Key People if important",{"type":41,"tag":89,"props":2539,"children":2540},{},[2541,2546],{"type":41,"tag":93,"props":2542,"children":2543},{},[2544],{"type":46,"value":2545},"Capture nicknames",{"type":46,"value":2547}," - critical for decoding",{"type":41,"tag":89,"props":2549,"children":2550},{},[2551,2556],{"type":41,"tag":93,"props":2552,"children":2553},{},[2554],{"type":46,"value":2555},"Projects:",{"type":41,"tag":85,"props":2557,"children":2558},{},[2559,2564,2569],{"type":41,"tag":89,"props":2560,"children":2561},{},[2562],{"type":46,"value":2563},"Create\u002Fupdate memory\u002Fprojects\u002F{name}.md",{"type":41,"tag":89,"props":2565,"children":2566},{},[2567],{"type":46,"value":2568},"Add to CLAUDE.md Active Projects if current",{"type":41,"tag":89,"props":2570,"children":2571},{},[2572,2577],{"type":41,"tag":93,"props":2573,"children":2574},{},[2575],{"type":46,"value":2576},"Capture codenames",{"type":46,"value":2578}," - \"Phoenix\", \"the migration\", etc.",{"type":41,"tag":89,"props":2580,"children":2581},{},[2582,2587],{"type":41,"tag":93,"props":2583,"children":2584},{},[2585],{"type":46,"value":2586},"Preferences:",{"type":46,"value":2588}," Add to CLAUDE.md Preferences section",{"type":41,"tag":2440,"props":2590,"children":2592},{"id":2591},"recalling-memory",[2593],{"type":46,"value":2594},"Recalling Memory",{"type":41,"tag":49,"props":2596,"children":2597},{},[2598],{"type":46,"value":2599},"When user asks \"who is X\" or \"what does X mean\":",{"type":41,"tag":2491,"props":2601,"children":2602},{},[2603,2608,2613],{"type":41,"tag":89,"props":2604,"children":2605},{},[2606],{"type":46,"value":2607},"Check CLAUDE.md first",{"type":41,"tag":89,"props":2609,"children":2610},{},[2611],{"type":46,"value":2612},"Check memory\u002F for full detail",{"type":41,"tag":89,"props":2614,"children":2615},{},[2616],{"type":46,"value":2617},"If not found: \"I don't know what X means yet. Can you tell me?\"",{"type":41,"tag":2440,"props":2619,"children":2621},{"id":2620},"progressive-disclosure",[2622],{"type":46,"value":2623},"Progressive Disclosure",{"type":41,"tag":2491,"props":2625,"children":2626},{},[2627,2632,2637],{"type":41,"tag":89,"props":2628,"children":2629},{},[2630],{"type":46,"value":2631},"Load CLAUDE.md for quick parsing of any request",{"type":41,"tag":89,"props":2633,"children":2634},{},[2635],{"type":46,"value":2636},"Dive into memory\u002F when you need full context for execution",{"type":41,"tag":89,"props":2638,"children":2639},{},[2640,2642],{"type":46,"value":2641},"Example: drafting an email to todd about the PSR\n",{"type":41,"tag":85,"props":2643,"children":2644},{},[2645,2650],{"type":41,"tag":89,"props":2646,"children":2647},{},[2648],{"type":46,"value":2649},"CLAUDE.md tells you Todd = Todd Martinez, PSR = Pipeline Status Report",{"type":41,"tag":89,"props":2651,"children":2652},{},[2653],{"type":46,"value":2654},"memory\u002Fpeople\u002Ftodd-martinez.md tells you he prefers Slack, is direct",{"type":41,"tag":55,"props":2656,"children":2658},{"id":2657},"bootstrapping",[2659],{"type":46,"value":2660},"Bootstrapping",{"type":41,"tag":49,"props":2662,"children":2663},{},[2664,2666,2672],{"type":46,"value":2665},"Use ",{"type":41,"tag":74,"props":2667,"children":2669},{"className":2668},[],[2670],{"type":46,"value":2671},"\u002Fproductivity:start",{"type":46,"value":2673}," to initialize by scanning your chat, calendar, email, and documents. Extracts people, projects, and starts building the glossary.",{"type":41,"tag":55,"props":2675,"children":2677},{"id":2676},"conventions",[2678],{"type":46,"value":2679},"Conventions",{"type":41,"tag":85,"props":2681,"children":2682},{},[2683,2693,2698,2718,2723,2728,2733],{"type":41,"tag":89,"props":2684,"children":2685},{},[2686,2691],{"type":41,"tag":93,"props":2687,"children":2688},{},[2689],{"type":46,"value":2690},"Bold",{"type":46,"value":2692}," terms in CLAUDE.md for scannability",{"type":41,"tag":89,"props":2694,"children":2695},{},[2696],{"type":46,"value":2697},"Keep CLAUDE.md under ~100 lines (the \"hot 30\" rule)",{"type":41,"tag":89,"props":2699,"children":2700},{},[2701,2703,2709,2710,2716],{"type":46,"value":2702},"Filenames: lowercase, hyphens (",{"type":41,"tag":74,"props":2704,"children":2706},{"className":2705},[],[2707],{"type":46,"value":2708},"todd-martinez.md",{"type":46,"value":372},{"type":41,"tag":74,"props":2711,"children":2713},{"className":2712},[],[2714],{"type":46,"value":2715},"project-phoenix.md",{"type":46,"value":2717},")",{"type":41,"tag":89,"props":2719,"children":2720},{},[2721],{"type":46,"value":2722},"Always capture nicknames and alternate names",{"type":41,"tag":89,"props":2724,"children":2725},{},[2726],{"type":46,"value":2727},"Glossary tables for easy lookup",{"type":41,"tag":89,"props":2729,"children":2730},{},[2731],{"type":46,"value":2732},"When something's used frequently, promote it to CLAUDE.md",{"type":41,"tag":89,"props":2734,"children":2735},{},[2736],{"type":46,"value":2737},"When something goes stale, demote it to memory\u002F only",{"type":41,"tag":55,"props":2739,"children":2741},{"id":2740},"what-goes-where",[2742],{"type":46,"value":2743},"What Goes Where",{"type":41,"tag":2745,"props":2746,"children":2747},"table",{},[2748,2772],{"type":41,"tag":2749,"props":2750,"children":2751},"thead",{},[2752],{"type":41,"tag":2753,"props":2754,"children":2755},"tr",{},[2756,2762,2767],{"type":41,"tag":2757,"props":2758,"children":2759},"th",{},[2760],{"type":46,"value":2761},"Type",{"type":41,"tag":2757,"props":2763,"children":2764},{},[2765],{"type":46,"value":2766},"CLAUDE.md (Hot Cache)",{"type":41,"tag":2757,"props":2768,"children":2769},{},[2770],{"type":46,"value":2771},"memory\u002F (Full Storage)",{"type":41,"tag":2773,"props":2774,"children":2775},"tbody",{},[2776,2795,2813,2831,2849,2867,2884],{"type":41,"tag":2753,"props":2777,"children":2778},{},[2779,2785,2790],{"type":41,"tag":2780,"props":2781,"children":2782},"td",{},[2783],{"type":46,"value":2784},"Person",{"type":41,"tag":2780,"props":2786,"children":2787},{},[2788],{"type":46,"value":2789},"Top ~30 frequent contacts",{"type":41,"tag":2780,"props":2791,"children":2792},{},[2793],{"type":46,"value":2794},"glossary.md + people\u002F{name}.md",{"type":41,"tag":2753,"props":2796,"children":2797},{},[2798,2803,2808],{"type":41,"tag":2780,"props":2799,"children":2800},{},[2801],{"type":46,"value":2802},"Acronym\u002Fterm",{"type":41,"tag":2780,"props":2804,"children":2805},{},[2806],{"type":46,"value":2807},"~30 most common",{"type":41,"tag":2780,"props":2809,"children":2810},{},[2811],{"type":46,"value":2812},"glossary.md (complete list)",{"type":41,"tag":2753,"props":2814,"children":2815},{},[2816,2821,2826],{"type":41,"tag":2780,"props":2817,"children":2818},{},[2819],{"type":46,"value":2820},"Project",{"type":41,"tag":2780,"props":2822,"children":2823},{},[2824],{"type":46,"value":2825},"Active projects only",{"type":41,"tag":2780,"props":2827,"children":2828},{},[2829],{"type":46,"value":2830},"glossary.md + projects\u002F{name}.md",{"type":41,"tag":2753,"props":2832,"children":2833},{},[2834,2839,2844],{"type":41,"tag":2780,"props":2835,"children":2836},{},[2837],{"type":46,"value":2838},"Nickname",{"type":41,"tag":2780,"props":2840,"children":2841},{},[2842],{"type":46,"value":2843},"In Key People if top 30",{"type":41,"tag":2780,"props":2845,"children":2846},{},[2847],{"type":46,"value":2848},"glossary.md (all nicknames)",{"type":41,"tag":2753,"props":2850,"children":2851},{},[2852,2857,2862],{"type":41,"tag":2780,"props":2853,"children":2854},{},[2855],{"type":46,"value":2856},"Company context",{"type":41,"tag":2780,"props":2858,"children":2859},{},[2860],{"type":46,"value":2861},"Quick reference only",{"type":41,"tag":2780,"props":2863,"children":2864},{},[2865],{"type":46,"value":2866},"context\u002Fcompany.md",{"type":41,"tag":2753,"props":2868,"children":2869},{},[2870,2875,2880],{"type":41,"tag":2780,"props":2871,"children":2872},{},[2873],{"type":46,"value":2874},"Preferences",{"type":41,"tag":2780,"props":2876,"children":2877},{},[2878],{"type":46,"value":2879},"All preferences",{"type":41,"tag":2780,"props":2881,"children":2882},{},[2883],{"type":46,"value":888},{"type":41,"tag":2753,"props":2885,"children":2886},{},[2887,2892,2897],{"type":41,"tag":2780,"props":2888,"children":2889},{},[2890],{"type":46,"value":2891},"Historical\u002Fstale",{"type":41,"tag":2780,"props":2893,"children":2894},{},[2895],{"type":46,"value":2896},"✗ Remove",{"type":41,"tag":2780,"props":2898,"children":2899},{},[2900],{"type":46,"value":2901},"✓ Keep in memory\u002F",{"type":41,"tag":55,"props":2903,"children":2905},{"id":2904},"promotion-demotion",[2906],{"type":46,"value":2907},"Promotion \u002F Demotion",{"type":41,"tag":49,"props":2909,"children":2910},{},[2911],{"type":41,"tag":93,"props":2912,"children":2913},{},[2914],{"type":46,"value":2915},"Promote to CLAUDE.md when:",{"type":41,"tag":85,"props":2917,"children":2918},{},[2919,2924],{"type":41,"tag":89,"props":2920,"children":2921},{},[2922],{"type":46,"value":2923},"You use a term\u002Fperson frequently",{"type":41,"tag":89,"props":2925,"children":2926},{},[2927],{"type":46,"value":2928},"It's part of active work",{"type":41,"tag":49,"props":2930,"children":2931},{},[2932],{"type":41,"tag":93,"props":2933,"children":2934},{},[2935],{"type":46,"value":2936},"Demote to memory\u002F only when:",{"type":41,"tag":85,"props":2938,"children":2939},{},[2940,2945,2950],{"type":41,"tag":89,"props":2941,"children":2942},{},[2943],{"type":46,"value":2944},"Project completed",{"type":41,"tag":89,"props":2946,"children":2947},{},[2948],{"type":46,"value":2949},"Person no longer frequent contact",{"type":41,"tag":89,"props":2951,"children":2952},{},[2953],{"type":46,"value":2954},"Term rarely used",{"type":41,"tag":49,"props":2956,"children":2957},{},[2958],{"type":46,"value":2959},"This keeps CLAUDE.md fresh and relevant.",{"type":41,"tag":2961,"props":2962,"children":2963},"style",{},[2964],{"type":46,"value":2965},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":2967,"total":3154},[2968,2989,3003,3015,3034,3047,3068,3088,3102,3117,3125,3138],{"slug":2969,"name":2969,"fn":2970,"description":2971,"org":2972,"tags":2973,"stars":2986,"repoUrl":2987,"updatedAt":2988},"algorithmic-art","create algorithmic art with p5.js","Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2974,2977,2980,2983],{"name":2975,"slug":2976,"type":16},"Creative","creative",{"name":2978,"slug":2979,"type":16},"Design","design",{"name":2981,"slug":2982,"type":16},"Generative Art","generative-art",{"name":2984,"slug":2985,"type":16},"JavaScript","javascript",161831,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fskills","2026-04-06T17:56:15.455818",{"slug":2990,"name":2990,"fn":2991,"description":2992,"org":2993,"tags":2994,"stars":2986,"repoUrl":2987,"updatedAt":3002},"brand-guidelines","apply Anthropic brand colors and typography","Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2995,2998,2999],{"name":2996,"slug":2997,"type":16},"Branding","branding",{"name":2978,"slug":2979,"type":16},{"name":3000,"slug":3001,"type":16},"Typography","typography","2026-04-06T17:56:05.042852",{"slug":3004,"name":3004,"fn":3005,"description":3006,"org":3007,"tags":3008,"stars":2986,"repoUrl":2987,"updatedAt":3014},"canvas-design","create posters and visual art as PNG or PDF","Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[3009,3010,3011],{"name":2975,"slug":2976,"type":16},{"name":2978,"slug":2979,"type":16},{"name":3012,"slug":3013,"type":16},"PDF","pdf","2026-04-06T17:56:03.794732",{"slug":3016,"name":3016,"fn":3017,"description":3018,"org":3019,"tags":3020,"stars":2986,"repoUrl":2987,"updatedAt":3033},"claude-api","build apps with the Claude API","Reference for the Claude API \u002F Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration.\nTRIGGER — read BEFORE opening the target file; don't skip because it \"looks like a one-liner\" — whenever: the prompt names Claude\u002FAnthropic in any form (Claude, Anthropic, Fable, Opus, Sonnet, Haiku, `anthropic`, `@anthropic-ai`, `claude-*`, `us.anthropic.*`, `[1m]`); the user asks about an LLM (pricing\u002Fmodel choice\u002Flimits\u002Fcaching) — never answer from memory; OR the task is LLM-shaped with provider unstated (agent\u002FMCP\u002Ftool-definition\u002Fmulti-agent\u002FRAG\u002FLLM-judge\u002Fcomputer-use; generate\u002Fsummarize\u002Fextract\u002Fclassify\u002Frewrite\u002Fconverse over NL; debugging refusals\u002Fcutoffs\u002Fstreaming\u002Ftool-calls\u002Ftokens).\nSKIP only when another provider is being worked on (overrides all triggers): OpenAI\u002FGPT\u002FGemini\u002FLlama\u002FMistral\u002FCohere\u002FOllama named in the query; OR `grep -rE 'openai|langchain_openai|google.generativeai|genai|mistralai|cohere|ollama'` over the project hits (run this grep FIRST if no provider named — don't Read the file).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[3021,3024,3025,3028,3030],{"name":3022,"slug":3023,"type":16},"Agents","agents",{"name":9,"slug":8,"type":16},{"name":3026,"slug":3027,"type":16},"Anthropic SDK","anthropic-sdk",{"name":3029,"slug":3016,"type":16},"Claude API",{"name":3031,"slug":3032,"type":16},"LLM","llm","2026-07-28T05:36:08.213335",{"slug":3035,"name":3035,"fn":3036,"description":3037,"org":3038,"tags":3039,"stars":2986,"repoUrl":2987,"updatedAt":3046},"doc-coauthoring","co-author documentation and technical specs","Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[3040,3043],{"name":3041,"slug":3042,"type":16},"Documentation","documentation",{"name":3044,"slug":3045,"type":16},"Technical Writing","technical-writing","2026-04-06T17:56:14.18897",{"slug":3048,"name":3048,"fn":3049,"description":3050,"org":3051,"tags":3052,"stars":2986,"repoUrl":2987,"updatedAt":3067},"docx","create and edit Word documents","Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files) or Word templates (.dotx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', '.dotx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx or .dotx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[3053,3056,3058,3061,3064],{"name":3054,"slug":3055,"type":16},"Documents","documents",{"name":3057,"slug":3048,"type":16},"DOCX",{"name":3059,"slug":3060,"type":16},"Office","office",{"name":3062,"slug":3063,"type":16},"Templates","templates",{"name":3065,"slug":3066,"type":16},"Word","word","2026-07-18T05:16:23.136271",{"slug":3069,"name":3069,"fn":3070,"description":3071,"org":3072,"tags":3073,"stars":2986,"repoUrl":2987,"updatedAt":3087},"frontend-design","design production-grade frontend interfaces","Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[3074,3075,3078,3081,3084],{"name":2978,"slug":2979,"type":16},{"name":3076,"slug":3077,"type":16},"Frontend","frontend",{"name":3079,"slug":3080,"type":16},"React","react",{"name":3082,"slug":3083,"type":16},"Tailwind CSS","tailwind-css",{"name":3085,"slug":3086,"type":16},"UI Components","ui-components","2026-04-06T17:56:16.723469",{"slug":3089,"name":3089,"fn":3090,"description":3091,"org":3092,"tags":3093,"stars":2986,"repoUrl":2987,"updatedAt":3101},"internal-comms","write internal company communications","A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[3094,3097,3098],{"name":3095,"slug":3096,"type":16},"Communications","communications",{"name":3062,"slug":3063,"type":16},{"name":3099,"slug":3100,"type":16},"Writing","writing","2026-04-06T17:56:20.695522",{"slug":3103,"name":3103,"fn":3104,"description":3105,"org":3106,"tags":3107,"stars":2986,"repoUrl":2987,"updatedAt":3116},"mcp-builder","build MCP servers","Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node\u002FTypeScript (MCP SDK).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[3108,3109,3112,3113],{"name":3022,"slug":3023,"type":16},{"name":3110,"slug":3111,"type":16},"API Development","api-development",{"name":3031,"slug":3032,"type":16},{"name":3114,"slug":3115,"type":16},"MCP","mcp","2026-04-06T17:56:10.357665",{"slug":3013,"name":3013,"fn":3118,"description":3119,"org":3120,"tags":3121,"stars":2986,"repoUrl":2987,"updatedAt":3124},"read edit and manipulate PDF files","Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text\u002Ftables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting\u002Fdecrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[3122,3123],{"name":3054,"slug":3055,"type":16},{"name":3012,"slug":3013,"type":16},"2026-04-06T17:56:02.483316",{"slug":3126,"name":3126,"fn":3127,"description":3128,"org":3129,"tags":3130,"stars":2986,"repoUrl":2987,"updatedAt":3137},"pptx","create and edit PowerPoint presentations","Use this skill any time a .pptx or .potx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx or .potx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates (.potx), layouts, speaker notes, or comments. Trigger whenever the user mentions \"deck,\" \"slides,\" \"presentation,\" or references a .pptx or .potx filename, regardless of what they plan to do with the content afterward. If a .pptx or .potx file needs to be opened, created, or touched, use this skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[3131,3134],{"name":3132,"slug":3133,"type":16},"PowerPoint","powerpoint",{"name":3135,"slug":3136,"type":16},"Presentations","presentations","2026-07-18T05:16:24.1471",{"slug":3139,"name":3139,"fn":3140,"description":3141,"org":3142,"tags":3143,"stars":2986,"repoUrl":2987,"updatedAt":3153},"skill-creator","create and optimize agent skills","Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[3144,3145,3146,3149,3152],{"name":3022,"slug":3023,"type":16},{"name":3041,"slug":3042,"type":16},{"name":3147,"slug":3148,"type":16},"Evals","evals",{"name":3150,"slug":3151,"type":16},"Performance","performance",{"name":3044,"slug":3045,"type":16},"2026-04-19T06:45:40.804",490,{"items":3156,"total":3261},[3157,3171,3187,3203,3217,3236,3248],{"slug":3158,"name":3158,"fn":3159,"description":3160,"org":3161,"tags":3162,"stars":23,"repoUrl":24,"updatedAt":3170},"accessibility-review","run WCAG accessibility audits","Run a WCAG 2.1 AA accessibility audit on a design or page. Trigger with \"audit accessibility\", \"check a11y\", \"is this accessible?\", or when reviewing a design for color contrast, keyboard navigation, touch target size, or screen reader behavior before handoff.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[3163,3166,3167],{"name":3164,"slug":3165,"type":16},"Accessibility","accessibility",{"name":2978,"slug":2979,"type":16},{"name":3168,"slug":3169,"type":16},"WCAG","wcag","2026-04-06T17:58:05.682394",{"slug":3172,"name":3172,"fn":3173,"description":3174,"org":3175,"tags":3176,"stars":23,"repoUrl":24,"updatedAt":3186},"account-research","research accounts for sales intel","Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM. Trigger with \"research [company]\", \"look up [person]\", \"intel on [prospect]\", \"who is [name] at [company]\", or \"tell me about [company]\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[3177,3180,3183],{"name":3178,"slug":3179,"type":16},"CRM","crm",{"name":3181,"slug":3182,"type":16},"Research","research",{"name":3184,"slug":3185,"type":16},"Sales","sales","2026-04-06T17:56:41.410418",{"slug":3188,"name":3188,"fn":3189,"description":3190,"org":3191,"tags":3192,"stars":23,"repoUrl":24,"updatedAt":3202},"analyze","answer data questions and run analyses","Answer data questions -- from quick lookups to full analyses. Use when looking up a single metric, investigating what's driving a trend or drop, comparing segments over time, or preparing a formal data report for stakeholders.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[3193,3196,3199],{"name":3194,"slug":3195,"type":16},"Analytics","analytics",{"name":3197,"slug":3198,"type":16},"Data Analysis","data-analysis",{"name":3200,"slug":3201,"type":16},"SQL","sql","2026-04-06T17:57:21.593647",{"slug":122,"name":122,"fn":3204,"description":3205,"org":3206,"tags":3207,"stars":23,"repoUrl":24,"updatedAt":3216},"create and evaluate architecture decision records","Create or evaluate an architecture decision record (ADR). Use when choosing between technologies (e.g., Kafka vs SQS), documenting a design decision with trade-offs and consequences, reviewing a system design proposal, or designing a new component from requirements and constraints.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[3208,3211,3212,3213],{"name":3209,"slug":3210,"type":16},"ADR","adr",{"name":125,"slug":122,"type":16},{"name":3041,"slug":3042,"type":16},{"name":3214,"slug":3215,"type":16},"Engineering","engineering","2026-04-06T17:57:49.26444",{"slug":3218,"name":3218,"fn":3219,"description":3220,"org":3221,"tags":3222,"stars":23,"repoUrl":24,"updatedAt":3235},"audit-support","support SOX 404 control testing","Support SOX 404 compliance with control testing methodology, sample selection, and documentation standards. Use when generating testing workpapers, selecting audit samples, classifying control deficiencies, or preparing for internal or external audits.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[3223,3226,3229,3232],{"name":3224,"slug":3225,"type":16},"Audit","audit",{"name":3227,"slug":3228,"type":16},"Finance","finance",{"name":3230,"slug":3231,"type":16},"Regulatory Compliance","regulatory-compliance",{"name":3233,"slug":3234,"type":16},"SOX","sox","2026-04-06T17:57:36.714815",{"slug":3237,"name":3237,"fn":3238,"description":3239,"org":3240,"tags":3241,"stars":23,"repoUrl":24,"updatedAt":3247},"brand-review","review content against brand voice","Review content against your brand voice, style guide, and messaging pillars, flagging deviations by severity with specific before\u002Fafter fixes. Use when checking a draft before it ships, when auditing copy for voice consistency and terminology, or when screening for unsubstantiated claims, missing disclaimers, and other legal flags.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[3242,3243,3246],{"name":2996,"slug":2997,"type":16},{"name":3244,"slug":3245,"type":16},"Marketing","marketing",{"name":3099,"slug":3100,"type":16},"2026-04-06T17:58:19.548331",{"slug":3249,"name":3249,"fn":3250,"description":3251,"org":3252,"tags":3253,"stars":23,"repoUrl":24,"updatedAt":3260},"brand-voice-enforcement","enforce brand voice in content","This skill applies brand guidelines to content creation. It should be used when the user asks to \"write an email\", \"draft a proposal\", \"create a pitch deck\", \"write a LinkedIn post\", \"draft a presentation\", \"write a Slack message\", \"draft sales content\", or any content creation request where brand voice should be applied. Also triggers on \"on-brand\", \"brand voice\", \"enforce voice\", \"apply brand guidelines\", \"brand-aligned content\", \"write in our voice\", \"use our brand tone\", \"make this sound like us\", \"rewrite this in our tone\", or \"this doesn't sound on-brand\". Not for generating guidelines from scratch (use guideline-generation) or discovering brand materials (use discover-brand).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[3254,3255,3256,3259],{"name":2996,"slug":2997,"type":16},{"name":3095,"slug":3096,"type":16},{"name":3257,"slug":3258,"type":16},"Content Creation","content-creation",{"name":3099,"slug":3100,"type":16},"2026-04-06T18:00:23.528956",200]