什么是 ddd-guide?
现有代码库的文档驱动开发工作流程。提供系统规划、文档优先设计和实施验证。 来源:drillan/amplifier-skills-plugin。
现有代码库的文档驱动开发工作流程。提供系统规划、文档优先设计和实施验证。
通过命令行快速安装 ddd-guide AI 技能到你的开发环境
来源:drillan/amplifier-skills-plugin。
Documentation IS the specification. Code implements what documentation describes.
DDD inverts traditional development: update documentation first, then implement code to match.
| 0-1 | Planning | /ddd 1-plan | plan.md | | 2 | Documentation | /ddd 2-docs | Updated docs | | 3 | Code Planning | /ddd 3-code-plan | codeplan.md | | 4 | Implementation | /ddd 4-code | Working code | | 5-6 | Finalization | /ddd 5-finish | Tested, committed |
现有代码库的文档驱动开发工作流程。提供系统规划、文档优先设计和实施验证。 来源:drillan/amplifier-skills-plugin。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/drillan/amplifier-skills-plugin --skill ddd-guide现有代码库的文档驱动开发工作流程。提供系统规划、文档优先设计和实施验证。 来源:drillan/amplifier-skills-plugin。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/drillan/amplifier-skills-plugin --skill ddd-guide 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/drillan/amplifier-skills-plugin