Skip to content

Redesigning an innovation-consulting offering nobody could explain

TL;DR

Diagnosis

The first version of the offering was broad and technically precise — which is exactly why it was unreadable to the people it was written for. Business partners (rarely from IT) had to pick the right element from a list of co-creation workshops, PoC builds, and on-site research — without knowing the difference between them, or even what stage their own problem was at. Instead of trimming the list, I reorganized it around the one question a partner could actually answer: “how far along is my problem?” Four maturity phases — not four service types.

flowchart TD
    subgraph Before["Before: menu by activity type"]
        M1["Co-creation workshops"]
        M2["PoC builds"]
        M3["On-site research"]
    end
    subgraph After["After: 4 problem-maturity phases"]
        F1["Identification"] --> F2["Iteration"] --> F3["Design"] --> F4["Verification"]
    end

    classDef good    fill:#e6f2ea,stroke:none,color:#1f4d33,rx:14,ry:14
    classDef bad     fill:#faeaea,stroke:none,color:#5f2626,rx:14,ry:14
    class M1,M2,M3 bad
    class F1,F2,F3,F4 good
    style Before fill:transparent,stroke:#a1a1aa,stroke-width:1px,rx:14,ry:14
    style After fill:transparent,stroke:#a1a1aa,stroke-width:1px,rx:14,ry:14
    linkStyle default stroke:#a8a8b3,stroke-width:1.5px

What I did

Results

The problem

What was wrong with the first version of the offering?

Four things, visible only after years of use: (1) overly specialized language — partners outside IT didn’t understand what was actually on offer, so couldn’t pick the right element; (2) an overly wide, fragmented menu — co-creation workshops, PoC builds, and on-site research sat as separate, parallel options with no guidance on when to pick which; (3) overly rigid definitions — hard to convince a partner to combine several elements into one engagement; (4) no clear path to implementation — the fragmentation made it hard to show how a workshop led to an actual shipped product.

Why not just shorten the list?

Because the problem wasn’t the length of the list — it was the axis it was organized around. The list was structured by activity type (workshop, research, PoC), and a business partner doesn’t think in those categories. They think: “I’m stuck somewhere in a problem, and I don’t know what’s next.” Shortening the list wouldn’t have fixed that mismatch — the offering needed to be translated onto an axis the partner actually understood.

My role / scope

Process

PhasePartner’s test questionDefault activities
Identification”I need to identify the problem”Research + a strategic workshop (prioritization)
Iteration”I have a problem but don’t know how to solve it”Focused research (ethnography, 1:1 interviews) + creative workshops + IT feasibility check (“fail fast”)
Design”I have an idea but need to sharpen it”Research + a creative workshop / 5-day design sprint + user testing
Verification”I have a solution but need to verify it’s worth building”Flexible methods matched to the case: timing tests, API checks, cheap MVPs

Key decisions & trade-offs

How it turned out

The redesigned offering launched after ~2 months of work and became the default way to scope any new engagement on the team. Nearly the entire project history mapped cleanly onto the four phases, confirming the split reflected the real shape of the work rather than an artificial category. The structure held up over time: it powered most of the ~60 workshops I went on to lead across 8 countries, and the man-day pricing templates became the team’s standard tool for fast quoting.

What I took away