Building AI-Assisted Workflows — Foundations Lesson 11
Scenario
You've learned prompting, verification, ethics, security, and format specification. But you still approach each task differently. One day, you realize: I could create a repeatable workflow for routine tasks. Instead of figuring out how to use AI each time, you could have a process. Instead of hoping you remember to verify output, verification could be built in. Instead of using different tools and prompts, you could have a consistent approach. This is the difference between using AI occasionally and using it professionally.
---
Learning Objectives
By the end of this lesson, you will be able to:
1. Map out a complete workflow — from task start to final output
2. Identify AI's role in each step (automate, support, skip)
3. Build verification into process — so checking happens automatically
4. Create templates and prompts you can reuse
5. Document workflows so others can use them (and you can repeat them)
---
Think Before You Design
Before you build a workflow, ask:
---
Workflow Components
Every AI-assisted workflow has these components:
1. Input (What You Start With)
What it is: The information or raw material that starts the process
Example: Customer complaint email, meeting notes, project requirements
Questions to ask:
---
2. AI Processing (Where AI Helps)
What it is: The specific AI task that processes input
Example: Summarizing email, categorizing complaint, extracting data
Questions to ask:
---
3. Verification/Review (Catching Problems)
What it is: The step where you check AI output
Example: Spot-checking accuracy, reviewing tone, confirming completeness
Questions to ask:
---
4. Refinement (If Needed)
What it is: Iterating or improving AI output
Example: Adjusting tone, adding missing information, correcting errors
Questions to ask:
---
5. Integration/Output (Where Result Goes)
What it is: Using the final output (sending, publishing, storing, etc.)
Example: Sending email, publishing report, updating system
Questions to ask:
---
Workflow Template: Basic to Advanced
Simple Workflow (3 steps)
`
INPUT → AI PROCESS → OUTPUT
`
Example: "Quick Email Draft"
1. Input: Customer request email
2. AI process: Draft response email
3. Output: Send to customer
(Minimal verification — low-risk scenario)
---
Standard Workflow (5 steps)
`
INPUT → AI PROCESS → VERIFY → REFINE (if needed) → OUTPUT
`
Example: "Weekly Report"
1. Input: Team member updates
2. AI process: Compile into report format
3. Verify: Scan report for completeness and accuracy
4. Refine: Adjust tone or add missing sections
5. Output: Distribute to leadership
---
Complex Workflow (7+ steps)
`
INPUT → PREP → AI PROCESS 1 → VERIFY 1 → AI PROCESS 2 → VERIFY 2 → REFINE → OUTPUT
`
Example: "Customer Onboarding"
1. Input: New customer signup
2. Prep: Gather customer data (name, company, needs)
3. AI process 1: Draft welcome email
4. Verify 1: Check personalization and tone
5. AI process 2: Generate resource guide
6. Verify 2: Check for relevance and accuracy
7. Refine: Adjust both documents for coherence
8. Output: Send email, provide guide
---
Building Your First Workflow
Step 1: Choose a Routine Task
Pick something you do regularly that takes 15-30 minutes.
Good candidates:
Avoid: One-time projects, highly creative work, decisions requiring deep judgment
---
Step 2: Map the Current Process
Write out how you do it now, step by step.
Example (Current Weekly Report Process):
1. Collect updates from 5 team members
2. Read through each update
3. Organize by theme
4. Write summary
5. Add metrics section
6. Proofread
7. Send to leadership
---
Step 3: Identify Where AI Helps
Go through your process and mark where AI could speed things up.
Example:
1. Collect updates from 5 team members → No, you need to do this
2. Read through each update → Possibly, AI could summarize
3. Organize by theme → Yes, AI could categorize
4. Write summary → Yes, AI could draft
5. Add metrics section → Maybe, AI could format data
6. Proofread → Partially, spell-check/grammar check
7. Send to leadership → No, you need to do this
---
Step 4: Design AI Steps
For each place AI helps, write a specific AI task.
Example:
Task 1 (Summarize): "Create a 1-sentence summary of each team member's update"
Task 2 (Categorize & Draft): "Organize summaries by theme and draft report"
---
Step 5: Add Verification
For each AI step, define verification.
Risk-based approach:
Low-risk outputs: Quick scan (2 minutes)
Medium-risk outputs: Detailed review (5 minutes)
High-risk outputs: Expert review or testing (15+ minutes)
Example verification:
Summarization verification:
Report verification:
---
Step 6: Document the Workflow
Write it down so you can repeat it and teach others.
Format:
`
WORKFLOW: [Name]
PURPOSE: [What this workflow does]
TIME COMMITMENT: [How long it takes]
RISK LEVEL: [High/Medium/Low - based on impact if wrong]
INPUT:
[What starts this process]
STEPS:
Step 1: [What you do]
Step 2: [AI task]
Step 3: [Your verification/review]
Step 4: [Your refinement (if needed)]
OUTPUT:
[Where this goes and how it's used]
REUSABLE ELEMENTS:
`
---
Reusable Elements: Templates & Prompts
As you run workflows, save what works.
Template Prompts
Create prompts you use repeatedly. Save them for next time.
Example (Weekly Report):
`
You are a business analyst writing a weekly team report.
Context: Team of [number] members across [departments].
I receive individual updates from each team member.
Task: Organize these updates into a professional weekly report.
Format:
Tone: Professional, optimistic, factual
Word count: ~500 words
Audience: C-level executives
Here are the team updates:
[Updates pasted below]
`
Save this. Next week, just update the updates and paste.
---
Verification Checklist
Create a checklist of what you verify for each output type.
Example (Email Response Checklist):
Use this every time. Verification becomes automatic.
---
Common Workflow Patterns
Pattern 1: Summary → Distribute
Used for: Synthesizing information for others
Flow:
Example: Meeting notes → AI summary → You verify → Send to team
Tools: Email, documents, Slack
---
Pattern 2: Template → Personalize → Send
Used for: Routine communications
Flow:
Example: Customer onboarding → Email template → Personalize → Send
Key: Template varies little; personalization is what matters
---
Pattern 3: Intake → Categorize → Route
Used for: Processing inbound requests
Flow:
Example: Customer support ticket → AI priority flag → Route to team → Team handles
Key: AI helps with triage; humans handle resolution
---
Pattern 4: Data → Analysis → Presentation
Used for: Creating reports and insights
Flow:
Example: Weekly metrics → AI summary → You verify → Present to stakeholders
Key: Verification is critical (analysis can be wrong)
---
Mission: Design Your Workflow
The Task
1. Choose a routine task you do regularly
2. Map your current process (step by step)
3. Design your AI-assisted version (where AI helps)
4. Document the workflow (so you can repeat it)
5. Test it (run through the process once)
6. Refine (based on what you learned)
---
Deliverables
Workflow Documentation:
(Use the template from Step 6 above)
Include:
---
AI Coach: Workflows Are Where AI Becomes Professional
Here's the gap between "using AI" and "being good at AI":
Using AI: "I asked ChatGPT to draft this email"
Professional AI use: "I run this through my customer response workflow: AI drafts based on template, I verify for accuracy and personalization, then I send"
The difference is systems thinking. You're not using AI ad-hoc. You're building processes that make AI reliable and repeatable.
Key insight: The most valuable thing you can do with AI isn't a single amazing prompt. It's a repeatable workflow that saves time and ensures quality.
---
Reflection: Your Workflow Potential
What routine task could be transformed by AI?
Reflect:
Write 3-4 sentences about your workflow opportunity.
---
Portfolio Check
Portfolio principle: Your portfolio demonstrates professional AI use.
This means:
Document your processes. They're part of your professional credibility.
---
Bonus Challenge
Document someone else's workflow: If you work with colleagues using AI, ask them to walk you through their workflow. What do they do well? What could improve? This teaches you to see systems you might miss in your own work.
---
Key Takeaways
Next: The Foundations Layer is complete. You're ready for Lesson 12 and beyond — Departments, Missions, and advanced applications.
---
Congratulations
You've completed the Foundations Layer of The Admin Lab.
You now understand:
You're ready for the next phase:
The Foundations Layer taught thinking. The Departments and Missions teach execution.
In the next phase, you'll apply these principles to specific roles (Communication, Research, Operations, Marketing, Data, Executive Support) and complete real missions that build a job-ready portfolio.
You have the foundation. Now it's time to build professional AI skills through practice.
Welcome to Phase 2: Core Training.