返回 Skill 列表
extension
分类: 开发与工程无需 API Key

task-splitting

将大任务拆分为较小的子任务。当任务跨越多个模块或需要分阶段实施时使用。

person作者: jakexiaohubgithub

Task Splitting

Instructions

Split specified task into 2-3 subtasks. Each subtask must:

  • Be independently completable and testable
  • Deliver complete functionality that can be verified (avoid partial implementations that are untestable)
  • Focus on functionality and requirements (not code details)

Update docs/Implementation Plan.md with the new subtask structure. Keep concise—avoid redundancy to reduce AI context usage.