AnyCompany Leader Workshop ยท Day 2

Agentic Workflow Cheat Sheet

The "must-haves" for AI automation โ€” when to use what, explained with analogies and real scenarios

The 4 Layers of AI Automation

Click any layer to learn what it does, when to use it, and see the analogy.

๐Ÿ 
Steering
Global rules that apply to everything your AI does
๐Ÿ“‹
Skills
Instructions for specific tasks โ€” your prompt templates, upgraded
๐Ÿ””
Hooks
Auto-triggers โ€” when X happens, do Y
๐Ÿ”Œ
MCP
Connections to external systems and data
๐Ÿ  Steering = House Rules
Rules that apply to every conversation, every task, every output. Like house rules for guests: "Always use SGD," "Never include real customer names," "Flag amounts over $50K." You set these once, and they govern everything your AI does โ€” no matter which skill is running.

How They Connect

The 4 layers work together as a stack. Click any node to see how data flows through the system.

TRIGGER RULES & INSTRUCTIONS EXECUTE OUTPUT ๐Ÿ”” Hook (Trigger) ๐Ÿ  Steering (Rules) ๐Ÿ“‹ Skill (Instructions) ๐Ÿค– AI Agent (LLM) ๐Ÿ”Œ MCP (Systems)
๐Ÿ”” Hook (Trigger): Something happens โ€” a new file arrives, a user asks a question, a scheduled time is reached. The hook detects this event and kicks off the workflow. Like a doorbell: someone arrives, the system responds.

Which Do I Need? โ€” Click a Scenario

Click any scenario to see which layers you need and why.

๐Ÿ’ฌ "I want consistent AI responses across my team"
Everyone gets different quality from AI. You want standards.
โ†’ Steering only. Write 5-7 global rules (currency, format, PII handling). Takes 5 minutes. Every AI interaction follows your standards.
๐Ÿ“ "I want AI to do a specific task really well"
You have a repeating task (risk assessment, report, review) and want reliable quality every time.
โ†’ Steering + Skill. Your Day 1 prompt template becomes a skill. Add activation rules and guardrails. AI knows exactly what to do when asked.
โšก "I want it to run automatically without me asking"
You don't want to manually trigger the AI โ€” it should react to events.
โ†’ Steering + Skill + Hook. The hook watches for a trigger (new file, new data, scheduled time). When it fires, the skill runs automatically. You only see the output.
๐Ÿ”Œ "I want AI to read from our database / call our APIs"
The AI needs access to live data โ€” not just what you paste in.
โ†’ All 4 layers + tech team. MCP connects the agent to external systems. You design the steering + skills. Your tech team sets up the MCP connections. This is the full autonomous agent.
๐Ÿ "I just want to start โ€” what's the minimum?"
You're overwhelmed. What's the absolute simplest first step?
โ†’ Steering + 1 Skill. That's it. Write your house rules (5 min) + convert your best prompt into a skill (15 min). You now have a reusable, consistent AI tool. Add hooks and MCP later when you're ready.

Decision Guide

Quick reference โ€” what each layer does, who owns it, and the analogy.

Layer What It Does Analogy Who Owns It Effort
๐Ÿ  Steering Global rules โ€” currency, PII, format, escalation thresholds House rules for every guest You (business) 5 minutes
๐Ÿ“‹ Skills Task-specific instructions โ€” your prompt template + activation rules + guardrails Recipe card for a specific dish You (business) 15-30 minutes
๐Ÿ”” Hooks Auto-triggers โ€” "when X happens, run Y" Doorbell โ€” someone arrives, action starts You + tech team 5-10 minutes
๐Ÿ”Œ MCP Connections to databases, APIs, file systems Kitchen equipment โ€” oven, fridge, mixer Tech team Hours-days
๐Ÿ’ก Key insight: You own the first two layers (steering + skills). That's where 80% of the value comes from. Hooks and MCP are the "nice to have" that your tech team can add later. Don't wait for MCP to get started.
โš ๏ธ Common mistake: Trying to build all 4 layers at once. Start with steering + 1 skill. Prove it works. Then add complexity. The first step is always the hardest โ€” make it small.

Getting Started โ€” Your First 20 Minutes

The exact steps to go from "I have a good prompt" to "I have a working agent."

1๏ธโƒฃ
Write Your Steering (5 min)
Open a new Claude Cowork project. In the project instructions, write 5-7 rules:

โ€ข Default currency: SGD
โ€ข Never include real customer names
โ€ข Flag amounts over $50K
โ€ข Output format: use markdown tables
โ€ข Always show reasoning before conclusion
2๏ธโƒฃ
Convert Your Template to a Skill (15 min)
Take your Day 1 prompt template. Add:

โ€ข When to use: "Run this when asked about merchant risk"
โ€ข Guardrails: "Never rate GREEN without 3+ positive signals"
โ€ข Output format: "Always include the rating, 3 key factors, and one recommendation"
3๏ธโƒฃ
Test It (5 min)
Feed sample data into your project. Check:

โ€ข Does steering apply? (correct currency, no PII)
โ€ข Does the skill produce consistent output?
โ€ข Is the quality good enough to share?

If yes โ†’ you have a working agent. If no โ†’ adjust rules and test again.
๐ŸŽฏ That's it. Steering + 1 Skill = your first agent. It's not fancy, but it's consistent, reusable, and shareable. Everything else (hooks, MCP, multi-agent) is an upgrade you add when you're ready โ€” not a prerequisite.

Where This Works โ€” Claude Cowork Mapping

Here's exactly how each layer translates to the tool you're using today.

Layer In Claude Cowork How To Do It Available?
๐Ÿ  Steering Project Instructions Write your global rules in the "Custom Instructions" field when you create a Project โœ… Today
๐Ÿ“‹ Skills Project Knowledge + Structured Prompts Upload your prompt template as a Knowledge file, or add structured instructions ("When asked about X, follow these steps...") โœ… Today
๐Ÿ”” Hooks Scheduled Tasks Set a recurring schedule (daily/weekly/monthly) and Claude runs your prompt automatically. Time-based, not event-based โ€” think "every Monday at 9am" rather than "when a file arrives." โœ… Partial
๐Ÿ”Œ MCP Connectors + Computer Use Connectors link to Microsoft 365 (Outlook, OneDrive, SharePoint, Teams). Computer Use lets Claude interact with desktop apps directly. For live database/API access, your tech team uses Kiro IDE or Claude Code. โœ… Partial
๐Ÿ’ก Good news: The two layers that deliver 80% of the value (Steering + Skills) work in Cowork today. Hooks and MCP have partial equivalents โ€” Scheduled Tasks for automation, Connectors for integrations. For full event-driven hooks and custom API connections, your tech team uses developer tools like Kiro IDE or Claude Code.

How Different AI Tools Handle Automation

The same concept โ€” "make AI run without me asking" โ€” shows up differently across tools. Here's how hooks translate.

Concept Claude Cowork Kiro IDE / Claude Code Key Difference
๐Ÿ”” Auto-trigger Scheduled Tasks
Time-based: "Every Monday at 9am, generate my report"
Hooks
Event-based: "When a file is saved, run lint"
Clock vs Event. Cowork runs on a schedule you set. Hooks react to things that happen in real-time.
๐Ÿ  Global rules Project Instructions
Custom instructions per project
Steering files
.md files in .kiro/steering/
Same idea, different format. Both set "always-on" rules. Steering files can be conditional (only apply to certain file types).
๐Ÿ“‹ Task instructions Knowledge files + Prompts
Upload docs, write structured prompts
Skills
Reusable prompt packages with activation rules
Same idea, more structure. Skills add "when to activate" and "what NOT to do" on top of the instructions.
๐Ÿ”Œ External access Connectors (M365, Google)
Computer Use (desktop apps)
MCP servers
Custom API/database connections
Pre-built vs custom. Cowork has ready-made connectors. MCP lets developers build connections to anything.
๐ŸŽฏ The takeaway: Different tools implement the same 4 concepts differently. Claude Cowork is designed for knowledge workers (you) โ€” simpler, visual, pre-built. Developer tools like Kiro offer more power and flexibility but require technical setup. Start where you are, upgrade when you need to.