Working Backwards
Helps define products by starting with the customer problem and desired outcome before building. The Working Backwards process (developed at Amazon) forces clarity on customer value before committing engineering resources.
working-backwards
Use when asked to "working backwards", "PR/FAQ", "Amazon PR/FAQ", "write a press release", "define a new product", or "write a customer-focused PRD". Helps define products by starting with the customer problem and desired outcome before building. The Working Backwards process (developed at Amazon) forces clarity on customer value before committing engineering resources.
What It Is
Working Backwards is Amazon's product development methodology. The core insight: start with the customer problem and work backward to the solution, not the other way around.
Most teams work forward: "We have this technology/capability/idea β what can we build with it?" Working Backwards inverts this: "What problem does the customer have? What would the ideal solution look like? Now, how do we build it?"
The mechanism: Write an internal press release and FAQ before building anything. If you can't write a compelling press release, you don't have a compelling product.
As Jeff Bezos put it: "We took it as an article of faith β if we served customers well, if we prioritized customers and delivered for them, things like sales, revenue, and free cash flow would follow."
When to Use It
Use Working Backwards when you need to:
- Define a new product or major feature before committing resources
- Evaluate competing product ideas and choose which to build
- Align stakeholders on what you're building and why
- Force clarity on vague product concepts
- Prevent building solutions in search of problems
- Create a shared vision that engineering, design, and leadership can rally around
- Decide whether an idea is worth pursuing at all
When Not to Use It
- The work is incremental optimization (A/B tests, bug fixes)
- You're executing on an already-defined product
- The scope is too small to warrant the overhead
Resources
Books:
- Working Backwards by Bill Carr and Colin Bryar
- The Everything Store by Brad Stone
Quick Install
Add this skill to your AI assistant in 3 simple steps. No coding required!
Create the skill file
Run this command to create the directory and SKILL.md file:
mkdir -p .claude/skills/working-backwards && touch .claude/skills/working-backwards/SKILL.md
This creates the directory and an empty SKILL.md file.
Open the skill file
Open the SKILL.md file in your favorite editor:
nano .claude/skills/working-backwards/SKILL.md
Or use code .claude/skills/working-backwards/SKILL.md for VS Code
Add the content
Copy the skill content and paste it into the SKILL.md file:
Then save the file. Now you can use the skill by typing /working-backwards in your AI assistant, or it will automatically use it when relevant.
Using a different AI assistant?
.claude/skills/
.opencode/skills/
Related Skills
PRD Writer
Generate comprehensive product requirements documents
Feature Prioritization Assistant
Calculate RICE scores and prioritize features systematically
Design Sprint
Helps teams go from problem to tested prototype in five days. The Design Sprint framework (created by Jake Knapp at Goog...