speckit-implement-zh

Execute approved spec proposals sequentially with test-first validation.

9|4|Updated Nov 21, 2025
One-click install
npx skills add https://github.com/forztf/open-skilled-sdd --skill speckit-implement-zh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement-zh
Source: https://github.com/forztf/open-skilled-sdd/tree/main/skills/speckit-implement-zh
Command: npx skills add https://github.com/forztf/open-skilled-sdd --skill speckit-implement-zh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

通过测试与验证为先的方式,按序实现并落地经批准的规范提案,帮助团队在变更、应用提案、执行规范任务或按计划构建时保持一致性、可追溯性和可重复性。

Core Features & Use Cases

  • 顺序执行与合规性:强制按审核通过的提案逐步实现,确保变更顺序无错漏。
  • 验证驱动工作流:内置检查点、前置条件与进度跟踪,降低回退风险。
  • 上下文加载与协同:自动加载 tasks.md、plan.md、data-model.md、contracts、research.md、quickstart.md 等关键文档,确保实施决策的一致性。
  • 多组件协同:协调 scripts、references、assets,支持端到端实现的可重复性。
  • 使用场景:软件团队在需要严格治理的变更实施中,按批准的计划逐步执行并进行验收,确保产出符合预期。

Quick Start

Follow the approved speckit-implement-zh proposal and execute tasks in strict order to implement and validate changes.

Frequently Asked Questions about speckit-implement-zh

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement approved spec proposals in strict sequential order?

To implement approved spec proposals sequentially, execute tasks defined in tasks.md and plan.md while enforcing dependencies and checklists. This ensures changes are applied deterministically with test-first validation across staged phases.

What is spec-driven development with validation checkpoints?

Spec-driven development with validation checkpoints is a governance workflow that applies approved changes sequentially. It loads context files like data-model.md and contracts.md to ensure implementation consistency, traceability, and reduced rollback risk.

How do I enforce dependencies and parallel task rules during spec implementation?

You enforce dependencies and parallel task rules by following the governance-driven execution flow defined in plan.md. The system tracks prerequisites and progress, ensuring deterministic delivery and preventing out-of-order task execution.

Do I need pre-approved proposals and context files to start spec-driven implementation?

Yes, spec-driven implementation requires approved proposals and context files such as tasks.md, plan.md, data-model.md, and contracts. These documents provide the necessary governance structure and task definitions for sequential execution.

What is the best way to ensure deterministic delivery when applying software changes?

The best way to ensure deterministic delivery is using a test-first validation approach with staged phases. By loading research.md and quickstart.md, the workflow coordinates scripts and assets to achieve repeatable, end-to-end implementation.

Why does spec implementation fail or require rollback during staged execution?

Spec implementation may require rollback if validation checkpoints fail or if sequential task dependencies are violated. Enforcing strict order and loading proper context files like contracts.md mitigates these risks and ensures compliance.