·dd

Document-Driven Development (文档驱动开发). Use when: (1) /dd help — explain workflow and suggest next step based on project state, (2) /dd init — initialize doc-driven structure in a project, (3) /dd spec [requirement] — create temporary spec to align intent before development, (4) /dd dev [spec-path|doc-path] — implement code following spec or doc (auto enters plan mode for spec-based dev), (5) /dd sync [--check|--scope] — update living docs, archive spec, and audit consistency. Triggers on mentions of: document-driven, design document, doc-driven, spec-driven, 文档驱动, 设计文档, 规格, /dd.

5Installs·0Trend·@zkywalker

Installation

$npx skills add https://github.com/zkywalker/doc-driven --skill dd

How to Install dd

Quickly install dd AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/zkywalker/doc-driven --skill dd
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: zkywalker/doc-driven.

SKILL.md

View raw

A workflow that maintains two kinds of documents with distinct roles:

| help | Help | Explain workflow, detect project state, suggest next step | | init | Init | Set up doc-driven structure | | spec | Spec | Create temporary spec for intent alignment | | dev [spec-path\|doc-path] | Dev | Implement code from spec (with plan mode) or doc | | sync [options] | Sync | Update living docs, archive spec, audit consistency |

Not every change needs the full workflow. Choose based on the nature of the change:

Document-Driven Development (文档驱动开发). Use when: (1) /dd help — explain workflow and suggest next step based on project state, (2) /dd init — initialize doc-driven structure in a project, (3) /dd spec [requirement] — create temporary spec to align intent before development, (4) /dd dev [spec-path|doc-path] — implement code following spec or doc (auto enters plan mode for spec-based dev), (5) /dd sync [--check|--scope] — update living docs, archive spec, and audit consistency. Triggers on mentions of: document-driven, design document, doc-driven, spec-driven, 文档驱动, 设计文档, 规格, /dd. Source: zkywalker/doc-driven.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/zkywalker/doc-driven --skill dd
Category
#Documents
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from zkywalker/doc-driven

Quick answers

What is dd?

Document-Driven Development (文档驱动开发). Use when: (1) /dd help — explain workflow and suggest next step based on project state, (2) /dd init — initialize doc-driven structure in a project, (3) /dd spec [requirement] — create temporary spec to align intent before development, (4) /dd dev [spec-path|doc-path] — implement code following spec or doc (auto enters plan mode for spec-based dev), (5) /dd sync [--check|--scope] — update living docs, archive spec, and audit consistency. Triggers on mentions of: document-driven, design document, doc-driven, spec-driven, 文档驱动, 设计文档, 规格, /dd. Source: zkywalker/doc-driven.

How do I install dd?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/zkywalker/doc-driven --skill dd Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/zkywalker/doc-driven

Details

Category
#Documents
Source
skills.sh
First Seen
2026-02-25

Related Skills

None