gotalab/cc-sdd✦ 精选0°

kiro-spec-design

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

含探索发现流程,为任务生成提供清晰设计输入。

这个 Skill 做什么

将需求(WHAT)转化为可执行的技术设计(HOW),明确组件与接口。

把业务/产品需求(WHAT)转成可执行的技术设计(HOW),把组件、接口、责任边界和验收条件都写清楚。用于从需求出发做架构设计、拆分任务或准备评审与排期。特色是输出足够细的设计和示意图,能直接指导开发与代码评审,而不是抽象的愿景文档。

▸ 展开 SKILL.md 英文原文

Generate comprehensive technical design translating requirements (WHAT) into architecture (HOW) with discovery process. Use when creating architecture from requirements.

开发编程架构设计需求转化责任边界Claude Code
3.6k
Stars
274
Forks
40
仓库内 Skill
+47
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/claude-code-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/claude-code-skills/skills/kiro-spec-design/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# kiro-spec-design Skill

## Core Mission
- **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

## Execution Steps

### Step 1: Gather Context

If steering/spec context is already available from conversation, skip redundant file reads.
Otherwise, load all necessary context:
- `{{KIRO_DIR}}/specs/{feature}/spec.json`, `requirements.md`, `design.md` (if exists)
- `{{KIRO_DIR}}
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有