Deep research gates
Skill JunfengRan/dev-env/plugins/deep-research-gates/skills/deep-research-gates
Cursor agent workflow pack: Spec state machine, ContextPack, and deterministic gates for deep research.
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.
2 things to look at
- 13 days oldThe repository was created 13 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 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.
What its author says it does
Copied from the file, not written here
修复 deep-research 阶段 gate 失败:读 gate stderr、补 artifacts、重跑 gate 脚本。 触发:gate failed、beforePhaseTransition 失败、research 阶段无法推进。
SKILL.md
0.7 KB, 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 段。