rainlib/full-stack-skill · Archived

task-breakdown

将程序设计拆分为可管理的开发任务单?

First seen Mar 15, 2026

Installation

$ npx skills add rainlib/full-stack-skill --skill task-breakdown

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from rainlib/full-stack-skill.

npx skills add rainlib/full-stack-skill

Browse all from rainlib/full-stack-skill

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

License LICENSE
Default branch main
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsRead, Write, Grep, Glob

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,682 B
  • docs SUMMARY.md 172 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 12 installs

SKILL.md

任务拆分

何时使用

  • 全栈工作流第 5 阶段:程序设计完成后、单元测试之前。
  • 用户要求将设计拆为可管理的开发节奏时。

输入

读取当前迭代目录下的:

  • 需求文档(requirements-{id}.md)
  • 技术评审文档(technical-review-{id}.md)
  • 程序设计文档(program-design-{id}.md)

执行要点

  1. 拆分粒度:每个任务应在 1~4 小时内可完成,包含明确的输入和产出。
  2. 依赖排序:标注任务间依赖关系,生成执行顺序(可并行的标注为并行)。
  3. 优先级:P0(核心流程)、P1(重要功能)、P2(增强/优化)。
  4. 验收标准:每个任务附简要验收条件(与后续单元测试对应)。
  5. 分批建议:按开发批次(Sprint/Batch)组织,建议每批 3~7 个任务。

产出

  • 使用 [templates/task-breakdown-template.md](templates/task-breakdown-template.md) 产出任务拆分文档,供「单元测试」和「代码开发」按顺序执行。

文档与状态

  • 产出写入 docs/{currentiterationid}/task-breakdown-{taskbreakdownid}.md。
  • 开始前:调用 history-manager skill 的 get-phase task_breakdown 和 check-file 确认是否已完成。
  • 完成后:调用 history-manager skill 的 set-phase taskbreakdown {taskbreakdown_id} 记录并推进状态。