bmad-enhanced 1.0.0-alpha → 1.0.2-alpha

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.
@@ -0,0 +1,1191 @@
1
+ # Wade User Guide
2
+
3
+ **Agent:** Wade (wireframe-designer)
4
+ **Version:** 1.0.0
5
+ **Module:** BME (_designos)
6
+ **Created:** 2026-02-14
7
+ **Last Updated:** 2026-02-14
8
+
9
+ ---
10
+
11
+ ## Table of Contents
12
+
13
+ 1. [Introduction](#introduction)
14
+ 2. [What Wade Does](#what-wade-does)
15
+ 3. [Quick Start](#quick-start)
16
+ 4. [Commands Reference](#commands-reference)
17
+ 5. [Workflow Deep Dive](#workflow-deep-dive)
18
+ 6. [Sample Wireframes](#sample-wireframes)
19
+ 7. [Best Practices](#best-practices)
20
+ 8. [Troubleshooting](#troubleshooting)
21
+ 9. [FAQs](#faqs)
22
+ 10. [Advanced Usage](#advanced-usage)
23
+
24
+ ---
25
+
26
+ ## Introduction
27
+
28
+ Meet Wade - your wireframe design specialist. Wade helps you create comprehensive wireframes for web and mobile applications through a structured 6-step process.
29
+
30
+ **Who is Wade?**
31
+
32
+ Wade is a domain-specialized AI agent built on the BMAD Agent Architecture Framework v1.1.0. He brings 10+ years of UX design expertise, specializing in:
33
+ - Low-fidelity wireframe creation
34
+ - Information architecture
35
+ - Responsive design patterns
36
+ - Accessibility (WCAG 2.1 Level AA)
37
+ - ASCII art visualization
38
+
39
+ **Communication Style:**
40
+
41
+ Wade speaks visually and spatially, like an architect sketching blueprints. He thinks in layouts, grids, and flows. Expect phrases like:
42
+ - "Picture this layout..."
43
+ - "What's the primary user action on this screen?"
44
+ - "Let's establish visual hierarchy..."
45
+
46
+ ---
47
+
48
+ ## What Wade Does
49
+
50
+ ### Core Capability: Create Wireframes
51
+
52
+ Wade guides you through creating wireframes that answer three critical questions:
53
+
54
+ 1. **Where am I?** (Screen purpose and navigation context)
55
+ 2. **What can I do?** (Primary and secondary actions)
56
+ 3. **Where can I go?** (Exit points and navigation)
57
+
58
+ ### Wireframe Artifacts
59
+
60
+ Wade generates comprehensive wireframe documents including:
61
+
62
+ - **Requirements** - Screen purpose, target user, constraints
63
+ - **User Flows** - Entry points, happy path, alternative flows, exit points
64
+ - **Information Architecture** - Visual hierarchy, content grouping, navigation patterns
65
+ - **ASCII Wireframes** - Low-fidelity layout sketches (mobile + desktop)
66
+ - **Component Specifications** - UI components, states, interactions
67
+ - **Responsive Design** - Breakpoints (Mobile 375px, Tablet 768px, Desktop 1024px+)
68
+ - **Accessibility Notes** - WCAG 2.1 compliance, keyboard navigation, screen readers
69
+ - **Design Rationale** - Why these decisions? Trade-offs considered
70
+ - **Next Steps** - Handoff to high-fidelity design, prototyping, development
71
+
72
+ ---
73
+
74
+ ## Quick Start
75
+
76
+ ### Step 1: Activate Wade
77
+
78
+ ```bash
79
+ # From your project directory
80
+ cd /path/to/your/project
81
+
82
+ # Activate Wade using one of these methods:
83
+ # Method 1: Direct agent file read
84
+ Read the file: _bmad/bme/_designos/agents/wireframe-designer.md
85
+
86
+ # Method 2: Party Mode (if other BMAD agents active)
87
+ # Wade will join the discussion automatically
88
+ ```
89
+
90
+ ### Step 2: See Wade's Menu
91
+
92
+ Wade will greet you and display menu options:
93
+
94
+ ```
95
+ Hey there! Wade here - your wireframe design specialist. 🎨
96
+
97
+ Ready to turn ideas into structured layouts? I'll help you create wireframes that answer the three critical questions: Where am I? What can I do? Where can I go?
98
+
99
+ Here's what I can do for you:
100
+
101
+ 1. [MH] Redisplay Menu Help
102
+ 2. [CH] Chat with Wade about wireframe design, UI patterns, or information architecture
103
+ 3. [WM] Create Wireframe: Guided 6-step process to create comprehensive wireframe artifacts
104
+ 4. [VM] Validate Wireframe: Review existing wireframe against usability principles
105
+ 5. [PM] Start Party Mode
106
+ 6. [DA] Dismiss Agent
107
+
108
+ 💡 Tip: Type `/bmad-help I want to create wireframes for my mobile app` anytime for guidance.
109
+
110
+ What would you like to do?
111
+ ```
112
+
113
+ ### Step 3: Create Your First Wireframe
114
+
115
+ **Option A: Use exact command**
116
+ ```
117
+ WM
118
+ ```
119
+
120
+ **Option B: Use fuzzy command**
121
+ ```
122
+ create wireframe
123
+ ```
124
+
125
+ **Option C: Use menu number**
126
+ ```
127
+ 3
128
+ ```
129
+
130
+ ### Step 4: Follow the 6-Step Process
131
+
132
+ Wade will guide you through:
133
+
134
+ 1. **Define Requirements** (2-3 minutes)
135
+ - What are we wireframing? (screen name, platform, viewport)
136
+ - Who is this for? (target user, goals)
137
+ - What's the core functionality? (primary action, secondary actions)
138
+ - Design constraints? (design system, brand guidelines, accessibility)
139
+
140
+ 2. **User Flows** (3-5 minutes)
141
+ - Entry points (how do users arrive?)
142
+ - Happy path (ideal user journey)
143
+ - Alternative flows (edge cases)
144
+ - Exit points (where do users go next?)
145
+
146
+ 3. **Information Architecture** (3-5 minutes)
147
+ - Visual hierarchy (primary, secondary, tertiary content)
148
+ - Content grouping (logical sections)
149
+ - Navigation patterns (tabs, bottom nav, sidebar)
150
+ - Information density (mobile vs desktop)
151
+
152
+ 4. **Wireframe Sketch** (5-10 minutes)
153
+ - ASCII art layout creation
154
+ - Grid system (8pt mobile, 12-column desktop)
155
+ - Component placement (header, content, navigation)
156
+ - Size annotations (56px header, 48px buttons, etc.)
157
+
158
+ 5. **Components & Interactions** (5-7 minutes)
159
+ - Component identification (buttons, cards, lists, inputs)
160
+ - Interaction specifications (states: default, pressed, disabled)
161
+ - Responsive behavior (how components adapt)
162
+
163
+ 6. **Synthesize** (1-2 minutes)
164
+ - Generate final artifact using template
165
+ - All sections populated
166
+ - Output saved to `{output_folder}/wireframe-{screen-name}-{date}.md`
167
+
168
+ **Total Time:** 20-30 minutes for a comprehensive wireframe
169
+
170
+ ---
171
+
172
+ ## Commands Reference
173
+
174
+ ### Primary Commands
175
+
176
+ #### [WM] Create Wireframe
177
+ **Trigger:** `WM` or `create wireframe`
178
+
179
+ **Purpose:** Start the 6-step wireframe creation workflow
180
+
181
+ **Use When:**
182
+ - Designing a new screen
183
+ - Planning UI layout before visual design
184
+ - Communicating structure to developers
185
+ - Documenting design decisions
186
+
187
+ **Output:** Complete wireframe artifact (markdown file with ASCII art)
188
+
189
+ ---
190
+
191
+ #### [VM] Validate Wireframe
192
+ **Trigger:** `VM` or `validate wireframe`
193
+
194
+ **Purpose:** Review an existing wireframe against usability principles
195
+
196
+ **Use When:**
197
+ - You've created a wireframe and want expert review
198
+ - Checking WCAG accessibility compliance
199
+ - Verifying responsive design approach
200
+ - Getting feedback before moving to high-fidelity design
201
+
202
+ **What Wade Checks:**
203
+ - Visual hierarchy clarity
204
+ - Component size standards (touch targets ≥ 44px)
205
+ - Navigation patterns consistency
206
+ - Accessibility compliance (WCAG 2.1 Level AA)
207
+ - Responsive breakpoint logic
208
+
209
+ ---
210
+
211
+ #### [CH] Chat with Wade
212
+ **Trigger:** `CH` or `chat`
213
+
214
+ **Purpose:** Free-form conversation about wireframe design, UI patterns, or information architecture
215
+
216
+ **Ask Wade About:**
217
+ - "What's the best navigation pattern for mobile e-commerce?"
218
+ - "How should I organize a dashboard with 6 KPIs?"
219
+ - "What's the difference between wireframes and mockups?"
220
+ - "How do I design for accessibility from the wireframe stage?"
221
+ - "Best practices for responsive grid systems?"
222
+
223
+ ---
224
+
225
+ ### Utility Commands
226
+
227
+ #### [MH] Redisplay Menu
228
+ **Trigger:** `MH` or `menu` or `help`
229
+
230
+ **Purpose:** See all menu options again
231
+
232
+ ---
233
+
234
+ #### [PM] Party Mode
235
+ **Trigger:** `PM` or `party mode`
236
+
237
+ **Purpose:** Bring other BMAD agents into the conversation
238
+
239
+ **Example:** Invite Emma (empathy-mapper) to provide user research insights that inform your wireframe
240
+
241
+ ---
242
+
243
+ #### [DA] Dismiss Agent
244
+ **Trigger:** `DA` or `exit` or `goodbye`
245
+
246
+ **Purpose:** End Wade session and return to normal Claude Code mode
247
+
248
+ ---
249
+
250
+ ## Workflow Deep Dive
251
+
252
+ ### Complete 6-Step Wireframe Workflow
253
+
254
+ #### Step 1: Define Requirements
255
+
256
+ **What Wade Needs:**
257
+
258
+ 1. **Scope**
259
+ - Single screen? User flow (multiple screens)? Full app?
260
+ - Example: "Single screen - Dashboard Home"
261
+
262
+ 2. **Screen Name**
263
+ - What do you call this screen?
264
+ - Example: "Dashboard Home", "Checkout Flow", "Product Detail Page"
265
+
266
+ 3. **Platform**
267
+ - Web (desktop)? Web (mobile)? Mobile app (iOS/Android)? Responsive (all)?
268
+ - Example: "Mobile app (iOS/Android)"
269
+
270
+ 4. **Viewport Size**
271
+ - Mobile: 375px width (iPhone standard)
272
+ - Tablet: 768px width
273
+ - Desktop: 1024px+ width
274
+ - Responsive: All of the above?
275
+
276
+ 5. **Target User**
277
+ - Who will use this screen?
278
+ - Reference an empathy map if available (e.g., "Sarah Chen from empathy-map-sarah-chen-2026-02-14.md")
279
+ - Example: "Banking app user checking account balance"
280
+
281
+ 6. **User's Primary Goal**
282
+ - What is the ONE thing users come here to do?
283
+ - Example: "Check account balance quickly"
284
+
285
+ 7. **Core Functionality**
286
+ - Primary action (main purpose)
287
+ - Secondary actions (supporting tasks)
288
+ - Information displayed (what data is shown)
289
+ - Example: "Primary: Check balance | Secondary: View transactions, Transfer money"
290
+
291
+ 8. **Design Constraints**
292
+ - Existing design system? (Material Design, iOS HIG, custom)
293
+ - Brand guidelines? (logo placement, color scheme - high level)
294
+ - Technical constraints? (API limitations, performance requirements)
295
+ - Accessibility requirements? (WCAG 2.1 Level AA)
296
+
297
+ **Wade's Example:**
298
+
299
+ ```
300
+ Screen: Dashboard Home (Mobile Banking App)
301
+ Platform: Mobile app (iOS/Android)
302
+ Viewport: 375px width (mobile-first)
303
+
304
+ User: Sarah Chen (see empathy-map-sarah-chen-2026-02-14.md)
305
+ Primary Goal: Check account balance quickly
306
+ Technical Proficiency: Medium-high
307
+ Context: Rushed, 3-5 daily check-ins, sessions < 2 minutes
308
+
309
+ Primary Action: Check account balance
310
+ Secondary Actions: View recent transactions, quick transfer, pay bills
311
+ Information: Balance, last updated timestamp, 5 recent transactions, quick action buttons
312
+ Data Sources: Banking API (balance, transactions)
313
+
314
+ Constraints:
315
+ - Must support Face ID for authentication
316
+ - Follow iOS/Android platform patterns
317
+ - WCAG 2.1 Level AA (minimum 44px touch targets)
318
+ - Performance: Load balance in < 1 second
319
+ ```
320
+
321
+ ---
322
+
323
+ #### Step 2: User Flows
324
+
325
+ **What Wade Needs:**
326
+
327
+ 1. **Entry Points** - How do users arrive at this screen?
328
+ - App launch (default screen)
329
+ - Navigation tap (bottom nav, sidebar)
330
+ - Deep link (notification, email)
331
+ - Search result click
332
+
333
+ 2. **Happy Path** - Ideal user journey (step-by-step)
334
+ - User arrives → performs primary action → achieves goal → exits
335
+ - Example:
336
+ 1. User opens app
337
+ 2. Dashboard loads with balance
338
+ 3. User sees recent transactions
339
+ 4. User taps transaction → detail view
340
+
341
+ 3. **Alternative Flows** - Edge cases and secondary paths
342
+ - What if data fails to load?
343
+ - What if user is first-time visitor?
344
+ - What if user wants to filter/search?
345
+ - Example: User pulls to refresh → reload data
346
+
347
+ 4. **Exit Points** - Where do users go next?
348
+ - Navigate to another section (tap nav)
349
+ - Drill down to detail (tap list item)
350
+ - Complete task and leave app (background app)
351
+ - Example: Tap "Transfer" → transfer flow
352
+
353
+ **Wade's Tip:** Draw a simple flowchart if helpful:
354
+ ```
355
+ [Entry: App Launch] → [Dashboard Loads] → [User Views Balance] →
356
+ ↓ (Taps Transaction)
357
+ [Transaction Detail] → [Exit]
358
+ ```
359
+
360
+ ---
361
+
362
+ #### Step 3: Information Architecture
363
+
364
+ **What Wade Needs:**
365
+
366
+ 1. **Visual Hierarchy** - What's most important?
367
+ - **Primary (Hero):** The MAIN thing users look for (large, high contrast)
368
+ - Example: Account balance ($12,458.32 in large text)
369
+ - **Secondary (Supporting):** Important but not the main focus
370
+ - Example: Quick action buttons (Transfer, Pay Bills, Deposit)
371
+ - **Tertiary (Metadata):** Nice to have, low prominence
372
+ - Example: Last updated timestamp, help links
373
+
374
+ 2. **Content Grouping** - How is content organized?
375
+ - Logical sections (header, hero, actions, list, footer)
376
+ - Visual separators (divider lines, white space, cards)
377
+ - Example:
378
+ ```
379
+ [Header: Menu + Notifications]
380
+ [Hero: Balance]
381
+ [Quick Actions: 3 buttons]
382
+ [Recent Transactions: List]
383
+ [Bottom Nav: 4 tabs]
384
+ ```
385
+
386
+ 3. **Navigation Patterns** - How do users move around?
387
+ - Bottom tabs (mobile standard for primary nav)
388
+ - Hamburger menu (secondary nav, settings)
389
+ - Sidebar (desktop, persistent nav)
390
+ - Breadcrumbs (desktop, deep hierarchy)
391
+ - Example: Bottom tabs (Home, Cards, Reports, Profile)
392
+
393
+ 4. **Information Density** - How much content per screen?
394
+ - **Mobile:** Minimal - show only essentials (balance + 3 quick actions + 3 transactions)
395
+ - **Desktop:** Expanded - show more context (balance + 6 quick actions + 10 transactions)
396
+
397
+ ---
398
+
399
+ #### Step 4: Wireframe Sketch (ASCII Art)
400
+
401
+ **Wade's ASCII Syntax:**
402
+
403
+ ```
404
+ ┌─────────────────────────────────┐ ← Top border (box-drawing characters)
405
+ │ ☰ Menu Page Title 🔔 │ ← Header bar (56-72px height)
406
+ ├─────────────────────────────────┤ ← Section divider
407
+ │ │
408
+ │ Main Content Area │ ← Content section
409
+ │ │
410
+ │ ┌─────┐ ┌─────┐ ┌─────┐ │ ← Button row (internal boxes)
411
+ │ │ Btn1│ │ Btn2│ │ Btn3│ │
412
+ │ └─────┘ └─────┘ └─────┘ │
413
+ ├─────────────────────────────────┤
414
+ │ [Home] [Search] [Profile] │ ← Bottom nav (48-72px)
415
+ └─────────────────────────────────┘ ← Bottom border
416
+ ```
417
+
418
+ **Grid System:**
419
+ - **Mobile:** 8pt grid, 16px margins
420
+ - **Desktop:** 12-column grid, 24px gutters
421
+ - **Alignment:** Everything snaps to grid
422
+
423
+ **Component Placement:**
424
+
425
+ 1. **Header** (56-72px height)
426
+ - Logo/back button (left)
427
+ - Page title (center)
428
+ - Actions/notifications (right)
429
+
430
+ 2. **Content Area**
431
+ - Primary content (hero, main action)
432
+ - Secondary content (supporting info)
433
+ - Tertiary content (metadata, help)
434
+
435
+ 3. **Navigation** (48-72px height)
436
+ - Bottom tabs (mobile)
437
+ - Sidebar (desktop)
438
+
439
+ **Typography Hierarchy:**
440
+ - **H1:** Screen title (24-32px)
441
+ - **H2:** Section headers (20-24px)
442
+ - **Body:** Content text (16px)
443
+ - **Caption:** Metadata (12-14px)
444
+
445
+ **Wade's Mobile Dashboard Example:**
446
+
447
+ ```
448
+ ┌─────────────────────────────────┐
449
+ │ ☰ 🔔 │ ← Header (56px)
450
+ ├─────────────────────────────────┤
451
+ │ │
452
+ │ Account Balance │ ← H1 (Hero section)
453
+ │ $12,458.32 │ ← Large text (32px)
454
+ │ Last updated: 2 min ago │ ← Caption (12px)
455
+ │ │
456
+ ├─────────────────────────────────┤
457
+ │ ┌─────┐ ┌─────┐ ┌─────┐ │ ← Quick Actions
458
+ │ │Trans│ │ Pay │ │Depo │ │ (3 buttons,
459
+ │ │ fer │ │Bills│ │sit │ │ 100×48px each)
460
+ │ └─────┘ └─────┘ └─────┘ │
461
+ ├─────────────────────────────────┤
462
+ │ Recent Transactions ↗ │ ← H2 + "See All"
463
+ │ ┌───────────────────────────┐ │
464
+ │ │ 🏪 Starbucks -$5.42 → │ │ ← Transaction item
465
+ │ └───────────────────────────┘ │ (64px height)
466
+ │ ┌───────────────────────────┐ │
467
+ │ │ 💰 Salary +$4,200 → │ │
468
+ │ └───────────────────────────┘ │
469
+ │ ┌───────────────────────────┐ │
470
+ │ │ 🍕 Pizza Hut -$18.50 → │ │
471
+ │ └───────────────────────────┘ │
472
+ │ │
473
+ │ [Load More Transactions] │ ← Button (48px)
474
+ ├─────────────────────────────────┤
475
+ │ [🏠] [💳] [📊] [👤] │ ← Bottom tabs (72px)
476
+ └─────────────────────────────────┘
477
+ ```
478
+
479
+ **Wade's Annotations:**
480
+ - Header: 56px fixed height, menu left, notifications right
481
+ - Hero section: 120px tall, centered, high contrast
482
+ - Quick actions: 16px margin between buttons, equal width
483
+ - Transaction list: 64px per item, icon + text + amount + chevron
484
+ - Bottom nav: 72px fixed, 4 equal-width tabs
485
+
486
+ ---
487
+
488
+ #### Step 5: Components & Interactions
489
+
490
+ **What Wade Needs:**
491
+
492
+ 1. **Component Identification** - List all UI components
493
+ - AppHeader
494
+ - BalanceCard
495
+ - QuickActionButton
496
+ - TransactionListItem
497
+ - BottomNavigation
498
+
499
+ 2. **Component Specifications** - For each component:
500
+
501
+ **Example: QuickActionButton**
502
+ - **Type:** Interactive button
503
+ - **Location:** Below hero, horizontal row
504
+ - **Size:** 100×48px each (mobile), expands on desktop
505
+ - **States:**
506
+ - Default (gray background, black text)
507
+ - Pressed (darker gray, slightly smaller)
508
+ - Disabled (light gray, 50% opacity, no interaction)
509
+ - **Behavior:** Tap → navigate to respective flow (Transfer, Pay Bills, Deposit)
510
+
511
+ 3. **Interactions** - How users interact
512
+ - Tap (mobile) / Click (desktop)
513
+ - Swipe (mobile gestures)
514
+ - Hover (desktop states)
515
+ - Long-press (mobile context menus)
516
+ - Pull-to-refresh (mobile data reload)
517
+
518
+ 4. **Responsive Breakpoints** - How layout adapts
519
+ - **Mobile (375px):** Single column, 3 quick actions
520
+ - **Tablet (768px):** 2 columns, 4 quick actions
521
+ - **Desktop (1024px+):** 3 columns, 6 quick actions
522
+
523
+ ---
524
+
525
+ #### Step 6: Synthesize
526
+
527
+ **Wade's Final Step:**
528
+
529
+ 1. **Review Checklist** - Wade shows what you've defined:
530
+ - [x] Screen name and platform defined
531
+ - [x] Target user identified
532
+ - [x] Primary action clear
533
+ - [x] User flows mapped
534
+ - [x] Visual hierarchy established
535
+ - [x] ASCII wireframe created
536
+ - [x] Components specified
537
+ - [x] Responsive behavior defined
538
+
539
+ 2. **Generate Artifact** - Wade creates complete wireframe document:
540
+ - Filename: `wireframe-{screen-name}-{date}.md`
541
+ - Location: `{output_folder}/` (default: `_bmad-output/design-artifacts/`)
542
+ - Template: All sections populated using `wireframe.template.md`
543
+
544
+ 3. **Next Steps** - Wade suggests:
545
+ - Validate with users (show wireframe, get feedback)
546
+ - Share with team (stakeholder alignment)
547
+ - Create high-fidelity designs (use wireframe as foundation)
548
+ - Prototype (build interactive prototype)
549
+ - Develop (hand off to developers)
550
+
551
+ ---
552
+
553
+ ## Sample Wireframes
554
+
555
+ ### Example 1: Mobile Banking Dashboard
556
+
557
+ See complete wireframe in Step 4 above.
558
+
559
+ **Key Features:**
560
+ - Hero balance display (primary focus)
561
+ - Quick action buttons (secondary actions)
562
+ - Recent transactions list (tertiary info)
563
+ - Bottom tab navigation (standard mobile pattern)
564
+
565
+ **Use This When:**
566
+ - Designing financial dashboards
567
+ - Creating mobile-first experiences
568
+ - Prioritizing one key metric (balance)
569
+
570
+ ---
571
+
572
+ ### Example 2: E-commerce Product Detail (Desktop)
573
+
574
+ ```
575
+ ┌─────────────────────────────────────────────────────────────────────────────┐
576
+ │ [Logo] [Search.....................] [Cart(2)] [Account] [Help] │ ← Header (72px)
577
+ ├─────────────────────────────────────────────────────────────────────────────┤
578
+ │ │
579
+ │ ┌──────────────────────┐ ┌───────────────────────────────────────────┐ │
580
+ │ │ │ │ Wireless Noise-Canceling Headphones │ │
581
+ │ │ │ │ │ │
582
+ │ │ Primary Product │ │ ⭐⭐⭐⭐⭐ 4.7 (1,234 reviews) │ │
583
+ │ │ Image │ │ │ │
584
+ │ │ (500×500px) │ │ Price: $299.99 [Was: $399.99] -25% OFF │ │
585
+ │ │ │ │ │ │
586
+ │ │ │ │ Color: [●Black] [○Silver] [○Blue] │ │
587
+ │ └──────────────────────┘ │ │ │
588
+ │ [◄] [Image 2] [Image 3] │ Quantity: [-] [1] [+] │ │
589
+ │ [Image 4] [▶] │ │ │
590
+ │ │ [Add to Cart] [♥ Save for Later] │ │
591
+ │ └───────────────────────────────────────────┘ │
592
+ │ │
593
+ ├─────────────────────────────────────────────────────────────────────────────┤
594
+ │ [Description] [Specifications] [Reviews (1,234)] [Q&A] │ ← Tabs
595
+ ├─────────────────────────────────────────────────────────────────────────────┤
596
+ │ │
597
+ │ Experience premium sound quality with active noise cancellation... │
598
+ │ [Full product description content] │
599
+ │ │
600
+ ├─────────────────────────────────────────────────────────────────────────────┤
601
+ │ Customers Also Viewed │
602
+ │ ┌────────┐ ┌────────┐ ┌────────┐ ┌────────┐ ┌────────┐ │
603
+ │ │ Image │ │ Image │ │ Image │ │ Image │ │ Image │ │
604
+ │ │ $49.99 │ │ $89.99 │ │$129.99 │ │ $39.99 │ │ $199.99│ │
605
+ │ └────────┘ └────────┘ └────────┘ └────────┘ └────────┘ │
606
+ │ │
607
+ └─────────────────────────────────────────────────────────────────────────────┘
608
+ ```
609
+
610
+ **Key Features:**
611
+ - 2-column layout (image gallery + product details)
612
+ - Tabbed content (description, specs, reviews)
613
+ - Related products (cross-sell opportunities)
614
+ - Clear CTAs (Add to Cart, Save for Later)
615
+
616
+ **Use This When:**
617
+ - Designing e-commerce product pages
618
+ - Creating desktop-first experiences
619
+ - Supporting rich media (image galleries)
620
+
621
+ ---
622
+
623
+ ### Example 3: SaaS Onboarding Form (Mobile)
624
+
625
+ ```
626
+ ┌─────────────────────────────────┐
627
+ │ [← Back] Sign Up │ ← Header (56px)
628
+ ├─────────────────────────────────┤
629
+ │ │
630
+ │ Create your account │ ← H1
631
+ │ Start your 14-day free trial │ ← Subheading
632
+ │ │
633
+ │ ┌───────────────────────────┐ │
634
+ │ │ [G] Sign up with Google │ │ ← Social button
635
+ │ └───────────────────────────┘ │
636
+ │ ┌───────────────────────────┐ │
637
+ │ │ [M] Sign up with Microsoft│ │
638
+ │ └───────────────────────────┘ │
639
+ │ │
640
+ │ ────────── OR ────────── │ ← Divider
641
+ │ │
642
+ │ Full Name │ ← Label
643
+ │ ┌───────────────────────────┐ │
644
+ │ │ John Doe │ │ ← Input (48px)
645
+ │ └───────────────────────────┘ │
646
+ │ │
647
+ │ Email Address │
648
+ │ ┌───────────────────────────┐ │
649
+ │ │ john@example.com │ │
650
+ │ └───────────────────────────┘ │
651
+ │ │
652
+ │ Password │
653
+ │ ┌───────────────────────────┐ │
654
+ │ │ •••••••••• 👁 │ │ ← Password input
655
+ │ └───────────────────────────┘ │
656
+ │ [████████░░] Strong │ ← Strength indicator
657
+ │ │
658
+ │ ☑ I agree to Terms & Privacy │ ← Checkbox (44×44)
659
+ │ │
660
+ │ ┌───────────────────────────┐ │
661
+ │ │ Create Account │ │ ← Primary CTA (48px)
662
+ │ └───────────────────────────┘ │
663
+ │ │
664
+ │ Already have an account? │
665
+ │ [Log In] │ ← Link
666
+ │ │
667
+ └─────────────────────────────────┘
668
+ ```
669
+
670
+ **Key Features:**
671
+ - Social sign-up options (reduce friction)
672
+ - Password strength indicator (progressive disclosure)
673
+ - Clear CTA (Create Account)
674
+ - Alternative path (Log In)
675
+
676
+ **Use This When:**
677
+ - Designing sign-up flows
678
+ - Creating form-heavy screens
679
+ - Prioritizing conversion (reduce form fields)
680
+
681
+ ---
682
+
683
+ ## Best Practices
684
+
685
+ ### 1. Start with Requirements (Don't Skip Step 1)
686
+
687
+ **Why:** Generic wireframes waste time. Specific wireframes (for a specific screen, user, and goal) accelerate design and development.
688
+
689
+ **Do This:**
690
+ - Define screen name, platform, viewport size
691
+ - Identify target user (reference empathy map if available)
692
+ - Clarify primary action (the ONE thing users do)
693
+ - Document constraints (design system, accessibility, performance)
694
+
695
+ **Don't Do This:**
696
+ - Start sketching without requirements
697
+ - Assume you know what users need
698
+ - Skip user research
699
+
700
+ ---
701
+
702
+ ### 2. Wireframes Are Thinking Tools, Not Art
703
+
704
+ **Why:** Wireframes focus on structure and flow, not aesthetics. Visual design comes later.
705
+
706
+ **Do This:**
707
+ - Use ASCII art (low-fidelity, fast)
708
+ - Focus on layout, hierarchy, and component placement
709
+ - Iterate quickly (create 3 versions in the time it takes to make 1 high-fidelity mockup)
710
+
711
+ **Don't Do This:**
712
+ - Add colors, fonts, or images to wireframes
713
+ - Spend hours perfecting pixel alignment
714
+ - Create high-fidelity mockups when structure isn't validated
715
+
716
+ ---
717
+
718
+ ### 3. Every Screen Answers Three Questions
719
+
720
+ **The Three Questions:**
721
+ 1. **Where am I?** (Screen title, breadcrumbs, visual context)
722
+ 2. **What can I do?** (Primary CTA, secondary actions)
723
+ 3. **Where can I go?** (Navigation, exit points)
724
+
725
+ **Example: Dashboard Home**
726
+ - Where am I? "Dashboard Home" (H1 title)
727
+ - What can I do? "Check balance, Transfer money, Pay bills" (quick actions)
728
+ - Where can I go? "Home, Cards, Reports, Profile" (bottom nav)
729
+
730
+ ---
731
+
732
+ ### 4. Iterate Quickly, Refine Deliberately
733
+
734
+ **Process:**
735
+ 1. **Sketch 3 versions** (15 minutes each) - explore different layouts
736
+ 2. **Review with user** (5 minutes) - which resonates?
737
+ 3. **Refine chosen version** (20 minutes) - add detail
738
+ 4. **Validate again** (5 minutes) - confirm structure works
739
+ 5. **Move to high-fidelity** (only when wireframe validated)
740
+
741
+ **Don't Do This:**
742
+ - Create one wireframe and declare it perfect
743
+ - Refine before exploring alternatives
744
+ - Skip user validation
745
+
746
+ ---
747
+
748
+ ### 5. Design for Accessibility from the Wireframe Stage
749
+
750
+ **WCAG 2.1 Level AA Requirements:**
751
+ - Touch targets ≥ 44×44px (mobile)
752
+ - Click targets ≥ 24×24px (desktop)
753
+ - Color contrast ≥ 4.5:1 (normal text), ≥ 3:1 (large text)
754
+ - Keyboard navigation (all actions accessible without mouse)
755
+ - Screen reader support (semantic HTML, ARIA labels)
756
+
757
+ **Wade's Accessibility Checklist:**
758
+ - [ ] All buttons ≥ 44px tall (mobile)
759
+ - [ ] Sufficient spacing between tappable elements (≥ 8px)
760
+ - [ ] Clear visual hierarchy (headings, sections, lists)
761
+ - [ ] Keyboard navigation order logical (top → bottom, left → right)
762
+ - [ ] Form labels always visible (not just placeholder text)
763
+ - [ ] Focus states defined (keyboard users can see where they are)
764
+
765
+ ---
766
+
767
+ ### 6. Mobile-First Wireframing
768
+
769
+ **Why:** Starting with mobile forces prioritization. If it works on 375px, it'll work on 1440px. The reverse isn't true.
770
+
771
+ **Process:**
772
+ 1. **Design for mobile (375px) first** - What's essential?
773
+ 2. **Expand to tablet (768px)** - What supporting content can we add?
774
+ 3. **Expand to desktop (1024px+)** - How can we leverage more space?
775
+
776
+ **Example: Dashboard Home**
777
+ - **Mobile (375px):** Balance + 3 quick actions + 3 transactions
778
+ - **Tablet (768px):** Balance + 4 quick actions + 5 transactions + chart
779
+ - **Desktop (1024px+):** Balance + 6 quick actions + 10 transactions + 2 charts + sidebar
780
+
781
+ ---
782
+
783
+ ## Troubleshooting
784
+
785
+ ### Issue 1: Wade Won't Activate
786
+
787
+ **Symptoms:**
788
+ - Error: "Configuration Error: Cannot load config file"
789
+ - Wade doesn't display menu
790
+
791
+ **Cause:** config.yaml missing or malformed
792
+
793
+ **Solution:**
794
+ 1. Verify config file exists: `_bmad/bme/_designos/config.yaml`
795
+ 2. Check file contains required fields:
796
+ - `user_name: "{user}"`
797
+ - `communication_language: "en"`
798
+ - `output_folder: "{project-root}/_bmad-output/design-artifacts"`
799
+ 3. Verify YAML syntax valid (no tabs, proper indentation)
800
+
801
+ **Still Not Working?**
802
+ - Reinstall bme module
803
+ - Contact support with error message
804
+
805
+ ---
806
+
807
+ ### Issue 2: Workflow File Not Found
808
+
809
+ **Symptoms:**
810
+ - Error: "Workflow Error: Cannot load wireframe workflow"
811
+ - Expected file path shown
812
+
813
+ **Cause:** Workflow files missing from installation
814
+
815
+ **Solution:**
816
+ 1. Verify workflow files exist:
817
+ - `_bmad/bme/_designos/workflows/wireframe/workflow.md`
818
+ - `_bmad/bme/_designos/workflows/wireframe/steps/step-01-define-requirements.md` (through step-06)
819
+ 2. Check file permissions (readable)
820
+ 3. Reinstall bme module if files missing
821
+
822
+ ---
823
+
824
+ ### Issue 3: ASCII Wireframe Formatting Broken
825
+
826
+ **Symptoms:**
827
+ - Box-drawing characters render incorrectly (� or ?)
828
+ - Alignment off (jagged edges)
829
+
830
+ **Cause:** Non-monospace font used
831
+
832
+ **Solution:**
833
+ 1. View wireframe artifact in monospace font editor:
834
+ - VSCode (default: Menlo, Monaco, Courier New)
835
+ - Terminal (default monospace)
836
+ - Markdown preview (set to monospace font)
837
+ 2. Do NOT view in proportional font (Word, Google Docs, most web browsers)
838
+
839
+ **Best Practice:** Export wireframe as PDF with monospace font for sharing
840
+
841
+ ---
842
+
843
+ ### Issue 4: Fuzzy Command Ambiguity
844
+
845
+ **Symptoms:**
846
+ - Wade asks "Did you mean [WM] or [VM]?"
847
+ - Multiple commands match your input
848
+
849
+ **Cause:** "wireframe" matches both "Create Wireframe" and "Validate Wireframe"
850
+
851
+ **Solution:**
852
+ - Use more specific keywords:
853
+ - "create wireframe" → [WM]
854
+ - "validate wireframe" → [VM]
855
+ - OR use exact commands:
856
+ - `WM` → Create Wireframe
857
+ - `VM` → Validate Wireframe
858
+ - OR use menu numbers:
859
+ - `3` → Create Wireframe
860
+ - `4` → Validate Wireframe
861
+
862
+ ---
863
+
864
+ ## FAQs
865
+
866
+ ### Q1: How is Wade different from Emma?
867
+
868
+ **A:** Wade (wireframe-designer) and Emma (empathy-mapper) are complementary agents:
869
+
870
+ | Feature | Emma | Wade |
871
+ |---------|------|------|
872
+ | **Purpose** | User research (empathy mapping) | UI design (wireframe creation) |
873
+ | **Output** | Empathy map (user insights) | Wireframe (UI structure) |
874
+ | **When to Use** | Before design (understand users) | During design (plan UI layout) |
875
+ | **Workflow** | 5 steps (Says/Thinks/Does/Feels/Synthesize) | 6 steps (Requirements/Flows/IA/Sketch/Components/Synthesize) |
876
+ | **Typical User** | UX researchers, PMs | UX designers, architects |
877
+
878
+ **Best Practice:** Use Emma FIRST to understand users, then use Wade to design solutions that meet those user needs.
879
+
880
+ **Example Workflow:**
881
+ 1. Emma creates empathy map for "Sarah Chen, busy professional"
882
+ 2. Wade references Sarah's empathy map when defining wireframe requirements
883
+ 3. Wade designs dashboard optimized for Sarah's goals (quick balance check, ≤ 2 min sessions)
884
+
885
+ ---
886
+
887
+ ### Q2: What's the difference between wireframes and mockups?
888
+
889
+ **A:**
890
+
891
+ | Aspect | Wireframe (Wade's Output) | Mockup (High-Fidelity Design) |
892
+ |--------|---------------------------|-------------------------------|
893
+ | **Fidelity** | Low (ASCII art, grayscale) | High (colors, fonts, images) |
894
+ | **Focus** | Structure, layout, hierarchy | Visual design, branding |
895
+ | **Tools** | Text editor (markdown) | Figma, Sketch, Adobe XD |
896
+ | **Time** | 20-30 min per screen | 2-4 hours per screen |
897
+ | **Purpose** | Validate structure before visual design | Showcase final visual design |
898
+ | **Audience** | Internal team (designers, developers) | Stakeholders, clients, users |
899
+
900
+ **When to Use Each:**
901
+ - **Wireframes (Wade):** Early design phase, exploring layouts, validating structure
902
+ - **Mockups (Design tools):** After wireframe validated, creating final visual design
903
+
904
+ ---
905
+
906
+ ### Q3: Can Wade create high-fidelity mockups?
907
+
908
+ **A:** No. Wade creates low-fidelity wireframes using ASCII art.
909
+
910
+ **Why Low-Fidelity?**
911
+ - Faster iteration (3 wireframes in the time it takes to make 1 mockup)
912
+ - Focuses on structure, not aesthetics
913
+ - Easier to change (no emotional attachment to "beautiful" designs)
914
+ - Clear signal that this is a draft (stakeholders won't fixate on colors)
915
+
916
+ **For High-Fidelity Designs:**
917
+ - Use Wade's wireframe as a blueprint
918
+ - Import into Figma/Sketch/Adobe XD
919
+ - Add colors, fonts, images, spacing
920
+ - Create interactive prototype
921
+
922
+ ---
923
+
924
+ ### Q4: Does Wade integrate with Figma/Sketch/Adobe XD?
925
+
926
+ **A:** Not directly. Wade generates markdown files with ASCII wireframes.
927
+
928
+ **Export Workflow:**
929
+ 1. Wade generates wireframe (markdown + ASCII art)
930
+ 2. Designer reviews wireframe
931
+ 3. Designer manually recreates layout in Figma/Sketch/XD
932
+ 4. Designer adds visual design (colors, fonts, images)
933
+
934
+ **Future Enhancement:** Export to design tool formats (FigJam, Excalidraw) - under consideration
935
+
936
+ ---
937
+
938
+ ### Q5: Can Wade validate existing wireframes created in other tools?
939
+
940
+ **A:** Yes! Use the [VM] Validate Wireframe command.
941
+
942
+ **Process:**
943
+ 1. Export your wireframe (screenshot or markdown)
944
+ 2. Activate Wade
945
+ 3. Run `VM` command
946
+ 4. Provide wireframe file or description
947
+ 5. Wade reviews against:
948
+ - Visual hierarchy
949
+ - WCAG accessibility (touch targets, contrast)
950
+ - Component size standards
951
+ - Navigation patterns
952
+ - Responsive design logic
953
+
954
+ **Wade's Validation Checklist:**
955
+ - [ ] Visual hierarchy clear (primary → secondary → tertiary)
956
+ - [ ] Touch targets ≥ 44×44px (mobile)
957
+ - [ ] Component sizes follow platform standards (iOS HIG, Material Design)
958
+ - [ ] Navigation consistent (tab order, back buttons)
959
+ - [ ] Responsive breakpoints logical (mobile → tablet → desktop)
960
+ - [ ] Accessibility compliance (WCAG 2.1 Level AA)
961
+
962
+ ---
963
+
964
+ ### Q6: How long does Wade's workflow take?
965
+
966
+ **A:** 20-30 minutes for a comprehensive wireframe.
967
+
968
+ **Time Breakdown:**
969
+ - Step 1 (Requirements): 2-3 min
970
+ - Step 2 (User Flows): 3-5 min
971
+ - Step 3 (Information Architecture): 3-5 min
972
+ - Step 4 (Wireframe Sketch): 5-10 min ← longest step
973
+ - Step 5 (Components): 5-7 min
974
+ - Step 6 (Synthesize): 1-2 min
975
+
976
+ **Variables:**
977
+ - **Screen complexity:** Simple (1 CTA, minimal components) = 15 min | Complex (forms, tables, charts) = 45 min
978
+ - **Your preparation:** Have requirements ready = faster | Figuring out requirements during workflow = slower
979
+ - **Platform:** Single platform (mobile) = faster | Multi-platform (responsive) = slower
980
+
981
+ **Best Practice:** Prepare requirements before starting (screen name, target user, primary action, constraints). This cuts workflow time in half.
982
+
983
+ ---
984
+
985
+ ### Q7: Can Wade wireframe entire apps (not just single screens)?
986
+
987
+ **A:** Wade wireframes one screen at a time. For multi-screen flows:
988
+
989
+ **Option 1: Run Wade Multiple Times**
990
+ - Create wireframe for Screen 1 (Dashboard Home)
991
+ - Create wireframe for Screen 2 (Transaction Detail)
992
+ - Create wireframe for Screen 3 (Transfer Flow)
993
+ - Reference previous wireframes for consistency
994
+
995
+ **Option 2: Document User Flow First (Step 2)**
996
+ - Define multi-screen flow: Dashboard → Tap Transaction → Transaction Detail → Tap Transfer → Transfer Flow
997
+ - Create wireframes for each screen in the flow
998
+ - Link wireframes together in documentation
999
+
1000
+ **Best Practice:** Start with the "golden path" (most critical user journey). Wireframe those screens first. Then fill in edge cases.
1001
+
1002
+ ---
1003
+
1004
+ ### Q8: Does Wade support dark mode wireframes?
1005
+
1006
+ **A:** Wade creates grayscale ASCII wireframes (no color).
1007
+
1008
+ **For Dark Mode Design:**
1009
+ 1. Use Wade to create structure (same layout works for light and dark)
1010
+ 2. Note in "Design Rationale" section: "Supports dark mode variant"
1011
+ 3. In high-fidelity design (Figma), create both light and dark versions
1012
+
1013
+ **Wade's Accessibility Note:** Dark mode not just aesthetics - WCAG requires sufficient contrast in ALL color schemes (light and dark). Verify contrast ratios in both modes.
1014
+
1015
+ ---
1016
+
1017
+ ### Q9: Can I customize Wade's template?
1018
+
1019
+ **A:** Yes. Template located at:
1020
+ `_bmad/bme/_designos/workflows/wireframe/wireframe.template.md`
1021
+
1022
+ **Customization Options:**
1023
+ - Add sections (e.g., "Performance Requirements", "Analytics Tracking")
1024
+ - Remove sections (e.g., "Design Rationale" if not needed)
1025
+ - Change headings (e.g., "Components" → "UI Elements")
1026
+ - Add company branding (logo in header, footer with company info)
1027
+
1028
+ **Caution:** Don't remove {variable} placeholders - Wade uses these to populate content.
1029
+
1030
+ **Best Practice:** Save custom template as `wireframe.template-company.md` and update workflow.md to reference it.
1031
+
1032
+ ---
1033
+
1034
+ ### Q10: What if I get stuck during the workflow?
1035
+
1036
+ **A:** Use the [CH] Chat command to ask Wade questions.
1037
+
1038
+ **Common Questions:**
1039
+ - "What's the difference between primary and secondary content?"
1040
+ - "How do I design for 375px vs 1440px?"
1041
+ - "What's a good touch target size?"
1042
+ - "How should I organize a form with 10 fields?"
1043
+
1044
+ **Alternative:** Type `/bmad-help I'm stuck on Step 4 ASCII wireframe` anytime for context-aware guidance.
1045
+
1046
+ ---
1047
+
1048
+ ## Advanced Usage
1049
+
1050
+ ### Technique 1: Reference Emma's Empathy Maps
1051
+
1052
+ **Workflow:**
1053
+ 1. Run Emma first: Create empathy map for "Sarah Chen, busy professional"
1054
+ 2. Emma generates: `empathy-map-sarah-chen-2026-02-14.md`
1055
+ 3. Run Wade: Create wireframe for "Dashboard Home"
1056
+ 4. In Step 1 (Requirements), reference Sarah's empathy map:
1057
+ ```
1058
+ Target User: Sarah Chen (see empathy-map-sarah-chen-2026-02-14.md)
1059
+ Primary Goal: Check balance quickly (from empathy map: "Needs fast access to balance")
1060
+ Context: Rushed, 3-5 daily check-ins (from empathy map: Pain points - "No time for complex navigation")
1061
+ ```
1062
+ 5. Wade designs wireframe optimized for Sarah's needs (hero balance, minimal clicks, ≤ 2 min sessions)
1063
+
1064
+ **Why This Works:** Empathy maps inform wireframe requirements. You're designing for real user needs, not assumptions.
1065
+
1066
+ ---
1067
+
1068
+ ### Technique 2: Multi-Platform Wireframes (Responsive Design)
1069
+
1070
+ **Workflow:**
1071
+ 1. Define requirements for ALL platforms:
1072
+ ```
1073
+ Platform: Responsive (Mobile 375px, Tablet 768px, Desktop 1024px+)
1074
+ ```
1075
+ 2. Create ASCII wireframes for each breakpoint:
1076
+ - **Step 4a:** Mobile wireframe (375px width, single column)
1077
+ - **Step 4b:** Tablet wireframe (768px width, 2 columns)
1078
+ - **Step 4c:** Desktop wireframe (1024px+ width, 3 columns)
1079
+ 3. Document responsive behavior in Step 5:
1080
+ ```
1081
+ Responsive Breakpoints:
1082
+ - Mobile (375px): Balance + 3 quick actions + 3 transactions (single column)
1083
+ - Tablet (768px): Balance + 4 quick actions + 5 transactions (2-column grid)
1084
+ - Desktop (1024px+): Balance + 6 quick actions + 10 transactions + sidebar (3-column grid)
1085
+ ```
1086
+
1087
+ **Time Impact:** +10-15 minutes (additional wireframes for tablet/desktop)
1088
+
1089
+ **When to Use:** Designing responsive web apps, complex dashboards, data-heavy screens
1090
+
1091
+ ---
1092
+
1093
+ ### Technique 3: Component Library Wireframes
1094
+
1095
+ **Workflow:**
1096
+ 1. Create wireframes for reusable components first:
1097
+ - Button component (default, pressed, disabled states)
1098
+ - Input field component (empty, filled, error states)
1099
+ - Card component (default, hover, expanded states)
1100
+ 2. Document component specs (size, states, behavior)
1101
+ 3. Reference components in screen wireframes:
1102
+ ```
1103
+ [Use Button Component: Primary CTA variant, 100% width]
1104
+ ```
1105
+
1106
+ **Benefits:**
1107
+ - Design consistency (same button everywhere)
1108
+ - Faster wireframing (reference components, don't redesign)
1109
+ - Easier developer handoff (components map to code components)
1110
+
1111
+ **When to Use:** Design systems, component libraries, large apps with many screens
1112
+
1113
+ ---
1114
+
1115
+ ### Technique 4: Wireframe Validation Sessions
1116
+
1117
+ **Workflow:**
1118
+ 1. Create wireframe using Wade
1119
+ 2. Run validation session:
1120
+ - Activate Wade
1121
+ - Run `VM` command
1122
+ - Provide wireframe file
1123
+ 3. Wade reviews and provides feedback:
1124
+ - Visual hierarchy issues ("Primary CTA not prominent enough")
1125
+ - Accessibility violations ("Touch targets < 44px")
1126
+ - Navigation inconsistencies ("Back button location varies")
1127
+ 4. Iterate: Fix issues, re-run validation
1128
+ 5. Repeat until Wade approves wireframe
1129
+
1130
+ **Best Practice:** Validate wireframes before moving to high-fidelity design. Cheaper to fix structure issues in wireframes than in mockups.
1131
+
1132
+ ---
1133
+
1134
+ ### Technique 5: Party Mode Collaboration (Emma + Wade)
1135
+
1136
+ **Workflow:**
1137
+ 1. Activate Emma: Create empathy map for target user
1138
+ 2. Keep Emma active
1139
+ 3. Activate Wade: Create wireframe
1140
+ 4. Run `PM` (Party Mode) to enable collaboration
1141
+ 5. Ask questions that require both agents:
1142
+ - "Emma, what does Sarah need from this dashboard?"
1143
+ - "Wade, how can we design for Sarah's need for speed?"
1144
+ 6. Emma provides user insights, Wade designs solutions
1145
+
1146
+ **Benefits:**
1147
+ - User-centered design (Wade references Emma's research)
1148
+ - Faster iteration (don't switch contexts)
1149
+ - Richer artifacts (wireframe grounded in empathy map)
1150
+
1151
+ **When to Use:** Complex design problems, user-centered design projects, design sprints
1152
+
1153
+ ---
1154
+
1155
+ ## Conclusion
1156
+
1157
+ Wade helps you create comprehensive wireframes through a structured 6-step process:
1158
+
1159
+ 1. **Define Requirements** - What, who, why?
1160
+ 2. **User Flows** - Entry → Goal → Exit
1161
+ 3. **Information Architecture** - Visual hierarchy, content grouping
1162
+ 4. **Wireframe Sketch** - ASCII art layouts
1163
+ 5. **Components & Interactions** - UI specs, states, behaviors
1164
+ 6. **Synthesize** - Generate final artifact
1165
+
1166
+ **Key Principles:**
1167
+ - Wireframes are thinking tools, not art
1168
+ - Every screen answers: Where am I? What can I do? Where can I go?
1169
+ - Iterate quickly, refine deliberately
1170
+ - Design for accessibility from the wireframe stage
1171
+ - Mobile-first wireframing
1172
+
1173
+ **Get Started:**
1174
+ 1. Activate Wade (read `_bmad/bme/_designos/agents/wireframe-designer.md`)
1175
+ 2. Run `WM` command
1176
+ 3. Follow the 6-step workflow (20-30 minutes)
1177
+ 4. Get comprehensive wireframe artifact
1178
+
1179
+ **Questions?**
1180
+ - [CH] Chat with Wade about wireframe design
1181
+ - `/bmad-help I need wireframe guidance`
1182
+
1183
+ Great work! Wade looks forward to turning your ideas into structured layouts. 🎨
1184
+
1185
+ ---
1186
+
1187
+ **Document Version:** 1.0.0
1188
+ **Created:** 2026-02-14
1189
+ **Last Updated:** 2026-02-14
1190
+ **Agent:** Wade (wireframe-designer) v1.0.0
1191
+ **Status:** Production Ready