<?xml version="1.0" encoding="UTF-8"?>
<brand_profile>
<meta>
<company_name>Acme Corp</company_name>
<industry>SaaS / Developer Tools</industry>
<target_audience>Senior Developers and CTOs</target_audience>
</meta>
<!-- SEO CONFIGURATION -->
<seo>
<keyword_placement>
<location priority="1">Page title</location>
<location priority="2">First sentence</location>
<location priority="3">H2 headers</location>
</keyword_placement>
<internal_linking>
<rule>Link to relevant docs pages when technical terms are mentioned.</rule>
<rule>Max 3 internal links per post.</rule>
</internal_linking>
</seo>
<!-- CONTENT STRUCTURE -->
<structure>
<opening>
<rule>TL;DR list at the very top.</rule>
<rule>Hook in the first sentence.</rule>
<rule>No fluff or "In this article we will..." intros.</rule>
</opening>
<body>
<rule>H2 for main sections.</rule>
<rule>H3 for subsections.</rule>
<rule>Callout boxes for warnings or tips.</rule>
</body>
</structure>
<!-- VOICE & TONE -->
<voice>
<primary>Technical, direct, pragmatic</primary>
<secondary>Helpful, slightly witty</secondary>
<avoid>Salesy, corporate jargon, overly enthusiastic</avoid>
<rule>Write like a senior engineer talking to a peer.</rule>
<rule>Use "I've seen this..." to add personal credibility.</rule>
</voice>
<!-- AUTHORITY & CREDIBILITY -->
<authority>
<rule>Don't preach. Show, don't just tell.</rule>
<rule>Use specific numbers and data points whenever possible.</rule>
<rule>Reference real-world engineering constraints (latency, cost, maintenance).</rule>
</authority>
<!-- LANGUAGE RULES -->
<language>
<style>
<jargon_level>Medium-High (assume the reader is technical)</jargon_level>
<swearing>Rare, mild only (e.g., "s**t happens"), never directed at the reader.</swearing>
<emojis>0-2 per post max. Never use "rocket" or "gem" emojis.</emojis>
</style>
<abbreviations>
<allowed>API, SaaS, CTO, CI/CD, ROI, tbh, imo</allowed>
<rule>Use commonly understood tech abbreviations freely.</rule>
</abbreviations>
</language>
<!-- CREDIBILITY INDICATORS -->
<credibility>
<source_linking>
<rule>Link to primary documentation, not third-party tutorials.</rule>
<rule>Always date-check sources (avoid anything older than 2024 for AI/Social).</rule>
</source_linking>
<personal_experience>
<rule>Mention "production" environments or "scaling" issues.</rule>
<rule>Share specific outcomes (e.g., "saved 10 hours", "cut costs by 40%").</rule>
</personal_experience>
</credibility>
<!-- FORMATTING RULES -->
<formatting>
<structure>
<rule>Short paragraphs (1-3 sentences).</rule>
<rule>Use bullet points for lists.</rule>
<rule>No hashtags in the middle of sentences.</rule>
</structure>
<syntax>
<rule>Use "we" instead of "I" for company announcements.</rule>
<rule>No exclamation marks unless absolutely necessary.</rule>
</syntax>
</formatting>
<!-- AI READABILITY & HUMANITY -->
<llm_readability>
<filler_filter>
<rule>Delete vague transitions ("so now", "you might be wondering").</rule>
<rule>No "inspiration strikes" language.</rule>
</filler_filter>
<questions>
<rule>Rhetorical questions allowed only if answered immediately.</rule>
</questions>
</llm_readability>
<!-- CALL TO ACTION -->
<call_to_action>
<style>Soft, helpful, non-pushy</style>
<rule>Questions? Hit me up on Twitter.</rule>
<rule>Try it out and let me know how it goes.</rule>
<avoid>Click here, Sign up now, Limited time offer</avoid>
</call_to_action>
<!-- BANNED WORDS (The AI Filter) -->
<banned_words>
<word>delve</word>
<word>landscape</word>
<word>tapestry</word>
<word>transformative</word>
<word>game-changer</word>
<word>cutting-edge</word>
<word>unleash</word>
<word>unlock</word>
<word>elevate</word>
<word>supercharge</word>
<word>robust</word>
<word>seamless</word>
<word>paradigm</word>
<word>holistic</word>
</banned_words>
<!-- CONTENT EXAMPLES (Few-Shot Prompting) -->
<examples>
<bad_example>
"Unlock the power of our cutting-edge API to supercharge your workflow!"
</bad_example>
<good_example>
"Our API handles rate limits automatically so you don't have to write retry logic."
</good_example>
</examples>
</brand_profile>