speckit-plan-zh

Plan feature specifications into a structured Speckit implementation workflow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

自动化从功能规范生成实施计划与设计工件,降低重复劳动与手动整理成本。

Core Features & Use Cases

  • 基于 Speckit 的阶段化工作流:从需求到研究、设计与产出工件(research.md、data-model.md、contracts/、quickstart.md),并在分支结构中管理实现计划。
  • 自动化产出关键工件:生成数据模型描述、API 契约示例,以及快速入门指南,便于开发者快速落地。
  • 代理上下文自动更新与宪章检查:在生成工件后更新代理上下文,执行阶段性校验并汇报结果。

Quick Start

运行 Speckit 计划工作流程以从根目录生成阶段 0-1 的产物并更新代理上下文。

Frequently Asked Questions about speckit-plan-zh

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

FAQPage Schema
How do I automate spec-driven implementation planning for data models and API contracts?

Spec-driven planning is automated by structuring feature specifications into a phased workflow that generates data models and API contracts. The process creates artifacts like research.md and quickstart.md while enforcing governance.

What is Phase 0 research in a spec-driven development workflow?

Phase 0 research is the initial stage of a spec-driven workflow that gathers foundational requirements before generating structured artifacts. It precedes Phase 1 data-model and API contract generation to ensure implementation validity.

Do I need git to generate Speckit implementation artifacts?

Git is required to generate Speckit implementation artifacts because the workflow manages implementation plans within branch structures. This dependency ensures version control throughout the specification analysis and artifact generation phases.

How do I generate quickstart guides and data models from feature specifications?

Quickstart guides and data models are generated from feature specifications by applying an automated planning workflow across research and design phases. This creates standardized artifacts including data-model.md and quickstart.md for developer onboarding.

Can I automatically update agent context after generating API contracts?

Agent contexts are automatically updated after generating API contracts by executing phase validation checks within the planning workflow. This ensures the agent operates with the latest design artifacts and applied governance rules.