@namch/agent-assistant 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (168) hide show
  1. package/README.md +114 -522
  2. package/agents/backend-engineer.md +0 -8
  3. package/agents/brainstormer.md +0 -6
  4. package/agents/business-analyst.md +0 -5
  5. package/agents/database-architect.md +0 -6
  6. package/agents/debugger.md +0 -6
  7. package/agents/designer.md +0 -5
  8. package/agents/devops-engineer.md +0 -7
  9. package/agents/docs-manager.md +0 -6
  10. package/agents/frontend-engineer.md +0 -7
  11. package/agents/game-engineer.md +0 -7
  12. package/agents/mobile-engineer.md +0 -7
  13. package/agents/performance-engineer.md +0 -7
  14. package/agents/planner.md +0 -6
  15. package/agents/project-manager.md +0 -6
  16. package/agents/researcher.md +0 -5
  17. package/agents/reviewer.md +0 -6
  18. package/agents/scouter.md +0 -6
  19. package/agents/security-engineer.md +0 -7
  20. package/agents/tech-lead.md +0 -7
  21. package/agents/tester.md +0 -5
  22. package/cli/README.md +19 -10
  23. package/documents/business/business-features.md +1 -1
  24. package/documents/business/business-prd.md +4 -4
  25. package/documents/knowledge-architecture.md +1 -1
  26. package/documents/knowledge-domain.md +1 -1
  27. package/documents/knowledge-overview.md +14 -29
  28. package/documents/knowledge-source-base.md +14 -14
  29. package/package.json +1 -1
  30. package/rules/QUICK-REFERENCE.md +4 -1
  31. package/rules/SKILL-DISCOVERY.md +37 -14
  32. package/skills/active-directory-attacks/SKILL.md +383 -0
  33. package/skills/active-directory-attacks/references/advanced-attacks.md +382 -0
  34. package/skills/agent-evaluation/SKILL.md +64 -0
  35. package/skills/agent-memory-mcp/SKILL.md +82 -0
  36. package/skills/agent-memory-systems/SKILL.md +67 -0
  37. package/skills/agent-tool-builder/SKILL.md +53 -0
  38. package/skills/ai-agents-architect/SKILL.md +90 -0
  39. package/skills/ai-product/SKILL.md +54 -0
  40. package/skills/ai-wrapper-product/SKILL.md +273 -0
  41. package/skills/api-documentation-generator/SKILL.md +484 -0
  42. package/skills/api-fuzzing-bug-bounty/SKILL.md +433 -0
  43. package/skills/api-security-best-practices/SKILL.md +907 -0
  44. package/skills/autonomous-agent-patterns/SKILL.md +761 -0
  45. package/skills/autonomous-agents/SKILL.md +68 -0
  46. package/skills/aws-penetration-testing/SKILL.md +405 -0
  47. package/skills/aws-penetration-testing/references/advanced-aws-pentesting.md +469 -0
  48. package/skills/azure-functions/SKILL.md +42 -0
  49. package/skills/backend-dev-guidelines/SKILL.md +342 -0
  50. package/skills/backend-dev-guidelines/resources/architecture-overview.md +451 -0
  51. package/skills/backend-dev-guidelines/resources/async-and-errors.md +307 -0
  52. package/skills/backend-dev-guidelines/resources/complete-examples.md +638 -0
  53. package/skills/backend-dev-guidelines/resources/configuration.md +275 -0
  54. package/skills/backend-dev-guidelines/resources/database-patterns.md +224 -0
  55. package/skills/backend-dev-guidelines/resources/middleware-guide.md +213 -0
  56. package/skills/backend-dev-guidelines/resources/routing-and-controllers.md +756 -0
  57. package/skills/backend-dev-guidelines/resources/sentry-and-monitoring.md +336 -0
  58. package/skills/backend-dev-guidelines/resources/services-and-repositories.md +789 -0
  59. package/skills/backend-dev-guidelines/resources/testing-guide.md +235 -0
  60. package/skills/backend-dev-guidelines/resources/validation-patterns.md +754 -0
  61. package/skills/broken-authentication/SKILL.md +476 -0
  62. package/skills/bullmq-specialist/SKILL.md +57 -0
  63. package/skills/bun-development/SKILL.md +691 -0
  64. package/skills/burp-suite-testing/SKILL.md +380 -0
  65. package/skills/cloud-penetration-testing/SKILL.md +501 -0
  66. package/skills/cloud-penetration-testing/references/advanced-cloud-scripts.md +318 -0
  67. package/skills/computer-use-agents/SKILL.md +315 -0
  68. package/skills/content-creator/SKILL.md +248 -0
  69. package/skills/content-creator/assets/content_calendar_template.md +99 -0
  70. package/skills/content-creator/references/brand_guidelines.md +199 -0
  71. package/skills/content-creator/references/content_frameworks.md +534 -0
  72. package/skills/content-creator/references/social_media_optimization.md +317 -0
  73. package/skills/content-creator/scripts/brand_voice_analyzer.py +185 -0
  74. package/skills/content-creator/scripts/seo_optimizer.py +419 -0
  75. package/skills/context-window-management/SKILL.md +53 -0
  76. package/skills/conversation-memory/SKILL.md +61 -0
  77. package/skills/copy-editing/SKILL.md +439 -0
  78. package/skills/copywriting/SKILL.md +225 -0
  79. package/skills/crewai/SKILL.md +243 -0
  80. package/skills/discord-bot-architect/SKILL.md +277 -0
  81. package/skills/dispatching-parallel-agents/SKILL.md +180 -0
  82. package/skills/email-sequence/SKILL.md +925 -0
  83. package/skills/email-systems/SKILL.md +54 -0
  84. package/skills/ethical-hacking-methodology/SKILL.md +466 -0
  85. package/skills/executing-plans/SKILL.md +76 -0
  86. package/skills/file-path-traversal/SKILL.md +486 -0
  87. package/skills/finishing-a-development-branch/SKILL.md +200 -0
  88. package/skills/frontend-dev-guidelines/SKILL.md +359 -0
  89. package/skills/frontend-dev-guidelines/resources/common-patterns.md +331 -0
  90. package/skills/frontend-dev-guidelines/resources/complete-examples.md +872 -0
  91. package/skills/frontend-dev-guidelines/resources/component-patterns.md +502 -0
  92. package/skills/frontend-dev-guidelines/resources/data-fetching.md +767 -0
  93. package/skills/frontend-dev-guidelines/resources/file-organization.md +502 -0
  94. package/skills/frontend-dev-guidelines/resources/loading-and-error-states.md +501 -0
  95. package/skills/frontend-dev-guidelines/resources/performance.md +406 -0
  96. package/skills/frontend-dev-guidelines/resources/routing-guide.md +364 -0
  97. package/skills/frontend-dev-guidelines/resources/styling-guide.md +428 -0
  98. package/skills/frontend-dev-guidelines/resources/typescript-standards.md +418 -0
  99. package/skills/gcp-cloud-run/SKILL.md +288 -0
  100. package/skills/git-pushing/SKILL.md +33 -0
  101. package/skills/git-pushing/scripts/smart_commit.sh +19 -0
  102. package/skills/github-workflow-automation/SKILL.md +846 -0
  103. package/skills/html-injection-testing/SKILL.md +498 -0
  104. package/skills/idor-testing/SKILL.md +442 -0
  105. package/skills/inngest/SKILL.md +55 -0
  106. package/skills/javascript-mastery/SKILL.md +645 -0
  107. package/skills/kaizen/SKILL.md +730 -0
  108. package/skills/langfuse/SKILL.md +238 -0
  109. package/skills/langgraph/SKILL.md +287 -0
  110. package/skills/linux-privilege-escalation/SKILL.md +504 -0
  111. package/skills/llm-app-patterns/SKILL.md +760 -0
  112. package/skills/metasploit-framework/SKILL.md +478 -0
  113. package/skills/multi-agent-brainstorming/SKILL.md +256 -0
  114. package/skills/neon-postgres/SKILL.md +56 -0
  115. package/skills/nextjs-supabase-auth/SKILL.md +56 -0
  116. package/skills/nosql-expert/SKILL.md +111 -0
  117. package/skills/pentest-checklist/SKILL.md +334 -0
  118. package/skills/pentest-commands/SKILL.md +438 -0
  119. package/skills/plaid-fintech/SKILL.md +50 -0
  120. package/skills/planning-with-files/SKILL.md +211 -0
  121. package/skills/planning-with-files/examples.md +202 -0
  122. package/skills/planning-with-files/reference.md +218 -0
  123. package/skills/planning-with-files/scripts/check-complete.sh +44 -0
  124. package/skills/planning-with-files/scripts/init-session.sh +120 -0
  125. package/skills/planning-with-files/templates/findings.md +95 -0
  126. package/skills/planning-with-files/templates/progress.md +114 -0
  127. package/skills/planning-with-files/templates/task_plan.md +132 -0
  128. package/skills/privilege-escalation-methods/SKILL.md +333 -0
  129. package/skills/production-code-audit/SKILL.md +540 -0
  130. package/skills/prompt-caching/SKILL.md +61 -0
  131. package/skills/prompt-engineering/SKILL.md +171 -0
  132. package/skills/prompt-library/SKILL.md +322 -0
  133. package/skills/rag-engineer/SKILL.md +90 -0
  134. package/skills/rag-implementation/SKILL.md +63 -0
  135. package/skills/react-ui-patterns/SKILL.md +289 -0
  136. package/skills/red-team-tools/SKILL.md +310 -0
  137. package/skills/scanning-tools/SKILL.md +589 -0
  138. package/skills/shodan-reconnaissance/SKILL.md +503 -0
  139. package/skills/slack-bot-builder/SKILL.md +264 -0
  140. package/skills/smtp-penetration-testing/SKILL.md +500 -0
  141. package/skills/social-content/SKILL.md +807 -0
  142. package/skills/software-architecture/SKILL.md +75 -0
  143. package/skills/sql-injection-testing/SKILL.md +448 -0
  144. package/skills/sqlmap-database-pentesting/SKILL.md +400 -0
  145. package/skills/ssh-penetration-testing/SKILL.md +488 -0
  146. package/skills/stripe-integration/SKILL.md +69 -0
  147. package/skills/subagent-driven-development/SKILL.md +240 -0
  148. package/skills/subagent-driven-development/code-quality-reviewer-prompt.md +20 -0
  149. package/skills/subagent-driven-development/implementer-prompt.md +78 -0
  150. package/skills/subagent-driven-development/spec-reviewer-prompt.md +61 -0
  151. package/skills/tavily-web/SKILL.md +36 -0
  152. package/skills/telegram-bot-builder/SKILL.md +254 -0
  153. package/skills/test-driven-development/SKILL.md +371 -0
  154. package/skills/test-driven-development/testing-anti-patterns.md +299 -0
  155. package/skills/test-fixing/SKILL.md +119 -0
  156. package/skills/top-web-vulnerabilities/SKILL.md +543 -0
  157. package/skills/trigger-dev/SKILL.md +67 -0
  158. package/skills/twilio-communications/SKILL.md +295 -0
  159. package/skills/upstash-qstash/SKILL.md +68 -0
  160. package/skills/verification-before-completion/SKILL.md +139 -0
  161. package/skills/voice-agents/SKILL.md +68 -0
  162. package/skills/voice-ai-development/SKILL.md +302 -0
  163. package/skills/windows-privilege-escalation/SKILL.md +496 -0
  164. package/skills/wireshark-analysis/SKILL.md +497 -0
  165. package/skills/wordpress-penetration-testing/SKILL.md +485 -0
  166. package/skills/workflow-automation/SKILL.md +68 -0
  167. package/skills/xss-html-injection/SKILL.md +499 -0
  168. package/skills/zapier-make-patterns/SKILL.md +67 -0
@@ -0,0 +1,248 @@
1
+ ---
2
+ name: content-creator
3
+ description: Create SEO-optimized marketing content with consistent brand voice. Includes brand voice analyzer, SEO optimizer, content frameworks, and social media templates. Use when writing blog posts, creating social media content, analyzing brand voice, optimizing SEO, planning content calendars, or when user mentions content creation, brand voice, SEO optimization, social media marketing, or content strategy.
4
+ license: MIT
5
+ metadata:
6
+ version: 1.0.0
7
+ author: Alireza Rezvani
8
+ category: marketing
9
+ domain: content-marketing
10
+ updated: 2025-10-20
11
+ python-tools: brand_voice_analyzer.py, seo_optimizer.py
12
+ tech-stack: SEO, social-media-platforms
13
+ ---
14
+
15
+ # Content Creator
16
+
17
+ Professional-grade brand voice analysis, SEO optimization, and platform-specific content frameworks.
18
+
19
+ ## Keywords
20
+ content creation, blog posts, SEO, brand voice, social media, content calendar, marketing content, content strategy, content marketing, brand consistency, content optimization, social media marketing, content planning, blog writing, content frameworks, brand guidelines, social media strategy
21
+
22
+ ## Quick Start
23
+
24
+ ### For Brand Voice Development
25
+ 1. Run `scripts/brand_voice_analyzer.py` on existing content to establish baseline
26
+ 2. Review `references/brand_guidelines.md` to select voice attributes
27
+ 3. Apply chosen voice consistently across all content
28
+
29
+ ### For Blog Content Creation
30
+ 1. Choose template from `references/content_frameworks.md`
31
+ 2. Research keywords for topic
32
+ 3. Write content following template structure
33
+ 4. Run `scripts/seo_optimizer.py [file] [primary-keyword]` to optimize
34
+ 5. Apply recommendations before publishing
35
+
36
+ ### For Social Media Content
37
+ 1. Review platform best practices in `references/social_media_optimization.md`
38
+ 2. Use appropriate template from `references/content_frameworks.md`
39
+ 3. Optimize based on platform-specific guidelines
40
+ 4. Schedule using `assets/content_calendar_template.md`
41
+
42
+ ## Core Workflows
43
+
44
+ ### Establishing Brand Voice (First Time Setup)
45
+
46
+ When creating content for a new brand or client:
47
+
48
+ 1. **Analyze Existing Content** (if available)
49
+ ```bash
50
+ python scripts/brand_voice_analyzer.py existing_content.txt
51
+ ```
52
+
53
+ 2. **Define Voice Attributes**
54
+ - Review brand personality archetypes in `references/brand_guidelines.md`
55
+ - Select primary and secondary archetypes
56
+ - Choose 3-5 tone attributes
57
+ - Document in brand guidelines
58
+
59
+ 3. **Create Voice Sample**
60
+ - Write 3 sample pieces in chosen voice
61
+ - Test consistency using analyzer
62
+ - Refine based on results
63
+
64
+ ### Creating SEO-Optimized Blog Posts
65
+
66
+ 1. **Keyword Research**
67
+ - Identify primary keyword (search volume 500-5000/month)
68
+ - Find 3-5 secondary keywords
69
+ - List 10-15 LSI keywords
70
+
71
+ 2. **Content Structure**
72
+ - Use blog template from `references/content_frameworks.md`
73
+ - Include keyword in title, first paragraph, and 2-3 H2s
74
+ - Aim for 1,500-2,500 words for comprehensive coverage
75
+
76
+ 3. **Optimization Check**
77
+ ```bash
78
+ python scripts/seo_optimizer.py blog_post.md "primary keyword" "secondary,keywords,list"
79
+ ```
80
+
81
+ 4. **Apply SEO Recommendations**
82
+ - Adjust keyword density to 1-3%
83
+ - Ensure proper heading structure
84
+ - Add internal and external links
85
+ - Optimize meta description
86
+
87
+ ### Social Media Content Creation
88
+
89
+ 1. **Platform Selection**
90
+ - Identify primary platforms based on audience
91
+ - Review platform-specific guidelines in `references/social_media_optimization.md`
92
+
93
+ 2. **Content Adaptation**
94
+ - Start with blog post or core message
95
+ - Use repurposing matrix from `references/content_frameworks.md`
96
+ - Adapt for each platform following templates
97
+
98
+ 3. **Optimization Checklist**
99
+ - Platform-appropriate length
100
+ - Optimal posting time
101
+ - Correct image dimensions
102
+ - Platform-specific hashtags
103
+ - Engagement elements (polls, questions)
104
+
105
+ ### Content Calendar Planning
106
+
107
+ 1. **Monthly Planning**
108
+ - Copy `assets/content_calendar_template.md`
109
+ - Set monthly goals and KPIs
110
+ - Identify key campaigns/themes
111
+
112
+ 2. **Weekly Distribution**
113
+ - Follow 40/25/25/10 content pillar ratio
114
+ - Balance platforms throughout week
115
+ - Align with optimal posting times
116
+
117
+ 3. **Batch Creation**
118
+ - Create all weekly content in one session
119
+ - Maintain consistent voice across pieces
120
+ - Prepare all visual assets together
121
+
122
+ ## Key Scripts
123
+
124
+ ### brand_voice_analyzer.py
125
+ Analyzes text content for voice characteristics, readability, and consistency.
126
+
127
+ **Usage**: `python scripts/brand_voice_analyzer.py <file> [json|text]`
128
+
129
+ **Returns**:
130
+ - Voice profile (formality, tone, perspective)
131
+ - Readability score
132
+ - Sentence structure analysis
133
+ - Improvement recommendations
134
+
135
+ ### seo_optimizer.py
136
+ Analyzes content for SEO optimization and provides actionable recommendations.
137
+
138
+ **Usage**: `python scripts/seo_optimizer.py <file> [primary_keyword] [secondary_keywords]`
139
+
140
+ **Returns**:
141
+ - SEO score (0-100)
142
+ - Keyword density analysis
143
+ - Structure assessment
144
+ - Meta tag suggestions
145
+ - Specific optimization recommendations
146
+
147
+ ## Reference Guides
148
+
149
+ ### When to Use Each Reference
150
+
151
+ **references/brand_guidelines.md**
152
+ - Setting up new brand voice
153
+ - Ensuring consistency across content
154
+ - Training new team members
155
+ - Resolving voice/tone questions
156
+
157
+ **references/content_frameworks.md**
158
+ - Starting any new content piece
159
+ - Structuring different content types
160
+ - Creating content templates
161
+ - Planning content repurposing
162
+
163
+ **references/social_media_optimization.md**
164
+ - Platform-specific optimization
165
+ - Hashtag strategy development
166
+ - Understanding algorithm factors
167
+ - Setting up analytics tracking
168
+
169
+ ## Best Practices
170
+
171
+ ### Content Creation Process
172
+ 1. Always start with audience need/pain point
173
+ 2. Research before writing
174
+ 3. Create outline using templates
175
+ 4. Write first draft without editing
176
+ 5. Optimize for SEO
177
+ 6. Edit for brand voice
178
+ 7. Proofread and fact-check
179
+ 8. Optimize for platform
180
+ 9. Schedule strategically
181
+
182
+ ### Quality Indicators
183
+ - SEO score above 75/100
184
+ - Readability appropriate for audience
185
+ - Consistent brand voice throughout
186
+ - Clear value proposition
187
+ - Actionable takeaways
188
+ - Proper visual formatting
189
+ - Platform-optimized
190
+
191
+ ### Common Pitfalls to Avoid
192
+ - Writing before researching keywords
193
+ - Ignoring platform-specific requirements
194
+ - Inconsistent brand voice
195
+ - Over-optimizing for SEO (keyword stuffing)
196
+ - Missing clear CTAs
197
+ - Publishing without proofreading
198
+ - Ignoring analytics feedback
199
+
200
+ ## Performance Metrics
201
+
202
+ Track these KPIs for content success:
203
+
204
+ ### Content Metrics
205
+ - Organic traffic growth
206
+ - Average time on page
207
+ - Bounce rate
208
+ - Social shares
209
+ - Backlinks earned
210
+
211
+ ### Engagement Metrics
212
+ - Comments and discussions
213
+ - Email click-through rates
214
+ - Social media engagement rate
215
+ - Content downloads
216
+ - Form submissions
217
+
218
+ ### Business Metrics
219
+ - Leads generated
220
+ - Conversion rate
221
+ - Customer acquisition cost
222
+ - Revenue attribution
223
+ - ROI per content piece
224
+
225
+ ## Integration Points
226
+
227
+ This skill works best with:
228
+ - Analytics platforms (Google Analytics, social media insights)
229
+ - SEO tools (for keyword research)
230
+ - Design tools (for visual content)
231
+ - Scheduling platforms (for content distribution)
232
+ - Email marketing systems (for newsletter content)
233
+
234
+ ## Quick Commands
235
+
236
+ ```bash
237
+ # Analyze brand voice
238
+ python scripts/brand_voice_analyzer.py content.txt
239
+
240
+ # Optimize for SEO
241
+ python scripts/seo_optimizer.py article.md "main keyword"
242
+
243
+ # Check content against brand guidelines
244
+ grep -f references/brand_guidelines.md content.txt
245
+
246
+ # Create monthly calendar
247
+ cp assets/content_calendar_template.md this_month_calendar.md
248
+ ```
@@ -0,0 +1,99 @@
1
+ # Content Calendar Template - [Month Year]
2
+
3
+ ## Monthly Goals
4
+ - **Traffic Goal**:
5
+ - **Lead Generation Goal**:
6
+ - **Engagement Goal**:
7
+ - **Key Campaign**:
8
+
9
+ ## Week 1: [Date Range]
10
+
11
+ ### Monday [Date]
12
+ **Platform**: Blog
13
+ **Topic**:
14
+ **Keywords**:
15
+ **Status**: [ ] Planned [ ] Written [ ] Reviewed [ ] Published
16
+ **Owner**:
17
+ **Notes**:
18
+
19
+ **Platform**: LinkedIn
20
+ **Type**: Article Share
21
+ **Caption**:
22
+ **Hashtags**:
23
+ **Time**: 10:00 AM
24
+
25
+ ### Tuesday [Date]
26
+ **Platform**: Instagram
27
+ **Type**: Carousel
28
+ **Topic**:
29
+ **Visuals**: [ ] Created [ ] Approved
30
+ **Caption**:
31
+ **Hashtags**:
32
+ **Time**: 12:00 PM
33
+
34
+ ### Wednesday [Date]
35
+ **Platform**: Email Newsletter
36
+ **Subject Line**:
37
+ **Segment**:
38
+ **CTA**:
39
+ **Status**: [ ] Drafted [ ] Designed [ ] Scheduled
40
+
41
+ ### Thursday [Date]
42
+ **Platform**: Twitter/X
43
+ **Type**: Thread
44
+ **Topic**:
45
+ **Thread Length**:
46
+ **Media**: [ ] Images [ ] GIFs [ ] None
47
+ **Time**: 2:00 PM
48
+
49
+ ### Friday [Date]
50
+ **Platform**: Multi-channel
51
+ **Campaign**:
52
+ **Assets Needed**:
53
+ - [ ] Blog post
54
+ - [ ] Social graphics
55
+ - [ ] Email
56
+ - [ ] Video
57
+
58
+ ## Week 2: [Date Range]
59
+ [Repeat structure]
60
+
61
+ ## Week 3: [Date Range]
62
+ [Repeat structure]
63
+
64
+ ## Week 4: [Date Range]
65
+ [Repeat structure]
66
+
67
+ ## Content Bank (Ideas for Future)
68
+ 1.
69
+ 2.
70
+ 3.
71
+ 4.
72
+ 5.
73
+
74
+ ## Performance Review (End of Month)
75
+
76
+ ### Top Performing Content
77
+ 1. **Title/Topic**:
78
+ - **Metric**:
79
+ - **Why it worked**:
80
+
81
+ 2. **Title/Topic**:
82
+ - **Metric**:
83
+ - **Why it worked**:
84
+
85
+ ### Lessons Learned
86
+ -
87
+ -
88
+ -
89
+
90
+ ### Adjustments for Next Month
91
+ -
92
+ -
93
+ -
94
+
95
+ ## Resource Links
96
+ - Brand Guidelines: [Link]
97
+ - Asset Library: [Link]
98
+ - Analytics Dashboard: [Link]
99
+ - Team Calendar: [Link]
@@ -0,0 +1,199 @@
1
+ # Brand Voice & Style Guidelines
2
+
3
+ ## Brand Voice Framework
4
+
5
+ ### 1. Voice Dimensions
6
+
7
+ #### Formality Spectrum
8
+ - **Formal**: Legal documents, investor communications, crisis responses
9
+ - **Professional**: B2B content, whitepapers, case studies
10
+ - **Conversational**: Blog posts, social media, email newsletters
11
+ - **Casual**: Community engagement, behind-the-scenes content
12
+
13
+ #### Tone Attributes
14
+ Choose 3-5 primary attributes for your brand:
15
+ - **Authoritative**: Position as industry expert
16
+ - **Friendly**: Approachable and warm
17
+ - **Innovative**: Forward-thinking and creative
18
+ - **Trustworthy**: Reliable and transparent
19
+ - **Inspiring**: Motivational and uplifting
20
+ - **Educational**: Informative and helpful
21
+ - **Witty**: Clever and entertaining (use sparingly)
22
+
23
+ #### Perspective
24
+ - **First Person Plural (We/Our)**: Creates partnership feeling
25
+ - **Second Person (You/Your)**: Direct and engaging
26
+ - **Third Person**: Objective and professional
27
+
28
+ ### 2. Brand Personality Archetypes
29
+
30
+ Choose one primary and one secondary archetype:
31
+
32
+ **The Expert**
33
+ - Tone: Knowledgeable, confident, informative
34
+ - Content: Data-driven, research-backed, educational
35
+ - Example: "Our research shows that 87% of businesses..."
36
+
37
+ **The Friend**
38
+ - Tone: Warm, supportive, conversational
39
+ - Content: Relatable, helpful, encouraging
40
+ - Example: "We get it - marketing can be overwhelming..."
41
+
42
+ **The Innovator**
43
+ - Tone: Visionary, bold, forward-thinking
44
+ - Content: Cutting-edge, disruptive, trendsetting
45
+ - Example: "The future of marketing is here..."
46
+
47
+ **The Guide**
48
+ - Tone: Wise, patient, instructive
49
+ - Content: Step-by-step, clear, actionable
50
+ - Example: "Let's walk through this together..."
51
+
52
+ **The Motivator**
53
+ - Tone: Energetic, positive, inspiring
54
+ - Content: Empowering, action-oriented, transformative
55
+ - Example: "You have the power to transform your business..."
56
+
57
+ ### 3. Writing Principles
58
+
59
+ #### Clarity First
60
+ - Use simple words when possible
61
+ - Break complex ideas into digestible pieces
62
+ - Lead with the main point
63
+ - Use active voice (80% of the time)
64
+
65
+ #### Customer-Centric
66
+ - Focus on benefits, not features
67
+ - Address pain points directly
68
+ - Use "you" more than "we"
69
+ - Include customer success stories
70
+
71
+ #### Consistency
72
+ - Maintain voice across all channels
73
+ - Use approved terminology
74
+ - Follow formatting standards
75
+ - Apply style rules uniformly
76
+
77
+ ### 4. Language Guidelines
78
+
79
+ #### Words We Use
80
+ - **Action verbs**: Transform, accelerate, optimize, unlock, elevate
81
+ - **Positive descriptors**: Seamless, powerful, intuitive, strategic
82
+ - **Outcome-focused**: Results, growth, success, impact, ROI
83
+
84
+ #### Words We Avoid
85
+ - **Jargon**: Synergy, leverage (as verb), bandwidth (for availability)
86
+ - **Overused**: Innovative, disruptive, cutting-edge (unless truly applicable)
87
+ - **Weak**: Very, really, just, maybe, hopefully
88
+ - **Negative**: Can't, won't, impossible, problem (use "challenge")
89
+
90
+ ### 5. Content Structure Templates
91
+
92
+ #### Blog Post Structure
93
+ 1. **Hook** (1-2 sentences): Grab attention with a question, statistic, or bold statement
94
+ 2. **Context** (1 paragraph): Explain why this matters now
95
+ 3. **Main Content** (3-5 sections): Deliver value with clear subheadings
96
+ 4. **Conclusion** (1 paragraph): Summarize key points
97
+ 5. **Call to Action**: Clear next step for readers
98
+
99
+ #### Social Media Framework
100
+ - **LinkedIn**: Professional insights, industry news, thought leadership
101
+ - **Twitter/X**: Quick tips, engaging questions, thread stories
102
+ - **Instagram**: Visual storytelling, behind-the-scenes, inspiration
103
+ - **Facebook**: Community building, longer narratives, events
104
+
105
+ ### 6. Messaging Pillars
106
+
107
+ Define 3-4 core themes that appear consistently:
108
+
109
+ 1. **Innovation & Technology**
110
+ - AI-powered solutions
111
+ - Data-driven insights
112
+ - Future-ready strategies
113
+
114
+ 2. **Customer Success**
115
+ - Real results and ROI
116
+ - Partnership approach
117
+ - Tailored solutions
118
+
119
+ 3. **Expertise & Trust**
120
+ - Industry leadership
121
+ - Proven methodologies
122
+ - Transparent communication
123
+
124
+ 4. **Growth & Transformation**
125
+ - Scaling businesses
126
+ - Digital transformation
127
+ - Continuous improvement
128
+
129
+ ### 7. Audience Personas
130
+
131
+ #### Decision Makers (C-Suite)
132
+ - **Tone**: Professional, strategic, ROI-focused
133
+ - **Content**: High-level insights, business impact, competitive advantages
134
+ - **Pain Points**: Growth, efficiency, competition
135
+
136
+ #### Practitioners (Marketing Managers)
137
+ - **Tone**: Practical, supportive, educational
138
+ - **Content**: How-to guides, best practices, tools
139
+ - **Pain Points**: Time, resources, skills
140
+
141
+ #### Innovators (Early Adopters)
142
+ - **Tone**: Exciting, cutting-edge, visionary
143
+ - **Content**: Trends, new features, future predictions
144
+ - **Pain Points**: Staying ahead, differentiation
145
+
146
+ ### 8. Channel-Specific Guidelines
147
+
148
+ #### Website Copy
149
+ - Headlines: 6-12 words, benefit-focused
150
+ - Body: Short paragraphs (2-3 sentences)
151
+ - CTAs: Action-oriented, specific
152
+
153
+ #### Email Marketing
154
+ - Subject Lines: 30-50 characters, personalized
155
+ - Preview Text: Complement subject, add urgency
156
+ - Body: Scannable, one main message
157
+
158
+ #### Blog Content
159
+ - Title: Include primary keyword, under 60 characters
160
+ - Introduction: Hook within first 50 words
161
+ - Sections: 200-300 words each
162
+ - Lists: 5-7 items optimal
163
+
164
+ ### 9. Grammar & Mechanics
165
+
166
+ #### Punctuation
167
+ - Oxford comma: Always use
168
+ - Em dashes: For emphasis—like this
169
+ - Exclamation points: Maximum one per piece
170
+
171
+ #### Capitalization
172
+ - Headlines: Title Case for H1, Sentence case for H2-H6
173
+ - Product names: As trademarked
174
+ - Job titles: Lowercase unless before name
175
+
176
+ #### Numbers
177
+ - Spell out one through nine
178
+ - Use numerals for 10 and above
179
+ - Always use numerals for percentages
180
+
181
+ ### 10. Inclusivity Guidelines
182
+
183
+ - Use gender-neutral language
184
+ - Avoid idioms that don't translate
185
+ - Consider global audience
186
+ - Ensure accessibility in formatting
187
+ - Represent diverse perspectives
188
+
189
+ ## Quick Reference Checklist
190
+
191
+ Before publishing any content, verify:
192
+ - [ ] Matches brand voice and tone
193
+ - [ ] Free of jargon and complex terms
194
+ - [ ] Includes clear value proposition
195
+ - [ ] Has appropriate CTA
196
+ - [ ] Follows grammar guidelines
197
+ - [ ] Mobile-friendly formatting
198
+ - [ ] Accessible to all audiences
199
+ - [ ] Proofread and fact-checked