Awesome-Agent-Skills-for-Empirical-Research lfg
Full autonomous research workflow — brainstorm, plan, implement, review, and document
install
source · Clone the upstream repo
git clone https://github.com/brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/11-James-Traina-compound-science/skills/lfg" ~/.claude/skills/brycewang-stanford-awesome-agent-skills-for-empirical-research-lfg && rm -rf "$T"
manifest:
skills/11-James-Traina-compound-science/skills/lfg/SKILL.mdsource content
Run these 5 slash commands in order. Do not do anything else. Do not stop between steps — complete every step through to the end.
/workflows:brainstorm $ARGUMENTS/workflows:plan/workflows:work/workflows:review/workflows:compound
Hard gates:
- Step 2 must not start until step 1 has written a file to
. If brainstorm produced no file, stop and report.docs/brainstorms/ - Step 3 must not start until step 2 has written a file to
. If plan produced no file, stop and report.docs/plans/ - Steps 4 and 5 run on whatever step 3 produced. A failed review does not block compound.
Start with step 1 now.