gotalab/cc-sdd✦ 精选0°

kiro-spec-tasks

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

可直接用于迭代计划与分配,提升开发交付效率。

这个 Skill 做什么

将需求映射为可执行的实现任务,按 1-3 小时粒度拆分并生成任务图。

把需求拆成可执行的实现任务,按 1–3 小时粒度细分并生成任务图,方便排期和估时。适合在需求评审或计划阶段,把模糊的需求变成能直接交付的任务清单。输出自然语言的任务描述和依赖关系,便于团队快速分工上手。

▸ 展开 SKILL.md 英文原文

Generate implementation tasks for a specification

开发编程任务拆分估时实施计划任务分层通用
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-tasks/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-tasks/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Implementation Tasks Generator

<background_information>
- **Success Criteria**:
  - All requirements mapped to specific tasks
  - Tasks properly sized (1-3 hours each)
  - Clear task progression with proper hierarchy
  - Natural language descriptions focused on capabilities
  - A lightweight task-plan sanity review confirms the task graph is executable before `tasks.md` is written
</background_information>

<instructions>
## Execution Steps

### Step 1: Load Context

**Read all necessary context**:
- `{{KIRO_DIR}}/specs/$1/spec.json`, `requirements.md`, `design.md`
- `{{KIRO_DIR}}/specs/$1/tasks.md` (if exists, for merge mode)
- Core steering context: `product.md`, `tech.md`, `structure.m
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有