什么是 planning-and-task-breakdown?
当您有规范或明确的要求并且需要将工作分解为可实施的任务时使用。当任务太大而无法开始、需要估计范围或可以并行工作时使用。 来源:addyosmani/agent-skills。
当您有规范或明确的要求并且需要将工作分解为可实施的任务时使用。当任务太大而无法开始、需要估计范围或可以并行工作时使用。
通过命令行快速安装 planning-and-task-breakdown AI 技能到你的开发环境
来源:addyosmani/agent-skills。
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 NOT to use: Single-file changes with obvious scope, or when the spec already contains well-defined tasks.
Do NOT write code during planning. The output is a plan document, not implementation.
当您有规范或明确的要求并且需要将工作分解为可实施的任务时使用。当任务太大而无法开始、需要估计范围或可以并行工作时使用。 来源:addyosmani/agent-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/addyosmani/agent-skills --skill planning-and-task-breakdown当您有规范或明确的要求并且需要将工作分解为可实施的任务时使用。当任务太大而无法开始、需要估计范围或可以并行工作时使用。 来源:addyosmani/agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/addyosmani/agent-skills --skill planning-and-task-breakdown 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/addyosmani/agent-skills