gotalab/cc-sdd✦ 精选0°

kiro-spec-tasks

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

产出可直接执行的细粒度任务,适合工程交付流水线。

这个 Skill 做什么

将需求与设计拆解为 1–3 小时的可执行实现任务并生成任务图。

把需求和设计拆成一堆能马上做的小任务,每个任务控制在 1–3 小时内,并画出任务间的执行关系图。在做 Sprint 估算、分配工作或从设计转到开发落地时最常用。特别注重任务粒度、顺序和可执行性,输出是能直接交给实现者去做的清单而不是抽象的大目标。

▸ 展开 SKILL.md 英文原文

Generate implementation tasks from requirements and design. Use when creating actionable task lists.

开发编程任务拆解任务估时可执行任务Claude Code
3.6k
Stars
274
Forks
40
仓库内 Skill
+47
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/claude-code-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/claude-code-skills/skills/kiro-spec-tasks/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# kiro-spec-tasks Skill

## Core Mission
- **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

## Execution Steps

### Step 1: Gather Context

If steering/spec context is already available from conversation, skip redundant file reads.
Otherwise, load all necessary context:
- `{{KIRO_DIR}}/specs/{feature}/spec.json`, `requirements.md`, `design.md`
- `{{KIRO_DIR}}/specs/{feature}/tasks.md` (if exists, for merge mode)
- Core
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有