home/roleplay/cc-002-prompt-template-generator

CC 002 Prompt Template Generator

GPTClaudeGemini··657 copies·updated 2026-07-14
cc-002-prompt-template-generator.prompt
---
name: prompt-template-generator
description: Interactive prompt template generator that creates properly formatted templates from user descriptions
model: opus
---

# Prompt Template Generator

I will help you create a properly formatted prompt template for this repository.

## Step 1: Gather Information

Please provide the following information:

**1. What do you want this prompt to do?**
(Describe the purpose and functionality)

**2. What category does this belong to?**
- Development: `PLAN`, `SETUP`, `DEBUG`, `FEAT`, `TEST`, `CLEAN`, `SEC`
- Business: `MARKET`, `FINANCE`, `OPS`, `CS`, `PEOPLE`
- Specialized: `CC` (Claude Code), or other

**3. What AI model is this optimized for?**
- `opus` (most capable, complex tasks)
- `sonnet` (balanced, most tasks)
- `haiku` (fast, simple tasks)
- `gpt-4`, `gpt-3.5` (OpenAI models)

**4. Brief description (one sentence):**

**5. Additional context or requirements:**
(Optional - any specific formatting, examples, or constraints)

---

## Step 2: I Will Generate

Based on your input, I will:

1. **Determine the correct directory:**
   - Development prompts → `prompts/development/{category}/`
   - Business prompts → `prompts/business/{category}/`
   - Specialized → `prompts/specialized/cc-slash-commands/` or other

2. **Find the next sequential number:**
   - Check existing files in the category
   - Assign next number (e.g., PLAN-009, MARKET-006)

3. **Create the filename:**
   - Format: `CATEGORY-###-description-MMDDYY.md`
   - Example: `FEAT-004-api-integration-100425.md`

4. **Generate the template with:**
   - Proper YAML frontmatter
   - Clear structure and sections
   - Usage examples if applicable
   - Placeholder text you can customize

5. **Save to correct location**

6. **Validate the template:**
   - Run `python tools/validate_filenames.py`
   - Run `python tools/validate_frontmatter.py`

---

## Step 3: Template Structure I'll Create

fill the variables

This prompt has 1 variable. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{category}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo jeremylongshore/prompts-intent-solutions (MIT). A "CC 002 Prompt Template Generator" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

roleplaycommunitygeneral

source

jeremylongshore/prompts-intent-solutions · MIT