speckit-tasks-zh

Convert Speckit design documents into structured tasks.md plans.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

通过将 Speckit 风格的设计文档转化为结构化、可执行的任务清单,实现从设计到实现的快速落地,确保任务按用户故事组织、可独立测试且便于协作。

Core Features & Use Cases

  • 从 plan.md、spec.md 读取并提取技术栈、项目结构与优先级用户故事,自动生成 tasks.md 的阶段化任务。
  • 将 data-model.md、contracts/、research.md 的信息映射到对应的用户故事,生成依赖与并行执行示例,支持完整的依赖图。
  • 提供严格的检查表格式的任务清单模板,包含每个任务的文件路径、ID、阶段、以及可并行化的任务分解,便于团队快速执行与测试。

Quick Start

在仓库中激活 speckit-tasks-zh 技能以从现有设计文档生成可执行的 tasks.md。

Frequently Asked Questions about speckit-tasks-zh

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

FAQPage Schema
How do I convert spec.md and plan.md files into an executable tasks plan?

To convert spec.md and plan.md files into an executable tasks plan, you can use a spec-driven task generation workflow that reads your design documents and outputs a structured tasks.md file organized by priority user stories.

What is the best way to generate a task checklist with file paths from a design document?

Generating a task checklist with file paths from a design document requires parsing your spec.md and plan.md to produce a strict checklist format, ensuring every task includes an explicit file path, ID, and stage for team execution.

How do I map data models and contracts to specific user stories for task generation?

Mapping data models and contracts to specific user stories involves reading data-model.md and contracts/ directories to generate per-story tasks, dependencies, and parallelization guidance within your structured tasks plan.

Can I automatically generate parallel execution guidance for tasks organized by user stories?

Yes, you can automatically generate parallel execution guidance for tasks organized by user stories by mapping dependencies across your design documents to produce a complete dependency graph and parallelization examples.

Do I need a research.md file to generate a structured tasks.md template?

You do not need a research.md file to generate a structured tasks.md template, as it is optional; the core task generation relies primarily on plan.md and spec.md, while research.md provides supplementary mapping context.

What limitations exist when generating tasks from Speckit-style design documents?

A key limitation when generating tasks from Speckit-style design documents is that the output structure strictly depends on the presence and completeness of your plan.md and spec.md files to accurately extract the tech stack and user stories.