The document discusses creating a new command controller class called TestCommandController for the Acme.Demo package using the flow3 kickstart:commandcontroller command, which will generate a standard command controller class with a sample command method that can then be built upon. The command controller provides a way to extend the functionality of the FLOW3 framework through additional commands implemented as classes.