kiro-spec-batch

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

适合产品到实现的规模化规格产出,能并行处理独立特性并校验一致性。

▸ 风险提示

自动生成需求/设计可能包含不准确或不充分的假设,需人工复核。

这个 Skill 做什么

按依赖波次并行派发子代理,为路标中的功能批量生成完整规格与任务。

把 roadmap.md 里的功能自动拆成完整的规格文件(spec.json、requirements.md、design.md、tasks.md),按依赖关系分波次派发子代理并行处理。适合需要一次性为整条路标批量产出可执行的需求与任务清单时使用。特别之处是保证上游先完成、独立项并行化处理,并做跨规格的一致性校验(数据模型、接口、命名),省去手动协调的麻烦。

▸ 展开 SKILL.md 英文原文

Create complete specs (requirements, design, tasks) for all features in roadmap.md using parallel sub-agent dispatch by dependency wave.

开发编程需求规格依赖波次子代理并行Codex
3.6k
Stars
274
Forks
40
仓库内 Skill
+53
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/codex-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/codex-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 orde
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有