Clean Architecture has really good advantages to organize code and increase testability. But when it comes to adding new feature into application that written with Clean Architecture, It's hard to develop new feature that required to touch all layers, even a small changes we have to locate Domain, Application, UI and Infrastructure layers.