Deep research gates
Skill JunfengRan/dev-env/plugins/deep-research-gates/skills/deep-research-gates
修复 deep-research 阶段 gate 失败:读 gate stderr、补 artifacts、重跑 gate 脚本。 触发:gate failed、beforePhaseTransition 失败、research 阶段无法推进。From its SKILL.md
npx -y skills add JunfengRan/dev-env --skill deep-research-gatesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.7 KB, 146 tokens by cl100k_base, as published. Nobody here has run it
Deep Research Gates 修复
当 deterministic gate 失败时:
- 读 ContextPack
L1_session_anchor.gateLastResult.reason或 gate stderr - 对照
spec/gates/README.md修复对应 artifact - 重跑:
node scripts/research-cli.mjs advance .research/<run-id>(或node scripts/gates/<gate>.mjs .research/<run-id>) - 通过后由
research-cli advance/ reducerGATE_PASSED更新state.json
Gate 列表见 spec/research-workflow.yaml 的 gates 段。
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.