planning-and-task-breakdown
仓库创建 2026年2月16日最近提交 21 小时前SkillHot 收录 20 天前
▸ 精选理由
便于分工、估算和让代理可靠执行复杂工作。
这个 Skill 做什么
将工作拆成有序且可验证的小任务并附带明确验收条件。
把大工作拆成有序的小任务,每个任务都有明确的验收条件,能在短周期内独立实现、测试和验证。当任务太大不知从何下手、需要估时或需要并行分工时用它。特点是强调可验证的小步快跑,能减少不确定性和返工。
▸ 展开 SKILL.md 英文原文
Breaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.
8.1w
Stars
8.7k
Forks
24
仓库内 Skill
+10.0k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/addyosmani/agent-skills/main/skills/planning-and-task-breakdown/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/addyosmani/agent-skills/main/skills/planning-and-task-breakdown/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Planning and Task Breakdown ## Overview Decompose work into small, verifiable tasks with explicit acceptance criteria. Good task breakdown is the difference between an agent that completes work reliably and one that produces a tangled mess. Every task should be small enough to implement, test, and verify in a single focused session. ## When to Use - You have a spec and need to break it into implementable units - A task feels too large or vague to start - Work needs to be parallelized across multiple agents or sessions - You need to communicate scope to a human - The implementation order isn't obvious **When NOT to use:** Single-file changes with obvious scope, or when the spec already
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有