Skip to content

Commit 45b8af9

Browse files
feat(instructions): add Method 7 high-fidelity prototypes coaching guidance
1 parent cb3c7fd commit 45b8af9

3 files changed

Lines changed: 53 additions & 43 deletions

File tree

.github/instructions/design-thinking/dt-method-07-hifi-prototypes.instructions.md

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Method 7 bridges the Solution Space's constraint discovery with the Implementati
1717

1818
Method 7 uniquely operates through three sequential sub-methods addressing distinct technical validation needs:
1919

20-
| Sub-Method | Purpose | Coaching Focus |
21-
|------------|---------|----------------|
22-
| **7a: Translation Planning** | Convert lo-fi discoveries into architectural requirements | Guide technical constraint mapping and implementation option analysis |
23-
| **7b: Prototype Construction** | Build functional implementations testing feasibility | Coach multiple approach generation and scrappy functional focus |
24-
| **7c: Specification Drafting** | Document implementation findings for Method 8 | Support technical trade-off documentation and user testing preparation |
20+
| Sub-Method | Purpose | Coaching Focus |
21+
|--------------------------------|-----------------------------------------------------------|------------------------------------------------------------------------|
22+
| **7a: Translation Planning** | Convert lo-fi discoveries into architectural requirements | Guide technical constraint mapping and implementation option analysis |
23+
| **7b: Prototype Construction** | Build functional implementations testing feasibility | Coach multiple approach generation and scrappy functional focus |
24+
| **7c: Specification Drafting** | Document implementation findings for Method 8 | Support technical trade-off documentation and user testing preparation |
2525

2626
Each sub-method represents a distinct technical validation phase with clear transition criteria and specific coaching interventions.
2727

@@ -39,11 +39,11 @@ Advance to specification drafting when functional prototypes are tested under re
3939

4040
Method 7 requires three specialized hats instead of the standard two-hat pattern due to the unique complexity of bridging lo-fi discoveries to hi-fi technical validation. The three-dimensional nature of this transition (constraint compliance, technical feasibility, and specification clarity) necessitates distinct expertise areas.
4141

42-
| Hat | Activation Trigger | Primary Responsibilities |
43-
|-----|-------------------|-------------------------|
44-
| **Fidelity Translator** | Method 6 constraint discoveries | Bridge lo-fi insights to technical requirements; map user constraints to implementation architecture |
45-
| **Technical Architect** | Implementation design decisions | Generate multiple technical approaches; validate feasibility under real-world conditions |
46-
| **Specification Writer** | Technical findings documentation | Capture implementation trade-offs; prepare technical foundation for user testing |
42+
| Hat | Activation Trigger | Primary Responsibilities |
43+
|--------------------------|----------------------------------|------------------------------------------------------------------------------------------------------|
44+
| **Fidelity Translator** | Method 6 constraint discoveries | Bridge lo-fi insights to technical requirements; map user constraints to implementation architecture |
45+
| **Technical Architect** | Implementation design decisions | Generate multiple technical approaches; validate feasibility under real-world conditions |
46+
| **Specification Writer** | Technical findings documentation | Capture implementation trade-offs; prepare technical foundation for user testing |
4747

4848
### Hat Switching Logic
4949

@@ -70,7 +70,14 @@ Prototypes transition from lo-fi (Method 6) to hi-fi (Method 7) status when they
7070

7171
Recognize over-engineering anti-patterns: visual polish, production-ready interfaces, single implementation paths, ideal-condition-only testing.
7272

73-
When teams drift toward over-engineering, redirect focus to functional core capabilities and comparative technical validation. The over-engineering escalation applies the general Progressive Hint Engine from the coaching identity to Method 7's specific challenge of maintaining functional focus over visual polish. Use escalation levels: "What's the core technical question?" then "How does this compare to your other approach?" then "What would happen if you tested this with actual environmental constraints?" then "Remember the target is technical proof, not visual design."
73+
When teams drift toward over-engineering, redirect focus to functional core capabilities and
74+
comparative technical validation. The over-engineering escalation applies the general Progressive
75+
Hint Engine from the coaching identity to Method 7's specific challenge of maintaining functional
76+
focus over visual polish.
77+
78+
Use escalation levels: "What's the core technical question?" then "How does this compare to
79+
your other approach?" then "What would happen if you tested this with actual environmental
80+
constraints?" then "Remember the target is technical proof, not visual design."
7481

7582
## Coaching Examples
7683

@@ -109,15 +116,18 @@ Method 7 produces standardized technical validation artifacts organized under `.
109116
## Method Integration
110117

111118
### From Method 6 (Lo-Fi Prototypes)
119+
112120
* Physical, environmental, and workflow constraint discoveries as technical requirements
113121
* Validated interaction approaches as implementation specifications
114122
* Assumption testing results indicating which core beliefs were proven or disproven
115123
* User behavior patterns observed during real-environment prototype testing
116124

117125
### To Method 8 (User Testing)
126+
118127
* Validated implementations ready for formal user comparison testing
119128
* Known capabilities and limitations informing testing scenarios
120129
* Multiple technical approaches for user preference validation
121130

122131
### Cross-Method Consistency
123-
Maintains DT coaching principles: end-user validation focus, environmental constraint application, multi-stakeholder perspectives, and iterative "fail fast, learn fast" refinement within technical feasibility constraints.
132+
133+
Maintains DT coaching principles: end-user validation focus, environmental constraint application, multi-stakeholder perspectives, and iterative "fail fast, learn fast" refinement within technical feasibility constraints.

plugins/design-thinking/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ copilot plugin install design-thinking@hve-core
2727
| Instruction | Description |
2828
|------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
2929
| dt-coaching-identity | Required instructions when working with or doing any Design Thinking (DT); Contains instructions for the Design Thinking coach identity, philosophy, and user interaction and communication requirements for consistent coaching behavior. |
30+
| dt-method-07-hifi-prototypes | Design Thinking Method 7: High-Fidelity Prototypes; technical translation, functional prototypes, and specifications |
3031
| dt-method-sequencing | Method transition rules, nine-method sequence, space boundaries, and non-linear iteration support for Design Thinking coaching |
3132
| dt-quality-constraints | Quality constraints, fidelity rules, and output standards for Design Thinking coaching across all nine methods |
3233
| dt-coaching-state | Coaching state schema for Design Thinking session persistence, method progress tracking, and session recovery |
3334
| dt-method-01-scope | Method 1 Scope Conversations coaching knowledge for Design Thinking: frozen vs fluid assessment, stakeholder discovery, constraint patterns, and conversation navigation |
3435
| dt-method-02-research | Method 2 Design Research coaching knowledge: interview techniques, research planning, environmental observation, and insight extraction patterns |
3536
| dt-method-03-synthesis | Method 3 Input Synthesis coaching knowledge: pattern recognition, theme development, synthesis validation, and Problem-to-Solution Space transition readiness |
36-
| dt-method-07-hifi-prototypes | Design Thinking Method 7: High-Fidelity Prototypes; technical translation, functional prototypes, and specifications |
3737

3838
---
3939

0 commit comments

Comments
 (0)