AIPromptLab / templates.json
Akhmad123's picture
Upload 5 files
324f455 verified
{
"text": [
"{goal}\nAudience: {audience}\nTone: {tone}\nLength: {length}\nConstraints: {constraints}\n\nWrite a clear, structured article with headings, examples, and a short conclusion.",
"You are an expert writer. Task: {goal}. Target audience: {audience}. Tone: {tone}. Desired length: {length}. Constraints: {constraints}. Provide step-by-step instructions and a short summary.",
"Create content for {audience} about: {goal}. Style: {tone}. Keep it within {length}. Include intro, 3 key points, and conclusion. Constraints: {constraints}."
],
"image": [
"A {tone} scene of {goal}. Camera: 35mm; Lighting: golden hour; Colors: warm; Details: {constraints}. Negative: avoid text and watermarks.",
"Illustration of {goal} in {tone} style. Composition: close-up; Mood: cinematic; Color palette: {constraints}. Render: high detail, photorealistic.",
"Concept art: {goal}. Style references: cinematic, high detail; Lighting: dramatic rim light; Avoid: low-res, distorted anatomy."
],
"code": [
"Write code to {goal}. Language: {language}. Requirements: {constraints}. Include comments, tests, and usage example.",
"Create a {language} script that {goal}. Keep functions modular; include docstrings and error handling. Constraints: {constraints}.",
"Produce a code snippet for {goal} in {language}. Provide explanation and complexity analysis. Constraints: {constraints}."
]
}