dsh plugins中文
← Back to popular plugin directory

Ds Spec Loop

songyang0603/ds-spec-loop · skills

Portable Agent Skill for repository-native Spec programming, informed by public DeepSeek Harness engineering patterns.

★ 7GitHub stars
0Forks
2026-08-16Last updated
Language
MITLicense

Project overview

ds-spec-loop A reusable Agent Skill that applies Spec programming patterns observed in DeepSeek Harness to software development in other repositories.

ds-spec-loop helps coding agents keep requirements, decisions, implementation, tests, and documentation consistent while building features, fixing bugs, changing architecture or interfaces, improving tests and development processes, or removing code.

Here, Spec programming does not mean writing a long plan before coding. It means using the repository itself as the source of truth: instructions describe constraints, current documentation describes the system as it exists, decision records preserve why choices were made, and code plus tests provide executable evidence. 🧭 Method source

Install command

dsh plugin --profile web add github:songyang0603/ds-spec-loop
View GitHub repository ↗Back to popular plugin directory