You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When agents kick off work under .agents/skills/agent-research/SKILL.md or domain skills like .agents/skills/change-grug/SKILL.md, the "what has already been tried / what's in the literature" phase is ad-hoc. agent-research Section 1 Kickoff currently mentions "key references (papers/blog posts) when applicable" as a single bullet; there is no dedicated workflow for foraging prior work before the first hypothesis lands in the logbook.
Split from #4282 (see the 2026-04-14 and 2026-04-23 sub-thread). @dlwh agreed that we should codify this phase:
I don't think they really need a lot of handholding about "how" to do lit search ... but it is probably wise to codify that phase.
Modern agents are already competent at lit search, so the skill's value is Marin's spin, not generic search heuristics:
long-lived research branches as a first-class search surface (research/<topic>, and reference branches like the array-stacked grug variant pointer called out in change-grug)
GitHub issues plus the experiment issue template as the durable public artifact
.agents/logbooks/<topic>.md as the append-only scratchpad
snapshot tags for sealed reference points
prior Marin experiments in experiments/, docs/reports/, and W&B as primary corpus before the open web
Scope
Produce .agents/skills/<name>/SKILL.md (working title forage) that an agent runs either:
At agent-research kickoff before the first hypothesis is written, or
As a standalone sub-pass on an existing research thread (e.g. at the start of a new change-grug variant).
Concrete outputs the skill should demand:
a Prior work section in the experiment issue body
a linked logbook file (e.g. .agents/logbooks/<topic>-forage.md) covering:
relevant papers, blog posts, external codebases, each with a 1-sentence TL;DR
Description
When agents kick off work under
.agents/skills/agent-research/SKILL.mdor domain skills like.agents/skills/change-grug/SKILL.md, the "what has already been tried / what's in the literature" phase is ad-hoc.agent-researchSection 1 Kickoff currently mentions "key references (papers/blog posts) when applicable" as a single bullet; there is no dedicated workflow for foraging prior work before the first hypothesis lands in the logbook.Split from #4282 (see the 2026-04-14 and 2026-04-23 sub-thread). @dlwh agreed that we should codify this phase:
Modern agents are already competent at lit search, so the skill's value is Marin's spin, not generic search heuristics:
research/<topic>, and reference branches like the array-stacked grug variant pointer called out inchange-grug).agents/logbooks/<topic>.mdas the append-only scratchpadexperiments/,docs/reports/, and W&B as primary corpus before the open webScope
Produce
.agents/skills/<name>/SKILL.md(working titleforage) that an agent runs either:agent-researchkickoff before the first hypothesis is written, orchange-grugvariant).Concrete outputs the skill should demand:
Prior worksection in the experiment issue body.agents/logbooks/<topic>-forage.md) covering:Meta-foraging step
Before writing the skill, do a short pass on what is already out there and summarize what to borrow vs. skip. Starting points (from the #4282 thread):
Goal is not to adopt all of these. Most of the core lit-search heuristics are already baked into modern agents. The skill should just encode:
docs/reports/,experiments/)agent-researchorchange-grugcan consume the forage artifact without re-reading the webDefinition of Done
.agents/skills/<name>/SKILL.mdlands onmainwith YAML frontmatter matching the other skillsagent-researchkickoff checklist links to it (edit Section 1 Kickoff, or add Section 0 Forage)change-grugadds a foraging pointer so prior Grug variants plus reference branches are surfaced consistentlyPrior workblock) is demonstrated on one real research threadwriting-styleskill norms (tight, non-editorializing, no filler) and references templates in.github/ISSUE_TEMPLATE/Explicit non-goals
Links
.agents/skills/agent-research/SKILL.md,.agents/skills/change-grug/SKILL.md,.agents/skills/fix-issue/SKILL.md,.agents/skills/file-issue/SKILL.md