You must be looking for wizard like Microsoft's DTSWizard.exe for creating SSIS package.
But I don't see much difference in using such wizard and creating jobs manually, its almost the same effort with just a fancy GUI and guided flow.
If your aim is to reduce the effort involved in developing jobs having same framework, you can create one sample job, export it to ATL and use it several times.
Every time, developer will have to import the sample ATL, rename objects & apply required changes.