Skip to content

Commit 5e1be5e

Browse files
committed
Create MARKETING-HOME-EDITS-2026-01-14.md
1 parent e3e4926 commit 5e1be5e

1 file changed

Lines changed: 93 additions & 0 deletions

File tree

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
# Marketing Home Page Edits - 2026-01-14
2+
3+
**Status:** Not Started
4+
**Priority:** Medium
5+
**Created:** 2026-01-14
6+
7+
---
8+
9+
## Problem
10+
11+
Current marketing claims don't match actual implementation:
12+
- Claims "30+" patterns but codebase has **29 patterns**
13+
- Doesn't clarify that competitor "100+" includes style rules, not just performance/security
14+
- Misses opportunity to highlight actual competitive advantages
15+
16+
---
17+
18+
## Recommended Changes
19+
20+
### 1. **Update Pattern Count Claims**
21+
22+
**Current:**
23+
```
24+
Performance & security rules: 30+
25+
WordPress-specific patterns: 30+
26+
Production antipatterns: 15+
27+
WooCommerce-specific checks: 6+
28+
```
29+
30+
**Recommended:**
31+
```
32+
Performance & security rules: 29 (9 CRITICAL + 10 HIGH)
33+
WordPress-specific patterns: 18 (PHP/WordPress focused)
34+
Production antipatterns: 15+ (competitors: 0-5)
35+
WooCommerce-specific checks: 6+ (competitors: 0)
36+
```
37+
38+
### 2. **Clarify Competitor Comparison**
39+
40+
**Add footnote:**
41+
> *PHPCS/WPCS "100+" includes style/formatting rules. WP Code Check focuses on performance & security only.*
42+
43+
### 3. **Emphasize Real Advantages**
44+
45+
Replace generic "30+" claims with specific strengths:
46+
-**Zero dependencies** - Bash + grep only (competitors require PHP/Composer)
47+
-**Speed** - Scans 10K files in <5 seconds
48+
-**Production-focused** - 15+ antipatterns competitors miss
49+
-**WooCommerce-native** - 6 WC-specific checks (competitors: 0)
50+
-**Baseline tracking** - Manage legacy code without refactoring
51+
52+
### 4. **Add Accuracy Metrics**
53+
54+
Include from `dist/PATTERN-LIBRARY.md`:
55+
- **19 definitive patterns** (65.5%) - High confidence
56+
- **10 heuristic patterns** (34.5%) - Code quality insights
57+
- **4 patterns with AI mitigation** - 60-70% fewer false positives
58+
59+
### 5. **Breakdown by Severity**
60+
61+
Show distribution:
62+
| Severity | Count | Impact |
63+
|----------|-------|--------|
64+
| CRITICAL | 9 | OOM, security crashes |
65+
| HIGH | 10 | Performance degradation |
66+
| MEDIUM | 7 | Code quality issues |
67+
| LOW | 3 | Best practices |
68+
69+
---
70+
71+
## Files to Update
72+
73+
- [ ] `README.md` - Update comparison table
74+
- [ ] `dist/reports/index.html` (if exists) - Update marketing section
75+
- [ ] Website homepage (if separate) - Update feature claims
76+
- [ ] `FAQS.md` - Add "How many checks?" section
77+
78+
---
79+
80+
## Acceptance Criteria
81+
82+
- [ ] All "30+" claims updated to "29" or specific breakdown
83+
- [ ] Competitor comparison includes footnote about style rules
84+
- [ ] Real advantages highlighted (zero deps, speed, WC-native)
85+
- [ ] Accuracy metrics included (definitive vs heuristic)
86+
- [ ] Severity breakdown visible to users
87+
88+
---
89+
90+
## Notes
91+
92+
This maintains honesty while emphasizing actual competitive advantages. Users care more about **what problems we solve** than inflated pattern counts.
93+

0 commit comments

Comments
 (0)