{"id":"4086a5ef-22ff-4693-8f22-8e74ba2ac0be","shortId":"EXCtUD","kind":"skill","title":"culture","tagline":"This skill should be used when the user wants to think out loud, rubber-duck a design, walk through trade-offs, or explore an ambiguous problem WITHOUT producing production code or specs — phrases like \"let's talk through X\", \"rubber duck this with me\", \"I'm trying to decide betw","description":"# /culture\n\nUse this skill for free-form technical thinking when the desired output is shared understanding, not production code, specs, or PRs.\n\nDo not use it when the user wants a written spec (`/mold`), implementation (`/cook`), review (`/age`), or external evidence gathering (`/briesearch`).\n\n## Invariant\n\n`/culture` does not write production code, commit changes, open PRs, or mutate project state. The only sanctioned artifact is the **opt-in** notes handoff at `.cheese/notes/<slug>.md` (see `## Handoff slug` below), written only at session end and only when the user asks for notes — never during dialogue. If the conversation reveals that something should be built, route to `/mold` or `/cook` and stop.\n\n## Flow\n\n1. Restate the question or tension in one sentence. If the question rests on a false premise or a loaded assumption, name it before engaging.\n2. Identify assumptions, constraints, and decision criteria.\n3. Explore trade-offs and likely blast radius. When the trade-off hinges on \"what does this touch\", run a read-only shape check on the candidate seam — a `cheez-search` callers query (`tilth_search kind: \"callers\"`) plus `tilth_deps` — and label each option `[low | medium | high blast radius]`. Procedure mirrors `../mold/references/shape-check.md`; culture stops at the verdict and never drafts signatures. Steelman the rejected option before settling on a recommendation.\n4. Use evidence only when it helps the conversation; avoid deep research unless the user asks.\n5. End with a compact summary, open questions tagged with confidence (`certain | speculating | don't know`), and a `## Handoff` prompt (see below).\n\nDefault the model's own contribution to maximum useful depth — full pseudocode signatures over hand-waving, named edge cases over \"consider edge cases\", concrete file:line evidence over vague pointers. Smallest-useful-question discipline applies only to what you ask the user, never to what you offer them.\n\n## Preferred tools and fallbacks\n\nCode search and reading go through the cheez-* skills (`/cheez-search`, `/cheez-read`) — see those skills for tool selection rules. Blast-radius reads specifically use `cheez-search` callers (`kind: \"callers\"`) plus `tilth_deps` (read-only shape check); culture stops at the verdict and never drafts signatures.\n\nBeyond cheez-* there are culture-specific tools:\n\n| Need | Prefer | Fallback |\n| --- | --- | --- |\n| Visualizing diffs or examples | `delta` | plain `git diff` |\n| External sanity check | `/briesearch` | clearly mark as an assumption |\n\nMissing optional tools should not interrupt the conversation. Keep tool use light; this is a thinking session.\n\n## Output\n\nReturn a short conversational summary:\n\n- Current understanding\n- Trade-offs or options\n- Open questions\n\n## Handoff slug\n\nWhen (and only when) the user asks for notes at session end, write an optional handoff slug to `.cheese/notes/<slug>.md`. The slug uses the same minimum schema as the other phase handoffs so `/cheese --continue <slug>` can read it:\n\n```markdown\nstatus: ok | halt: <one-line reason>\nnext: mold | cook | ultracook | stop\nartifact: <path-if-any>\n<one-line orientation: what the culture session converged on>\n```\n\n`next:` is culture-specific — values are `mold` (fuzzy idea, route to spec), `cook` (clear ask, route to implementation), `ultracook` (clear ask with high blast radius, route to autonomous fresh-context chain), or `stop` (no further action). The orientation line captures the punchline of the dialogue in one factual sentence; deeper notes go in the body of the same file.\n\nThe notes slug is the **only** thing culture is allowed to write. No commits, no PRs, no production-code edits — those route to `/mold` or `/cook`.\n\n## Handoff\n\n**Pipeline:** **[culture]** → mold → cook → press → age → cure → ship\n\nWhen the conversation reveals real work, ask via the shared handoff gate in [`../../shared/handoff-gate.md`](../../shared/handoff-gate.md). Lead each option with the verb (what the user wants to *do* next); the skill command is the backing detail. Before asking, render a compact context packet so the downstream skill can dispatch without losing the discussion:\n\n```yaml\nhandoff_context:\n  source_skill: /culture\n  summary: <one factual sentence>\n  open_questions: [<only blockers, if any>]\n  artifact: <.cheese/notes/<slug>.md if written, otherwise none>\n```\n\nDefault options (pick at most three of these plus a stop):\n\n- **Shape this into a written spec** *(recommended when the idea is still fuzzy)* — `/mold` with the context packet, or `/mold .cheese/notes/<slug>.md` when a notes slug exists.\n- **Implement it directly** *(recommended when the ask is clear and unambiguous)* — `/cook` with the context packet as the accepted contract.\n- **Implement and auto-review** — `/cook --auto` with the context packet, chains through `/press → /age → /cure` autonomously, fixing every medium-or-above finding across up to two cure passes. Stops at the final cure pass; opening or updating the PR stays a manual step. Offer this when the conversation reached an unambiguous contract *and* the user signalled they want the whole pipeline to run forward without per-step approval (\"just do it\", \"ship it\", \"auto\", \"fix it all the way through\"). Never pre-select; auto mode opts the user out of the gates that exist for their protection.\n- **Research more first** *(when the conversation hit a factual gap external docs could close)* — `/briesearch`.\n- **Pause** — dispatch none; keep the dialogue in head.\n\nAfter a non-stop selection, run the selected downstream skill immediately with the context packet. `/age` is never the next step from culture — review needs a diff to look at.\n\n## Rules\n\n- No production-code writes, no commits, no PRs. The only sanctioned write is the opt-in `.cheese/notes/<slug>.md` handoff at session end, and only when the user asks for it.\n- Ask one useful question at a time when the user is exploring.\n- Prefer clarity over completeness.\n- Agree when agreement is warranted; do not manufacture counterpoints to seem balanced.\n- When external evidence raises an alternative (\"X uses Y or Z\"), name it as a trade-off in the dialogue and a candidate option — never silently recommend \"add both\" or \"expose a knob\". Design choices need explicit user adjudication, not agent inference from a citation.\n- Apply the shared voice kernel (lives at `skills/age/references/voice.md` in this repo): lead with the answer, flag confidence as `certain | speculating | don't know`, steelman, track contradictions across turns.","tags":["culture","easy","cheese","paulnsorensen","agent-skills","ai-coding","claude-code","code-review","developer-tools"],"capabilities":["skill","source-paulnsorensen","skill-culture","topic-agent-skills","topic-ai-coding","topic-claude-code","topic-code-review","topic-developer-tools"],"categories":["easy-cheese"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/paulnsorensen/easy-cheese/culture","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add paulnsorensen/easy-cheese","source_repo":"https://github.com/paulnsorensen/easy-cheese","install_from":"skills.sh"}},"qualityScore":"0.453","qualityRationale":"deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 7 github stars · SKILL.md body (6,537 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-05-18T19:13:40.893Z","embedding":null,"createdAt":"2026-05-18T13:21:08.761Z","updatedAt":"2026-05-18T19:13:40.893Z","lastSeenAt":"2026-05-18T19:13:40.893Z","tsv":"'/../shared/handoff-gate.md':629,630 '/age':92,760,886 '/briesearch':97,431,861 '/cheese':504 '/cheez-read':372 '/cheez-search':371 '/cook':90,160,606,737,751 '/culture':54,99,673 '/cure':761 '/mold':88,158,604,712,718 '/mold/references/shape-check.md':251 '/press':759 '1':164 '2':189 '3':196 '4':270 '5':286 'accept':744 'across':770,1034 'action':556 'add':990 'adjud':1001 'age':613 'agent':1003 'agre':950 'agreement':952 'allow':589 'altern':967 'ambigu':28 'answer':1022 'appli':344,1008 'approv':816 'artifact':116,518,681 'ask':141,285,349,477,534,540,622,652,732,931,934 'assumpt':184,191,436 'auto':749,752,822,833 'auto-review':748 'autonom':547,762 'avoid':279 'back':649 'balanc':961 'betw':53 'beyond':409 'blast':203,247,381,543 'blast-radius':380 'blocker':678 'bodi':575 'built':155 'caller':231,236,389,391 'candid':225,985 'captur':560 'case':327,331 'certain':297,1026 'chain':551,757 'chang':106 'check':222,399,430 'cheese/notes':125,489,682,719,920 'cheez':229,369,387,410 'cheez-search':228,386 'choic':997 'citat':1007 'clariti':947 'clear':432,533,539,734 'close':860 'code':33,73,104,362,599,905 'command':646 'commit':105,593,908 'compact':290,655 'complet':949 'concret':332 'confid':296,1024 'consid':329 'constraint':192 'context':550,656,670,715,740,755,884 'continu':505 'contract':745,799 'contradict':1033 'contribut':313 'convers':149,278,444,458,618,795,852 'cook':515,532,611 'could':859 'counterpoint':958 'criteria':195 'cultur':1,252,400,414,522,587,609,893 'culture-specif':413,521 'cure':614,774,780 'current':460 'decid':52 'decis':194 'deep':280 'deeper':570 'default':308,688 'delta':424 'dep':239,394 'depth':317 'design':19,996 'desir':66 'detail':650 'dialogu':146,565,867,982 'diff':421,427,897 'direct':728 'disciplin':343 'discuss':667 'dispatch':663,863 'doc':858 'downstream':660,879 'draft':259,407 'duck':17,44 'edg':326,330 'edit':600 'end':135,287,482,925 'engag':188 'everi':764 'evid':95,272,335,964 'exampl':423 'exist':725,843 'explicit':999 'explor':26,197,945 'expos':993 'extern':94,428,857,963 'factual':568,855 'fallback':361,419 'fals':179 'file':333,579 'final':779 'find':769 'first':849 'fix':763,823 'flag':1023 'flow':163 'form':61 'forward':811 'free':60 'free-form':59 'fresh':549 'fresh-context':548 'full':318 'fuzzi':527,711 'gap':856 'gate':627,841 'gather':96 'git':426 'go':366,572 'halt':512 'hand':323 'hand-wav':322 'handoff':123,128,304,469,486,502,607,626,669,922 'head':869 'help':276 'high':246,542 'hing':210 'hit':853 'idea':528,708 'identifi':190 'immedi':881 'implement':89,537,726,746 'infer':1004 'interrupt':442 'invari':98 'keep':445,865 'kernel':1012 'kind':235,390 'knob':995 'know':301,1030 'label':241 'lead':631,1019 'let':38 'light':448 'like':37,202 'line':334,559 'live':1013 'load':183 'look':899 'lose':665 'loud':14 'low':244 'm':49 'manual':789 'manufactur':957 'mark':433 'markdown':509 'maximum':315 'md':126,490,683,720,921 'medium':245,766 'medium-or-abov':765 'minimum':496 'mirror':250 'miss':437 'mode':834 'model':310 'mold':514,526,610 'mutat':110 'name':185,325,973 'need':417,895,998 'never':144,258,352,406,829,888,987 'next':513,519,643,890 'non':873 'non-stop':872 'none':687,864 'note':122,143,479,571,581,723 'off':24,200,464 'offer':356,791 'ok':511 'one':171,567,935 'open':107,292,467,675,782 'opt':120,835,918 'opt-in':119,917 'option':243,264,438,466,485,633,689,986 'orient':558 'otherwis':686 'output':67,454 'packet':657,716,741,756,885 'pass':775,781 'paus':862 'per':814 'per-step':813 'phase':501 'phrase':36 'pick':690 'pipelin':608,808 'plain':425 'plus':237,392,696 'pointer':338 'pr':786 'pre':831 'pre-select':830 'prefer':358,418,946 'premis':180 'press':612 'problem':29 'procedur':249 'produc':31 'product':32,72,103,598,904 'production-cod':597,903 'project':111 'prompt':305 'protect':846 'prs':76,108,595,910 'pseudocod':319 'punchlin':562 'queri':232 'question':167,175,293,342,468,676,937 'radius':204,248,382,544 'rais':965 'reach':796 'read':219,365,383,396,507 'read-on':218,395 'real':620 'recommend':269,705,729,989 'reject':263 'render':653 'repo':1018 'research':281,847 'rest':176 'restat':165 'return':455 'reveal':150,619 'review':91,750,894 'rout':156,529,535,545,602 'rubber':16,43 'rubber-duck':15 'rule':379,901 'run':216,810,876 'sanction':115,913 'saniti':429 'schema':497 'seam':226 'search':230,234,363,388 'see':127,306,373 'seem':960 'select':378,832,875,878 'sentenc':172,569 'session':134,453,481,924 'settl':266 'shape':221,398,699 'share':69,625,1010 'ship':615,820 'short':457 'signal':803 'signatur':260,320,408 'silent':988 'skill':3,57,370,375,645,661,672,880 'skill-culture' 'skills/age/references/voice.md':1015 'slug':129,470,487,492,582,724 'smallest':340 'smallest-useful-quest':339 'someth':152 'sourc':671 'source-paulnsorensen' 'spec':35,74,87,531,704 'specif':384,415,523 'specul':298,1027 'state':112 'status':510 'stay':787 'steelman':261,1031 'step':790,815,891 'still':710 'stop':162,253,401,517,553,698,776,874 'summari':291,459,674 'tag':294 'talk':40 'technic':62 'tension':169 'thing':586 'think':12,63,452 'three':693 'tilth':233,238,393 'time':940 'tool':359,377,416,439,446 'topic-agent-skills' 'topic-ai-coding' 'topic-claude-code' 'topic-code-review' 'topic-developer-tools' 'touch':215 'track':1032 'trade':23,199,208,463,978 'trade-off':22,198,207,462,977 'tri':50 'turn':1035 'two':773 'ultracook':516,538 'unambigu':736,798 'understand':70,461 'unless':282 'updat':784 'use':6,55,79,271,316,341,385,447,493,936,969 'user':9,83,140,284,351,476,639,802,837,930,943,1000 'vagu':337 'valu':524 'verb':636 'verdict':256,404 'via':623 'visual':420 'voic':1011 'walk':20 'want':10,84,640,805 'warrant':954 'wave':324 'way':827 'whole':807 'without':30,664,812 'work':621 'write':102,483,591,906,914 'written':86,131,685,703 'x':42,968 'y':970 'yaml':668 'z':972","prices":[{"id":"131e2103-20fc-420f-8d8b-2cdbec827108","listingId":"4086a5ef-22ff-4693-8f22-8e74ba2ac0be","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"paulnsorensen","category":"easy-cheese","install_from":"skills.sh"},"createdAt":"2026-05-18T13:21:08.761Z"}],"sources":[{"listingId":"4086a5ef-22ff-4693-8f22-8e74ba2ac0be","source":"github","sourceId":"paulnsorensen/easy-cheese/culture","sourceUrl":"https://github.com/paulnsorensen/easy-cheese/tree/main/skills/culture","isPrimary":false,"firstSeenAt":"2026-05-18T13:21:08.761Z","lastSeenAt":"2026-05-18T19:13:40.893Z"}],"details":{"listingId":"4086a5ef-22ff-4693-8f22-8e74ba2ac0be","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"paulnsorensen","slug":"culture","github":{"repo":"paulnsorensen/easy-cheese","stars":7,"topics":["agent-skills","ai-coding","claude-code","code-review","developer-tools"],"license":"mit","html_url":"https://github.com/paulnsorensen/easy-cheese","pushed_at":"2026-05-18T06:33:38Z","description":"Cheese your code 🧀 — high-quality results as easy as cheese. A portable, harness-agnostic Agent Skills toolkit.","skill_md_sha":"b4f1461aa35078919ea3564bc95bac0f29334194","skill_md_path":"skills/culture/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/paulnsorensen/easy-cheese/tree/main/skills/culture"},"layout":"multi","source":"github","category":"easy-cheese","frontmatter":{"name":"culture","license":"MIT","description":"This skill should be used when the user wants to think out loud, rubber-duck a design, walk through trade-offs, or explore an ambiguous problem WITHOUT producing production code or specs — phrases like \"let's talk through X\", \"rubber duck this with me\", \"I'm trying to decide between A and B\", \"help me think about Y\", \"what would happen if we…\", \"/culture\". Output is conversation; the only sanctioned artifact is an opt-in `.cheese/notes/<slug>.md` handoff slug at session end if the user asks for notes. Culture never writes to production code, never commits, never opens PRs. Use when the user wants shared mental model first; if the dialogue reveals real work to do, recommend `/mold` (fuzzy → spec) or `/cook` (clear ask → code) and stop. Before `/mold` or `/cook`."},"skills_sh_url":"https://skills.sh/paulnsorensen/easy-cheese/culture"},"updatedAt":"2026-05-18T19:13:40.893Z"}}