home/productivity/prompt-templates-25

Prompt Templates

GPTClaudeDeepSeek··680 copies·updated 2026-07-14
prompt-templates-25.prompt
# Prompt Templates

Prompt templates live in configs/prompts/.

prompt.execute.md:
- Builds the model prompt from task_type, prompt, and text.

Template variables:
- {prompt}
- {task_type}
- {text}
- {format_requirements}

prompt.evaluation.md:
- Evaluates outputs against expected results.
- Must return strict JSON for parsing.
- Response must conform to the evaluation JSON schema (see below).

Template variables:
- {task_type}
- {output}
- {expected_output}
- {format_requirements}

**Evaluation Response Schema:**

The evaluator LLM must return a JSON object with the following structure:

fill the variables

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

{prompt}{task_type}{text}{format_requirements}{output}{expected_output}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo bru1t/prompt-evolver (MIT). A "Prompt Templates" 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

productivitycommunitydeveloper

source

bru1t/prompt-evolver · MIT