Hmmm...this could turn into a really long post but I will just give you the "Readers Digest" version. All item templates are located in the "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\SPECIFICLANGUAGE" folder. Each of the templates are help in a zip file. You can see that all StrataFrame templates start with SF_. My suggestion is to open one of these up and see the contents of the file.Once you create your template and have it packaged up in the ZIP file, then you will need to install it. The easiest way is to call the devenv.exe with the /setup command. So get out of all VS instances and then run this:
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\devenv.exe /setup
That will install the template into the Visual Studio environment. There are many books and articles on the web regarding this topic. This is just a very basic explanation and will require some effort on your part in order to actually implement this. It isn't hard, it is just learning to do it the first time and then it is all down hill after that