Content prompt is hard to manage and reuse when every word sits in one paragraph.

The lists below are the snippets that can be reused in a content prompt with the prefix like blog.format, blog.constraint, and blog.rule to avoid a content pack from colliding with marketing or sales pack.

Note

Snippets below follow the naming rule as topic.family.job. View the naming rule.

Output Format Snippets

Format snippets wrap the answer. They set the order of the finished file.

1. {{snippet:blog.format.article_body}}

Keeps one clean Markdown post and blocks chat preamble.

SnippetValue
{{snippet:blog.format.article_body}}Markdown article only (H1, H2s, H3s).

2. {{snippet:blog.format.takeaways_block}}

Places the summary after the article so skimmers still get the point.

SnippetValue
{{snippet:blog.format.takeaways_block}}Then a section: Key takeaways.

3. {{snippet:blog.format.faq_block}}

Keeps search-style questions in one block after takeaways.

SnippetValue
{{snippet:blog.format.faq_block}}Then a section: FAQ.

4. {{snippet:blog.format.meta_lines}}

Gives the CMS two labeled lines and then stops.

SnippetValue
{{snippet:blog.format.meta_lines}}Then exactly two lines: Meta title and Meta description.
Note

The {{snippet:}} prefix is the dedicated prefix for Acluebox to assign snippet value instead of {{variable}} value.

Constraint Snippets

Constraint snippets are bans. Break one and the draft should be rejected.

1. {{snippet:blog.constraint.word_count}}

Locks length so the draft does not sprawl.

SnippetValue
{{snippet:blog.constraint.word_count}}1,000–1,200 words.

2. {{snippet:blog.constraint.no_first_person}}

Stops the post from turning into a diary.

SnippetValue
{{snippet:blog.constraint.no_first_person}}No first person.

3. {{snippet:blog.constraint.no_competitors}}

Stops extra context from becoming a comparison page.

SnippetValue
{{snippet:blog.constraint.no_competitors}}No competitor names.

4. {{snippet:blog.constraint.no_invented_proof}}

Blocks fake numbers and fake citations.

SnippetValue
{{snippet:blog.constraint.no_invented_proof}}No invented statistics or sources.

5. {{snippet:blog.constraint.no_advice_as_fact}}

Allows a topic to appear without sounding like a diagnosis or an investment plan.

SnippetValue
{{snippet:blog.constraint.no_advice_as_fact}}No medical or financial advice presented as fact.

no_advice_as_fact is clear as a meaning, but not unique as a token. The blog.constraint. prefix is what stops a later marketing or sales pack from sharing one flat name-space unless you wanted to.

Rule Snippets

Rule snippets raise quality inside the rails. Missing one makes the post weaker. It does not always make the post unusable.

1. {{snippet:blog.rule.hook}}

Opens with the problem and the payoff before background.

SnippetValue
{{snippet:blog.rule.hook}}Hook in the first 2–3 sentences.

2. {{snippet:blog.rule.table}}

Puts comparisons in a scan path.

SnippetValue
{{snippet:blog.rule.table}}Include at least one table.

3. {{snippet:blog.rule.lists}}

Uses both list types so the page does not stay as plain paragraphs.

SnippetValue
{{snippet:blog.rule.lists}}One numbered list and one bullet list.

4. {{snippet:blog.rule.heading_rhythm}}

Adds rest stops so a phone reader is not stuck in one long block.

SnippetValue
{{snippet:blog.rule.heading_rhythm}}H2 or H3 every 200–300 words.

5. {{snippet:blog.rule.sourced_stats}}

Attaches a source to each number.

SnippetValue
{{snippet:blog.rule.sourced_stats}}Cite at least two stats with sources.

6. {{snippet:blog.rule.faq_count}}

Writes questions the way a reader would search them.

SnippetValue
{{snippet:blog.rule.faq_count}}3–5 FAQ questions a reader would search.

7. {{snippet:blog.rule.reading_level}}

Keeps sentences short and words common.

SnippetValue
{{snippet:blog.rule.reading_level}}8th-grade reading level.

8. {{snippet:blog.rule.paragraph_length}}

Makes each block easy to read and easy to edit.

SnippetValue
{{snippet:blog.rule.paragraph_length}}Paragraphs of 2–4 sentences.

9. {{snippet:blog.rule.single_cta}}

Asks for one next step, not three.

SnippetValue
{{snippet:blog.rule.single_cta}}One clear CTA after takeaways.

10. {{snippet:blog.rule.meta_limits}}

Stops search snippets from being cut mid-line.

SnippetValue
{{snippet:blog.rule.meta_limits}}Meta title under 60 characters; description under 155.

Generic names like hook, table, and lists are the ones most likely to collide with marketing or sales prompt. The blog.rule prefix keeps those jobs separate.

Tip

Use the references above or create your own snippets with the prefix like blog.rule to make your prompt easily to manage and reusable.

Related Posts