GUOZIJAN/dsh-tech-stack-survey
GUOZIJAN★ 0JavaScript最后同步: 2026-08-16
DSH plugin: 设计项目前ai全面询问技术栈
README 摘要
dsh-tech-stack-survey English 中文 Tech-Stack Survey Plugin for DeepSeek Harness (DSH). When the user asks to design / build / implement a project without specifying a complete tech stack, this plugin makes the model call the design stack survey tool, which asks 2–5 adaptive multiple-choice questions (exactly 3 stack options each, each annotated with the scenario it fits) in an interactive card: - Hover an option to read that stack's detailed info (scenario, pros/cons, alternatives); - Only after the user submits all answers does the model continue the design with the chosen stack. Features - 🧠 Adaptive question count : clamp(2..5, round((complexity + (5 − promptDetail)) / 2)) — the more complex the project and the vaguer the prompt, the more questions. - 🗂️ Built-in knowledge bank : 8 technology dimensions (frontend, backend, database, deployment, mobile/desktop, AI, state, testing), each with exactly 3 mainstream stack options. - 🖱️ Hover for details : each option shows a one-line scenario; hovering (or keyboard focus) opens a popup with the full stack details. - ✅ One question at a time : selecting an option auto-advances (with a "previous" button); the last question submits th…
在 GitHub 查看完整 README →