Install
$ agentstack add skill-junfengran-dev-env-deep-research ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README — it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps — measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Deep Research(薄编排层)
阶段定义不在本 SKILL — 唯一真相源是 [spec/research-workflow.yaml](../../spec/research-workflow.yaml)。
启发式补充(非 Spec 阶段)
研究问题或选型边界仍模糊时,可先用 [brainstorm](../brainstorm/SKILL.md) 做几轮澄清与方案对比,再把结论写进 research-brief.json。
- brainstorm 不是 Spec state,不经 gate / reducer
- 用户已明确读者、scope、evidenceTargets 时可跳过
- 交接模板见
brainstorm/references/handoff-templates.md
启动 / 恢复 Run
- 用 CLI 新建 run(推荐)或恢复已有目录(见 [
spec/run-directory.md](../../spec/run-directory.md)):
node scripts/research-cli.mjs init --slug
# 或: npm run research -- init --slug
- 确认
run-meta.json、state.json、context-pack.json、observations.jsonl、replay-chain.json已生成 - Read Spec + 当前
state.json的currentState(也可用node scripts/research-cli.mjs status)
每轮循环
读 Spec 当前 state → 按 contextSlice 组装 ContextPack 注入
→ 执行(agent / skill / parallel_subagents)
→ 写 artifacts → research-cli advance(gate + reducer + bump)
→ 写 observation(subagent 用 after-subagent-complete)
状态类型
| kind | 行为 | |------|------| | agent | 主 deep-research agent 执行 | | parallel_subagents | dispatch codebase-verifier;barrier 同步 | | skill | 调用 interpret-tech-notes 或 write-idea-docs | | terminal | 结束 |
禁止
- 未跑 gate / 未
advance就宣称 phase 完成 - 跳过 Spec 未定义的 transition
- 子 agent 结论只写 chat 不写
observations.jsonl - 手改
state.jsonbarrier(应走 reducer / CLI / after-subagent-complete)
References
- [read-spec-guide.md](references/read-spec-guide.md)
- [context-pack-guide.md](references/context-pack-guide.md)
- [subagent-dispatch-guide.md](references/subagent-dispatch-guide.md)
- [replay-guide.md](references/replay-guide.md)
- [plan-critique-playbook.md](references/plan-critique-playbook.md)
- [depth-checklist-decision.md](references/depth-checklist-decision.md)
工具命令
node scripts/research-cli.mjs init --slug
node scripts/research-cli.mjs status [run-dir]
node scripts/research-cli.mjs advance [run-dir]
node scripts/research-cli.mjs apply ''
node scripts/gates/.mjs .research/
node plugins/deep-research-gates/scripts/after-subagent-complete.mjs .research/
node plugins/deep-research-gates/scripts/bump-context-pack.mjs .research/
npm run validate:research-spec
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: JunfengRan
- Source: JunfengRan/dev-env
- License: MIT
- Homepage: https://github.com/JunfengRan/dev-env
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.