Task: select working prompts for auto-generating posts based on samples.
Context
- Source: Google Sheets → automation through n8n.
- Columns:
1) “Post example” — we place the sample.
2) “Prompt” — prompt string for generation.
3) “Topic” — what the post is about.
4) “Result” — the finished text goes here.
- There is an AI assistant with its own constant prompt (system/instructions).
How it works
1) We take the “Post example” from the row.
2) We send it to the AI assistant (its system prompt is taken into account).
3) We run it through the prompt from the “Prompt” column.
4) We get the text and write it in the “Result”.
What the freelancer needs to do
1) Write a brief, stable system prompt for the AI assistant: style, structure, tone, requirements for uniqueness and texture.
2) Prepare a prompt template for the “Prompt” column in the table: it should take the “Post example” and “Topic” from the same row and output a finished post.
3) Provide 2–3 variations of such a template (for different formats: short post, long post, carousel/thread).
Success criterion
- A meaningful, unique text that is similar in style to the sample, but not a copy, goes into the “Result”.
That is, if I put a post with 3 paragraphs of 250 characters in the “post example” cell, then my processed text should also be 250 characters and 3 paragraphs.