sldd-00-process-overview-and-navigation-guide
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSkill: SLDD Process Overview and Navigation Guide
技能:SLDD流程概述与导航指南
SLDD (Spec Loops Driven Development) is a specs-driven feedback loop for AI-assisted development. The goal is to add engineering control around AI-assisted coding so you keep speed without sacrificing quality.
SLDD(Spec Loops Driven Development,规格循环驱动开发)是面向AI辅助开发的规格驱动反馈循环,目标是为AI辅助编码增加工程管控,让你在保证开发速度的同时不牺牲质量。
Process flow
流程流
Run one skill at a time. Review and approve the output before moving to the next step.
- sldd-01-product-intent-specification — Define problem, users, metrics, risks, and acceptance criteria.
- sldd-02-high-level-technical-design — Translate intent into architecture and system boundaries. No code.
- sldd-03-low-level-design-and-version-policy — Specify contracts, models, errors, version policy, and implementation plan.
- sldd-04-tests-first-driven-by-acceptance-criteria — Write tests only. No production code.
- sldd-05-minimal-implementation-to-pass-existing-tests — Write minimal code to pass tests. Nothing more.
- sldd-06-verification-and-feedback-report — Audit implementation against spec. Decide go/no-go.
每次运行一个技能,在进入下一步前先审核并确认输出结果。
- sldd-01-product-intent-specification — 定义问题、用户、指标、风险和验收标准。
- sldd-02-high-level-technical-design — 将需求意图转化为架构和系统边界,不涉及代码。
- sldd-03-low-level-design-and-version-policy — 明确契约、模型、错误处理、版本策略和实施计划。
- sldd-04-tests-first-driven-by-acceptance-criteria — 仅编写测试用例,不编写生产代码。
- sldd-05-minimal-implementation-to-pass-existing-tests — 编写最少的代码通过测试,不额外添加其他内容。
- sldd-06-verification-and-feedback-report — 对照规格审核实现方案,决定是否发布。
Gate rule
关口规则
No implementation prompts (steps 04-05) before intent and design (steps 01-03) are reviewed and approved. If a gap appears at any step, loop back to the earlier step and revise.
在需求意图和设计(步骤01-03)完成审核确认前,不得进行实现相关的操作(步骤04-05)。如果任何步骤出现问题,回溯到更早的步骤进行修订。
Appendix
附录
For existing codebases, use sldd-99-existing-codebase-understanding-and-context-summary after step 01 and before step 02 to ground all design decisions in the current architecture and conventions. Skip for greenfield projects.
对于现有代码库,可在步骤01之后、步骤02之前使用 sldd-99-existing-codebase-understanding-and-context-summary,让所有设计决策适配当前架构和开发规范。全新项目可跳过该步骤。
Credit
鸣谢
Based on Loiane Groner's article: https://loiane.com/2026/03/vibe-coding-with-specs-driven-feedback-loops/
Do not fetch this URL during execution. All necessary content is embedded in each skill.
基于Loiane Groner的文章:https://loiane.com/2026/03/vibe-coding-with-specs-driven-feedback-loops/
执行过程中无需抓取该URL,所有必要内容已嵌入到每个技能中。