There's a crowded Notion document that's been shared hundreds of thousands of times over the past two years. It's labelled something like "The Ultimate Product Manager Prompt Library" and it contains several hundred carefully crafted prompts for every PM situation imaginable: discovery interviews, user story writing, stakeholder communications, competitive analysis, sprint retrospectives.

It's also almost entirely useless as a skill-building tool.

That's a strong claim, and I want to be precise about it. The prompts themselves may produce decent results in a specific context, with a specific tool, on a specific day. The problem is what happens when any of those variables changes — and in AI, they always do.

This article is about the difference between memorization and method. Between collecting prompts and building a framework. Between tool-dependent habits and transferable capabilities. And specifically, between prompt engineering as it is typically taught and the DeDeDe approach to AI workflow automation.

What Prompt Engineering Actually Is

Let's be fair to prompt engineering before we critique it. In its rigorous academic and research form, prompt engineering is a genuine discipline: it involves systematic study of how model architecture affects response quality, structured experimentation with prompt formats, and principled thinking about context windows and inference behaviour.

That is not what most "prompt engineering courses" for product managers are teaching.

What most PM-focused prompt engineering training teaches is a collection of patterns: use a role prefix ("You are an expert product manager..."), give examples (few-shot prompting), be specific about output format, chain prompts for complex tasks. These are useful heuristics. They make a difference in output quality — up to a point.

But they share a fundamental limitation: they are interventions at the text level, not at the task level. They optimise how you talk to the AI without requiring you to deeply understand what you're asking it to do.

And that distinction matters enormously.

Why Prompts Are Fragile

Prompts fail in four predictable ways that prompt engineering alone cannot solve.

Model updates. AI providers update their models regularly — sometimes with dramatic shifts in behaviour, context handling, or response style. A prompt tuned for GPT-4 Turbo in October may produce noticeably different results after a silent model update in November. The prompt library you spent time building becomes a maintenance liability.

Context collapse. A prompt that works beautifully in isolation often fails when embedded in a real workflow where the surrounding context is messy, incomplete, or inconsistent. The real world doesn't provide clean, well-formatted inputs — and prompt engineering typically optimises for ideal conditions.

Edge cases and exceptions. Any real workflow has edge cases. User research sessions where the participant went off-script. Sprint retrospectives where the team dynamics were unusual. Stakeholder communications where the history is complicated. Prompts are brittle at the edges. Methods are not.

Transfer failure. A prompt library is non-transferable knowledge. When you share it with a colleague, they get the output of your thinking — not the thinking itself. They can follow the recipe without understanding the why. When the recipe breaks, they're stuck.

None of these problems are solved by writing better prompts. They are structural limitations of the approach.

What a Method Does Differently

A methodology solves problems at a different level than a technique. Where a prompt solves the question "how do I phrase this instruction?", a method solves the question "what am I actually trying to accomplish, and what steps will reliably get me there?"

The DeDeDe Method addresses AI-assisted work at the level of workflow logic — the level where durability lives.

Its first step, Deconstruct, requires you to analyse a workflow until you can describe it in terms of atomic inputs, transformation logic, and required outputs — without reference to any specific tool. This is harder than writing a prompt. It requires you to actually understand what you're doing. But the reward is that your understanding doesn't expire when a model updates.

The second step, Design, turns that analysis into an automation blueprint: a specification of the workflow's logic that is explicit enough to be implemented by a human or an AI, in any tool, without additional explanation. This blueprint is the core asset. It's reusable, shareable, and maintainable in ways that a prompt library simply isn't.

The third step, Decouple, ensures that the implementation doesn't create tool dependency. You build the automation in a way that separates the logic (durable) from the tool execution (ephemeral). When the tool changes, you swap out the execution layer — the logic stays intact.

"A prompt is a request. A method is a blueprint. Requests can be ignored, misunderstood, or become obsolete. Blueprints are built to last."

— Martijn Versteeg

The Compounding Effect: Why Method Scales

Here's what rarely gets discussed in prompt engineering training: the value of individual prompts does not compound. Each prompt solves one problem, for one task, in one context. You accumulate prompts, but you don't accumulate capability. Your prompt library gets longer, not deeper.

A method, by contrast, compounds directly. Each time you apply the DeDeDe framework to a new workflow, you get faster at the Deconstruct phase — because you develop pattern recognition for how tasks break down. You get faster at the Design phase — because you build a personal library of automation building blocks that recur across contexts. You get faster at Decouple — because you've learned to anticipate the tool-specific assumptions that need to be abstracted away.

Product managers who have been using the DeDeDe Method for three to six months consistently report that what took a full day to design in their first workshop now takes two to three hours. That's compounding. That's capability growth, not just productivity output.

The Team Dimension: Shared Language vs Shared Library

Consider two product teams. Team A has a shared prompt library. Team B has a shared methodology.

Team A's library is useful as long as everyone uses the same tools, the same models, and the same workflows as the person who wrote the prompts. New team members can follow the library, but they can't extend it meaningfully until they understand the context behind each prompt. When a tool changes, the library needs to be updated by whoever understands it best — probably the person who wrote it.

Team B's shared methodology is a common language for talking about AI-assisted workflows. When a team member builds a new automation, they document it in the same framework everyone knows. Any team member can review, improve, or extend it. When a tool changes, any team member who understands the methodology can update the implementation — because the logic is separate from the execution.

The difference is not just operational efficiency. It's the difference between a team where AI capability lives in a document versus a team where AI capability lives in the people.

A Practical Illustration: Sprint Review Automation

Let's make this concrete. Suppose you want to automate part of your sprint review preparation — specifically, generating a draft "what we shipped" summary from your task management system's completed items.

The prompt engineering approach: You write a carefully crafted prompt that takes a list of completed tasks and outputs a polished sprint summary. You optimise the format, add examples, tune the tone. It works well for three sprints, then you change task management tools and your export format changes. The prompt breaks. You spend an afternoon debugging and rewriting it. Three months later, you switch AI tools because your company standardises on a different platform. You start again.

The DeDeDe approach: You Deconstruct the sprint review preparation task: what are the inputs (completed task titles, acceptance criteria, ticket descriptions), what is the transformation logic (group by theme, identify impact, write in stakeholder-readable language), what is the required output (a specific format your team uses). You Design a blueprint that specifies this logic in tool-neutral terms. You Decouple the implementation so the data extraction, transformation, and formatting steps are independent of any specific tool. When your task management tool changes, you update only the input layer. When your AI tool changes, you update only the execution layer. The logic — the valuable part — stays intact.

Same outcome. Completely different relationship with change.

The Three Steps as Durable Skill

When we run the AI-Agnostic PM Workshop, the feedback we hear most consistently is not "I learned useful prompts." It's "I learned to think differently about my work."

That's the signal of a method, not a technique. Techniques give you better answers to the questions you already know to ask. Methods give you better questions.

The Deconstruct step teaches you to ask: what is the actual logical structure of this task? This question is valuable regardless of what AI tools you use — or whether you use AI at all.

The Design step teaches you to ask: how do I specify this clearly enough that it can be executed reliably and repeatedly? Again: a question with value beyond any specific technology.

The Decouple step teaches you to ask: what assumptions am I baking into this implementation that will become liabilities when things change? This is essentially risk management for your workflows — and it applies whether the thing that changes is an AI model, a data source, or a business process.

These three questions, asked consistently, produce a fundamentally different kind of product manager: one who sees their work in terms of systems rather than tasks, and who builds capability that compounds rather than decays.

Method vs Prompts: Quick Comparison

Prompt Engineering DeDeDe Method
Survives tool change? Rarely Yes — by design
Transferable to colleagues? The recipe, not the skill The framework itself
Compounds over time? Library grows, skill doesn't Yes — pattern recognition
Handles edge cases? Brittle Built-in flexibility
Learning curve Low, but resets Moderate, then compounds

Prompt engineering is not worthless. Understanding how to communicate clearly with AI models is a useful skill — it just isn't sufficient on its own. The DeDeDe Method doesn't reject prompt engineering; it situates it correctly. Within the Design phase, understanding how to write effective AI instructions is genuinely valuable. But it's one step inside a larger framework, not the framework itself.

The question is not "prompts or method?" The question is: what do you want your AI capability to look like in three years? If the answer is "still useful, still growing, transferable to my team" — you need a method.