kiro-spec-quick

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

适合需要快速迭代的团队,自动模式可端到端生成初版规格。

这个 Skill 做什么

支持交互或自动化模式的快速规格生成器,自动执行四阶段流程。

快速产出规范的工具,支持交互式和全自动两种模式,会按四个阶段把规格从雏形推进到可用版本。自动模式会连贯跑完四阶段并显示每步进度,交互模式则边问边改,适合想要迅速得到初版规格或反复迭代的人。重点是流程化、可视化进度和模式切换灵活。

▸ 展开 SKILL.md 英文原文

Quick spec generation with interactive or automatic mode

开发编程快速规格自动化模式交互式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-quick/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-quick/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Quick Spec Generator

<instructions>
## CRITICAL: Automatic Mode Execution Rules

**If `--auto` flag is present in `$ARGUMENTS`, you are in AUTOMATIC MODE.**

In Automatic Mode:
- Execute ALL 4 phases in a continuous loop without stopping
- Display progress after each phase (e.g., "Phase 1/4 complete: spec initialized")
- IGNORE any "Next Step" messages from Phase 2-4 (they are for standalone usage)
- After Phase 4, run the final sanity review before exiting
- Stop ONLY after the sanity review completes or if error occurs

---

## Core Task
Execute 4 spec phases sequentially. In automatic mode, execute all phases without stopping. In interactive mode, prompt user for approval between phase
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有