incremental-implementation とは?
複数のファイルに関わる機能または変更を実装する場合に使用します。一度に大量のコードを記述しようとしている場合、またはタスクが大きすぎて 1 つのステップで完了できないと思われる場合に使用します。 ソース: addyosmani/agent-skills。
複数のファイルに関わる機能または変更を実装する場合に使用します。一度に大量のコードを記述しようとしている場合、またはタスクが大きすぎて 1 つのステップで完了できないと思われる場合に使用します。
コマンドラインで incremental-implementation AI スキルを開発環境にすばやくインストール
ソース: addyosmani/agent-skills。
Build in thin vertical slices — implement one piece, test it, verify it, then expand. Never attempt to implement an entire feature in one pass. Each increment should leave the system in a working, testable state. This is the execution discipline that makes large features manageable.
When NOT to use: Single-file, single-function changes where the scope is already minimal.
If Slice 1 fails, you discover it before investing in Slices 2 and 3.
複数のファイルに関わる機能または変更を実装する場合に使用します。一度に大量のコードを記述しようとしている場合、またはタスクが大きすぎて 1 つのステップで完了できないと思われる場合に使用します。 ソース: addyosmani/agent-skills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/addyosmani/agent-skills --skill incremental-implementation複数のファイルに関わる機能または変更を実装する場合に使用します。一度に大量のコードを記述しようとしている場合、またはタスクが大きすぎて 1 つのステップで完了できないと思われる場合に使用します。 ソース: addyosmani/agent-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/addyosmani/agent-skills --skill incremental-implementation インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/addyosmani/agent-skills