dsh-tech-selection
Stop letting your AI guess — a research protocol for tech decisions that any AI agent (DSH/Claude/Cursor/Codex) can follow: quantified requirements, T1-T6 source tiers, quality gates, traceable verdicts. 模型无关的技术选型调研协议。
- Stars
- 0
- Language
- —
- Created
- Aug 26, 2026
- Updated
- Aug 26, 2026
Introduction
dsh-tech-selection
Stop letting your AI guess. Get a method that finds the truth.
A model-agnostic research protocol for technology selection and solution comparison. Works with any AI agent — DSH, Claude Code, Cursor, Codex, or plain ChatGPT.
中文说明见 README.zh-CN.md
Why
AI is making technology decisions every day — choosing a database, comparing frameworks, vetting open-source options. Yet most agents research unpredictably: a strong model today, a weak model tomorrow, missing sources, trusting blog spam, no verification. The quality of the answer depends on the model's luck, not a method.
This skill fixes that: the method, not the model, guarantees coverage.
What
A fixed, model-agnostic 6-step protocol:
- Requirement clarification — quantify constraints (scale/latency/availability/compliance/budget). No quantified constraints, no conclusion.
- Multi-source retrieval — parallel queries; source tiers T1–T6 (primary docs > institutions > experts > editorial > community > content farms); GitHub API for live facts (stars/archived/updated).
- Gap checklist — competitors × maintenance × ecosystem × local reachability × security/compliance × cost × migration × freshness.
- Weighted evaluation matrix — weights aligned with the decision-maker before any verdict.
- Traceable output — decision table + source tier & URL per key fact + "as of YYYY-MM" dates; no source, no conclusion.
- Retro & iterate — capture gaps, backfill the protocol (CHANGELOG).
Quality gates between stages: no ≥2 independent sources → back to retrieval; weights not aligned → no verdict; facts not traceable → dropped.
Failure modes checked: SEO farms, early-retrieval contamination (57% of source errors happen in the first retrieval round), stale-as-current, survivorship bias, citation loops.
Install
DSH (DeepSeek Harness):
mkdir -p ~/.dsh/skills/tech-selection-research
cp tech-selection-research/SKILL.md ~/.dsh/skills/tech-selection-research/
Claude Code / Cursor / any agent:
mkdir -p .claude/skills/tech-selection-research
cp tech-selection-research/SKILL.md .claude/skills/tech-selection-research/
Or just paste SKILL.md into your agent's system prompt — it's self-contained.
Methodology sources
- MiniMax-AI/skills — technology-selection framework (requirements quantification + weighted matrix) · MIT
- source-evaluation — T1–T6 source credibility tiers · MIT
- Architecture Decision Record (ADR) — decision-recording concept by Michael Nygard
License
MIT