Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

vsddvsdd 搜索

Agent Skill

vsdd 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

624

周安装

26

GitHub Stars

2

下载量

208
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:vsdd(vsdd 搜索)
来源仓库:https://github.com/jonmumm/skills
仓库路径:skills/vsdd
安装命令:
npx skills add https://github.com/jonmumm/skills --skill vsdd
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/jonmumm/skills --skill vsdd

简介

用于查找、检索和筛选与 vsdd 相关的信息。

  • 适合在需要快速定位特定工具或资源时使用。
  • 通过关键词匹配提供候选结果及相关线索。vsdd 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 安装前建议确认是否会触发联网或文件操作权限。
  • 可结合原始 README 进一步核验具体功能与使用场景。

SKILL.md

Verified Spec-Driven Development (VSDD)

Specs define *what*. Tests enforce *how*. Adversarial verification ensures *nothing was missed*.

Pipeline Overview

Phase 1: Spec Crystallization ─── define the contract, verification strategy, adversarial spec review
    │
Phase 2: TDD Implementation ──── red → green → refactor, strict test-first discipline
    │
Phase 3: Adversarial Roast ────── Claude sub-agent tears apart spec fidelity, test quality, code quality
    │
Phase 4: Feedback Loop ────────── route flaws back to the right phase, iterate
    │
Phase 5: Formal Hardening ─────── mutation testing, fuzzing, static analysis, optional formal proofs
    │
Phase 6: Convergence ──────────── exit when adversary hallucinates flaws, mutation score ≥ 95%

Each phase is a gate. Do not advance until the current phase's exit criteria are met.

Roles

RoleEntityFunction
ArchitectHumanStrategic vision, domain expertise, acceptance authority
BuilderClaude (primary)Spec authorship, test generation, implementation, refactoring
AdversaryClaude (sub-agent, fresh context)Hyper-critical reviewer. Zero tolerance. Fresh context every pass

Tracking

Track all VSDD artifacts in a local vsdd/ directory at the project root:

vsdd/
├── spec.md          # Behavioral spec + verification strategy
├── review-log.md    # Adversarial review findings and resolutions
└── status.md        # Phase status and convergence tracking

Create vsdd/ at the start of Phase 1. Update status.md at each phase transition.

Phase Details

Each phase has detailed instructions in a reference file. Load the relevant reference when entering that phase.

PhaseReferenceLoad when
Phase 1: Spec Crystallizationreferences/phase1-spec.mdStarting a new VSDD cycle
Phase 2: TDD Implementationreferences/phase2-tdd.mdSpec is approved, ready to write tests
Phase 3-4: Adversarial Review & Feedbackreferences/phase3-4-adversarial.mdAll tests green, ready for roast
Phase 5-6: Hardening & Convergencereferences/phase5-6-hardening.mdAdversarial review converged, ready to harden

Quick Start

  1. Ask the user what they want to build and at what VSDD intensity level
  2. Create vsdd/ tracking directory
  3. Enter Phase 1 — load references/phase1-spec.md
  4. Progress through phases sequentially, loading references as needed

Intensity Levels

Not every feature needs full ceremony. Ask the user or infer from context:

LevelPhasesWhen
Full1 → 2 → 3 → 4 → 5 → 6Correctness-critical: finance, security, infrastructure
Standard1 → 2 → 3 → 4 (mutation testing only from Phase 5)Most production features
Light1 (spec only) → 2 → quick adversarial passRapid development with guardrails

Default to Standard unless the user specifies otherwise or the domain demands Full.

Core Principles

  1. Spec Supremacy — the spec is the highest authority below the human. Nothing exists without tracing to the spec
  2. Red Before Green — no implementation until a failing test demands it. Do NOT write implementation and tests simultaneously
  3. Anti-Slop Bias — the first "correct" version is assumed to contain hidden debt. Trust is earned through adversarial survival
  4. Fresh-Context Adversary — adversarial reviews use sub-agents with no prior conversation context to prevent politeness drift
  5. Four-Dimensional Convergence — not done until specs, tests, implementation, and verification have all independently survived review
  6. No Redundant Tests — do not test what the type system already ensures. Tests should cover runtime behavior, invariants, and edge cases that types cannot express; avoid asserting facts that are already in the type signature
  7. Testing Trophy — most tests should be integration tests (most bang for buck). Fewer unit tests; fewer e2e tests reserved for critical user journeys. Use mutation testing (e.g. Stryker for TypeScript/JavaScript) in Phase 5 to verify tests actually catch bugs

Contract Chain

Every artifact must be traceable:

Spec Requirement → Test Case → Implementation → Adversarial Review → Verification Result

At any point, answer: *"Why does this line of code exist?"* by tracing back to a spec requirement.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.23%
按下载量换算71

Claude

32.16%
按下载量换算67

Cursor

20.62%
按下载量换算43

Gemini CLI

8.92%
按下载量换算19

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills