[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-draft-long-form-memo":3,"mdc-7d87yi-key":36,"related-repo-openai-draft-long-form-memo":747,"related-org-openai-draft-long-form-memo":870},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":25,"repoUrl":26,"updatedAt":27,"license":28,"forks":29,"topics":30,"repo":31,"sourceUrl":34,"mdContent":35},"draft-long-form-memo","draft legal research memos","Writes a formal objective legal research memo (Questions Presented, Brief Answers, Facts, IRAC Discussion, Conclusion) as a .docx. Use to \"draft a research memo on whether…\" Predicts, never advocates.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"openai","OpenAI","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fopenai.png",[12,16,19,22],{"name":13,"slug":14,"type":15},"Writing","writing","tag",{"name":17,"slug":18,"type":15},"Documents","documents",{"name":20,"slug":21,"type":15},"DOCX","docx",{"name":23,"slug":24,"type":15},"Legal","legal",3992,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins","2026-06-30T19:00:57.102",null,465,[],{"repoUrl":26,"stars":25,"forks":29,"topics":32,"description":33},[],"OpenAI Plugins","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fmidpage\u002Fskills\u002Fdraft-long-form-memo","---\nname: draft-long-form-memo\ndescription: \"Writes a formal objective legal research memo (Questions Presented, Brief Answers, Facts, IRAC Discussion, Conclusion) as a .docx. Use to \\\"draft a research memo on whether…\\\" Predicts, never advocates.\"\nmetadata:\n  version: 0.2.0\n  author: midpage\n---\n\n# Draft Long-Form Memo\n\nProduce the thorough, objective memorandum a litigator hands a partner: it **predicts, it does\nnot advocate**. The test for every sentence: would you write it the same way no matter which\nside retained you? Read the shared guides first — `references\u002Flitigation-writing.md` (the\ncraft; same point-first discipline, neutral verbs), `references\u002Fcitations.md` (how every cite\nlinks), and `references\u002Flegal-docx.md`. The research method is below — the memo is only as\ngood as the research under it.\n\n## Research with Midpage (the method)\n\nAll law comes from the Midpage tools this session. `search` finds candidates; `findInOpinion`\npreviews; **`analyzeOpinion` is what permits a citation** — no case is cited without it.\n\n- **Frame each Question Presented as the operative element actually in dispute**, pinned to\n  the forum (it controls what binds and how to filter). Split multi-part questions; each issue\n  gets its own searches, its own Brief Answer, its own Discussion section.\n- **Search semantic, parallel, filtered.** Concept- and proposition-style queries, never\n  boolean; one issue per query, up to four in parallel; filtered to the forum\n  (`jurisdictionType`, `circuits`\u002F`courts`\u002F`states`, dates). Binding authority first,\n  persuasive labeled as such. If you filter `publishStatus`, run a parallel `unknown` query\n  too (California: default `published` plus `unknown`).\n- **Triage** on `highlights` (previews only — never quote them) and `treatment`; use\n  `findInOpinion` as the free double-click before spending an `analyzeOpinion` call.\n- **Branch from the best case**: pull the authorities a strong opinion itself leans on, then\n  search its key holding language to find later cases applying it. Iterate per issue until new\n  queries keep returning the same leading cases — saturation means the field is mapped.\n- **Research both sides with equal force — the memo's defining duty.** For every issue, run\n  searches framed from each party's position and `analyzeOpinion` the strongest case on each\n  side. The prediction is only honest if the contrary line got the same effort.\n- **The `analyzeOpinion` gate, on every case cited.** Pass a `question` naming the exact\n  element. Check `doesNotAddress` first — if your point is listed, the case doesn't stand for\n  it. Build sentences from `supportedPropositions` (verified quote + `deeplinkURL`); rank by\n  `centrality` (lead with holdings, never sell background as one); carry `scope` qualifiers;\n  never present a concurrence\u002Fdissent (`opinionSection`) as the court's holding; surface\n  negative `treatment` honestly.\n- **Silence and splits are answers.** \"No controlling authority on X in this circuit\" is a\n  finding worth reporting plainly; a genuine split is reported as one, with the best authority\n  each way — never resolved by wishful citation.\n\n## Structure\n\n- **Caption block** — `MEMORANDUM`, then To \u002F From \u002F Date \u002F Re: lines. **From is always\n  \"Midpage Legal Research\"** — never an AI assistant's name. Front matter is single-spaced, no\n  first-line indent (the body is double-spaced).\n- **Question(s) Presented** — one neutral, answerable question per distinct issue, naming the\n  forum and the operative element. Framed so the answer is genuinely in doubt, not loaded.\n- **Brief Answer(s)** — one-to-one with the questions: lead with the prediction (\"Probably\n  yes,\" \"Likely not,\" \"Unsettled, but the better view is…\") plus the one-line reason. Readable\n  on their own.\n- **Statement of Facts** — only if the user supplied facts; even-handed; record facts cited.\n  Omit the section entirely otherwise.\n- **Discussion** — the heart, IRAC per issue under `h1` headings: state the rule with linked\n  controlling authority, apply it to the facts, then give the contrary or competing authority\n  its fair statement — distinguish it, weigh it, note negative treatment honestly — and\n  resolve with a predictive conclusion. Use predictive verbs (\"a court would likely hold\"),\n  never advocacy verbs (\"plaintiff plainly fails\").\n- **Conclusion** — pull the Brief Answers into a candid forecast across all issues, flagging\n  open questions and the principal risk on each. No new authority; synthesize.\n\n## Rendering\n\nPer `references\u002Flegal-docx.md`, memo profile, double-spaced:\n\n```js\nconst B = D.builders(\"memo\", { lineSpacing: 480 });\n\u002F\u002F front matter lines: B.p([...], { lineSpacing: 240, firstLineIndent: 0 })\n\u002F\u002F Questions Presented: B.numbered(q, { instance: 1 })\n\u002F\u002F Brief Answers:       B.numbered(a, { instance: 2 })   \u002F\u002F distinct instance → restarts at 1\n```\n\nQuestions and Brief Answers are real numbered lists (hanging indents, wrapped lines aligned\nunder the text) — never a literal \"1.\" plus a tab.\n\n## Hard rules\n\n- **Objective, not persuasive.** Present both sides fairly; predict. Advocacy is\n  `draft-brief`'s job.\n- **Tool-grounded only.** Never cite a case, quote, or pin cite not run through\n  `analyzeOpinion` this session; `search`\u002F`findInOpinion` alone are not enough. No invented\n  authority, ever. Respect `doesNotAddress`, `scope`, `centrality`, and `opinionSection`;\n  surface negative treatment.\n- **Unsettled is an answer.** A genuine split or open question is reported as one, with the\n  best authority each way — never resolved by wishful citation.\n- Every proposition carries the exact linked citation per `references\u002Fcitations.md`; short\n  verbatim quotes woven into prose, no block quotes, no short cites.\n",{"data":37,"body":41},{"name":4,"description":6,"metadata":38},{"version":39,"author":40},"0.2.0","midpage",{"type":42,"children":43},"root",[44,52,91,98,132,376,382,467,473,485,631,636,642,741],{"type":45,"tag":46,"props":47,"children":48},"element","h1",{"id":4},[49],{"type":50,"value":51},"text","Draft Long-Form Memo",{"type":45,"tag":53,"props":54,"children":55},"p",{},[56,58,64,66,73,75,81,83,89],{"type":50,"value":57},"Produce the thorough, objective memorandum a litigator hands a partner: it ",{"type":45,"tag":59,"props":60,"children":61},"strong",{},[62],{"type":50,"value":63},"predicts, it does\nnot advocate",{"type":50,"value":65},". The test for every sentence: would you write it the same way no matter which\nside retained you? Read the shared guides first — ",{"type":45,"tag":67,"props":68,"children":70},"code",{"className":69},[],[71],{"type":50,"value":72},"references\u002Flitigation-writing.md",{"type":50,"value":74}," (the\ncraft; same point-first discipline, neutral verbs), ",{"type":45,"tag":67,"props":76,"children":78},{"className":77},[],[79],{"type":50,"value":80},"references\u002Fcitations.md",{"type":50,"value":82}," (how every cite\nlinks), and ",{"type":45,"tag":67,"props":84,"children":86},{"className":85},[],[87],{"type":50,"value":88},"references\u002Flegal-docx.md",{"type":50,"value":90},". The research method is below — the memo is only as\ngood as the research under it.",{"type":45,"tag":92,"props":93,"children":95},"h2",{"id":94},"research-with-midpage-the-method",[96],{"type":50,"value":97},"Research with Midpage (the method)",{"type":45,"tag":53,"props":99,"children":100},{},[101,103,109,111,117,119,130],{"type":50,"value":102},"All law comes from the Midpage tools this session. ",{"type":45,"tag":67,"props":104,"children":106},{"className":105},[],[107],{"type":50,"value":108},"search",{"type":50,"value":110}," finds candidates; ",{"type":45,"tag":67,"props":112,"children":114},{"className":113},[],[115],{"type":50,"value":116},"findInOpinion",{"type":50,"value":118},"\npreviews; ",{"type":45,"tag":59,"props":120,"children":121},{},[122,128],{"type":45,"tag":67,"props":123,"children":125},{"className":124},[],[126],{"type":50,"value":127},"analyzeOpinion",{"type":50,"value":129}," is what permits a citation",{"type":50,"value":131}," — no case is cited without it.",{"type":45,"tag":133,"props":134,"children":135},"ul",{},[136,147,219,259,269,286,366],{"type":45,"tag":137,"props":138,"children":139},"li",{},[140,145],{"type":45,"tag":59,"props":141,"children":142},{},[143],{"type":50,"value":144},"Frame each Question Presented as the operative element actually in dispute",{"type":50,"value":146},", pinned to\nthe forum (it controls what binds and how to filter). Split multi-part questions; each issue\ngets its own searches, its own Brief Answer, its own Discussion section.",{"type":45,"tag":137,"props":148,"children":149},{},[150,155,157,163,165,171,173,179,180,186,188,194,196,202,204,210,212,217],{"type":45,"tag":59,"props":151,"children":152},{},[153],{"type":50,"value":154},"Search semantic, parallel, filtered.",{"type":50,"value":156}," Concept- and proposition-style queries, never\nboolean; one issue per query, up to four in parallel; filtered to the forum\n(",{"type":45,"tag":67,"props":158,"children":160},{"className":159},[],[161],{"type":50,"value":162},"jurisdictionType",{"type":50,"value":164},", ",{"type":45,"tag":67,"props":166,"children":168},{"className":167},[],[169],{"type":50,"value":170},"circuits",{"type":50,"value":172},"\u002F",{"type":45,"tag":67,"props":174,"children":176},{"className":175},[],[177],{"type":50,"value":178},"courts",{"type":50,"value":172},{"type":45,"tag":67,"props":181,"children":183},{"className":182},[],[184],{"type":50,"value":185},"states",{"type":50,"value":187},", dates). Binding authority first,\npersuasive labeled as such. If you filter ",{"type":45,"tag":67,"props":189,"children":191},{"className":190},[],[192],{"type":50,"value":193},"publishStatus",{"type":50,"value":195},", run a parallel ",{"type":45,"tag":67,"props":197,"children":199},{"className":198},[],[200],{"type":50,"value":201},"unknown",{"type":50,"value":203}," query\ntoo (California: default ",{"type":45,"tag":67,"props":205,"children":207},{"className":206},[],[208],{"type":50,"value":209},"published",{"type":50,"value":211}," plus ",{"type":45,"tag":67,"props":213,"children":215},{"className":214},[],[216],{"type":50,"value":201},{"type":50,"value":218},").",{"type":45,"tag":137,"props":220,"children":221},{},[222,227,229,235,237,243,245,250,252,257],{"type":45,"tag":59,"props":223,"children":224},{},[225],{"type":50,"value":226},"Triage",{"type":50,"value":228}," on ",{"type":45,"tag":67,"props":230,"children":232},{"className":231},[],[233],{"type":50,"value":234},"highlights",{"type":50,"value":236}," (previews only — never quote them) and ",{"type":45,"tag":67,"props":238,"children":240},{"className":239},[],[241],{"type":50,"value":242},"treatment",{"type":50,"value":244},"; use\n",{"type":45,"tag":67,"props":246,"children":248},{"className":247},[],[249],{"type":50,"value":116},{"type":50,"value":251}," as the free double-click before spending an ",{"type":45,"tag":67,"props":253,"children":255},{"className":254},[],[256],{"type":50,"value":127},{"type":50,"value":258}," call.",{"type":45,"tag":137,"props":260,"children":261},{},[262,267],{"type":45,"tag":59,"props":263,"children":264},{},[265],{"type":50,"value":266},"Branch from the best case",{"type":50,"value":268},": pull the authorities a strong opinion itself leans on, then\nsearch its key holding language to find later cases applying it. Iterate per issue until new\nqueries keep returning the same leading cases — saturation means the field is mapped.",{"type":45,"tag":137,"props":270,"children":271},{},[272,277,279,284],{"type":45,"tag":59,"props":273,"children":274},{},[275],{"type":50,"value":276},"Research both sides with equal force — the memo's defining duty.",{"type":50,"value":278}," For every issue, run\nsearches framed from each party's position and ",{"type":45,"tag":67,"props":280,"children":282},{"className":281},[],[283],{"type":50,"value":127},{"type":50,"value":285}," the strongest case on each\nside. The prediction is only honest if the contrary line got the same effort.",{"type":45,"tag":137,"props":287,"children":288},{},[289,301,303,309,311,317,319,325,327,333,335,341,343,349,351,357,359,364],{"type":45,"tag":59,"props":290,"children":291},{},[292,294,299],{"type":50,"value":293},"The ",{"type":45,"tag":67,"props":295,"children":297},{"className":296},[],[298],{"type":50,"value":127},{"type":50,"value":300}," gate, on every case cited.",{"type":50,"value":302}," Pass a ",{"type":45,"tag":67,"props":304,"children":306},{"className":305},[],[307],{"type":50,"value":308},"question",{"type":50,"value":310}," naming the exact\nelement. Check ",{"type":45,"tag":67,"props":312,"children":314},{"className":313},[],[315],{"type":50,"value":316},"doesNotAddress",{"type":50,"value":318}," first — if your point is listed, the case doesn't stand for\nit. Build sentences from ",{"type":45,"tag":67,"props":320,"children":322},{"className":321},[],[323],{"type":50,"value":324},"supportedPropositions",{"type":50,"value":326}," (verified quote + ",{"type":45,"tag":67,"props":328,"children":330},{"className":329},[],[331],{"type":50,"value":332},"deeplinkURL",{"type":50,"value":334},"); rank by\n",{"type":45,"tag":67,"props":336,"children":338},{"className":337},[],[339],{"type":50,"value":340},"centrality",{"type":50,"value":342}," (lead with holdings, never sell background as one); carry ",{"type":45,"tag":67,"props":344,"children":346},{"className":345},[],[347],{"type":50,"value":348},"scope",{"type":50,"value":350}," qualifiers;\nnever present a concurrence\u002Fdissent (",{"type":45,"tag":67,"props":352,"children":354},{"className":353},[],[355],{"type":50,"value":356},"opinionSection",{"type":50,"value":358},") as the court's holding; surface\nnegative ",{"type":45,"tag":67,"props":360,"children":362},{"className":361},[],[363],{"type":50,"value":242},{"type":50,"value":365}," honestly.",{"type":45,"tag":137,"props":367,"children":368},{},[369,374],{"type":45,"tag":59,"props":370,"children":371},{},[372],{"type":50,"value":373},"Silence and splits are answers.",{"type":50,"value":375}," \"No controlling authority on X in this circuit\" is a\nfinding worth reporting plainly; a genuine split is reported as one, with the best authority\neach way — never resolved by wishful citation.",{"type":45,"tag":92,"props":377,"children":379},{"id":378},"structure",[380],{"type":50,"value":381},"Structure",{"type":45,"tag":133,"props":383,"children":384},{},[385,410,420,430,440,457],{"type":45,"tag":137,"props":386,"children":387},{},[388,393,395,401,403,408],{"type":45,"tag":59,"props":389,"children":390},{},[391],{"type":50,"value":392},"Caption block",{"type":50,"value":394}," — ",{"type":45,"tag":67,"props":396,"children":398},{"className":397},[],[399],{"type":50,"value":400},"MEMORANDUM",{"type":50,"value":402},", then To \u002F From \u002F Date \u002F Re: lines. ",{"type":45,"tag":59,"props":404,"children":405},{},[406],{"type":50,"value":407},"From is always\n\"Midpage Legal Research\"",{"type":50,"value":409}," — never an AI assistant's name. Front matter is single-spaced, no\nfirst-line indent (the body is double-spaced).",{"type":45,"tag":137,"props":411,"children":412},{},[413,418],{"type":45,"tag":59,"props":414,"children":415},{},[416],{"type":50,"value":417},"Question(s) Presented",{"type":50,"value":419}," — one neutral, answerable question per distinct issue, naming the\nforum and the operative element. Framed so the answer is genuinely in doubt, not loaded.",{"type":45,"tag":137,"props":421,"children":422},{},[423,428],{"type":45,"tag":59,"props":424,"children":425},{},[426],{"type":50,"value":427},"Brief Answer(s)",{"type":50,"value":429}," — one-to-one with the questions: lead with the prediction (\"Probably\nyes,\" \"Likely not,\" \"Unsettled, but the better view is…\") plus the one-line reason. Readable\non their own.",{"type":45,"tag":137,"props":431,"children":432},{},[433,438],{"type":45,"tag":59,"props":434,"children":435},{},[436],{"type":50,"value":437},"Statement of Facts",{"type":50,"value":439}," — only if the user supplied facts; even-handed; record facts cited.\nOmit the section entirely otherwise.",{"type":45,"tag":137,"props":441,"children":442},{},[443,448,450,455],{"type":45,"tag":59,"props":444,"children":445},{},[446],{"type":50,"value":447},"Discussion",{"type":50,"value":449}," — the heart, IRAC per issue under ",{"type":45,"tag":67,"props":451,"children":453},{"className":452},[],[454],{"type":50,"value":46},{"type":50,"value":456}," headings: state the rule with linked\ncontrolling authority, apply it to the facts, then give the contrary or competing authority\nits fair statement — distinguish it, weigh it, note negative treatment honestly — and\nresolve with a predictive conclusion. Use predictive verbs (\"a court would likely hold\"),\nnever advocacy verbs (\"plaintiff plainly fails\").",{"type":45,"tag":137,"props":458,"children":459},{},[460,465],{"type":45,"tag":59,"props":461,"children":462},{},[463],{"type":50,"value":464},"Conclusion",{"type":50,"value":466}," — pull the Brief Answers into a candid forecast across all issues, flagging\nopen questions and the principal risk on each. No new authority; synthesize.",{"type":45,"tag":92,"props":468,"children":470},{"id":469},"rendering",[471],{"type":50,"value":472},"Rendering",{"type":45,"tag":53,"props":474,"children":475},{},[476,478,483],{"type":50,"value":477},"Per ",{"type":45,"tag":67,"props":479,"children":481},{"className":480},[],[482],{"type":50,"value":88},{"type":50,"value":484},", memo profile, double-spaced:",{"type":45,"tag":486,"props":487,"children":492},"pre",{"className":488,"code":489,"language":490,"meta":491,"style":491},"language-js shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","const B = D.builders(\"memo\", { lineSpacing: 480 });\n\u002F\u002F front matter lines: B.p([...], { lineSpacing: 240, firstLineIndent: 0 })\n\u002F\u002F Questions Presented: B.numbered(q, { instance: 1 })\n\u002F\u002F Brief Answers:       B.numbered(a, { instance: 2 })   \u002F\u002F distinct instance → restarts at 1\n","js","",[493],{"type":45,"tag":67,"props":494,"children":495},{"__ignoreMap":491},[496,598,608,617],{"type":45,"tag":497,"props":498,"children":501},"span",{"class":499,"line":500},"line",1,[502,508,514,520,525,530,536,541,546,552,556,561,566,572,577,583,588,593],{"type":45,"tag":497,"props":503,"children":505},{"style":504},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[506],{"type":50,"value":507},"const",{"type":45,"tag":497,"props":509,"children":511},{"style":510},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[512],{"type":50,"value":513}," B ",{"type":45,"tag":497,"props":515,"children":517},{"style":516},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[518],{"type":50,"value":519},"=",{"type":45,"tag":497,"props":521,"children":522},{"style":510},[523],{"type":50,"value":524}," D",{"type":45,"tag":497,"props":526,"children":527},{"style":516},[528],{"type":50,"value":529},".",{"type":45,"tag":497,"props":531,"children":533},{"style":532},"--shiki-light:#6182B8;--shiki-default:#82AAFF;--shiki-dark:#82AAFF",[534],{"type":50,"value":535},"builders",{"type":45,"tag":497,"props":537,"children":538},{"style":510},[539],{"type":50,"value":540},"(",{"type":45,"tag":497,"props":542,"children":543},{"style":516},[544],{"type":50,"value":545},"\"",{"type":45,"tag":497,"props":547,"children":549},{"style":548},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[550],{"type":50,"value":551},"memo",{"type":45,"tag":497,"props":553,"children":554},{"style":516},[555],{"type":50,"value":545},{"type":45,"tag":497,"props":557,"children":558},{"style":516},[559],{"type":50,"value":560},",",{"type":45,"tag":497,"props":562,"children":563},{"style":516},[564],{"type":50,"value":565}," {",{"type":45,"tag":497,"props":567,"children":569},{"style":568},"--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178",[570],{"type":50,"value":571}," lineSpacing",{"type":45,"tag":497,"props":573,"children":574},{"style":516},[575],{"type":50,"value":576},":",{"type":45,"tag":497,"props":578,"children":580},{"style":579},"--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C",[581],{"type":50,"value":582}," 480",{"type":45,"tag":497,"props":584,"children":585},{"style":516},[586],{"type":50,"value":587}," }",{"type":45,"tag":497,"props":589,"children":590},{"style":510},[591],{"type":50,"value":592},")",{"type":45,"tag":497,"props":594,"children":595},{"style":516},[596],{"type":50,"value":597},";\n",{"type":45,"tag":497,"props":599,"children":601},{"class":499,"line":600},2,[602],{"type":45,"tag":497,"props":603,"children":605},{"style":604},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[606],{"type":50,"value":607},"\u002F\u002F front matter lines: B.p([...], { lineSpacing: 240, firstLineIndent: 0 })\n",{"type":45,"tag":497,"props":609,"children":611},{"class":499,"line":610},3,[612],{"type":45,"tag":497,"props":613,"children":614},{"style":604},[615],{"type":50,"value":616},"\u002F\u002F Questions Presented: B.numbered(q, { instance: 1 })\n",{"type":45,"tag":497,"props":618,"children":620},{"class":499,"line":619},4,[621,626],{"type":45,"tag":497,"props":622,"children":623},{"style":604},[624],{"type":50,"value":625},"\u002F\u002F Brief Answers:       B.numbered(a, { instance: 2 })",{"type":45,"tag":497,"props":627,"children":628},{"style":604},[629],{"type":50,"value":630},"   \u002F\u002F distinct instance → restarts at 1\n",{"type":45,"tag":53,"props":632,"children":633},{},[634],{"type":50,"value":635},"Questions and Brief Answers are real numbered lists (hanging indents, wrapped lines aligned\nunder the text) — never a literal \"1.\" plus a tab.",{"type":45,"tag":92,"props":637,"children":639},{"id":638},"hard-rules",[640],{"type":50,"value":641},"Hard rules",{"type":45,"tag":133,"props":643,"children":644},{},[645,663,719,729],{"type":45,"tag":137,"props":646,"children":647},{},[648,653,655,661],{"type":45,"tag":59,"props":649,"children":650},{},[651],{"type":50,"value":652},"Objective, not persuasive.",{"type":50,"value":654}," Present both sides fairly; predict. Advocacy is\n",{"type":45,"tag":67,"props":656,"children":658},{"className":657},[],[659],{"type":50,"value":660},"draft-brief",{"type":50,"value":662},"'s job.",{"type":45,"tag":137,"props":664,"children":665},{},[666,671,673,678,680,685,686,691,693,698,699,704,705,710,712,717],{"type":45,"tag":59,"props":667,"children":668},{},[669],{"type":50,"value":670},"Tool-grounded only.",{"type":50,"value":672}," Never cite a case, quote, or pin cite not run through\n",{"type":45,"tag":67,"props":674,"children":676},{"className":675},[],[677],{"type":50,"value":127},{"type":50,"value":679}," this session; ",{"type":45,"tag":67,"props":681,"children":683},{"className":682},[],[684],{"type":50,"value":108},{"type":50,"value":172},{"type":45,"tag":67,"props":687,"children":689},{"className":688},[],[690],{"type":50,"value":116},{"type":50,"value":692}," alone are not enough. No invented\nauthority, ever. Respect ",{"type":45,"tag":67,"props":694,"children":696},{"className":695},[],[697],{"type":50,"value":316},{"type":50,"value":164},{"type":45,"tag":67,"props":700,"children":702},{"className":701},[],[703],{"type":50,"value":348},{"type":50,"value":164},{"type":45,"tag":67,"props":706,"children":708},{"className":707},[],[709],{"type":50,"value":340},{"type":50,"value":711},", and ",{"type":45,"tag":67,"props":713,"children":715},{"className":714},[],[716],{"type":50,"value":356},{"type":50,"value":718},";\nsurface negative treatment.",{"type":45,"tag":137,"props":720,"children":721},{},[722,727],{"type":45,"tag":59,"props":723,"children":724},{},[725],{"type":50,"value":726},"Unsettled is an answer.",{"type":50,"value":728}," A genuine split or open question is reported as one, with the\nbest authority each way — never resolved by wishful citation.",{"type":45,"tag":137,"props":730,"children":731},{},[732,734,739],{"type":50,"value":733},"Every proposition carries the exact linked citation per ",{"type":45,"tag":67,"props":735,"children":737},{"className":736},[],[738],{"type":50,"value":80},{"type":50,"value":740},"; short\nverbatim quotes woven into prose, no block quotes, no short cites.",{"type":45,"tag":742,"props":743,"children":744},"style",{},[745],{"type":50,"value":746},"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":748,"total":869},[749,767,783,795,815,837,857],{"slug":750,"name":750,"fn":751,"description":752,"org":753,"tags":754,"stars":25,"repoUrl":26,"updatedAt":27},"accessibility-and-inclusive-visualization","make data visualizations accessible","Make data visualizations accessible and inclusive. Use when the user needs chart or diagram accessibility guidance, text alternatives for complex visuals, color and contrast review, keyboard support, reduced-motion behavior for animation or parallax, or an accessibility QA workflow for exported figures, UML-like diagrams, and dashboards.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[755,758,761,764],{"name":756,"slug":757,"type":15},"Accessibility","accessibility",{"name":759,"slug":760,"type":15},"Charts","charts",{"name":762,"slug":763,"type":15},"Data Visualization","data-visualization",{"name":765,"slug":766,"type":15},"Design","design",{"slug":768,"name":768,"fn":769,"description":770,"org":771,"tags":772,"stars":25,"repoUrl":26,"updatedAt":782},"agent-browser","automate browser interactions for agents","Browser automation CLI for AI agents. Use when the user needs to interact with websites, verify dev server output, test web apps, navigate pages, fill forms, click buttons, take screenshots, extract data, or automate any browser task. Also triggers when a dev server starts so you can verify it visually.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[773,776,779],{"name":774,"slug":775,"type":15},"Agents","agents",{"name":777,"slug":778,"type":15},"Browser Automation","browser-automation",{"name":780,"slug":781,"type":15},"Testing","testing","2026-04-06T18:41:03.44016",{"slug":784,"name":784,"fn":785,"description":786,"org":787,"tags":788,"stars":25,"repoUrl":26,"updatedAt":794},"agent-browser-verify","verify dev server output with automated browser","Automated browser verification for dev servers. Triggers when a dev server starts to run a visual gut-check with agent-browser — verifies the page loads, checks for console errors, validates key UI elements, and reports pass\u002Ffail before continuing.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[789,790,793],{"name":777,"slug":778,"type":15},{"name":791,"slug":792,"type":15},"Local Development","local-development",{"name":780,"slug":781,"type":15},"2026-04-06T18:41:17.526867",{"slug":796,"name":796,"fn":797,"description":798,"org":799,"tags":800,"stars":25,"repoUrl":26,"updatedAt":814},"agents-sdk","build AI agents on Cloudflare Workers","Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[801,802,805,808,811],{"name":774,"slug":775,"type":15},{"name":803,"slug":804,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":806,"slug":807,"type":15},"SDK","sdk",{"name":809,"slug":810,"type":15},"Serverless","serverless",{"name":812,"slug":813,"type":15},"WebSockets","websockets","2026-04-06T18:39:51.717063",{"slug":816,"name":816,"fn":817,"description":818,"org":819,"tags":820,"stars":25,"repoUrl":26,"updatedAt":836},"ai-elements","build chat UIs with AI Elements","AI Elements component library guidance — pre-built React components for AI interfaces built on shadcn\u002Fui. Use when building chat UIs, message displays, tool call rendering, streaming responses, reasoning panels, or any AI-native interface with the AI SDK.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[821,824,827,830,833],{"name":822,"slug":823,"type":15},"Frontend","frontend",{"name":825,"slug":826,"type":15},"React","react",{"name":828,"slug":829,"type":15},"shadcn\u002Fui","shadcn-ui",{"name":831,"slug":832,"type":15},"UI Components","ui-components",{"name":834,"slug":835,"type":15},"Vercel","vercel","2026-04-06T18:40:59.619419",{"slug":838,"name":838,"fn":839,"description":840,"org":841,"tags":842,"stars":25,"repoUrl":26,"updatedAt":856},"ai-gateway","configure Vercel AI Gateway","Vercel AI Gateway expert guidance. Use when configuring model routing, provider failover, cost tracking, or managing multiple AI providers through a unified API.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[843,846,849,852,855],{"name":844,"slug":845,"type":15},"AI Infrastructure","ai-infrastructure",{"name":847,"slug":848,"type":15},"Cost Optimization","cost-optimization",{"name":850,"slug":851,"type":15},"LLM","llm",{"name":853,"slug":854,"type":15},"Performance","performance",{"name":834,"slug":835,"type":15},"2026-04-06T18:40:44.377464",{"slug":858,"name":858,"fn":859,"description":860,"org":861,"tags":862,"stars":25,"repoUrl":26,"updatedAt":868},"ai-generation-persistence","implement persistence patterns for AI generations","AI generation persistence patterns — unique IDs, addressable URLs, database storage, and cost tracking for every LLM generation",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[863,864,867],{"name":847,"slug":848,"type":15},{"name":865,"slug":866,"type":15},"Database","database",{"name":850,"slug":851,"type":15},"2026-04-06T18:41:08.513425",600,{"items":871,"total":1066},[872,891,914,931,947,964,983,995,1009,1023,1035,1050],{"slug":873,"name":873,"fn":874,"description":875,"org":876,"tags":877,"stars":888,"repoUrl":889,"updatedAt":890},"prior-auth-packet-builder","build healthcare prior authorization packets","Build a concise prior authorization packet from local case files and payer policy docs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[878,879,882,885],{"name":17,"slug":18,"type":15},{"name":880,"slug":881,"type":15},"Healthcare","healthcare",{"name":883,"slug":884,"type":15},"Insurance","insurance",{"name":886,"slug":887,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":892,"name":892,"fn":893,"description":894,"org":895,"tags":896,"stars":911,"repoUrl":912,"updatedAt":913},"aspnet-core","build ASP.NET Core web applications","Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Use when working on Blazor Web Apps, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, gRPC, middleware, dependency injection, configuration, authentication, authorization, testing, performance, deployment, or ASP.NET Core upgrades.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[897,900,902,905,908],{"name":898,"slug":899,"type":15},".NET","dotnet",{"name":901,"slug":892,"type":15},"ASP.NET Core",{"name":903,"slug":904,"type":15},"Blazor","blazor",{"name":906,"slug":907,"type":15},"C#","csharp",{"name":909,"slug":910,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":915,"name":915,"fn":916,"description":917,"org":918,"tags":919,"stars":911,"repoUrl":912,"updatedAt":930},"chatgpt-apps","build ChatGPT Apps SDK applications","Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain settings, or produce a docs-aligned project scaffold. Prefer a docs-first workflow by invoking the openai-docs skill or OpenAI developer docs MCP tools before generating code.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[920,923,926,929],{"name":921,"slug":922,"type":15},"Apps SDK","apps-sdk",{"name":924,"slug":925,"type":15},"ChatGPT","chatgpt",{"name":927,"slug":928,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":932,"name":932,"fn":933,"description":934,"org":935,"tags":936,"stars":911,"repoUrl":912,"updatedAt":946},"cli-creator","build CLIs from API docs","Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read\u002Fwrite commands, return stable JSON, manage auth, and pair with a companion skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[937,940,943],{"name":938,"slug":939,"type":15},"API Development","api-development",{"name":941,"slug":942,"type":15},"CLI","cli",{"name":944,"slug":945,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":948,"name":948,"fn":949,"description":950,"org":951,"tags":952,"stars":911,"repoUrl":912,"updatedAt":963},"cloudflare-deploy","deploy projects to Cloudflare","Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[953,956,959,960],{"name":954,"slug":955,"type":15},"Cloudflare","cloudflare",{"name":957,"slug":958,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":803,"slug":804,"type":15},{"name":961,"slug":962,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":965,"name":965,"fn":966,"description":967,"org":968,"tags":969,"stars":911,"repoUrl":912,"updatedAt":982},"define-goal","define and set measurable project goals","Help the user define a concrete, measurable goal before starting work, especially when they ask to use the goal tool, create a goal, set an objective, clarify success criteria, or turn a fuzzy intention into a quantitative outcome. Use this skill for goal creation and goal refinement only; it does not manage durable snapshots, decision logs, or long-running execution artifacts.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[970,973,976,979],{"name":971,"slug":972,"type":15},"Productivity","productivity",{"name":974,"slug":975,"type":15},"Project Management","project-management",{"name":977,"slug":978,"type":15},"Strategy","strategy",{"name":980,"slug":981,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":984,"name":984,"fn":985,"description":986,"org":987,"tags":988,"stars":911,"repoUrl":912,"updatedAt":994},"figma","translate Figma designs into code","Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[989,990,992,993],{"name":765,"slug":766,"type":15},{"name":991,"slug":984,"type":15},"Figma",{"name":822,"slug":823,"type":15},{"name":927,"slug":928,"type":15},"2026-04-12T05:06:47.939943",{"slug":996,"name":996,"fn":997,"description":998,"org":999,"tags":1000,"stars":911,"repoUrl":912,"updatedAt":1008},"figma-code-connect-components","connect Figma designs to code components","Connects Figma design components to code components using Code Connect mapping tools. Use when user says \"code connect\", \"connect this component to code\", \"map this component\", \"link component to code\", \"create code connect mapping\", or wants to establish mappings between Figma designs and code implementations. For canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1001,1002,1005,1006,1007],{"name":765,"slug":766,"type":15},{"name":1003,"slug":1004,"type":15},"Design System","design-system",{"name":991,"slug":984,"type":15},{"name":822,"slug":823,"type":15},{"name":831,"slug":832,"type":15},"2026-05-10T05:59:52.971881",{"slug":1010,"name":1010,"fn":1011,"description":1012,"org":1013,"tags":1014,"stars":911,"repoUrl":912,"updatedAt":1022},"figma-create-design-system-rules","generate design system rules from Figma","Generates custom design system rules for the user's codebase. Use when user says \"create design system rules\", \"generate rules for my project\", \"set up design rules\", \"customize design system guidelines\", or wants to establish project-specific conventions for Figma-to-code workflows. Requires Figma MCP server connection.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1015,1016,1017,1020,1021],{"name":765,"slug":766,"type":15},{"name":1003,"slug":1004,"type":15},{"name":1018,"slug":1019,"type":15},"Documentation","documentation",{"name":991,"slug":984,"type":15},{"name":822,"slug":823,"type":15},"2026-05-16T06:07:47.821474",{"slug":1024,"name":1024,"fn":1025,"description":1026,"org":1027,"tags":1028,"stars":911,"repoUrl":912,"updatedAt":1034},"figma-implement-design","translate Figma designs into application code","Translates Figma designs into production-ready application code with 1:1 visual fidelity. Use when implementing UI code from Figma files, when user mentions \"implement design\", \"generate code\", \"implement component\", provides Figma URLs, or asks to build components matching Figma specs. For Figma canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1029,1030,1031,1032,1033],{"name":765,"slug":766,"type":15},{"name":991,"slug":984,"type":15},{"name":822,"slug":823,"type":15},{"name":831,"slug":832,"type":15},{"name":909,"slug":910,"type":15},"2026-05-16T06:07:40.583615",{"slug":1036,"name":1036,"fn":1037,"description":1038,"org":1039,"tags":1040,"stars":911,"repoUrl":912,"updatedAt":1049},"hatch-pet","create animated pets for Codex","Create, repair, validate, visually QA, and package Codex-compatible animated pets and pet spritesheets from character art, generated images, company or prospect brand cues, or visual references. Use when a user wants a lightweight-worker Codex pet workflow, a non-pixel custom pet style, a prospect or company mascot pet, or a full 8x9 animated pet atlas with transparent unused cells, QA contact sheets, and pet.json packaging. This skill composes the installed $imagegen system skill for visual generation and uses bundled scripts for deterministic spritesheet assembly.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1041,1044,1045,1048],{"name":1042,"slug":1043,"type":15},"Animation","animation",{"name":944,"slug":945,"type":15},{"name":1046,"slug":1047,"type":15},"Creative","creative",{"name":765,"slug":766,"type":15},"2026-05-02T05:31:48.48485",{"slug":1051,"name":1051,"fn":1052,"description":1053,"org":1054,"tags":1055,"stars":911,"repoUrl":912,"updatedAt":1065},"imagegen","generate and edit raster images","Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output should be a bitmap asset rather than repo-native code or vector. Do not use when the task is better handled by editing existing SVG\u002Fvector\u002Fcode-native assets, extending an established icon or logo system, or building the visual directly in HTML\u002FCSS\u002Fcanvas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1056,1057,1058,1061,1064],{"name":1046,"slug":1047,"type":15},{"name":765,"slug":766,"type":15},{"name":1059,"slug":1060,"type":15},"Image Generation","image-generation",{"name":1062,"slug":1063,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675]