kiro-spec-quick
仓库创建 2025年7月17日最近提交 2 个月前SkillHot 收录 23 天前
▸ 精选理由
适合需要快速产出或自动化流水线的场景。
▸ 风险提示
自动模式会连续执行多阶段操作,注意循环控制与权限。
这个 Skill 做什么
提供交互或自动模式的一键快速规格生成流程并显示阶段进度。
一键生成规格草案,既可以交互式一步步确认,也能用 --auto 自动跑完全部阶段并显示进度。适合想快速出规格骨架或短时间内准备交付物时使用。自动模式会连续执行所有阶段并在每步后回报进度,省去来回确认的时间,很利于快速迭代。
▸ 展开 SKILL.md 英文原文
Quick spec generation with interactive or automatic mode
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-quick/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-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 公开信息 · 原文版权归作者所有