kiro-spec-init

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

快速搭建规范化规格文件夹与基础说明,方便流水化工作。

这个 Skill 做什么

根据项目描述初始化规格目录并生成唯一特性名称与结构。

根据项目描述初始化规格目录,自动生成唯一的特性名称和标准文件结构,帮你把散乱想法变成可交付的规范。在项目刚起步或需要把 discovery 输出规范化时用得上。会优先复用已有 brief 并遵循团队约定,保证产物能直接接入后续开发流程。

▸ 展开 SKILL.md 英文原文

Initialize a new specification with detailed project description

开发编程规格初始化项目描述结构化通用
3.6k
Stars
274
Forks
40
仓库内 Skill
+53
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/antigravity-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/antigravity-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 公开信息 · 原文版权归作者所有