AgentStack
SKILL verified MIT Self-run

Deep Research

skill-junfengran-dev-env-deep-research · by JunfengRan

>-

No reviews yet
0 installs
1 views
0.0% view→install

Install

$ agentstack add skill-junfengran-dev-env-deep-research

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README — it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-junfengran-dev-env-deep-research)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
today

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.

Preview Execution monitoring

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 →
Are you the author of Deep Research? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. 用 CLI 新建 run(推荐)或恢复已有目录(见 [spec/run-directory.md](../../spec/run-directory.md)):
node scripts/research-cli.mjs init  --slug 
# 或: npm run research -- init  --slug 
  1. 确认 run-meta.jsonstate.jsoncontext-pack.jsonobservations.jsonlreplay-chain.json 已生成
  2. Read Spec + 当前 state.jsoncurrentState(也可用 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.json barrier(应走 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.