Slfg
Full autonomous research workflow using swarm mode for parallel executionFrom its SKILL.md
npx -y skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill slfgAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.6 KB, 319 tokens by cl100k_base, as published. Nobody here has run it
Swarm-enabled LFG. Run these steps in order, parallelizing where indicated. Do not stop between steps — complete every step through to the end.
Sequential Phase
-
/workflows:brainstorm $ARGUMENTSGate: must produce a file indocs/brainstorms/before proceeding. -
/workflows:planGate: must produce a file indocs/plans/before proceeding. -
/workflows:work— Use swarm mode: Break the plan into independent tasks and launch parallel subagents via Task tool to build them concurrently. Each subagent handles one task from the plan. Seereferences/orchestration-patterns.mdfor parallel dispatch patterns. Gate: must produce at least one code change (committed or staged) before proceeding. If work fails with no changes, stop and report the failure.
Parallel Phase
After work completes, launch steps 4 and 5 as parallel swarm agents (both only need completed code to operate):
/workflows:review— spawn as background Task agent/workflows:compound— spawn as background Task agent
Wait for both to complete before finishing.
Output
When all steps are done, output:
Research workflow complete.
Brainstorm: [brainstorm file path]
Plan: [plan file path]
Work: [summary of implementation]
Review: [summary of findings]
Documentation: [docs/solutions/ path if created]
Start with step 1 now.
What ships with it: 1 file
14.1 KB alongside SKILL.md
references/
- orchestration-patterns.md14.1 KB