sdd

Route feature requests into a spec-driven development workflow with optional workflow modes.

52|3|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/ZTE-AICloud/Co-OmniSpec --skill sdd-zte-aicloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd
Source: https://github.com/ZTE-AICloud/Co-OmniSpec/tree/main/skills/sdd
Command: npx skills add https://github.com/ZTE-AICloud/Co-OmniSpec --skill sdd-zte-aicloud

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OmniSpec 提供一个端到端的入口,将用户的需求透传给 routing,并通过 workflow Agent 完成从规格化设计到实现执行的全流程。

Core Features & Use Cases

  • End-to-end routing: 将用户功能需求透传给 routing,并由工作流代理执行后续步骤。
  • Workflow mode selection:express、standard、deep 作为工作流标识,由对应代理驱动。
  • Unified entry point: 作为 OmniSpec 的全流程入口,协调设计、任务分解和实现执行。

Quick Start

输入 /sdd 后跟随你的功能需求描述,系统会将描述透传给 routing,并通过选择的工作流代理完成全流程开发。

Frequently Asked Questions about sdd

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

FAQPage Schema
How do I automate spec-driven development from feature request to implementation?

You can automate spec-driven development by entering your feature request, which routes the input transparently to workflow agents for design, task breakdown, and implementation execution.

What is the difference between express, standard, and deep workflow modes?

Workflow modes—express, standard, and deep—act as routing identifiers to drive corresponding workflow agents. You select a mode by passing an optional workflow flag to match the desired depth of design and implementation processing.

How do I route a feature description to a development workflow agent?

Routing a feature description to a development workflow agent requires submitting the request through the unified entry point. The system transparently forwards the input to routing, which coordinates with agents for end-to-end execution.

Do I need to specify a workflow mode to start the spec-driven routing process?

You do not need to specify a workflow mode to start the spec-driven routing process. Workflow flags are optional; without them, the system forwards the feature request directly to routing for default end-to-end execution.

Can I coordinate design and task decomposition within a single automated workflow?

Yes, you can coordinate design and task decomposition within a single automated workflow. The unified entry point routes feature requests to workflow agents that handle specification design, task breakdown, and implementation execution sequentially.

What are the limitations of using a unified entry point for end-to-end development routing?

The unified entry point routes feature requests transparently but relies on workflow agents for downstream execution. Its limitation is that it coordinates the workflow without altering the input, meaning complex edge cases depend entirely on the selected agent's capabilities.