As a first step, I changed the title of the post so that it's descriptive and people can know what it is about without having to click on it.
You are welcome to use alternatives to the AOSP apps. I would avoid disabling them, though.
A few things to consider:
1) Don't disable the keyboard or camera app. They can already not be disabled through the UI, and for good reason, as one can lock you out of your phone if you replace it with a keyboard not using direct boot, and the camera because it breaks system camera intents which are required to use the system camera.
2) Carefully consider if you want to disable the clock app. Keep in mind that most clocks app won't use direct boot, so if your phone reboots while you're sleeping, for example, you might not get your alarm. The AOSP clock app will go off even if the phone reboots and you haven't unlocked it yet.
3) You can likely disable the gallery app, but you should replace it with an app that implements the necessary edit intents, or buttons in the OS that are supposed to launch an image editor will no longer work. I personally use Aves Gallery which doesn't have an editor built in, so I also use the app Image Toolbox for the editing intents and functionality.
4) Don't disable the phone or contacts app, the contacts app is likely going to be needed for the contact scopes feature, and the phone app cannot be fully replaced by a 3rd party app you install.
5) Feel free to install a calendar app.