What Makes Something a Workflow vs. a Prompt
A workflow has:
- A defined input (what triggers it)
- A clear sequence of steps (including which steps are AI-assisted and which aren't)
- A defined output (what it produces)
- Quality criteria (how you know it worked)
A prompt has none of these. It's a one-off request. Workflows are the difference between using AI occasionally and using it systematically.
The Task Mapping Process
Before you can design a workflow, you need to understand the task at the component level. Most tasks that seem like single things are actually sequences of 4-8 subtasks. Breaking them down reveals where AI adds the most leverage and where human judgment is essential.
The mapping questions:
- What are the individual steps in this task, from start to finish?
- For each step: is this primarily information processing, generation, or judgment?
- Which steps have high AI leverage (generation, synthesis, formatting)?
- Which steps require human judgment that AI shouldn't replace?
- What are the quality checkpoints — where must a human review before proceeding?
The AI Leverage Matrix
Not all task components benefit equally from AI. A useful mental model:
High AI leverage (automate or heavily assist): First drafts, research synthesis, formatting and reformatting, generating options, translating between styles/audiences, summarizing large inputs.
Medium AI leverage (use AI, then review carefully): Editing and refinement, analysis with provided data, argument structuring, identifying gaps.
Low AI leverage (AI input only, human decides): Final judgment calls, relationship-sensitive communication, decisions with ethical implications, anything where being wrong has significant consequences.
Workflow Design Patterns
Pattern 1: Draft → Refine → Polish
AI generates a first draft. Human evaluates and directs revisions. AI polishes. Human approves. Good for: writing, reports, proposals.
Pattern 2: Research → Synthesize → Apply
Human provides source material. AI synthesizes and extracts. Human applies judgment to synthesized output. Good for: research tasks, competitive analysis, literature review.
Pattern 3: Options → Evaluate → Develop
AI generates multiple options. Human evaluates and selects. AI develops the chosen option. Good for: strategy, creative work, problem-solving.
Pattern 4: Input → Transform → Verify
Human provides structured input (data, notes). AI transforms into desired format. Human verifies accuracy. Good for: data formatting, document generation, template population.
Documenting Your Workflows
The single most valuable thing you can do after building a workflow that works: write it down. A documented workflow has:
- Trigger: what situation calls for this workflow?
- Steps: each step, with the prompt for AI steps
- Handoffs: where human review happens and what to check
- Output: what the workflow produces
- Pitfalls: what went wrong the first few times and how to avoid it
A one-page workflow document takes 10 minutes to write and can save hours over the following months.