Grouper 2.4 will have an upcoming patch to help folder admins create a new template.  

On a folder screen, under "more actions" will be an option for "New template"

The wizard will prompt for "Template type", which by default "Service".

New service templates should be configured in grouper-ui.properties, and should extend a common base class.  GrouperTemplateLogicBase

Should optionally include a group of people who are allowed to use them

The wizard will prompt them for a "key" (alphanumeric), and friendly name (optional).  Also the service description.

The base class should take as an input a stem, a system name extension, and optionally a friendly name extension (default to system name extension)

There should be a ui text key that describes the service (e.g. built in is "New service").  Drop down will pick which type of service

It should return a list of things it will do, as javabeans

ServiceAction

The UI should display the ServiceActions on the screen, with the correct indent level, and checkboxes

When submitted, if each checkbox is checked, it should do that action (if applicable).  If not applicable, give a warning

By default have one new service type built-in to Grouper

"New service"

Name: wiki

Display name: Wiki

To do in future

Future version could add the "service" tag