svgop/dsh-generative-ideas0

dsh-generative-ideas

Roadmap ideation for DeepSeek Harness: generate and compare distinct roadmap options via headless agent runs, pick the one that fits, export as goal.md, and dispatch it to an agent in the chosen workspace.

AI 분석

核心用途是辅助项目前期的战略规划与路线图头脑风暴。适合项目管理者或创业者,利用 Agent 的深度研究能力快速生成多视角方案并直接落地到工作区。

패키지
dsh-generative-ideas
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 9. 1.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:svgop/dsh-generative-ideas

dsh-generative-ideas

Roadmap ideation for DeepSeek Harness — generate, simulate, and compare distinct roadmap options via headless agent runs; pick the one that fits, export as goal.md, dispatch to an agent in the chosen workspace.

路线图构想:通过后台 agent 生成多个不同战略立场的路线图,对比后选出最合适的,导出为 goal.md 并发送到指定工作区的 agent。

Install

dsh plugin --profile web add dsh-generative-ideas

Restart the dsh web process. An Ideas entry appears in the sidebar.

The flow

  1. Context — enter your focus, pick a target workspace, set horizon and constraints
  2. Deep Research toggle (default ON) — the generation agent must research 12+ competitors, GitHub open-source repos, and .refs/ curated references before producing options; every thesis names what the best-in-class competitor does differently
  3. Generating — the host spawns a background headless agent (30-90s); the sidebar icon pulses while running; close the panel and come back — results persist
  4. Compare — 4 genuinely distinct roadmap options as bleed-row cards: name, thesis, phases with acceptance items, risks, effort, differentiator
  5. Pre-flight actions (on the compare step): Reroll (fresh options, same focus), Push (force deep research ON and regenerate), Discuss (close panel, talk in chat)
  6. Chosen — pick one, Export goal.md to the workspace root

Deep research doctrine

When the toggle is ON (or Push is pressed), the generation prompt mandates:

  • Minimum 12 competitors studied with concrete methods captured
  • GitHub open-source repos in the space — READMEs, design docs, issue trackers
  • .refs/ directory curated research references
  • Options grounded in specific evidence — competitor names in theses, real patterns in phases, actual risks others encountered

Architecture

src/host.js            Node half — /api/rich-ideas/{state,generate,export} routes.
                       Generation runs as a background dsh --profile headless call;
                       state persists across panel close/reopen.
src/client.bundle.js   Browser half — sidebar entry + stepper overlay panel.

License

MIT