什麼是 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