Use this guide whenever you need to build a new AI-powered workflow. Walk through the steps in order, don't skip ahead. Steps 1 to 3 are structured: answer the questions before moving on. Steps 4 and 5 are collaborative: Claude will take the lead based on what you've defined.
Define the Problem
Before building anything, get crystal clear on what you're solving.
Answer these questions:
Don't move to Step 2 until you can clearly articulate: "The problem is _____, and when it's solved, _____ happens."
Decide What Data It Needs
Now figure out what information the program needs to do its job.
Answer these questions:
By the end of this step you should have a clear list: "This program needs X, Y, and Z as inputs, and they come from A, B, and C."
Build the Steps
Map out the workflow from start to finish. Think of it as: if you were explaining this process to a new hire, what would the steps be?
Answer these questions:
Write it out as a numbered list. Be specific. For example:
Once you've mapped your steps, Claude will build a visual workflow diagram. This diagram will label each step as Human, AI, or App Integration so you can look at the entire flow and judge whether it makes sense, as if you were an employee being handed this process on day one.
Translate the Workflow into AI Instructions
Claude takes the lead here. This is the step most people cannot do on their own.
You've defined the workflow. Now Claude needs to translate it into language that AI can actually execute. This matters because your workflow contains three types of steps, human actions, AI-powered steps, and app integrations, and each one needs to be handled differently:
Claude will take your workflow from Step 3 and write the full set of instructions for every AI-powered step. You review them, pressure-test them, and refine them together until they're right.
To kick this off, just say: "Here's my workflow, please write the AI instructions for it." Then paste or reference what you built in Steps 1 to 3.
Deploy and Schedule
Claude tells you exactly how to get this running.
The workflow is defined. The instructions are written. Now you need to ship it. Claude will walk you through each of these and tell you specifically what to do:
This isn't advisory, Claude should give you concrete instructions you can follow to get the program live.
Quick Reference
| Step | You Do | Claude Does |
|---|---|---|
| 1. Define the Problem | Answer the questions | Ask follow-ups if anything is unclear |
| 2. Decide What Data It Needs | Identify inputs and sources | Help you think through gaps |
| 3. Build the Steps | Map the workflow | Build a visual workflow diagram |
| 4. Translate to AI Instructions | Review and refine | Write the prompts, handoffs, and integration logic |
| 5. Deploy and Schedule | Follow the instructions | Tell you exactly how to deploy, schedule, and monitor |