跳到主要内容
知仓学习社ZHICANG

slfg

Full autonomous research workflow using swarm mode for parallel execution

不碰外部(只输出文字)无严重或高危命中brycewang-stanford/Auto-Empirical-Research-Skills

它会碰到什么

扫了多少2 个文本文件,16 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

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

  1. /workflows:brainstorm $ARGUMENTS

Gate: must produce a file in docs/brainstorms/ before proceeding.

  1. /workflows:plan

Gate: must produce a file in docs/plans/ before proceeding.

  1. /workflows:workUse 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. See references/orchestration-patterns.md for 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):

  1. /workflows:review — spawn as background Task agent
  2. /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.

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。