gotalab/cc-sdd✦ 精选0°

kiro-spec-design

仓库创建 2025年7月17日最近提交 2 个月前SkillHot 收录 20 天前
▸ 精选理由

有助于把需求转为可执行的技术方案与评审依据。

这个 Skill 做什么

为规格生成详细的技术设计,明确组件、接口与职责边界。

把需求拆解成可执行的技术设计,明确每个组件、接口和职责边界,方便后续开发与评审。适合在需求确认后需要落地架构、分工或生成任务清单时使用。通常会给出组件映射、接口定义和必要的示意图,帮助团队快速对齐实现细节。

▸ 展开 SKILL.md 英文原文

Create comprehensive technical design for a specification

开发编程技术设计架构接口定义组件分解通用
3.6k
Stars
274
Forks
40
仓库内 Skill
+47
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/antigravity-skills/skills/kiro-spec-design/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/antigravity-skills/skills/kiro-spec-design/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Technical Design Generator

<background_information>
- **Success Criteria**:
  - All requirements mapped to technical components with clear interfaces
  - The design makes responsibility boundaries explicit enough to guide task generation and review
  - Appropriate architecture discovery and research completed
  - Design aligns with steering context and existing patterns
  - Visual diagrams included for complex architectures
</background_information>

<instructions>
## Execution Steps

### Step 1: Load Context

**Read all necessary context**:
- `{{KIRO_DIR}}/specs/$1/spec.json`, `requirements.md`, `design.md` (if exists)
- `{{KIRO_DIR}}/specs/$1/research.md` (if exists, contains gap analys
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有