概要
Feature Slicing is a specialized architectural skill for Claude Code that implements a vertical-slice approach to software development. By grouping all code related to a specific business capability—including UI, business logic, and data access—into a single cohesive module, it eliminates the complexity of navigating fragmented horizontal layers. This skill helps developers scale large codebases, reduce merge conflicts in multi-team environments, and ensure that feature scope is immediately visible and isolated, making it easier to add, modify, or remove features without side effects.