claude-flow-novice 2.14.3 → 2.14.5
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.
- package/.claude/commands/CFN_LOOP_TASK_MODE.md +4 -47
- package/.claude/commands/seo/SEO_TASK_MODE.md +892 -0
- package/.claude/commands/seo/seo-blog.md +428 -0
- package/.claude/commands/seo/seo-landing.md +91 -0
- package/.claude/commands/seo/seo-product.md +104 -0
- package/.claude/skills/cfn-redis-coordination/demos/test-cancel-swarm.sh +0 -276
- package/claude-assets/agents/cfn-dev-team/coordinators/epic-creator.md +120 -0
- package/claude-assets/agents/cfn-seo-team/AGENT_CREATION_REPORT.md +481 -0
- package/claude-assets/agents/cfn-seo-team/DELEGATION_MATRIX.md +371 -0
- package/claude-assets/agents/cfn-seo-team/HUMANIZER_PROMPTS.md +536 -0
- package/claude-assets/agents/cfn-seo-team/INTEGRATION_REQUIREMENTS.md +642 -0
- package/claude-assets/agents/cfn-seo-team/cfn-seo-coordinator.md +414 -0
- package/claude-assets/agents/cfn-seo-team/competitive-seo-analyst.md +423 -0
- package/claude-assets/agents/cfn-seo-team/content-atomization-specialist.md +580 -0
- package/claude-assets/agents/cfn-seo-team/content-seo-strategist.md +245 -0
- package/claude-assets/agents/cfn-seo-team/eeat-content-auditor.md +389 -0
- package/claude-assets/agents/cfn-seo-team/geo-optimization-expert.md +269 -0
- package/claude-assets/agents/cfn-seo-team/link-building-specialist.md +291 -0
- package/claude-assets/agents/cfn-seo-team/local-seo-optimizer.md +333 -0
- package/claude-assets/agents/cfn-seo-team/programmatic-seo-engineer.md +244 -0
- package/claude-assets/agents/cfn-seo-team/schema-markup-engineer.md +430 -0
- package/claude-assets/agents/cfn-seo-team/seo-analytics-specialist.md +376 -0
- package/claude-assets/agents/cfn-seo-team/seo-validators/accessibility-validator.md +565 -0
- package/claude-assets/agents/cfn-seo-team/seo-validators/audience-validator.md +484 -0
- package/claude-assets/agents/cfn-seo-team/seo-validators/branding-validator.md +452 -0
- package/claude-assets/agents/cfn-seo-team/seo-validators/humanizer-validator.md +333 -0
- package/claude-assets/agents/cfn-seo-team/technical-seo-specialist.md +228 -0
- package/claude-assets/commands/CFN_LOOP_TASK_MODE.md +4 -47
- package/claude-assets/commands/seo/SEO_TASK_MODE.md +892 -0
- package/claude-assets/commands/seo/seo-blog.md +428 -0
- package/claude-assets/commands/seo/seo-landing.md +91 -0
- package/claude-assets/commands/seo/seo-product.md +104 -0
- package/claude-assets/skills/cfn-redis-coordination/demos/test-cancel-swarm.sh +0 -276
- package/claude-assets/skills/seo-orchestration/SKILL.md +292 -0
- package/claude-assets/skills/seo-orchestration/orchestrate-seo.sh +566 -0
- package/claude-assets/skills/seo-orchestration/orchestrate-seo.sh.backup +755 -0
- package/claude-assets/skills/seo-orchestration/validate-consensus.sh +270 -0
- package/dist/agents/agent-loader.js +165 -146
- package/dist/agents/agent-loader.js.map +1 -1
- package/dist/cli/agent-prompt-builder.js +25 -0
- package/dist/cli/agent-prompt-builder.js.map +1 -1
- package/package.json +1 -1
- package/.claude/skills/cfn-redis-coordination/HEARTBEAT.md +0 -57
- package/.claude/skills/cfn-redis-coordination/HEARTBEAT_MONITORING.md +0 -267
- package/.claude/skills/cfn-redis-coordination/LOGGING.md +0 -260
- package/.claude/skills/cfn-redis-coordination/README.md +0 -65
- package/.claude/skills/cfn-redis-coordination/SECURITY_REVIEW.md +0 -25
- package/.claude/skills/cfn-redis-coordination/SHUTDOWN_HANDLING.md +0 -164
- package/.claude/skills/cfn-redis-coordination/SKILL.md +0 -720
- package/.claude/skills/cfn-redis-coordination/demos/test-dlq.sh +0 -129
- package/.claude/skills/cfn-redis-coordination/demos/test-iteration-feedback.sh +0 -320
- package/.claude/skills/cfn-redis-coordination/demos/test-orchestrator.sh +0 -249
- package/.claude/skills/cfn-redis-coordination/demos/test-priority-wake-phase4-unix.sh +0 -148
- package/.claude/skills/cfn-redis-coordination/demos/test-priority-wake-phase4.sh +0 -163
- package/.claude/skills/cfn-redis-coordination/demos/test-priority-wake.sh +0 -138
- package/.claude/skills/cfn-redis-coordination/demos/test-quick-fix.sh +0 -81
- package/.claude/skills/cfn-redis-coordination/demos/test-quorum-absolute.sh +0 -45
- package/.claude/skills/cfn-redis-coordination/demos/test-quorum-fallback.sh +0 -68
- package/.claude/skills/cfn-redis-coordination/demos/test-quorum-percentage.sh +0 -56
- package/.claude/skills/cfn-redis-coordination/demos/test-quorum-with-retry.sh +0 -81
- package/.claude/skills/cfn-redis-coordination/demos/test-quorum.sh +0 -57
- package/.claude/skills/cfn-redis-coordination/demos/test-shutdown-handling.sh +0 -187
- package/.claude/skills/cfn-redis-coordination/demos/test-shutdown.sh +0 -160
- package/.claude/skills/cfn-redis-coordination/demos/test-utils-unix.sh +0 -97
- package/.claude/skills/cfn-redis-coordination/demos/test-utils.sh +0 -97
- package/.claude/skills/cfn-redis-coordination/demos/test-waiting-mode.sh +0 -59
- package/.claude/skills/cfn-redis-coordination/examples/README.md +0 -73
- package/.claude/skills/cfn-redis-coordination/examples/grafana-dashboard.json +0 -352
- package/.claude/skills/cfn-redis-coordination/examples/hierarchical-pattern.sh +0 -127
- package/.claude/skills/cfn-redis-coordination/examples/mesh-pattern.sh +0 -171
- package/.claude/skills/cfn-redis-coordination/examples/timeout-handling.sh +0 -227
- package/.claude/skills/cfn-redis-coordination/examples/waiting-mode-pattern.sh +0 -239
- package/.claude/skills/cfn-redis-coordination/execute-product-owner-decision.sh +0 -258
- package/.claude/skills/cfn-redis-coordination/get-agent-timeout.sh +0 -177
- package/.claude/skills/cfn-redis-coordination/heartbeat-functions.sh +0 -137
- package/.claude/skills/cfn-redis-coordination/heartbeat-protocol.md +0 -106
- package/.claude/skills/cfn-redis-coordination/heartbeat.sh +0 -126
- package/.claude/skills/cfn-redis-coordination/init-swarm.sh +0 -148
- package/.claude/skills/cfn-redis-coordination/invoke-redis-pattern.sh +0 -220
- package/.claude/skills/cfn-redis-coordination/invoke-waiting-mode.sh +0 -283
- package/.claude/skills/cfn-redis-coordination/list-active-swarms.sh +0 -147
- package/.claude/skills/cfn-redis-coordination/log-event.sh +0 -109
- package/.claude/skills/cfn-redis-coordination/metrics-export.sh +0 -674
- package/.claude/skills/cfn-redis-coordination/metrics-schema.json +0 -66
- package/.claude/skills/cfn-redis-coordination/metrics-storage.md +0 -31
- package/.claude/skills/cfn-redis-coordination/monitor-cfn-violations.sh +0 -391
- package/.claude/skills/cfn-redis-coordination/monitor-heartbeats.sh +0 -101
- package/.claude/skills/cfn-redis-coordination/orchestrate-cfn-loop-v3.sh +0 -141
- package/.claude/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh +0 -31
- package/.claude/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh.bak +0 -0
- package/.claude/skills/cfn-redis-coordination/priority-wake-mechanism.md +0 -75
- package/.claude/skills/cfn-redis-coordination/priority_wake.py +0 -134
- package/.claude/skills/cfn-redis-coordination/query-dlq.sh +0 -162
- package/.claude/skills/cfn-redis-coordination/query-logs.sh +0 -103
- package/.claude/skills/cfn-redis-coordination/redis-pattern.sh +0 -619
- package/.claude/skills/cfn-redis-coordination/retrieve-context.sh +0 -58
- package/.claude/skills/cfn-redis-coordination/select-specialist-agent.sh +0 -371
- package/.claude/skills/cfn-redis-coordination/semantic-match-tfidf.py +0 -252
- package/.claude/skills/cfn-redis-coordination/send-heartbeat.sh +0 -165
- package/.claude/skills/cfn-redis-coordination/signal.sh +0 -38
- package/.claude/skills/cfn-redis-coordination/store-context.sh +0 -86
- package/.claude/skills/cfn-redis-coordination/store-epic-context.sh +0 -123
- package/.claude/skills/cfn-redis-coordination/test-context-injection.sh +0 -354
- package/.claude/skills/cfn-redis-coordination/test-timeout-enforcement.sh +0 -513
- package/.claude/skills/cfn-redis-coordination/tests/convert-line-endings.sh +0 -15
- package/.claude/skills/cfn-redis-coordination/tests/dlq-functionality-test.sh +0 -102
- package/.claude/skills/cfn-redis-coordination/tests/edge-cases-test.sh +0 -99
- package/.claude/skills/cfn-redis-coordination/tests/integration-test.sh +0 -170
- package/.claude/skills/cfn-redis-coordination/tests/retry-mechanism-test.sh +0 -82
- package/.claude/skills/cfn-redis-coordination/tests/run-test-suite.sh +0 -92
- package/.claude/skills/cfn-redis-coordination/tests/run-tests.sh +0 -4
- package/.claude/skills/cfn-redis-coordination/tests/test-heartbeat-monitoring.sh +0 -418
- package/.claude/skills/cfn-redis-coordination/tests/test-heartbeat-simple.sh +0 -124
- package/.claude/skills/cfn-redis-coordination/tests/test-primitives.sh +0 -166
- package/.claude/skills/cfn-redis-coordination/tests/test-utils.sh +0 -54
- package/.claude/skills/cfn-redis-coordination/tests/test_utils.sh +0 -49
- package/.claude/skills/cfn-redis-coordination/v2_modularization/core_orchestration.sh +0 -76
- package/.claude/skills/cfn-redis-coordination/validate-parameters.sh +0 -492
- package/claude-assets/skills/cfn-redis-coordination/HEARTBEAT.md +0 -57
- package/claude-assets/skills/cfn-redis-coordination/HEARTBEAT_MONITORING.md +0 -267
- package/claude-assets/skills/cfn-redis-coordination/LOGGING.md +0 -260
- package/claude-assets/skills/cfn-redis-coordination/README.md +0 -65
- package/claude-assets/skills/cfn-redis-coordination/SECURITY_REVIEW.md +0 -25
- package/claude-assets/skills/cfn-redis-coordination/SHUTDOWN_HANDLING.md +0 -164
- package/claude-assets/skills/cfn-redis-coordination/SKILL.md +0 -720
- package/claude-assets/skills/cfn-redis-coordination/demos/test-dlq.sh +0 -129
- package/claude-assets/skills/cfn-redis-coordination/demos/test-iteration-feedback.sh +0 -320
- package/claude-assets/skills/cfn-redis-coordination/demos/test-orchestrator.sh +0 -249
- package/claude-assets/skills/cfn-redis-coordination/demos/test-priority-wake-phase4-unix.sh +0 -148
- package/claude-assets/skills/cfn-redis-coordination/demos/test-priority-wake-phase4.sh +0 -163
- package/claude-assets/skills/cfn-redis-coordination/demos/test-priority-wake.sh +0 -138
- package/claude-assets/skills/cfn-redis-coordination/demos/test-quick-fix.sh +0 -81
- package/claude-assets/skills/cfn-redis-coordination/demos/test-quorum-absolute.sh +0 -45
- package/claude-assets/skills/cfn-redis-coordination/demos/test-quorum-fallback.sh +0 -68
- package/claude-assets/skills/cfn-redis-coordination/demos/test-quorum-percentage.sh +0 -56
- package/claude-assets/skills/cfn-redis-coordination/demos/test-quorum-with-retry.sh +0 -81
- package/claude-assets/skills/cfn-redis-coordination/demos/test-quorum.sh +0 -57
- package/claude-assets/skills/cfn-redis-coordination/demos/test-shutdown-handling.sh +0 -187
- package/claude-assets/skills/cfn-redis-coordination/demos/test-shutdown.sh +0 -160
- package/claude-assets/skills/cfn-redis-coordination/demos/test-utils-unix.sh +0 -97
- package/claude-assets/skills/cfn-redis-coordination/demos/test-utils.sh +0 -97
- package/claude-assets/skills/cfn-redis-coordination/demos/test-waiting-mode.sh +0 -59
- package/claude-assets/skills/cfn-redis-coordination/examples/README.md +0 -73
- package/claude-assets/skills/cfn-redis-coordination/examples/grafana-dashboard.json +0 -352
- package/claude-assets/skills/cfn-redis-coordination/examples/hierarchical-pattern.sh +0 -127
- package/claude-assets/skills/cfn-redis-coordination/examples/mesh-pattern.sh +0 -171
- package/claude-assets/skills/cfn-redis-coordination/examples/timeout-handling.sh +0 -227
- package/claude-assets/skills/cfn-redis-coordination/examples/waiting-mode-pattern.sh +0 -239
- package/claude-assets/skills/cfn-redis-coordination/execute-product-owner-decision.sh +0 -258
- package/claude-assets/skills/cfn-redis-coordination/get-agent-timeout.sh +0 -177
- package/claude-assets/skills/cfn-redis-coordination/heartbeat-functions.sh +0 -137
- package/claude-assets/skills/cfn-redis-coordination/heartbeat-protocol.md +0 -106
- package/claude-assets/skills/cfn-redis-coordination/heartbeat.sh +0 -126
- package/claude-assets/skills/cfn-redis-coordination/init-swarm.sh +0 -148
- package/claude-assets/skills/cfn-redis-coordination/invoke-redis-pattern.sh +0 -220
- package/claude-assets/skills/cfn-redis-coordination/invoke-waiting-mode.sh +0 -283
- package/claude-assets/skills/cfn-redis-coordination/list-active-swarms.sh +0 -147
- package/claude-assets/skills/cfn-redis-coordination/log-event.sh +0 -109
- package/claude-assets/skills/cfn-redis-coordination/metrics-export.sh +0 -674
- package/claude-assets/skills/cfn-redis-coordination/metrics-schema.json +0 -66
- package/claude-assets/skills/cfn-redis-coordination/metrics-storage.md +0 -31
- package/claude-assets/skills/cfn-redis-coordination/monitor-cfn-violations.sh +0 -391
- package/claude-assets/skills/cfn-redis-coordination/monitor-heartbeats.sh +0 -101
- package/claude-assets/skills/cfn-redis-coordination/orchestrate-cfn-loop-v3.sh +0 -141
- package/claude-assets/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh +0 -31
- package/claude-assets/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh.bak +0 -0
- package/claude-assets/skills/cfn-redis-coordination/priority-wake-mechanism.md +0 -75
- package/claude-assets/skills/cfn-redis-coordination/priority_wake.py +0 -134
- package/claude-assets/skills/cfn-redis-coordination/query-dlq.sh +0 -162
- package/claude-assets/skills/cfn-redis-coordination/query-logs.sh +0 -103
- package/claude-assets/skills/cfn-redis-coordination/redis-pattern.sh +0 -619
- package/claude-assets/skills/cfn-redis-coordination/retrieve-context.sh +0 -58
- package/claude-assets/skills/cfn-redis-coordination/select-specialist-agent.sh +0 -371
- package/claude-assets/skills/cfn-redis-coordination/semantic-match-tfidf.py +0 -252
- package/claude-assets/skills/cfn-redis-coordination/send-heartbeat.sh +0 -165
- package/claude-assets/skills/cfn-redis-coordination/signal.sh +0 -38
- package/claude-assets/skills/cfn-redis-coordination/store-context.sh +0 -86
- package/claude-assets/skills/cfn-redis-coordination/store-epic-context.sh +0 -123
- package/claude-assets/skills/cfn-redis-coordination/test-context-injection.sh +0 -354
- package/claude-assets/skills/cfn-redis-coordination/test-timeout-enforcement.sh +0 -513
- package/claude-assets/skills/cfn-redis-coordination/tests/convert-line-endings.sh +0 -15
- package/claude-assets/skills/cfn-redis-coordination/tests/dlq-functionality-test.sh +0 -102
- package/claude-assets/skills/cfn-redis-coordination/tests/edge-cases-test.sh +0 -99
- package/claude-assets/skills/cfn-redis-coordination/tests/integration-test.sh +0 -170
- package/claude-assets/skills/cfn-redis-coordination/tests/retry-mechanism-test.sh +0 -82
- package/claude-assets/skills/cfn-redis-coordination/tests/run-test-suite.sh +0 -92
- package/claude-assets/skills/cfn-redis-coordination/tests/run-tests.sh +0 -4
- package/claude-assets/skills/cfn-redis-coordination/tests/test-heartbeat-monitoring.sh +0 -418
- package/claude-assets/skills/cfn-redis-coordination/tests/test-heartbeat-simple.sh +0 -124
- package/claude-assets/skills/cfn-redis-coordination/tests/test-primitives.sh +0 -166
- package/claude-assets/skills/cfn-redis-coordination/tests/test-utils.sh +0 -54
- package/claude-assets/skills/cfn-redis-coordination/tests/test_utils.sh +0 -49
- package/claude-assets/skills/cfn-redis-coordination/v2_modularization/core_orchestration.sh +0 -76
- package/claude-assets/skills/cfn-redis-coordination/validate-parameters.sh +0 -492
|
@@ -0,0 +1,536 @@
|
|
|
1
|
+
# Humanizer Agent - Natural Writing Prompt Library
|
|
2
|
+
|
|
3
|
+
**Version:** 1.0
|
|
4
|
+
**Last Updated:** 2025-11-01
|
|
5
|
+
**Purpose:** Prompt engineering techniques for humanizing AI-generated SEO content
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Overview
|
|
10
|
+
|
|
11
|
+
This document provides evidence-based prompt engineering techniques for the humanizer-validator agent and content writers to produce natural, human-sounding content that avoids AI detection patterns.
|
|
12
|
+
|
|
13
|
+
**Research Basis:**
|
|
14
|
+
- Stanford 2025 Language Perception Study (redundancies & self-corrections)
|
|
15
|
+
- 56% of readers prefer human-generated content (2025 survey)
|
|
16
|
+
- Readers rate text as more authentic with occasional imperfections
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
## Core Humanization Principles
|
|
21
|
+
|
|
22
|
+
### 1. Conversational Tone
|
|
23
|
+
**Instruction Pattern:**
|
|
24
|
+
```
|
|
25
|
+
Write as if explaining to a close friend over coffee. Use:
|
|
26
|
+
- Contractions (don't, won't, it's)
|
|
27
|
+
- Casual connectors (so, anyway, honestly)
|
|
28
|
+
- Rhetorical questions
|
|
29
|
+
- Direct address (you, your)
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
**Example Prompt:**
|
|
33
|
+
```
|
|
34
|
+
Rewrite this section using conversational language. Imagine you're
|
|
35
|
+
telling a story to someone who knows nothing about this topic.
|
|
36
|
+
Use "you" frequently and add questions like "Have you ever...?"
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
### 2. Natural Sentence Variety
|
|
40
|
+
**Instruction Pattern:**
|
|
41
|
+
```
|
|
42
|
+
Mix sentence lengths and structures:
|
|
43
|
+
- Short punchy sentences (3-5 words)
|
|
44
|
+
- Medium explanatory sentences (10-15 words)
|
|
45
|
+
- Longer complex sentences (20-30 words)
|
|
46
|
+
- Occasional fragments for emphasis
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
**Example Prompt:**
|
|
50
|
+
```
|
|
51
|
+
Vary your sentence structure. Start some with action verbs.
|
|
52
|
+
Others with questions. Mix short sentences (5 words) with
|
|
53
|
+
longer ones (25 words). Break rules occasionally. Like this.
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
### 3. Personal Touch
|
|
57
|
+
**Instruction Pattern:**
|
|
58
|
+
```
|
|
59
|
+
Add personal elements:
|
|
60
|
+
- Relatable anecdotes ("I remember when...")
|
|
61
|
+
- Personal experiences
|
|
62
|
+
- Honest mistakes/lessons learned
|
|
63
|
+
- Emotional reactions (excitement, frustration)
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
**Example Prompt:**
|
|
67
|
+
```
|
|
68
|
+
Include a brief personal story that illustrates this point.
|
|
69
|
+
Use phrases like "I remember when" or "In my experience".
|
|
70
|
+
Show vulnerability by mentioning a mistake you learned from.
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
### 4. Emotional Language
|
|
74
|
+
**Instruction Pattern:**
|
|
75
|
+
```
|
|
76
|
+
Convey genuine feelings:
|
|
77
|
+
- Excitement: "This changed everything for me"
|
|
78
|
+
- Empathy: "I understand how overwhelming this feels"
|
|
79
|
+
- Curiosity: "What if we could..."
|
|
80
|
+
- Frustration: "I struggled with this for months"
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
**Example Prompt:**
|
|
84
|
+
```
|
|
85
|
+
Add emotional depth. When describing benefits, express genuine
|
|
86
|
+
excitement. When discussing pain points, show empathy. Use
|
|
87
|
+
phrases like "I get it" or "You're not alone in this."
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
### 5. Active Voice Dominance
|
|
91
|
+
**Instruction Pattern:**
|
|
92
|
+
```
|
|
93
|
+
Prefer active constructions:
|
|
94
|
+
- ✅ "Your family will treasure these stories"
|
|
95
|
+
- ❌ "These stories will be treasured by your family"
|
|
96
|
+
- ✅ "Grandma told me this technique"
|
|
97
|
+
- ❌ "This technique was told to me by Grandma"
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
**Example Prompt:**
|
|
101
|
+
```
|
|
102
|
+
Rewrite all passive voice sentences to active voice. Make the
|
|
103
|
+
subject perform the action. Example: Change "The story was
|
|
104
|
+
shared by my mother" to "My mother shared the story."
|
|
105
|
+
```
|
|
106
|
+
|
|
107
|
+
---
|
|
108
|
+
|
|
109
|
+
## Anti-AI Detection Prompts
|
|
110
|
+
|
|
111
|
+
### Eliminate Generic Openings
|
|
112
|
+
**Prompt:**
|
|
113
|
+
```
|
|
114
|
+
Remove any opening that sounds like:
|
|
115
|
+
- "In today's digital age..."
|
|
116
|
+
- "In the modern world..."
|
|
117
|
+
- "Have you ever wondered..."
|
|
118
|
+
- "It's no secret that..."
|
|
119
|
+
|
|
120
|
+
Instead, start with:
|
|
121
|
+
- A surprising fact
|
|
122
|
+
- A personal story
|
|
123
|
+
- A provocative question specific to the topic
|
|
124
|
+
- An unexpected statement
|
|
125
|
+
```
|
|
126
|
+
|
|
127
|
+
### Remove AI Tell-Tale Phrases
|
|
128
|
+
**Prompt:**
|
|
129
|
+
```
|
|
130
|
+
Find and replace these AI-generated phrases:
|
|
131
|
+
- "Delve into" → "explore" or "look at"
|
|
132
|
+
- "It's worth noting" → (remove or be specific)
|
|
133
|
+
- "Unlock the potential" → "discover" or "achieve"
|
|
134
|
+
- "Navigate the landscape" → "understand" or "work through"
|
|
135
|
+
- "Embark on a journey" → "start" or "begin"
|
|
136
|
+
- "Leverage" → "use"
|
|
137
|
+
- "Utilize" → "use"
|
|
138
|
+
- "Game-changer" → (be specific about the change)
|
|
139
|
+
```
|
|
140
|
+
|
|
141
|
+
### Add Imperfections (Natural Writing)
|
|
142
|
+
**Prompt:**
|
|
143
|
+
```
|
|
144
|
+
Make this sound more human by:
|
|
145
|
+
- Adding occasional redundancy for emphasis
|
|
146
|
+
- Including a self-correction ("Actually, let me rephrase...")
|
|
147
|
+
- Using parenthetical asides (like this)
|
|
148
|
+
- Adding em dashes for emphasis — they work great
|
|
149
|
+
- Including a brief tangent that circles back
|
|
150
|
+
```
|
|
151
|
+
|
|
152
|
+
---
|
|
153
|
+
|
|
154
|
+
## Content Type-Specific Prompts
|
|
155
|
+
|
|
156
|
+
### Blog Posts (Informational)
|
|
157
|
+
```
|
|
158
|
+
Write this blog post as if you're teaching a friend who just
|
|
159
|
+
asked you about this over lunch. Start with why you care about
|
|
160
|
+
this topic. Use "you" and "your" throughout. Include at least
|
|
161
|
+
2 personal examples. Add a question every 3-4 paragraphs to
|
|
162
|
+
keep readers engaged. End with an encouraging call-to-action.
|
|
163
|
+
```
|
|
164
|
+
|
|
165
|
+
### Landing Pages (Conversion)
|
|
166
|
+
```
|
|
167
|
+
Write persuasive copy that sounds like a trusted advisor, not
|
|
168
|
+
a salesperson. Use short sentences in the intro. Address the
|
|
169
|
+
reader's pain point with empathy. Share a brief success story.
|
|
170
|
+
Use bullet points for benefits. End with a clear, friendly CTA.
|
|
171
|
+
```
|
|
172
|
+
|
|
173
|
+
### How-To Guides (Educational)
|
|
174
|
+
```
|
|
175
|
+
Explain each step as if you're walking someone through it in
|
|
176
|
+
person. Use "we'll" instead of "you will". Anticipate mistakes
|
|
177
|
+
("Don't worry if..."). Add encouragement ("You're doing great").
|
|
178
|
+
Include specific examples at each step. Use conversational
|
|
179
|
+
transitions between steps.
|
|
180
|
+
```
|
|
181
|
+
|
|
182
|
+
### Product Descriptions (E-commerce)
|
|
183
|
+
```
|
|
184
|
+
Describe this product like you're recommending it to a friend.
|
|
185
|
+
Focus on how it feels to use, not just features. Include a
|
|
186
|
+
personal anecdote about when this type of product helped you.
|
|
187
|
+
Use sensory language (looks, feels, sounds). Be honest about
|
|
188
|
+
who it's NOT for.
|
|
189
|
+
```
|
|
190
|
+
|
|
191
|
+
---
|
|
192
|
+
|
|
193
|
+
## 15-Point Humanization Checklist
|
|
194
|
+
|
|
195
|
+
Use this checklist when reviewing content:
|
|
196
|
+
|
|
197
|
+
**Conversational Elements:**
|
|
198
|
+
- [ ] Uses contractions naturally (don't, won't, it's)
|
|
199
|
+
- [ ] Includes casual connectors (so, anyway, honestly)
|
|
200
|
+
- [ ] Asks rhetorical questions
|
|
201
|
+
- [ ] Uses direct address (you, your) frequently
|
|
202
|
+
|
|
203
|
+
**Structure Variety:**
|
|
204
|
+
- [ ] Mixes short and long sentences
|
|
205
|
+
- [ ] Varies paragraph openings
|
|
206
|
+
- [ ] Includes occasional sentence fragments
|
|
207
|
+
- [ ] Uses em dashes or parentheses for asides
|
|
208
|
+
|
|
209
|
+
**Personal Touch:**
|
|
210
|
+
- [ ] Includes specific personal examples
|
|
211
|
+
- [ ] Shows vulnerability or mistakes
|
|
212
|
+
- [ ] Expresses genuine emotions
|
|
213
|
+
- [ ] Uses relatable scenarios
|
|
214
|
+
|
|
215
|
+
**Natural Language:**
|
|
216
|
+
- [ ] Active voice dominates (>80%)
|
|
217
|
+
- [ ] No AI tell-tale phrases
|
|
218
|
+
- [ ] No generic openings
|
|
219
|
+
- [ ] Sounds like conversation, not lecture
|
|
220
|
+
|
|
221
|
+
**Engagement:**
|
|
222
|
+
- [ ] Creates dialogue with reader
|
|
223
|
+
- [ ] Shows empathy for reader's situation
|
|
224
|
+
- [ ] Offers specific, actionable advice
|
|
225
|
+
|
|
226
|
+
---
|
|
227
|
+
|
|
228
|
+
## Example Transformations
|
|
229
|
+
|
|
230
|
+
### Before (AI-Generated)
|
|
231
|
+
```
|
|
232
|
+
In today's digital landscape, preserving family stories has
|
|
233
|
+
become increasingly important. It's worth noting that many
|
|
234
|
+
families struggle to capture these narratives. Moreover, the
|
|
235
|
+
process can seem daunting. Additionally, resources are often
|
|
236
|
+
limited. To effectively preserve your family's legacy, you
|
|
237
|
+
should leverage modern tools and strategies.
|
|
238
|
+
```
|
|
239
|
+
|
|
240
|
+
**Issues:**
|
|
241
|
+
- Generic opening ("In today's digital landscape")
|
|
242
|
+
- AI phrases ("It's worth noting", "leverage")
|
|
243
|
+
- Formulaic transitions ("Moreover", "Additionally")
|
|
244
|
+
- Passive/formal tone
|
|
245
|
+
- No personality
|
|
246
|
+
|
|
247
|
+
### After (Humanized)
|
|
248
|
+
```
|
|
249
|
+
My grandmother's photo albums sat in her attic for 30 years.
|
|
250
|
+
The stories behind those photos? Almost lost forever.
|
|
251
|
+
|
|
252
|
+
You might be facing the same thing. Your parents' memories are
|
|
253
|
+
slipping away, and you're not sure where to start. I get it —
|
|
254
|
+
I put this off for years before I finally figured out a system
|
|
255
|
+
that actually works.
|
|
256
|
+
|
|
257
|
+
Let me show you how three families (including mine) turned
|
|
258
|
+
forgotten stories into cherished keepsakes. No fancy equipment
|
|
259
|
+
needed. Just 10 minutes a week.
|
|
260
|
+
```
|
|
261
|
+
|
|
262
|
+
**Improvements:**
|
|
263
|
+
- Personal opening (grandmother's albums)
|
|
264
|
+
- Direct address (you, your)
|
|
265
|
+
- Empathy ("I get it")
|
|
266
|
+
- Specific examples (3 families, 10 minutes)
|
|
267
|
+
- Natural transitions
|
|
268
|
+
- Conversational fragments ("No fancy equipment needed.")
|
|
269
|
+
|
|
270
|
+
---
|
|
271
|
+
|
|
272
|
+
## Prompt Engineering Templates
|
|
273
|
+
|
|
274
|
+
### Template 1: Rewrite for Humanity
|
|
275
|
+
```
|
|
276
|
+
Rewrite this content to sound naturally human. Specifically:
|
|
277
|
+
|
|
278
|
+
1. Replace the opening with a personal story or surprising fact
|
|
279
|
+
2. Use "you" and "your" throughout
|
|
280
|
+
3. Add 2-3 specific examples from real situations
|
|
281
|
+
4. Include at least one brief personal anecdote
|
|
282
|
+
5. Vary sentence length (mix 5-word and 25-word sentences)
|
|
283
|
+
6. Remove any phrases that sound like AI (delve, leverage, navigate, unlock)
|
|
284
|
+
7. Add emotion words that convey genuine feelings
|
|
285
|
+
8. Use contractions naturally
|
|
286
|
+
9. End with an encouraging, specific call-to-action
|
|
287
|
+
|
|
288
|
+
Tone: Friendly advisor talking to someone they care about
|
|
289
|
+
```
|
|
290
|
+
|
|
291
|
+
### Template 2: Add Personal Touch
|
|
292
|
+
```
|
|
293
|
+
Take this informational content and add human elements:
|
|
294
|
+
|
|
295
|
+
1. Start each section with "Here's what I learned..." or similar
|
|
296
|
+
2. Include a mistake you made related to this topic
|
|
297
|
+
3. Add a relatable scenario ("Imagine you're...")
|
|
298
|
+
4. Use parenthetical asides to show your thought process
|
|
299
|
+
5. Include self-correction ("Actually, let me clarify...")
|
|
300
|
+
6. Add sensory details (how something looks, feels, sounds)
|
|
301
|
+
7. Express genuine emotion about key points
|
|
302
|
+
|
|
303
|
+
Goal: Reader should feel like you're having coffee together
|
|
304
|
+
```
|
|
305
|
+
|
|
306
|
+
### Template 3: Eliminate AI Patterns
|
|
307
|
+
```
|
|
308
|
+
Review this content and fix AI-generated patterns:
|
|
309
|
+
|
|
310
|
+
Red flags to remove:
|
|
311
|
+
- "In today's [adjective] [world/landscape/age]"
|
|
312
|
+
- "It's worth noting that"
|
|
313
|
+
- "Moreover", "Furthermore", "Additionally" (formulaic transitions)
|
|
314
|
+
- "Delve into", "unlock", "leverage", "navigate the landscape"
|
|
315
|
+
- Passive voice sentences
|
|
316
|
+
- Generic statements without specifics
|
|
317
|
+
|
|
318
|
+
Replace with:
|
|
319
|
+
- Specific facts or personal observations
|
|
320
|
+
- Natural transitions (questions, examples, direct statements)
|
|
321
|
+
- Active voice
|
|
322
|
+
- Concrete examples with numbers/details
|
|
323
|
+
- Conversational flow
|
|
324
|
+
|
|
325
|
+
Make it sound like a knowledgeable friend, not a report.
|
|
326
|
+
```
|
|
327
|
+
|
|
328
|
+
---
|
|
329
|
+
|
|
330
|
+
## Integration with Validators
|
|
331
|
+
|
|
332
|
+
### For Humanizer Validator Agent
|
|
333
|
+
|
|
334
|
+
Add this to validation scoring:
|
|
335
|
+
|
|
336
|
+
```javascript
|
|
337
|
+
// Conversational Score (0.0-1.0)
|
|
338
|
+
const conversationalScore = calculateScore({
|
|
339
|
+
contractionUsage: countContractions(text),
|
|
340
|
+
directAddress: countOccurrences(text, ['you', 'your']),
|
|
341
|
+
rhetoricalQuestions: countQuestions(text),
|
|
342
|
+
casualConnectors: countOccurrences(text, ['so', 'anyway', 'honestly'])
|
|
343
|
+
});
|
|
344
|
+
|
|
345
|
+
// Personal Touch Score (0.0-1.0)
|
|
346
|
+
const personalScore = calculateScore({
|
|
347
|
+
personalPronouns: countOccurrences(text, ['I', 'me', 'my']),
|
|
348
|
+
anecdotes: detectAnecdoteMarkers(text),
|
|
349
|
+
emotions: countEmotionalWords(text),
|
|
350
|
+
vulnerability: detectVulnerability(text)
|
|
351
|
+
});
|
|
352
|
+
|
|
353
|
+
// Anti-AI Score (0.0-1.0)
|
|
354
|
+
const antiAIScore = 1.0 - calculateScore({
|
|
355
|
+
aiPhrases: countAIPhrases(text),
|
|
356
|
+
genericOpenings: detectGenericOpenings(text),
|
|
357
|
+
formulaicTransitions: countFormulaic(text),
|
|
358
|
+
passiveVoice: calculatePassiveVoiceRatio(text)
|
|
359
|
+
});
|
|
360
|
+
```
|
|
361
|
+
|
|
362
|
+
### Feedback Template for Iterations
|
|
363
|
+
|
|
364
|
+
When validator scores < 0.75, provide this feedback structure:
|
|
365
|
+
|
|
366
|
+
```
|
|
367
|
+
HUMANIZATION FEEDBACK (Iteration ${N})
|
|
368
|
+
|
|
369
|
+
Score: ${score}/1.0 (Threshold: 0.75)
|
|
370
|
+
|
|
371
|
+
RED FLAGS FOUND:
|
|
372
|
+
${redFlags.map(flag => `- Line ${flag.line}: "${flag.text}" (${flag.type})`).join('\n')}
|
|
373
|
+
|
|
374
|
+
SPECIFIC IMPROVEMENTS:
|
|
375
|
+
|
|
376
|
+
1. Opening (Lines 1-5):
|
|
377
|
+
CURRENT: "${currentOpening}"
|
|
378
|
+
SUGGESTION: "Start with personal story: 'When my grandmother...'"
|
|
379
|
+
|
|
380
|
+
2. Transitions (Lines 12, 18, 24):
|
|
381
|
+
CURRENT: "Moreover...", "Additionally..."
|
|
382
|
+
SUGGESTION: "Use questions or examples: 'But here's what surprised me...'"
|
|
383
|
+
|
|
384
|
+
3. Personal Touch (Missing):
|
|
385
|
+
SUGGESTION: "Add anecdote in section 2: 'I learned this the hard way when...'"
|
|
386
|
+
|
|
387
|
+
4. Emotional Connection (Weak):
|
|
388
|
+
SUGGESTION: "Express genuine feeling: 'This changed how I think about...'"
|
|
389
|
+
|
|
390
|
+
REWRITE PRIORITY:
|
|
391
|
+
1. ${priority1}
|
|
392
|
+
2. ${priority2}
|
|
393
|
+
3. ${priority3}
|
|
394
|
+
```
|
|
395
|
+
|
|
396
|
+
---
|
|
397
|
+
|
|
398
|
+
## Testing & Measurement
|
|
399
|
+
|
|
400
|
+
### Human vs AI Detection Benchmarks
|
|
401
|
+
|
|
402
|
+
Test humanized content against:
|
|
403
|
+
|
|
404
|
+
1. **GPTZero** (AI detection tool)
|
|
405
|
+
- Target: <40% AI probability
|
|
406
|
+
- Measure: Sentence-level perplexity variation
|
|
407
|
+
|
|
408
|
+
2. **Reader Survey** (A/B test)
|
|
409
|
+
- Question: "Does this sound like a real person wrote it?"
|
|
410
|
+
- Target: >70% "Yes" responses
|
|
411
|
+
|
|
412
|
+
3. **Engagement Metrics**
|
|
413
|
+
- Time on page: >2 minutes
|
|
414
|
+
- Scroll depth: >75%
|
|
415
|
+
- Social shares: >5 per 1000 views
|
|
416
|
+
|
|
417
|
+
### Quality Metrics (Humanizer Validator)
|
|
418
|
+
|
|
419
|
+
- **Conversational Score:** ≥0.80
|
|
420
|
+
- **Personal Touch Score:** ≥0.75
|
|
421
|
+
- **Anti-AI Score:** ≥0.90
|
|
422
|
+
- **Overall Humanization Score:** ≥0.85
|
|
423
|
+
|
|
424
|
+
---
|
|
425
|
+
|
|
426
|
+
## Advanced Techniques
|
|
427
|
+
|
|
428
|
+
### Stanford Study: Intentional Imperfection
|
|
429
|
+
|
|
430
|
+
Research shows readers rate text as more authentic with:
|
|
431
|
+
|
|
432
|
+
1. **Occasional Redundancy**
|
|
433
|
+
```
|
|
434
|
+
"This is crucial. Really, it's one of the most important things."
|
|
435
|
+
```
|
|
436
|
+
|
|
437
|
+
2. **Self-Correction**
|
|
438
|
+
```
|
|
439
|
+
"You'll need about 30 minutes. Actually, make it 45 to be safe."
|
|
440
|
+
```
|
|
441
|
+
|
|
442
|
+
3. **Parenthetical Asides**
|
|
443
|
+
```
|
|
444
|
+
"The next step (and this is where most people struggle) is..."
|
|
445
|
+
```
|
|
446
|
+
|
|
447
|
+
### Humor Without Overshadowing
|
|
448
|
+
|
|
449
|
+
Add light humor sparingly:
|
|
450
|
+
|
|
451
|
+
```
|
|
452
|
+
"Your family tree probably has a few nuts. Mine definitely does.
|
|
453
|
+
Let's preserve those stories anyway."
|
|
454
|
+
```
|
|
455
|
+
|
|
456
|
+
**Rules:**
|
|
457
|
+
- Max 1 joke per 500 words
|
|
458
|
+
- Self-deprecating > mocking
|
|
459
|
+
- Relevant to topic
|
|
460
|
+
- Skip if serious topic (grief, illness)
|
|
461
|
+
|
|
462
|
+
### Sensory Details for Authenticity
|
|
463
|
+
|
|
464
|
+
Instead of:
|
|
465
|
+
```
|
|
466
|
+
"The interview process was meaningful."
|
|
467
|
+
```
|
|
468
|
+
|
|
469
|
+
Use sensory language:
|
|
470
|
+
```
|
|
471
|
+
"Hearing my grandfather's voice crack when he described meeting
|
|
472
|
+
my grandmother — that moment still gives me chills."
|
|
473
|
+
```
|
|
474
|
+
|
|
475
|
+
---
|
|
476
|
+
|
|
477
|
+
## Maintenance & Updates
|
|
478
|
+
|
|
479
|
+
### Quarterly Review Process
|
|
480
|
+
|
|
481
|
+
1. **Analyze Failed Validations**
|
|
482
|
+
- Collect content that scored <0.75
|
|
483
|
+
- Identify common patterns
|
|
484
|
+
- Update red flag list
|
|
485
|
+
|
|
486
|
+
2. **Test New AI Models**
|
|
487
|
+
- GPT-5, Claude 4, Gemini 2
|
|
488
|
+
- Identify new AI tell-tale phrases
|
|
489
|
+
- Update detection patterns
|
|
490
|
+
|
|
491
|
+
3. **Reader Feedback**
|
|
492
|
+
- Survey 100 readers quarterly
|
|
493
|
+
- Ask: "What made this feel authentic/robotic?"
|
|
494
|
+
- Incorporate findings
|
|
495
|
+
|
|
496
|
+
4. **Competitor Analysis**
|
|
497
|
+
- Review human-written competitor content
|
|
498
|
+
- Identify successful natural writing patterns
|
|
499
|
+
- Adapt prompts accordingly
|
|
500
|
+
|
|
501
|
+
---
|
|
502
|
+
|
|
503
|
+
## Quick Reference Card
|
|
504
|
+
|
|
505
|
+
**Top 5 Humanization Prompts:**
|
|
506
|
+
|
|
507
|
+
1. **Conversational:** "Write like explaining to a friend over coffee. Use 'you', contractions, and questions."
|
|
508
|
+
|
|
509
|
+
2. **Personal:** "Include a brief story starting with 'I remember when...' Show a mistake you learned from."
|
|
510
|
+
|
|
511
|
+
3. **Emotional:** "Express genuine feelings. Use empathy phrases like 'I understand how challenging this is.'"
|
|
512
|
+
|
|
513
|
+
4. **Varied Structure:** "Mix 5-word sentences with 25-word ones. Use fragments for emphasis. Like this."
|
|
514
|
+
|
|
515
|
+
5. **Anti-AI:** "Remove: 'delve into', 'leverage', 'in today's digital age'. Start with surprising fact or personal story."
|
|
516
|
+
|
|
517
|
+
---
|
|
518
|
+
|
|
519
|
+
## Resources
|
|
520
|
+
|
|
521
|
+
### Tools
|
|
522
|
+
- **Hemingway Editor** - Simplify complex sentences
|
|
523
|
+
- **Grammarly Tone Detector** - Verify conversational tone
|
|
524
|
+
- **GPTZero** - Test AI detection probability
|
|
525
|
+
|
|
526
|
+
### Further Reading
|
|
527
|
+
- Stanford 2025 Language Perception Study
|
|
528
|
+
- "Writing for Humans, Not Robots" (2025)
|
|
529
|
+
- "Conversational Copywriting" by Nick Usborne
|
|
530
|
+
|
|
531
|
+
---
|
|
532
|
+
|
|
533
|
+
**Document Version:** 1.0
|
|
534
|
+
**Last Updated:** 2025-11-01
|
|
535
|
+
**Owner:** CFN SEO Team
|
|
536
|
+
**Next Review:** 2025-02-01 (Quarterly)
|