kiro-spec-batch
仓库创建 2025年7月17日最近提交 2 个月前SkillHot 收录 20 天前
▸ 精选理由
适合大项目批量生成且保证上下游依赖顺序。
这个 Skill 做什么
基于依赖波次并行派发子代理,为 roadmap 中所有特性生成完整规格(需求、设计、任务)。
根据 roadmap.md 按依赖波次并行派发子代理,为每个特性生成完整规格文件(requirements、design、tasks、spec.json 等)。在做整套产品规划、需要把所有特性落成可执行任务时用。特别之处是既保证上游先出、又能并行处理独立项,还会做跨规格一致性校验,减少接口和命名冲突。
▸ 展开 SKILL.md 英文原文
Create complete specs (requirements, design, tasks) for all features in roadmap.md using parallel sub-agent dispatch by dependency wave.
3.6k
Stars
274
Forks
40
仓库内 Skill
+47
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/antigravity-skills/skills/kiro-spec-batch/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-batch/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Spec Batch
<background_information>
- **Success Criteria**:
- All features have complete spec files (spec.json, requirements.md, design.md, tasks.md)
- Dependency ordering respected (upstream specs complete before downstream)
- Independent features processed in parallel via sub-agent dispatch
- Cross-spec consistency verified (data models, interfaces, naming)
- Mixed roadmap context understood without breaking `## Specs (dependency order)` parsing
- Controller context stays lightweight (sub-agents do the heavy work)
</background_information>
<instructions>
## Step 1: Read Roadmap and Validate
1. Read `{{KIRO_DIR}}/steering/roadmap.md`
2. Parse the `## Specs (dependency ordevia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有