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