Using Features to manage configuration for a Drupal project is a bit of an undertaking. Features was initially intended to make portable units of functionality to share between sites, but many folks out there are using it to manage configuration and deployments. This works, but is a bit of a burden to to manage and takes a bit of expertise to execute in the wild.
Introducing Features Builder
Features Builder is a solution I have created to aid a site builder in managing the Features utilized to manage a site's configuration. It's essentially an extension of existing Features that makes sensible assumptions about a site's configuration and rapidly generates and maintains Feature modules.
For more information please check out the project page on Drupal.org. There you'll find a more in-depth explanation of how it works and the issue queue is seeded ready for your help and input.