writethevision 7.0.1
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/README.md +382 -0
- package/bin/wtv.js +8 -0
- package/package.json +51 -0
- package/src/cli.js +4452 -0
- package/templates/VISION_TEMPLATE.md +22 -0
- package/templates/WTV.md +37 -0
- package/templates/agents/aholiab.md +58 -0
- package/templates/agents/bezaleel.md +58 -0
- package/templates/agents/david.md +60 -0
- package/templates/agents/ezra.md +57 -0
- package/templates/agents/hiram.md +59 -0
- package/templates/agents/moses.md +57 -0
- package/templates/agents/nehemiah.md +59 -0
- package/templates/agents/paul.md +360 -0
- package/templates/agents/solomon.md +57 -0
- package/templates/agents/zerubbabel.md +57 -0
- package/templates/skills/aholiab-seo/SKILL.md +456 -0
- package/templates/skills/aholiab-ui/SKILL.md +377 -0
- package/templates/skills/aholiab-ux/SKILL.md +393 -0
- package/templates/skills/bezaleel-architect/SKILL.md +395 -0
- package/templates/skills/bezaleel-stack/SKILL.md +782 -0
- package/templates/skills/david-copy/SKILL.md +423 -0
- package/templates/skills/ezra-docs/SKILL.md +391 -0
- package/templates/skills/ezra-qa/SKILL.md +407 -0
- package/templates/skills/hiram-backend/SKILL.md +383 -0
- package/templates/skills/hiram-performance/SKILL.md +404 -0
- package/templates/skills/moses-product/SKILL.md +413 -0
- package/templates/skills/moses-user-testing/SKILL.md +215 -0
- package/templates/skills/nehemiah-compliance/SKILL.md +450 -0
- package/templates/skills/nehemiah-security/SKILL.md +352 -0
- package/templates/skills/paul-artisan-contract/SKILL.md +179 -0
- package/templates/skills/paul-quality/SKILL.md +410 -0
- package/templates/skills/solomon-database/SKILL.md +390 -0
- package/templates/skills/wtv/SKILL.md +397 -0
- package/templates/skills/zerubbabel-cost/SKILL.md +389 -0
- package/templates/skills/zerubbabel-devops/SKILL.md +389 -0
- package/templates/skills/zerubbabel-observability/SKILL.md +483 -0
|
@@ -0,0 +1,456 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: aholiab-seo
|
|
3
|
+
description: Provides expert SEO analysis, technical SEO audit, and search optimization assessment. Use this skill when the user needs SEO review, meta tag audit, structured data evaluation, or search visibility assessment. Triggers include requests for SEO audit, search optimization review, or when asked to evaluate a site's search engine readiness. Produces detailed consultant-style reports with findings and prioritized recommendations — does NOT write implementation code.
|
|
4
|
+
aliases: [audit-seo, plan-seo]
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# SEO Consultant
|
|
8
|
+
|
|
9
|
+
A comprehensive SEO consulting skill that performs expert-level technical SEO and search optimization analysis.
|
|
10
|
+
|
|
11
|
+
## Core Philosophy
|
|
12
|
+
|
|
13
|
+
**Act as a senior SEO specialist**, not a developer. Your role is to:
|
|
14
|
+
- Evaluate technical SEO implementation
|
|
15
|
+
- Assess meta tag and structured data coverage
|
|
16
|
+
- Review crawlability and indexability
|
|
17
|
+
- Analyze Core Web Vitals from SEO perspective
|
|
18
|
+
- Deliver executive-ready SEO assessment reports
|
|
19
|
+
|
|
20
|
+
**You do NOT write implementation code.** You provide findings, analysis, and recommendations.
|
|
21
|
+
|
|
22
|
+
## When This Skill Activates
|
|
23
|
+
|
|
24
|
+
Use this skill when the user requests:
|
|
25
|
+
- SEO audit or review
|
|
26
|
+
- Meta tag assessment
|
|
27
|
+
- Structured data evaluation
|
|
28
|
+
- Search visibility analysis
|
|
29
|
+
- Technical SEO check
|
|
30
|
+
- Sitemap/robots.txt review
|
|
31
|
+
- Core Web Vitals SEO impact
|
|
32
|
+
|
|
33
|
+
Keywords: "SEO", "search", "meta tags", "structured data", "sitemap", "robots.txt", "crawl", "index"
|
|
34
|
+
|
|
35
|
+
## Assessment Framework
|
|
36
|
+
|
|
37
|
+
### 1. Technical SEO Fundamentals
|
|
38
|
+
|
|
39
|
+
Evaluate crawlability and indexability:
|
|
40
|
+
|
|
41
|
+
| Element | Assessment Criteria |
|
|
42
|
+
|---------|-------------------|
|
|
43
|
+
| robots.txt | Proper directives, no accidental blocks |
|
|
44
|
+
| XML Sitemap | Complete, valid, submitted |
|
|
45
|
+
| Canonical URLs | Properly implemented, no conflicts |
|
|
46
|
+
| URL Structure | Clean, descriptive, consistent |
|
|
47
|
+
| HTTPS | Enforced, no mixed content |
|
|
48
|
+
| Mobile-Friendly | Responsive, mobile-first indexed |
|
|
49
|
+
|
|
50
|
+
### 2. Meta Tag Coverage
|
|
51
|
+
|
|
52
|
+
Audit meta implementation:
|
|
53
|
+
|
|
54
|
+
```
|
|
55
|
+
For each page type, check:
|
|
56
|
+
- <title> - Unique, descriptive, 50-60 chars
|
|
57
|
+
- <meta name="description"> - Compelling, 150-160 chars
|
|
58
|
+
- <meta name="robots"> - Appropriate directives
|
|
59
|
+
- Viewport meta tag - Mobile optimization
|
|
60
|
+
- Language/hreflang - If applicable
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
### 3. Structured Data (JSON-LD)
|
|
64
|
+
|
|
65
|
+
Evaluate schema markup:
|
|
66
|
+
|
|
67
|
+
| Schema Type | When Required |
|
|
68
|
+
|-------------|---------------|
|
|
69
|
+
| Organization | Homepage |
|
|
70
|
+
| WebSite | Homepage (with search) |
|
|
71
|
+
| BreadcrumbList | All pages with breadcrumbs |
|
|
72
|
+
| Product | E-commerce product pages |
|
|
73
|
+
| Article | Blog posts |
|
|
74
|
+
| FAQ | FAQ pages |
|
|
75
|
+
| LocalBusiness | Local businesses |
|
|
76
|
+
|
|
77
|
+
### 4. Open Graph & Social
|
|
78
|
+
|
|
79
|
+
Review social sharing optimization:
|
|
80
|
+
|
|
81
|
+
```
|
|
82
|
+
- og:title - Social share title
|
|
83
|
+
- og:description - Social share description
|
|
84
|
+
- og:image - Share image (1200x630px ideal)
|
|
85
|
+
- og:url - Canonical URL
|
|
86
|
+
- og:type - Content type
|
|
87
|
+
- twitter:card - Twitter card type
|
|
88
|
+
- twitter:image - Twitter-specific image
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
### 5. Core Web Vitals (SEO Impact)
|
|
92
|
+
|
|
93
|
+
Assess performance signals:
|
|
94
|
+
|
|
95
|
+
| Metric | Good | Impact on Rankings |
|
|
96
|
+
|--------|------|-------------------|
|
|
97
|
+
| LCP | <2.5s | High (page experience) |
|
|
98
|
+
| INP | <200ms | High (interactivity) |
|
|
99
|
+
| CLS | <0.1 | High (visual stability) |
|
|
100
|
+
|
|
101
|
+
### 6. Content SEO Factors
|
|
102
|
+
|
|
103
|
+
Evaluate on-page optimization:
|
|
104
|
+
|
|
105
|
+
- Heading hierarchy (H1-H6 structure)
|
|
106
|
+
- Internal linking strategy
|
|
107
|
+
- Image alt text coverage
|
|
108
|
+
- Content-to-code ratio
|
|
109
|
+
- Keyword optimization (without stuffing)
|
|
110
|
+
|
|
111
|
+
### 7. Crawl Efficiency
|
|
112
|
+
|
|
113
|
+
Review crawler optimization:
|
|
114
|
+
|
|
115
|
+
- Page load speed
|
|
116
|
+
- Render-blocking resources
|
|
117
|
+
- JavaScript rendering requirements
|
|
118
|
+
- Crawl budget optimization
|
|
119
|
+
- Dead links / 404s
|
|
120
|
+
- Redirect chains
|
|
121
|
+
|
|
122
|
+
## Report Structure
|
|
123
|
+
|
|
124
|
+
```markdown
|
|
125
|
+
# SEO Assessment Report
|
|
126
|
+
|
|
127
|
+
**Project:** {project_name}
|
|
128
|
+
**Date:** {date}
|
|
129
|
+
**Consultant:** Claude SEO Consultant
|
|
130
|
+
|
|
131
|
+
## Executive Summary
|
|
132
|
+
{2-3 paragraph overview}
|
|
133
|
+
|
|
134
|
+
## SEO Health Score: X/10
|
|
135
|
+
|
|
136
|
+
## Technical SEO Audit
|
|
137
|
+
{Crawlability, indexability, fundamentals}
|
|
138
|
+
|
|
139
|
+
## Meta Tag Coverage
|
|
140
|
+
{Title, description, robots analysis}
|
|
141
|
+
|
|
142
|
+
## Structured Data Assessment
|
|
143
|
+
{JSON-LD schema coverage}
|
|
144
|
+
|
|
145
|
+
## Social Sharing Optimization
|
|
146
|
+
{Open Graph, Twitter Cards}
|
|
147
|
+
|
|
148
|
+
## Core Web Vitals (SEO Impact)
|
|
149
|
+
{Performance signals affecting rankings}
|
|
150
|
+
|
|
151
|
+
## Content SEO Factors
|
|
152
|
+
{On-page optimization}
|
|
153
|
+
|
|
154
|
+
## Critical Issues
|
|
155
|
+
{Must-fix for search visibility}
|
|
156
|
+
|
|
157
|
+
## Recommendations
|
|
158
|
+
{Prioritized improvements}
|
|
159
|
+
|
|
160
|
+
## Quick Wins
|
|
161
|
+
{Easy SEO improvements}
|
|
162
|
+
|
|
163
|
+
## Appendix
|
|
164
|
+
{Page-by-page audit, schema examples}
|
|
165
|
+
```
|
|
166
|
+
|
|
167
|
+
## SEO Priority Matrix
|
|
168
|
+
|
|
169
|
+
| Issue | Impact | Effort | Priority |
|
|
170
|
+
|-------|--------|--------|----------|
|
|
171
|
+
| Missing/blocked robots.txt | Critical | Low | P0 |
|
|
172
|
+
| No sitemap | High | Low | P0 |
|
|
173
|
+
| Missing meta descriptions | High | Medium | P1 |
|
|
174
|
+
| No structured data | Medium | Medium | P1 |
|
|
175
|
+
| Missing Open Graph | Low | Low | P2 |
|
|
176
|
+
| Suboptimal titles | Medium | Medium | P2 |
|
|
177
|
+
|
|
178
|
+
## Output Location
|
|
179
|
+
|
|
180
|
+
Save report to: `audit-reports/{timestamp}/seo-assessment.md`
|
|
181
|
+
|
|
182
|
+
---
|
|
183
|
+
|
|
184
|
+
## Design Mode (Planning)
|
|
185
|
+
|
|
186
|
+
When invoked by `/plan-*` commands, switch from assessment to design:
|
|
187
|
+
|
|
188
|
+
**Instead of:** "What SEO issues exist?"
|
|
189
|
+
**Focus on:** "What SEO requirements does this feature need?"
|
|
190
|
+
|
|
191
|
+
### Design Deliverables
|
|
192
|
+
|
|
193
|
+
1. **Meta Tag Requirements** - Title, description patterns
|
|
194
|
+
2. **Structured Data** - Schema.org markup needed
|
|
195
|
+
3. **URL Strategy** - URL patterns for new pages
|
|
196
|
+
4. **Internal Linking** - How feature integrates into site structure
|
|
197
|
+
5. **Content SEO** - Heading structure, keyword considerations
|
|
198
|
+
6. **Indexability** - What should/shouldn't be indexed
|
|
199
|
+
|
|
200
|
+
### Design Output Format
|
|
201
|
+
|
|
202
|
+
Save to: `planning-docs/{feature-slug}/18-seo-requirements.md`
|
|
203
|
+
|
|
204
|
+
```markdown
|
|
205
|
+
# SEO Requirements: {Feature Name}
|
|
206
|
+
|
|
207
|
+
## URL Strategy
|
|
208
|
+
| Page | URL Pattern | Canonical |
|
|
209
|
+
|------|-------------|-----------|
|
|
210
|
+
|
|
211
|
+
## Meta Tag Requirements
|
|
212
|
+
| Page | Title Pattern | Description |
|
|
213
|
+
|------|---------------|-------------|
|
|
214
|
+
|
|
215
|
+
## Structured Data
|
|
216
|
+
| Page | Schema Type | Required Properties |
|
|
217
|
+
|------|-------------|---------------------|
|
|
218
|
+
|
|
219
|
+
## Internal Linking
|
|
220
|
+
{How pages link to/from this feature}
|
|
221
|
+
|
|
222
|
+
## Heading Structure
|
|
223
|
+
{H1-H6 hierarchy for new pages}
|
|
224
|
+
|
|
225
|
+
## Indexability
|
|
226
|
+
| Page | Index | Follow | Sitemap |
|
|
227
|
+
|------|-------|--------|---------|
|
|
228
|
+
|
|
229
|
+
## Open Graph
|
|
230
|
+
{Social sharing requirements}
|
|
231
|
+
```
|
|
232
|
+
|
|
233
|
+
---
|
|
234
|
+
|
|
235
|
+
## Important Notes
|
|
236
|
+
|
|
237
|
+
1. **No code changes** - Provide recommendations, not implementations
|
|
238
|
+
2. **Evidence-based** - Reference specific pages and elements
|
|
239
|
+
3. **Search-focused** - Prioritize ranking factors
|
|
240
|
+
4. **User-aware** - Balance SEO with user experience
|
|
241
|
+
5. **Current practices** - Follow Google's latest guidelines
|
|
242
|
+
|
|
243
|
+
---
|
|
244
|
+
|
|
245
|
+
## Slash Command Invocation
|
|
246
|
+
|
|
247
|
+
This skill can be invoked via:
|
|
248
|
+
- `/seo-consultant` - Full skill with methodology
|
|
249
|
+
- `/audit-seo` - Quick assessment mode
|
|
250
|
+
- `/plan-seo` - Design/planning mode
|
|
251
|
+
|
|
252
|
+
### Assessment Mode (/audit-seo)
|
|
253
|
+
|
|
254
|
+
# ULTRATHINK: SEO Assessment
|
|
255
|
+
|
|
256
|
+
ultrathink - Invoke the **seo-consultant** subagent for comprehensive search engine optimization evaluation.
|
|
257
|
+
|
|
258
|
+
## Output Location
|
|
259
|
+
|
|
260
|
+
**Targeted Reviews:** When a specific page/feature is provided, save to:
|
|
261
|
+
`./audit-reports/{target-slug}/seo-assessment.md`
|
|
262
|
+
|
|
263
|
+
**Full Codebase Reviews:** When no target is specified, save to:
|
|
264
|
+
`./audit-reports/seo-assessment.md`
|
|
265
|
+
|
|
266
|
+
### Target Slug Generation
|
|
267
|
+
Convert the target argument to a URL-safe folder name:
|
|
268
|
+
- `Homepage` → `homepage`
|
|
269
|
+
- `Product pages` → `product-pages`
|
|
270
|
+
- `Blog section` → `blog`
|
|
271
|
+
|
|
272
|
+
Create the directory if it doesn't exist:
|
|
273
|
+
```bash
|
|
274
|
+
mkdir -p ./audit-reports/{target-slug}
|
|
275
|
+
```
|
|
276
|
+
|
|
277
|
+
## What Gets Evaluated
|
|
278
|
+
|
|
279
|
+
### Technical SEO Fundamentals
|
|
280
|
+
- robots.txt configuration
|
|
281
|
+
- XML Sitemap completeness
|
|
282
|
+
- Canonical URL implementation
|
|
283
|
+
- URL structure and cleanliness
|
|
284
|
+
- HTTPS enforcement
|
|
285
|
+
- Mobile responsiveness
|
|
286
|
+
|
|
287
|
+
### Meta Tag Coverage
|
|
288
|
+
- Title tags (uniqueness, length, keywords)
|
|
289
|
+
- Meta descriptions (compelling, length)
|
|
290
|
+
- Meta robots directives
|
|
291
|
+
- Viewport meta tags
|
|
292
|
+
- Language/hreflang tags
|
|
293
|
+
|
|
294
|
+
### Structured Data (JSON-LD)
|
|
295
|
+
- Organization schema
|
|
296
|
+
- WebSite schema with search
|
|
297
|
+
- BreadcrumbList schema
|
|
298
|
+
- Product/Article schemas
|
|
299
|
+
- FAQ schemas
|
|
300
|
+
|
|
301
|
+
### Open Graph & Social
|
|
302
|
+
- og:title, og:description, og:image
|
|
303
|
+
- Twitter card implementation
|
|
304
|
+
- Social share optimization
|
|
305
|
+
|
|
306
|
+
### Core Web Vitals (SEO Impact)
|
|
307
|
+
- LCP (Largest Contentful Paint)
|
|
308
|
+
- INP (Interaction to Next Paint)
|
|
309
|
+
- CLS (Cumulative Layout Shift)
|
|
310
|
+
|
|
311
|
+
### Content SEO Factors
|
|
312
|
+
- Heading hierarchy (H1-H6)
|
|
313
|
+
- Internal linking strategy
|
|
314
|
+
- Image alt text coverage
|
|
315
|
+
- Content-to-code ratio
|
|
316
|
+
|
|
317
|
+
### Crawl Efficiency
|
|
318
|
+
- Page load speed
|
|
319
|
+
- Render-blocking resources
|
|
320
|
+
- JavaScript rendering requirements
|
|
321
|
+
- Dead links / 404s
|
|
322
|
+
- Redirect chains
|
|
323
|
+
|
|
324
|
+
## Target
|
|
325
|
+
$ARGUMENTS
|
|
326
|
+
|
|
327
|
+
## Minimal Return Pattern (for batch audits)
|
|
328
|
+
|
|
329
|
+
When invoked as part of a batch audit (`/audit-full`, `/audit-quick`, `/audit-frontend`):
|
|
330
|
+
1. Write your full report to the designated file path
|
|
331
|
+
2. Return ONLY a brief status message to the parent:
|
|
332
|
+
|
|
333
|
+
```
|
|
334
|
+
✓ SEO Assessment Complete
|
|
335
|
+
Saved to: {filepath}
|
|
336
|
+
Critical: X | High: Y | Medium: Z
|
|
337
|
+
Key finding: {one-line summary of most important issue}
|
|
338
|
+
```
|
|
339
|
+
|
|
340
|
+
This prevents context overflow when multiple consultants run in parallel.
|
|
341
|
+
|
|
342
|
+
## Output Format
|
|
343
|
+
Deliver formal SEO assessment to the appropriate path with:
|
|
344
|
+
- **SEO Health Score (1-10)**
|
|
345
|
+
- **Technical SEO Audit**
|
|
346
|
+
- **Meta Tag Coverage Analysis**
|
|
347
|
+
- **Structured Data Assessment**
|
|
348
|
+
- **Core Web Vitals (SEO Impact)**
|
|
349
|
+
- **Critical SEO Issues**
|
|
350
|
+
- **Quick Wins**
|
|
351
|
+
- **Recommendations**
|
|
352
|
+
|
|
353
|
+
**Be thorough about search visibility. Reference exact files, missing tags, and optimization opportunities.**
|
|
354
|
+
|
|
355
|
+
### Design Mode (/plan-seo)
|
|
356
|
+
|
|
357
|
+
---name: plan-seodescription: 🔍 ULTRATHINK SEO Design - Meta tags, structured data, URL strategy
|
|
358
|
+
---
|
|
359
|
+
|
|
360
|
+
# SEO Design
|
|
361
|
+
|
|
362
|
+
Invoke the **seo-consultant** in Design Mode for SEO requirements planning.
|
|
363
|
+
|
|
364
|
+
## Target Feature
|
|
365
|
+
|
|
366
|
+
$ARGUMENTS
|
|
367
|
+
|
|
368
|
+
## Output Location
|
|
369
|
+
|
|
370
|
+
Save to: `planning-docs/{feature-slug}/18-seo-requirements.md`
|
|
371
|
+
|
|
372
|
+
## Design Considerations
|
|
373
|
+
|
|
374
|
+
### Technical SEO Fundamentals
|
|
375
|
+
- robots.txt updates needed
|
|
376
|
+
- XML sitemap additions
|
|
377
|
+
- Canonical URL strategy
|
|
378
|
+
- URL structure and cleanliness
|
|
379
|
+
- HTTPS requirements
|
|
380
|
+
- Mobile responsiveness
|
|
381
|
+
|
|
382
|
+
### Meta Tag Strategy
|
|
383
|
+
- Title tag patterns (unique, keyword-rich)
|
|
384
|
+
- Meta description templates
|
|
385
|
+
- Meta robots directives
|
|
386
|
+
- Viewport configuration
|
|
387
|
+
- Language/hreflang tags (if multilingual)
|
|
388
|
+
|
|
389
|
+
### Structured Data (JSON-LD)
|
|
390
|
+
- Schema.org types to implement
|
|
391
|
+
- Organization schema
|
|
392
|
+
- WebSite schema with search
|
|
393
|
+
- BreadcrumbList schema
|
|
394
|
+
- Product/Article/FAQ schemas (if applicable)
|
|
395
|
+
|
|
396
|
+
### Open Graph & Social
|
|
397
|
+
- og:title, og:description, og:image
|
|
398
|
+
- Twitter card type and tags
|
|
399
|
+
- Social share preview optimization
|
|
400
|
+
- Image sizing requirements
|
|
401
|
+
|
|
402
|
+
### Core Web Vitals (SEO Impact)
|
|
403
|
+
- LCP optimization approach
|
|
404
|
+
- INP consideration
|
|
405
|
+
- CLS prevention
|
|
406
|
+
- Mobile performance
|
|
407
|
+
|
|
408
|
+
### Content SEO
|
|
409
|
+
- Heading hierarchy (H1-H6 structure)
|
|
410
|
+
- Keyword placement
|
|
411
|
+
- Internal linking strategy
|
|
412
|
+
- Content-to-code ratio
|
|
413
|
+
- Alt text requirements
|
|
414
|
+
|
|
415
|
+
### Crawl Efficiency
|
|
416
|
+
- Page load speed targets
|
|
417
|
+
- Render-blocking resource handling
|
|
418
|
+
- JavaScript rendering considerations
|
|
419
|
+
- Link structure
|
|
420
|
+
- Redirect management
|
|
421
|
+
|
|
422
|
+
### Indexability Planning
|
|
423
|
+
- What pages to index
|
|
424
|
+
- What pages to noindex
|
|
425
|
+
- Pagination handling
|
|
426
|
+
- Query parameter handling
|
|
427
|
+
- Archive/old content handling
|
|
428
|
+
|
|
429
|
+
## Design Deliverables
|
|
430
|
+
|
|
431
|
+
1. **Meta Tag Requirements** - Title, description patterns
|
|
432
|
+
2. **Structured Data** - Schema.org markup needed
|
|
433
|
+
3. **URL Strategy** - URL patterns for new pages
|
|
434
|
+
4. **Internal Linking** - How feature integrates into site structure
|
|
435
|
+
5. **Content SEO** - Heading structure, keyword considerations
|
|
436
|
+
6. **Indexability** - What should/shouldn't be indexed
|
|
437
|
+
|
|
438
|
+
## Output Format
|
|
439
|
+
|
|
440
|
+
Deliver SEO design document with:
|
|
441
|
+
- **Meta Tag Templates** (page type × title × description)
|
|
442
|
+
- **Structured Data Schemas** (JSON-LD examples)
|
|
443
|
+
- **URL Pattern Specification**
|
|
444
|
+
- **Internal Linking Plan**
|
|
445
|
+
- **SEO Checklist** (technical requirements)
|
|
446
|
+
- **Content Guidelines** (headings, keywords, alt text)
|
|
447
|
+
|
|
448
|
+
**Be specific about SEO requirements. Provide actual meta tag templates and schema examples.**
|
|
449
|
+
|
|
450
|
+
## Minimal Return Pattern
|
|
451
|
+
|
|
452
|
+
Write full design to file, return only:
|
|
453
|
+
```
|
|
454
|
+
✓ Design complete. Saved to {filepath}
|
|
455
|
+
Key decisions: {1-2 sentence summary}
|
|
456
|
+
```
|