kiro-spec-init

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

快速建立规格骨架,便于开始新功能的流程化管理。

这个 Skill 做什么

根据项目描述生成唯一功能名并初始化规格目录与文件结构。

把项目描述变成一个唯一的功能名,并自动搭好规格目录和基础文件结构,节省准备材料的时间。适合项目启动或从 discovery 阶段过来、需要规范化输出的时候使用。会优先读取已有 brief.md 并沿用既有约定,保证产出能直接接入团队流程。

▸ 展开 SKILL.md 英文原文

Initialize a new specification with detailed project description

开发编程规格初始化项目描述模板生成Claude Code
3.6k
Stars
274
Forks
40
仓库内 Skill
+53
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/claude-code-skills/skills/kiro-spec-init/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-init/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Spec Initialization

<instructions>
## Core Task
Generate a unique feature name from the project description ($ARGUMENTS) and initialize the specification structure.

## Execution Steps
1. **Check for Brief**: If `{{KIRO_DIR}}/specs/{feature-name}/brief.md` exists (created by `/kiro-discovery`), read it. The brief contains problem, approach, scope, and constraints from the discovery session. Use this to pre-fill the project description and skip clarification questions that the brief already answers.
2. **Clarify Intent**: The Project Description in requirements.md must contain three elements: (a) who has the problem, (b) current situation, (c) what should change. If a brief.md exists and c
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有