@rfxlamia/skillkit 1.1.0 → 1.2.0
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/agents/agents/creative-copywriter.md +212 -0
- package/agents/agents/dario-amodei.md +135 -0
- package/agents/agents/doc-simplifier.md +63 -0
- package/agents/agents/kotlin-pro.md +433 -0
- package/agents/agents/red-team.md +136 -0
- package/agents/agents/sam-altman.md +121 -0
- package/agents/agents/seo-manager.md +184 -0
- package/package.json +1 -1
- package/skills/skillkit-help/SKILL.md +81 -0
- package/skills/skillkit-help/knowledge/application/09-case-studies.md +257 -0
- package/skills/skillkit-help/knowledge/application/12-testing-and-validation.md +276 -0
- package/skills/skillkit-help/knowledge/foundation/01-why-skills-exist.md +246 -0
- package/skills/skillkit-help/knowledge/foundation/02-skills-vs-subagents-comparison.md +312 -0
- package/skills/skillkit-help/knowledge/foundation/03-skills-vs-subagents-decision-tree.md +346 -0
- package/skills/skillkit-help/knowledge/foundation/06-platform-constraints.md +237 -0
- package/skills/skillkit-help/knowledge/foundation/08-when-not-to-use-skills.md +270 -0
- package/skills/skillkit-help/template/SKILL.md +52 -0
- package/skills/skills/adversarial-review/SKILL.md +219 -0
- package/skills/skills/baby-education/SKILL.md +260 -0
- package/skills/skills/baby-education/references/advanced-techniques.md +323 -0
- package/skills/skills/baby-education/references/transformations.md +345 -0
- package/skills/skills/been-there-done-that/SKILL.md +455 -0
- package/skills/skills/been-there-done-that/references/analysis-patterns.md +162 -0
- package/skills/skills/been-there-done-that/references/git-commands.md +132 -0
- package/skills/skills/been-there-done-that/references/tree-insertion-logic.md +145 -0
- package/skills/skills/coolhunter/SKILL.md +270 -0
- package/skills/skills/coolhunter/assets/elicitation-methods.csv +51 -0
- package/skills/skills/coolhunter/knowledge/elicitation-methods.md +312 -0
- package/skills/skills/coolhunter/references/workflow-execution.md +238 -0
- package/skills/skills/coolhunter/workflow-plan-coolhunter.md +232 -0
- package/skills/skills/creative-copywriting/SKILL.md +324 -0
- package/skills/skills/creative-copywriting/databases/README.md +60 -0
- package/skills/skills/creative-copywriting/databases/carousel-structures.csv +16 -0
- package/skills/skills/creative-copywriting/databases/emotional-arcs.csv +11 -0
- package/skills/skills/creative-copywriting/databases/hook-formulas.csv +51 -0
- package/skills/skills/creative-copywriting/databases/power-words.csv +201 -0
- package/skills/skills/creative-copywriting/databases/psychological-triggers.csv +21 -0
- package/skills/skills/creative-copywriting/databases/read-more-patterns.csv +26 -0
- package/skills/skills/creative-copywriting/databases/swipe-triggers.csv +31 -0
- package/skills/skills/creative-copywriting/references/carousel-psychology.md +223 -0
- package/skills/skills/creative-copywriting/references/hook-anatomy.md +169 -0
- package/skills/skills/creative-copywriting/references/power-word-science.md +134 -0
- package/skills/skills/creative-copywriting/references/storytelling-frameworks.md +157 -0
- package/skills/skills/diverse-content-gen/SKILL.md +201 -0
- package/skills/skills/diverse-content-gen/references/advanced-techniques.md +320 -0
- package/skills/skills/diverse-content-gen/references/research-findings.md +379 -0
- package/skills/skills/diverse-content-gen/references/task-workflows.md +241 -0
- package/skills/skills/diverse-content-gen/references/tool-integration.md +419 -0
- package/skills/skills/diverse-content-gen/references/troubleshooting.md +426 -0
- package/skills/skills/diverse-content-gen/references/vs-core-technique.md +240 -0
- package/skills/skills/framework-critical-thinking/SKILL.md +220 -0
- package/skills/skills/framework-critical-thinking/references/bias_detector.md +375 -0
- package/skills/skills/framework-critical-thinking/references/fallback_handler.md +239 -0
- package/skills/skills/framework-critical-thinking/references/memory_curator.md +161 -0
- package/skills/skills/framework-critical-thinking/references/metacognitive_monitor.md +297 -0
- package/skills/skills/framework-critical-thinking/references/producer_critic_orchestrator.md +333 -0
- package/skills/skills/framework-critical-thinking/references/reasoning_router.md +235 -0
- package/skills/skills/framework-critical-thinking/references/reasoning_validator.md +97 -0
- package/skills/skills/framework-critical-thinking/references/reflection_trigger.md +78 -0
- package/skills/skills/framework-critical-thinking/references/self_verification.md +388 -0
- package/skills/skills/framework-critical-thinking/references/uncertainty_quantifier.md +207 -0
- package/skills/skills/framework-initiative/SKILL.md +231 -0
- package/skills/skills/framework-initiative/references/examples.md +150 -0
- package/skills/skills/framework-initiative/references/impact-analysis.md +157 -0
- package/skills/skills/framework-initiative/references/intent-patterns.md +145 -0
- package/skills/skills/framework-initiative/references/star-framework.md +165 -0
- package/skills/skills/humanize-docs/SKILL.md +203 -0
- package/skills/skills/humanize-docs/references/advanced-techniques.md +13 -0
- package/skills/skills/humanize-docs/references/core-transformations.md +368 -0
- package/skills/skills/humanize-docs/references/detection-patterns.md +400 -0
- package/skills/skills/humanize-docs/references/examples-gallery.md +374 -0
- package/skills/skills/imagine/SKILL.md +190 -0
- package/skills/skills/imagine/references/artstyle-corporate-memphis.md +625 -0
- package/skills/skills/imagine/references/artstyle-crewdson-hyperrealism.md +295 -0
- package/skills/skills/imagine/references/artstyle-iphone-social-media.md +426 -0
- package/skills/skills/imagine/references/artstyle-sciencesaru.md +276 -0
- package/skills/skills/pre-deploy-checklist/README.md +26 -0
- package/skills/skills/pre-deploy-checklist/SKILL.md +153 -0
- package/skills/skills/pre-deploy-checklist/references/checklist-categories.md +174 -0
- package/skills/skills/pre-deploy-checklist/references/domain-prompts.md +216 -0
- package/skills/skills/prompt-engineering/SKILL.md +209 -0
- package/skills/skills/prompt-engineering/references/advanced-combinations.md +444 -0
- package/skills/skills/prompt-engineering/references/chain-of-thought.md +140 -0
- package/skills/skills/prompt-engineering/references/decision_matrix.md +220 -0
- package/skills/skills/prompt-engineering/references/few-shot.md +346 -0
- package/skills/skills/prompt-engineering/references/json-format.md +270 -0
- package/skills/skills/prompt-engineering/references/natural-language.md +420 -0
- package/skills/skills/prompt-engineering/references/pitfalls.md +365 -0
- package/skills/skills/prompt-engineering/references/prompt-chaining.md +498 -0
- package/skills/skills/prompt-engineering/references/react.md +108 -0
- package/skills/skills/prompt-engineering/references/self-consistency.md +322 -0
- package/skills/skills/prompt-engineering/references/tree-of-thoughts.md +386 -0
- package/skills/skills/prompt-engineering/references/xml-format.md +220 -0
- package/skills/skills/prompt-engineering/references/yaml-format.md +488 -0
- package/skills/skills/prompt-engineering/references/zero-shot.md +74 -0
- package/skills/skills/quick-spec/SKILL.md +280 -0
- package/skills/skills/quick-spec/assets/tech-spec-template.md +74 -0
- package/skills/skills/quick-spec/references/step-01-understand.md +189 -0
- package/skills/skills/quick-spec/references/step-02-investigate.md +144 -0
- package/skills/skills/quick-spec/references/step-03-generate.md +128 -0
- package/skills/skills/quick-spec/references/step-04-review.md +173 -0
- package/skills/skills/quick-spec/tests/__pycache__/test_skill.cpython-314-pytest-9.0.2.pyc +0 -0
- package/skills/skills/quick-spec/tests/test_scenarios.md +83 -0
- package/skills/skills/quick-spec/tests/test_skill.py +136 -0
- package/skills/skills/readme-expert/SKILL.md +538 -0
- package/skills/skills/readme-expert/knowledge/INDEX.md +192 -0
- package/skills/skills/readme-expert/knowledge/application/quality-standards.md +470 -0
- package/skills/skills/readme-expert/knowledge/application/script-executor.md +604 -0
- package/skills/skills/readme-expert/knowledge/application/template-library.md +822 -0
- package/skills/skills/readme-expert/knowledge/foundation/codebase-scanner.md +361 -0
- package/skills/skills/readme-expert/knowledge/foundation/validation-checklist.md +481 -0
- package/skills/skills/red-teaming/SKILL.md +321 -0
- package/skills/skills/red-teaming/references/ai-llm-redteam.md +517 -0
- package/skills/skills/red-teaming/references/attack-techniques.md +410 -0
- package/skills/skills/red-teaming/references/cybersecurity-redteam.md +383 -0
- package/skills/skills/red-teaming/references/tools-frameworks.md +446 -0
- package/skills/skills/releasing/.skillkit-mode +1 -0
- package/skills/skills/releasing/SKILL.md +225 -0
- package/skills/skills/releasing/references/version-detection.md +108 -0
- package/skills/skills/screenwriter/SKILL.md +273 -0
- package/skills/skills/screenwriter/references/advanced-techniques.md +216 -0
- package/skills/skills/screenwriter/references/pipeline-integration.md +266 -0
- package/skills/skills/skillkit/.claude/settings.local.json +7 -0
- package/skills/skills/skillkit/.claude-plugin/plugin.json +27 -0
- package/skills/skills/skillkit/CHANGELOG.md +484 -0
- package/skills/skills/skillkit/SKILL.md +511 -0
- package/skills/skills/skillkit/commands/skillkit.md +6 -0
- package/skills/skills/skillkit/commands/validate-plan.md +6 -0
- package/skills/skills/skillkit/commands/verify.md +6 -0
- package/skills/skills/skillkit/knowledge/INDEX.md +352 -0
- package/skills/skills/skillkit/knowledge/application/09-case-studies.md +257 -0
- package/skills/skills/skillkit/knowledge/application/10-technical-architecture.md +324 -0
- package/skills/skills/skillkit/knowledge/application/11-adoption-strategy.md +267 -0
- package/skills/skills/skillkit/knowledge/application/12-testing-and-validation.md +276 -0
- package/skills/skills/skillkit/knowledge/application/13-competitive-landscape.md +198 -0
- package/skills/skills/skillkit/knowledge/foundation/01-why-skills-exist.md +246 -0
- package/skills/skills/skillkit/knowledge/foundation/02-skills-vs-subagents-comparison.md +312 -0
- package/skills/skills/skillkit/knowledge/foundation/03-skills-vs-subagents-decision-tree.md +346 -0
- package/skills/skills/skillkit/knowledge/foundation/04-hybrid-patterns.md +308 -0
- package/skills/skills/skillkit/knowledge/foundation/05-token-economics.md +275 -0
- package/skills/skills/skillkit/knowledge/foundation/06-platform-constraints.md +237 -0
- package/skills/skills/skillkit/knowledge/foundation/07-security-concerns.md +322 -0
- package/skills/skills/skillkit/knowledge/foundation/08-when-not-to-use-skills.md +270 -0
- package/skills/skills/skillkit/knowledge/plugin-guide.md +614 -0
- package/skills/skills/skillkit/knowledge/tools/14-validation-tools-guide.md +150 -0
- package/skills/skills/skillkit/knowledge/tools/15-cost-tools-guide.md +157 -0
- package/skills/skills/skillkit/knowledge/tools/16-security-tools-guide.md +122 -0
- package/skills/skills/skillkit/knowledge/tools/17-pattern-tools-guide.md +161 -0
- package/skills/skills/skillkit/knowledge/tools/18-decision-helper-guide.md +243 -0
- package/skills/skills/skillkit/knowledge/tools/19-test-generator-guide.md +275 -0
- package/skills/skills/skillkit/knowledge/tools/20-split-skill-guide.md +149 -0
- package/skills/skills/skillkit/knowledge/tools/21-quality-scorer-guide.md +226 -0
- package/skills/skills/skillkit/knowledge/tools/22-migration-helper-guide.md +356 -0
- package/skills/skills/skillkit/knowledge/tools/23-subagent-creation-guide.md +448 -0
- package/skills/skills/skillkit/knowledge/tools/24-behavioral-testing-guide.md +122 -0
- package/skills/skills/skillkit/references/proposal-generation.md +982 -0
- package/skills/skills/skillkit/references/rationalization-catalog.md +75 -0
- package/skills/skills/skillkit/references/research-methodology.md +661 -0
- package/skills/skills/skillkit/references/section-2-full-creation-workflow.md +452 -0
- package/skills/skills/skillkit/references/section-3-validation-workflow-existing-skill.md +63 -0
- package/skills/skills/skillkit/references/section-4-decision-workflow-skills-vs-subagents.md +64 -0
- package/skills/skills/skillkit/references/section-5-migration-workflow-doc-to-skill.md +58 -0
- package/skills/skills/skillkit/references/section-6-subagent-creation-workflow.md +499 -0
- package/skills/skills/skillkit/references/section-7-knowledge-reference-map.md +72 -0
- package/skills/skills/skillkit/scripts/__pycache__/decision_helper.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/__pycache__/quick_validate.cpython-312.pyc +0 -0
- package/skills/skills/skillkit/scripts/__pycache__/quick_validate.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/__pycache__/test_generator.cpython-314-pytest-9.0.2.pyc +0 -0
- package/skills/skills/skillkit/scripts/decision_helper.py +799 -0
- package/skills/skills/skillkit/scripts/init_skill.py +400 -0
- package/skills/skills/skillkit/scripts/init_subagent.py +231 -0
- package/skills/skills/skillkit/scripts/migration_helper.py +669 -0
- package/skills/skills/skillkit/scripts/package_skill.py +211 -0
- package/skills/skills/skillkit/scripts/pattern_detector.py +381 -0
- package/skills/skills/skillkit/scripts/pattern_detector_new.py +382 -0
- package/skills/skills/skillkit/scripts/pressure_tester.py +157 -0
- package/skills/skills/skillkit/scripts/quality_scorer.py +999 -0
- package/skills/skills/skillkit/scripts/quick_validate.py +100 -0
- package/skills/skills/skillkit/scripts/security_scanner.py +474 -0
- package/skills/skills/skillkit/scripts/split_skill.py +540 -0
- package/skills/skills/skillkit/scripts/test_generator.py +695 -0
- package/skills/skills/skillkit/scripts/token_estimator.py +493 -0
- package/skills/skills/skillkit/scripts/utils/__init__.py +49 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/__init__.cpython-312.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/__init__.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/budget_tracker.cpython-312.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/budget_tracker.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/output_formatter.cpython-312.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/output_formatter.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/reference_validator.cpython-312.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/reference_validator.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/budget_tracker.py +388 -0
- package/skills/skills/skillkit/scripts/utils/output_formatter.py +263 -0
- package/skills/skills/skillkit/scripts/utils/reference_validator.py +401 -0
- package/skills/skills/skillkit/scripts/validate_skill.py +594 -0
- package/skills/skills/skillkit/tests/test_behavioral.py +39 -0
- package/skills/skills/skillkit/tests/test_scenarios.md +83 -0
- package/skills/skills/skillkit/tests/test_skill.py +136 -0
- package/skills/skills/skillkit-help/SKILL.md +81 -0
- package/skills/skills/skillkit-help/knowledge/application/09-case-studies.md +257 -0
- package/skills/skills/skillkit-help/knowledge/application/12-testing-and-validation.md +276 -0
- package/skills/skills/skillkit-help/knowledge/foundation/01-why-skills-exist.md +246 -0
- package/skills/skills/skillkit-help/knowledge/foundation/02-skills-vs-subagents-comparison.md +312 -0
- package/skills/skills/skillkit-help/knowledge/foundation/03-skills-vs-subagents-decision-tree.md +346 -0
- package/skills/skills/skillkit-help/knowledge/foundation/06-platform-constraints.md +237 -0
- package/skills/skills/skillkit-help/knowledge/foundation/08-when-not-to-use-skills.md +270 -0
- package/skills/skills/skillkit-help/template/SKILL.md +52 -0
- package/skills/skills/social-media-seo/SKILL.md +278 -0
- package/skills/skills/social-media-seo/databases/caption-styles.csv +31 -0
- package/skills/skills/social-media-seo/databases/engagement-tactics.csv +16 -0
- package/skills/skills/social-media-seo/databases/hashtag-strategies.csv +21 -0
- package/skills/skills/social-media-seo/databases/hook-formulas.csv +26 -0
- package/skills/skills/social-media-seo/databases/keyword-clusters.csv +11 -0
- package/skills/skills/social-media-seo/databases/thread-structures.csv +26 -0
- package/skills/skills/social-media-seo/databases/viral-patterns.csv +21 -0
- package/skills/skills/social-media-seo/references/analytics-guide.md +321 -0
- package/skills/skills/social-media-seo/references/instagram-seo.md +235 -0
- package/skills/skills/social-media-seo/references/threads-seo.md +305 -0
- package/skills/skills/social-media-seo/references/x-twitter-seo.md +337 -0
- package/skills/skills/social-media-seo/scripts/query_database.py +191 -0
- package/skills/skills/storyteller/SKILL.md +241 -0
- package/skills/skills/storyteller/references/transformation-methodology.md +293 -0
- package/skills/skills/storyteller/references/visual-vocabulary.md +177 -0
- package/skills/skills/thread-pro/SKILL.md +162 -0
- package/skills/skills/thread-pro/anti-ai-patterns.md +120 -0
- package/skills/skills/thread-pro/hook-formulas.md +138 -0
- package/skills/skills/thread-pro/references/anti-ai-patterns.md +120 -0
- package/skills/skills/thread-pro/references/hook-formulas.md +138 -0
- package/skills/skills/thread-pro/references/thread-structures.md +240 -0
- package/skills/skills/thread-pro/references/voice-injection.md +130 -0
- package/skills/skills/thread-pro/thread-structures.md +240 -0
- package/skills/skills/thread-pro/voice-injection.md +130 -0
- package/skills/skills/tinkering/SKILL.md +251 -0
- package/skills/skills/tinkering/references/graduation-checklist.md +100 -0
- package/skills/skills/validate-plan/.skillkit-mode +1 -0
- package/skills/skills/validate-plan/SKILL.md +406 -0
- package/skills/skills/validate-plan/references/dry-principles.md +251 -0
- package/skills/skills/validate-plan/references/gap-analysis-guide.md +320 -0
- package/skills/skills/validate-plan/references/tdd-patterns.md +413 -0
- package/skills/skills/validate-plan/references/yagni-checklist.md +330 -0
- package/skills/skills/verify-before-ship/.skillkit-mode +1 -0
- package/skills/skills/verify-before-ship/SKILL.md +116 -0
- package/skills/skills/verify-before-ship/references/anti-rationalization.md +212 -0
- package/skills/skills/verify-before-ship/references/verification-gates.md +305 -0
- package/skills-manifest.json +8 -2
- package/src/picker.js +11 -5
- package/src/picker.test.js +36 -1
|
@@ -0,0 +1,368 @@
|
|
|
1
|
+
# Core Transformation Patterns
|
|
2
|
+
|
|
3
|
+
This document details the 5 core patterns for aggressive deformalization. Apply them in order, but don't apply them everywhere - inconsistency is the point.
|
|
4
|
+
|
|
5
|
+
## Table of Contents
|
|
6
|
+
|
|
7
|
+
- [Pattern 1: Burstiness Injection](#pattern-1-burstiness-injection)
|
|
8
|
+
- [Pattern 2: Structure Dismantling](#pattern-2-structure-dismantling)
|
|
9
|
+
- [Pattern 3: Checkbox Annihilation](#pattern-3-checkbox-annihilation)
|
|
10
|
+
- [Pattern 4: Template Contextualization](#pattern-4-template-contextualization)
|
|
11
|
+
- [Pattern 5: Vocabulary Swap](#pattern-5-vocabulary-swap)
|
|
12
|
+
- [Combining Patterns](#combining-patterns)
|
|
13
|
+
- [Quality Checks](#quality-checks)
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
## Pattern 1: Burstiness Injection
|
|
18
|
+
|
|
19
|
+
**What it is:** Breaking AI's uniform sentence length by deliberately mixing very short and very long sentences.
|
|
20
|
+
|
|
21
|
+
**Why it works:** AI models optimize for 15-20 word sentences. Humans swing wildly from 3-word punches to 40-word philosophical meanderings.
|
|
22
|
+
|
|
23
|
+
### Implementation
|
|
24
|
+
|
|
25
|
+
**Step 1: Identify monotonous sections**
|
|
26
|
+
Look for 3+ consecutive sentences of similar length. Example:
|
|
27
|
+
```
|
|
28
|
+
The system validates user input (4 words).
|
|
29
|
+
It checks for required fields (5 words).
|
|
30
|
+
Then it processes the data (5 words).
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
**Step 2: Inject variation**
|
|
34
|
+
```
|
|
35
|
+
The system validates user input. Simple enough.
|
|
36
|
+
|
|
37
|
+
But here's where it gets interesting - it doesn't just check for required fields,
|
|
38
|
+
it actually runs a pretty sophisticated validation pipeline that catches the kind
|
|
39
|
+
of edge cases that would normally slip through until production.
|
|
40
|
+
|
|
41
|
+
Then? Processes the data.
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
**Notice:**
|
|
45
|
+
- 4 words → 3 words → 27 words → 4 words
|
|
46
|
+
- Emotional progression: neutral → casual → detailed → abrupt
|
|
47
|
+
- "But here's where..." (conversational connector)
|
|
48
|
+
- "Then?" (fragment, technically wrong, sounds human)
|
|
49
|
+
|
|
50
|
+
### Burstiness Formula
|
|
51
|
+
|
|
52
|
+
**Safe ratio:** 1 short (≤5 words) : 2 medium (10-20 words) : 1 long (25+ words)
|
|
53
|
+
|
|
54
|
+
**Aggressive ratio:** Mix in more extremes
|
|
55
|
+
- Super short: 1-3 words ("Wait, what?" or "Nope.")
|
|
56
|
+
- Super long: 35+ words with multiple clauses
|
|
57
|
+
|
|
58
|
+
**Red flag:** If every paragraph follows the exact same pattern, you've just created a new AI pattern. Vary the variation.
|
|
59
|
+
|
|
60
|
+
### Edge Cases
|
|
61
|
+
|
|
62
|
+
**Don't inject burstiness in:**
|
|
63
|
+
- Code snippets (keep technical precision)
|
|
64
|
+
- Lists of steps that need to be sequential
|
|
65
|
+
- Error messages (clarity > personality)
|
|
66
|
+
- Anything safety-critical
|
|
67
|
+
|
|
68
|
+
**Do inject burstiness in:**
|
|
69
|
+
- Conceptual explanations
|
|
70
|
+
- Introductory paragraphs
|
|
71
|
+
- Transition sections between major topics
|
|
72
|
+
- Examples and anecdotes
|
|
73
|
+
|
|
74
|
+
## Pattern 2: Structure Dismantling
|
|
75
|
+
|
|
76
|
+
**What it is:** Breaking the perfect 3-paragraph symmetry that AI loves.
|
|
77
|
+
|
|
78
|
+
**Why it works:** AI was trained on well-structured content. It thinks every section needs Introduction → Body → Conclusion. Humans forget conclusions, add tangents, and restart thoughts mid-paragraph.
|
|
79
|
+
|
|
80
|
+
### Implementation
|
|
81
|
+
|
|
82
|
+
**AI pattern to destroy:**
|
|
83
|
+
```markdown
|
|
84
|
+
## Feature Name
|
|
85
|
+
|
|
86
|
+
This feature provides X capability. It works by doing Y. Users benefit from Z.
|
|
87
|
+
|
|
88
|
+
The implementation involves three steps. First, configure A. Second, set up B.
|
|
89
|
+
Third, verify C.
|
|
90
|
+
|
|
91
|
+
In conclusion, this feature enables efficient X while maintaining Y standards.
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
**Humanized:**
|
|
95
|
+
```markdown
|
|
96
|
+
## Feature Name
|
|
97
|
+
|
|
98
|
+
Okay so this feature does X. That's the headline version.
|
|
99
|
+
|
|
100
|
+
The implementation? Three steps:
|
|
101
|
+
1. Configure A (the annoying part)
|
|
102
|
+
2. Set up B - make sure you check the logs because this fails silently sometimes
|
|
103
|
+
3. Verify C
|
|
104
|
+
|
|
105
|
+
Wait, I should probably explain why this even matters. The old way required manual
|
|
106
|
+
intervention every single time, which meant someone had to babysit the process. This
|
|
107
|
+
automates it. Obviously that's better.
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
**Notice:**
|
|
111
|
+
- Killed the conclusion (unnecessary)
|
|
112
|
+
- Added a digression ("Wait, I should probably...")
|
|
113
|
+
- Mixed paragraph lengths: 2 sentences → 4 lines → 3 sentences
|
|
114
|
+
- Parenthetical asides ("the annoying part", "Obviously that's better")
|
|
115
|
+
|
|
116
|
+
### Structural Chaos Techniques
|
|
117
|
+
|
|
118
|
+
**1. The Reverse Intro**
|
|
119
|
+
Don't start with "This document explains..."
|
|
120
|
+
|
|
121
|
+
Start with the problem: "Ever notice how X always breaks when Y? Yeah, that's what this fixes."
|
|
122
|
+
|
|
123
|
+
**2. The Abandoned Thought**
|
|
124
|
+
Start a paragraph, realize you need to explain something first, acknowledge it.
|
|
125
|
+
|
|
126
|
+
"To configure the cache... actually, before that - make sure you understand why we're even using a cache here."
|
|
127
|
+
|
|
128
|
+
**3. The Asymmetric Section**
|
|
129
|
+
If you have 3 subsections, make them wildly different lengths:
|
|
130
|
+
- Subsection A: 2 paragraphs
|
|
131
|
+
- Subsection B: 5 sentences
|
|
132
|
+
- Subsection C: 1 paragraph + code block + another paragraph
|
|
133
|
+
|
|
134
|
+
**4. The Anti-Conclusion**
|
|
135
|
+
Instead of "In summary...", just stop. Or: "Anyway, that's the gist."
|
|
136
|
+
|
|
137
|
+
### When NOT to Dismantle
|
|
138
|
+
|
|
139
|
+
- Legal disclaimers (seriously, don't)
|
|
140
|
+
- Installation instructions (clarity > personality)
|
|
141
|
+
- API reference sections (developers need predictability)
|
|
142
|
+
- Anything where structure aids comprehension
|
|
143
|
+
|
|
144
|
+
## Pattern 3: Checkbox Annihilation
|
|
145
|
+
|
|
146
|
+
**What it is:** Destroying the AI's checkbox addiction and converting to flowing prose.
|
|
147
|
+
|
|
148
|
+
**Why it works:** Checklists are great for robots executing tasks. Humans prefer narrative flow.
|
|
149
|
+
|
|
150
|
+
### Implementation
|
|
151
|
+
|
|
152
|
+
**Before (AI loves this):**
|
|
153
|
+
```markdown
|
|
154
|
+
## Setup Process
|
|
155
|
+
|
|
156
|
+
- [ ] Install dependencies
|
|
157
|
+
- [ ] Configure environment variables
|
|
158
|
+
- [ ] Initialize database
|
|
159
|
+
- [ ] Run migrations
|
|
160
|
+
- [ ] Verify installation
|
|
161
|
+
```
|
|
162
|
+
|
|
163
|
+
**After (Basic humanization):**
|
|
164
|
+
```markdown
|
|
165
|
+
## Setup Process
|
|
166
|
+
|
|
167
|
+
You'll need to install dependencies first, then configure your environment variables.
|
|
168
|
+
Once that's done, initialize the database and run migrations. Finally, verify everything
|
|
169
|
+
installed correctly.
|
|
170
|
+
```
|
|
171
|
+
|
|
172
|
+
**After (Aggressive deformalization):**
|
|
173
|
+
```markdown
|
|
174
|
+
## Setup Process
|
|
175
|
+
|
|
176
|
+
Start with the dependencies - standard stuff. Then configure your environment variables
|
|
177
|
+
(copy from .env.example if you're lazy, we won't judge).
|
|
178
|
+
|
|
179
|
+
Initialize the database. Run migrations.
|
|
180
|
+
|
|
181
|
+
Verify it worked by [verification step]. If you see errors at this point, check the logs
|
|
182
|
+
before assuming everything is broken - 90% of the time it's just a timing issue.
|
|
183
|
+
```
|
|
184
|
+
|
|
185
|
+
**Notice:**
|
|
186
|
+
- Checkbox death ✅
|
|
187
|
+
- Flow instead of list
|
|
188
|
+
- Injected personality ("if you're lazy, we won't judge")
|
|
189
|
+
- Practical aside (90% timing issue)
|
|
190
|
+
- Paragraph break for pacing
|
|
191
|
+
|
|
192
|
+
### Exception: When Checklists Are OK
|
|
193
|
+
|
|
194
|
+
**Keep checklists for:**
|
|
195
|
+
- Pre-flight checklists (safety-critical)
|
|
196
|
+
- Compliance requirements (legal needs boxes)
|
|
197
|
+
- User-facing task lists (users expect them)
|
|
198
|
+
|
|
199
|
+
**Transform everything else.**
|
|
200
|
+
|
|
201
|
+
## Pattern 4: Template Contextualization
|
|
202
|
+
|
|
203
|
+
**What it is:** Converting embedded code template dumps into contextual examples.
|
|
204
|
+
|
|
205
|
+
**Why it works:** AI dumps entire templates thinking "more code = more helpful". Humans explain context first, show minimal viable examples, then reference full code.
|
|
206
|
+
|
|
207
|
+
### Implementation
|
|
208
|
+
|
|
209
|
+
**Before (AI template spam):**
|
|
210
|
+
```markdown
|
|
211
|
+
## Configuration
|
|
212
|
+
|
|
213
|
+
Here is the complete configuration file:
|
|
214
|
+
|
|
215
|
+
[300 lines of YAML with every possible option]
|
|
216
|
+
|
|
217
|
+
Modify according to your needs.
|
|
218
|
+
```
|
|
219
|
+
|
|
220
|
+
**After (Humanized):**
|
|
221
|
+
```markdown
|
|
222
|
+
## Configuration
|
|
223
|
+
|
|
224
|
+
You basically need 3 things in your config:
|
|
225
|
+
|
|
226
|
+
```yaml
|
|
227
|
+
api_key: "your-key-here"
|
|
228
|
+
timeout: 30
|
|
229
|
+
retries: 3
|
|
230
|
+
```
|
|
231
|
+
|
|
232
|
+
That's the minimum. The full config file has like 50 other options but honestly?
|
|
233
|
+
You won't need them unless you're doing something weird.
|
|
234
|
+
|
|
235
|
+
[Link to full reference config if they do need it]
|
|
236
|
+
```
|
|
237
|
+
|
|
238
|
+
**Notice:**
|
|
239
|
+
- Minimal example first
|
|
240
|
+
- Explicit dismissal of "other options" (reduces overwhelm)
|
|
241
|
+
- "unless you're doing something weird" (acknowledges edge cases without detailing them)
|
|
242
|
+
- Deferred complexity to separate reference
|
|
243
|
+
|
|
244
|
+
### Template Reduction Rules
|
|
245
|
+
|
|
246
|
+
**Ask:**
|
|
247
|
+
1. Does the reader need ALL this code to understand the concept?
|
|
248
|
+
2. Can I show a 10-line version instead of 100-line version?
|
|
249
|
+
3. Am I dumping this because I think it's helpful, or because AI does this?
|
|
250
|
+
|
|
251
|
+
**If showing full template:**
|
|
252
|
+
- Add comments explaining the weird parts
|
|
253
|
+
- Highlight the 3-5 lines that actually matter
|
|
254
|
+
- Provide a "TL;DR: change these 2 values" upfront
|
|
255
|
+
|
|
256
|
+
## Pattern 5: Vocabulary Swap
|
|
257
|
+
|
|
258
|
+
**What it is:** Killing corporate-speak and AI-favorite words.
|
|
259
|
+
|
|
260
|
+
**Why it works:** AI was trained on formal writing. It defaults to "utilize" when "use" works fine. Humans use simple words until they genuinely need precision.
|
|
261
|
+
|
|
262
|
+
### AI Vocabulary → Human Vocabulary
|
|
263
|
+
|
|
264
|
+
| AI Says | Human Says | When to Keep AI Version |
|
|
265
|
+
|---------|-----------|------------------------|
|
|
266
|
+
| utilize | use | Never |
|
|
267
|
+
| leverage | use | Never |
|
|
268
|
+
| facilitate | help / enable | Never |
|
|
269
|
+
| implement | build / create / make | When you mean "fulfill spec exactly" |
|
|
270
|
+
| ensure | make sure | Legal docs only |
|
|
271
|
+
| commence | start | Never |
|
|
272
|
+
| terminate | stop / end / kill | When you mean "kill process" |
|
|
273
|
+
| endeavor | try | Never |
|
|
274
|
+
| subsequently | then / later / next | Never |
|
|
275
|
+
| prior to | before | Never |
|
|
276
|
+
| in order to | to | Never |
|
|
277
|
+
| it is important to note that | [just delete this] | Never |
|
|
278
|
+
| as previously mentioned | [delete or "remember when..."] | Never |
|
|
279
|
+
| furthermore | also / and / plus | Academic papers only |
|
|
280
|
+
|
|
281
|
+
### Advanced Swaps
|
|
282
|
+
|
|
283
|
+
**AI filler phrases to kill:**
|
|
284
|
+
|
|
285
|
+
1. "Certainly, here is..." → Just start
|
|
286
|
+
2. "It should be noted that..." → State the fact
|
|
287
|
+
3. "In terms of..." → "For..." or restructure
|
|
288
|
+
4. "A number of..." → "Several" or "Some" or actual number
|
|
289
|
+
5. "At this point in time" → "Now"
|
|
290
|
+
|
|
291
|
+
**Contractions are your friend:**
|
|
292
|
+
- You're, we're, they're, isn't, don't
|
|
293
|
+
- AI rarely uses contractions
|
|
294
|
+
- Humans use them constantly
|
|
295
|
+
|
|
296
|
+
### When NOT to Swap
|
|
297
|
+
|
|
298
|
+
**Keep formal vocabulary in:**
|
|
299
|
+
- Legal agreements (precision required)
|
|
300
|
+
- Compliance documentation (regulated language)
|
|
301
|
+
- Academic papers (discipline expectations)
|
|
302
|
+
- Financial reports (industry standards)
|
|
303
|
+
|
|
304
|
+
**Everything else:** simpler is better.
|
|
305
|
+
|
|
306
|
+
---
|
|
307
|
+
|
|
308
|
+
## Combining Patterns
|
|
309
|
+
|
|
310
|
+
The real power comes from mixing patterns. Example transformation:
|
|
311
|
+
|
|
312
|
+
**Before (pure AI):**
|
|
313
|
+
```markdown
|
|
314
|
+
## Important Security Considerations
|
|
315
|
+
|
|
316
|
+
It is critical to ensure that authentication mechanisms are properly implemented
|
|
317
|
+
prior to deployment. The following steps must be completed:
|
|
318
|
+
|
|
319
|
+
- [ ] Configure OAuth provider
|
|
320
|
+
- [ ] Implement token validation
|
|
321
|
+
- [ ] Set up secure session storage
|
|
322
|
+
- [ ] Enable HTTPS
|
|
323
|
+
- [ ] Verify SSL certificates
|
|
324
|
+
|
|
325
|
+
Failure to properly implement these security measures may result in unauthorized
|
|
326
|
+
access to sensitive user data.
|
|
327
|
+
```
|
|
328
|
+
|
|
329
|
+
**After (all patterns):**
|
|
330
|
+
```markdown
|
|
331
|
+
## Security Setup
|
|
332
|
+
|
|
333
|
+
Okay, listen. Don't skip this.
|
|
334
|
+
|
|
335
|
+
You need OAuth configured and token validation working *before* you deploy. These aren't nice-to-haves.
|
|
336
|
+
|
|
337
|
+
Set up secure session storage. Enable HTTPS. Verify SSL certs actually work.
|
|
338
|
+
|
|
339
|
+
If you mess this up? Anyone can access user data. I'm not being dramatic - this is
|
|
340
|
+
literally what happens when authentication is broken. So test it thoroughly, not just
|
|
341
|
+
"it worked on my machine" testing.
|
|
342
|
+
```
|
|
343
|
+
|
|
344
|
+
**Applied patterns:**
|
|
345
|
+
1. **Burstiness:** 4 words → 6 words → 21 words → 7 words → 29 words
|
|
346
|
+
2. **Structure:** Killed conclusion, added warning upfront instead of end
|
|
347
|
+
3. **Checkbox death:** Flowing prose with emphasis
|
|
348
|
+
4. **Template reduction:** Simplified list to essential items
|
|
349
|
+
5. **Vocabulary:** "prior to" → "before", "ensure" → "make sure", killed "It is critical"
|
|
350
|
+
|
|
351
|
+
---
|
|
352
|
+
|
|
353
|
+
## Quality Checks
|
|
354
|
+
|
|
355
|
+
After transformation, verify:
|
|
356
|
+
|
|
357
|
+
✅ Does it sound like someone explaining this at a whiteboard?
|
|
358
|
+
✅ Do sentence lengths vary wildly (not uniformly)?
|
|
359
|
+
✅ Did you kill at least 80% of checkboxes?
|
|
360
|
+
✅ Are there fewer than 3 "utilize/leverage/facilitate" in entire doc?
|
|
361
|
+
✅ Can you read it aloud without cringing?
|
|
362
|
+
|
|
363
|
+
❌ Does every paragraph still have perfect 3-sentence structure?
|
|
364
|
+
❌ Are you scared to use contractions?
|
|
365
|
+
❌ Do all sections have symmetrical length?
|
|
366
|
+
❌ Did you just replace checkbox with emoji? (Don't do this)
|
|
367
|
+
|
|
368
|
+
If you pass all ✅ and fail all ❌, you did it right.
|