rongyishuaige7 / dsh-spec

목록에 있음

업스트림 저장소에 설명이 없습니다.

main기타 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:rongyishuaige7/dsh-spec

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 85d031c동기화 2026. 8. 18.

@rongyi7/dsh-spec

Spec-Driven Development (SDD) skills for DeepSeek Harness. One bundle, three skills.

Code is not the first step. The Spec is.

Skills

SkillStageTrigger
dsh-spec-newIdea → Spec"帮我做一个 X" / "开个新项目" / "先写规格" / "需求变了"
dsh-spec-implementSpec → Code"开始实现" / "按 spec 做" / "继续实现"
dsh-spec-validateSpec → Acceptance"验收" / "测试一下" / "验证"

The three skills share one convention: a project keeps three reviewable files under specs/requirements.md (WHAT, with Given/When/Then acceptance criteria), design.md (HOW), and tasks.md (ordered executable tasks). The spec stays the single source of truth; implementation progress and validation reports are written back to specs/.

Install

From a tarball:

dsh plugin --profile <name> add ./@rongyi7-dsh-spec-0.1.0.tgz
dsh --profile <name>

From npm:

dsh plugin --profile <name> add @rongyi7/dsh-spec

From git (requires a prepare build script; see the DSH publish guide):

dsh plugin --profile <name> add github:you/dsh-spec

Usage

Just ask naturally — the skill catalog routes the request:

  1. "帮我做一个文件分享网站" → dsh-spec-new asks clarifying questions, writes specs/.
  2. "开始实现" → dsh-spec-implement executes tasks.md in order, checks progress back into the spec.
  3. "验收" → dsh-spec-validate turns each acceptance criterion into a runnable check and writes specs/validation.md.

License

MIT

저장소 정보

언어
JavaScript
라이선스
MIT
마지막 업데이트
2026. 8. 15. 오후 1:01

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.