From d298d6ba5f56e2ac461768a052e438ee454e9f9d Mon Sep 17 00:00:00 2001 From: MC Dean Date: Sat, 7 Mar 2026 15:08:48 +0000 Subject: [PATCH] Create synthesis guide for research data Added a guide for synthesizing qualitative research data into actionable insights using affinity diagrams and themes. --- design-research/commands/synthesize.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 design-research/commands/synthesize.md diff --git a/design-research/commands/synthesize.md b/design-research/commands/synthesize.md new file mode 100644 index 0000000..c2fe500 --- /dev/null +++ b/design-research/commands/synthesize.md @@ -0,0 +1,12 @@ +--- +description: Synthesize research data into affinity diagrams, themes, and actionable insights. +argument-hint: [research data, interview notes, or observation notes to synthesize] +--- + +Synthesize qualitative research data into structured insights: + +1. Use the `affinity-diagram` skill to organize raw data into themed clusters with insight statements +2. 2. Use the `jobs-to-be-done` skill to map user motivations and outcome expectations + 3. 3. Combine findings into a prioritized list of design implications and opportunities + + 4. After completion, suggest: "Want me to `/discover` to create personas from these insights?" or "Want me to `/test-plan` to validate these findings with usability testing?"