Executive Certificate — 18 weeks, self-paced, modelled on the NTU Singapore Executive Certificate in Agentic AI Leadership
This file is generated from the course data by scripts/build-notes.mjs. Edit the course data, not this file.
Outcome: Experience the shift from AI-as-search-tool to AI-as-collaborative-teammate — and feel how your own workflow changes.
Leadership lens: Your calendar is full of work a persistent teammate could carry: briefing packs, meeting prep, first drafts. The leaders who win aren't the best prompters — they're the best delegators to a new kind of colleague.
Apply-at-work mission — Hire your first AI teammate: Stand up a persistent AI teammate (Claude Project / Custom GPT / NotebookLM) for ONE recurring task in your actual job — give it a role, goals, and your working style. Use it every working day this week.
Reflection: How does my thinking change when I treat AI as a teammate instead of a tool? What did I delegate this week that I would never have delegated a month ago?
Create a persistent AI teammate using Claude Projects or a Custom GPT: give it a clear role, goals, and knowledge of your working style. Separately, load 10–15 documents about your industry or function into NotebookLM and hold three deep conversations with your "knowledge teammate". Then write a 500-word reflection: "How my thinking changes when I treat AI as a teammate instead of a tool."
Deliverable: portfolio/w01-ai-teammate.md — teammate setup (role prompt), 3 conversation takeaways, and the 500-word reflection.
Assessment rubric
| Criterion | Weight | What good looks like |
|---|---|---|
| Teammate design | 25% | The role prompt defines role, goals, tone, and working context specifically enough that a colleague could tell whose teammate it is; not a generic "helpful assistant". |
| Real daily use | 25% | Evidence of use on 5+ real work items across the week (drafts, prep, analysis), with notes on what worked and what disappointed. |
| Knowledge-teammate experiment | 20% | 10–15 genuinely relevant documents in NotebookLM; three conversations that surface at least one insight you did not already have. |
| Reflection quality | 30% | The 500 words name a concrete change in how you think or delegate — not "AI is amazing" but a specific before/after in your own behaviour. |
Self-test prompts. Answers and explanations are not published here — take the quiz at https://ragentic.netlify.app/#/courses/agentic-ai-leadership to check yourself.
1. What most fundamentally distinguishes an AI "teammate" from an AI "tool"?
2. The evolution this module traces is best described as…
3. Why does giving an AI a standing role and goals ("persistent context") matter for leaders?
4. A leader uploads 15 strategy documents to NotebookLM and interrogates them. This practice primarily builds…
5. Which behaviour signals someone still treats AI as a tool, not a teammate?
6. The "experience layer" shift (voice, multimodal, always-available AI) matters to leaders mainly because…
7. What is the biggest realistic risk of week 1's "AI teammate" practice?
8. Why do many professionals report AI "doesn't help much" after trying it once?
9. A well-designed teammate role prompt should include…
10. The reflection exercise ("how my thinking changes") exists because…
11. Which task is the WEAKEST first delegation to a new AI teammate?
12. The healthiest mental model for current AI teammates is…
Outcome: Explain the technical and economic forces behind the current inflection — and why agentic AI is not another RPA wave.
Leadership lens: Boards ask "why now, why us, why this much?" This week gives you the cost-collapse, capability-explosion, and time-to-X arguments to answer in their language: valuation, revenue per employee, competitive moats.
Apply-at-work mission — Brief your team on the inflection: Run a 15-minute briefing for your team or manager: one chart, one industry example, one implication for your business in the next 12 months. Note what convinced them and what met resistance.
Reflection: Which part of my industry's value chain is most exposed to the time-to-X collapse — and am I positioned as a spectator or an architect of that change?
Choose one industry you know deeply. Write a 2-page analysis: "How the AI inflection point is already disrupting (or will disrupt) this industry in the next 3 years" — covering cost collapse, capability explosion, and the time-to-X collapse. Document 3 companies using agentic approaches today, and build a simple AI Inflection Timeline (2022–2027) of the capability jumps that matter to this industry.
Deliverable: portfolio/w02-inflection-analysis.md — the 2-page analysis, 3 company snapshots, and the timeline.
Assessment rubric
| Criterion | Weight | What good looks like |
|---|---|---|
| Economic argument | 30% | Uses real numbers (cost per token/task trends, adoption data) rather than vibes; distinguishes efficiency gains from business-model change. |
| Agentic vs previous waves | 20% | Explains concretely why this differs from RPA/traditional ML for THIS industry — what becomes possible, not just cheaper. |
| Company evidence | 25% | Three real companies with sourced descriptions of their agentic approach and observable results; no press-release-only examples. |
| Timeline & judgment | 25% | Timeline picks capability jumps relevant to the industry, and the analysis takes a position — where value moves, who is exposed, what a leader should do in the next 2 quarters. |
Self-test prompts. Answers and explanations are not published here — take the quiz at https://ragentic.netlify.app/#/courses/agentic-ai-leadership to check yourself.
1. The two simultaneous forces defining the current inflection point are…
2. "Time-to-X collapse" refers to…
3. Agentic AI differs from RPA fundamentally because…
4. "AI-native economics" most refers to…
5. Why is "waiting for the next budget cycle" newly dangerous at an inflection point?
6. The most defensible way to size AI's impact on YOUR industry is…
7. A "capability jump" worth putting on your timeline is one that…
8. Foundation models differ from traditional ML projects in that they…
9. Which observation most strongly signals genuine agentic adoption (vs AI theater) at a company?
10. The strategic risk of over-indexing on ONE flashy AI demo is…
11. Revenue per employee is a useful inflection metric because…
12. Your industry analysis should end with…
Outcome: Distinguish generative AI, automation, and true agents — and ship your first working agentic workflow.
Leadership lens: The difference between "AI that answers" and "AI that acts" is the difference between a research analyst and a delegated employee. Leaders must know first-hand what delegation to software feels like — including the loss-of-control moment.
Apply-at-work mission — Automate one monitoring task: Pick one thing you or your team checks manually (inbox, dashboard, RSS, sheet) and build an n8n/Make agentic workflow that monitors it and takes an action (summarise + notify). Run it for real.
Reflection: Where did I feel a loss of control this week when the agent acted for me? Which controls restored my confidence — and which were just comfort theatre?
Build your first real agentic workflow in n8n (or Make): an agent that monitors a source (email, RSS, form, sheet) and takes an action (summarise + notify, triage + route). Separately, run CrewAI's research-agent example and observe multi-agent collaboration. Then write a one-page comparison: what makes your workflow "agentic" vs a traditional Zapier-style automation — components (planner, memory, tools, executor, feedback) named explicitly. 🎯 This completes Capstone Milestone 1: a working agentic workflow you built yourself.
Deliverable: portfolio/w03-first-agent.md — workflow export/screenshots, what it does, the components map, and the automation-vs-agent comparison.
Assessment rubric
| Criterion | Weight | What good looks like |
|---|---|---|
| It actually runs | 30% | The workflow executed on real inputs at least 5 times; you can show a run log and one output that reached you (or a colleague). |
| Component literacy | 25% | You can point at your workflow and name planner/memory/tools/executor/feedback loop — and honestly note which are missing. |
| Agentic vs automation analysis | 25% | The comparison identifies precisely where the LLM makes decisions vs where paths are fixed — no hand-waving about "smart automation". |
| Multi-agent observation | 20% | Notes from the CrewAI run: how agents divided the work, where they duplicated effort or drifted, and one thing that surprised you. |
Self-test prompts. Answers and explanations are not published here — take the quiz at https://ragentic.netlify.app/#/courses/agentic-ai-leadership to check yourself.
1. The critical difference between generative AI and agentic AI is…
2. The five core building blocks of an agent are…
3. A Zapier automation that always runs the same fixed steps is…
4. Why do agents need a feedback/observation step in their loop?
5. "Tools" in agent terminology means…
6. The safest first autonomy setting for a new workplace agent that can send messages is…
7. In your n8n build, where does the "agentic" part actually live?
8. Multi-agent collaboration (CrewAI-style) is best justified when…
9. An agent monitoring your inbox misfiles an important email. The leadership-grade response is…
10. Real enterprise agent examples today (calendar, research, support triage) share what property?
11. The "loss of control" feeling when an agent acts for you is best handled by…
12. Why does this programme make executives BUILD a workflow rather than just study agents?
Outcome: Build your first functional app with natural language — and develop judgment for when vibe coding shines vs when it bites.
Leadership lens: You don't need to become an engineer — you need to stop being blocked by the absence of one. A leader who can prototype an idea before the next steering meeting changes the tempo of the whole organisation.
Apply-at-work mission — Ship a tool your team uses: Build one small internal tool with Claude Artifacts / Cursor (dashboard, notes processor, checklist app) and put it in front of at least two colleagues. Capture their reaction and one improvement request.
Reflection: What did it feel like to build something without "knowing how to code"? Where did vibe coding fail me, and what did that teach me about reviewing AI work I can't fully verify?
Using only natural-language prompting (Claude Artifacts or Cursor), build a small but genuinely useful internal tool: a personal dashboard, meeting-notes processor, decision log, or content repurposer. Put it in front of at least two colleagues. Then attempt to significantly improve an existing small script or spreadsheet process by vibe coding, and write a short honest critique: "Where vibe coding failed me and what I had to fix manually."
Deliverable: portfolio/w04-vibe-tool.md — what you built, prompts that mattered, colleague feedback, and the failure critique.
Assessment rubric
| Criterion | Weight | What good looks like |
|---|---|---|
| Usefulness | 30% | The tool addresses a real recurring annoyance; two colleagues used or reviewed it and one asked to keep it. |
| Prompt-to-product skill | 25% | You iterated: initial description → review → refinement cycles documented, showing you steered rather than accepted. |
| Critical judgment | 30% | The critique names specific failures (logic, edge cases, security assumptions) and what human judgment had to add — no cheerleading. |
| Risk awareness | 15% | You can state what this tool must NOT be used for (real data? external users?) and why. |
Self-test prompts. Answers and explanations are not published here — take the quiz at https://ragentic.netlify.app/#/courses/agentic-ai-leadership to check yourself.
1. "Vibe coding" means…
2. The most important skill vibe coding does NOT remove is…
3. For a leader, the strategic value of being able to prototype is…
4. Vibe-coded tools most dangerously accumulate…
5. The right corporate policy for a useful vibe-coded prototype handling real customer data is…
6. When AI-generated code fails, it usually fails…
7. Which request is vibe coding CURRENTLY best suited for?
8. The best prompting pattern for building beats one giant prompt because…
9. "I had to fix it manually" moments primarily teach leaders…
10. A colleague proudly ships a vibe-coded customer-facing app with no engineering review. Your first question is…
11. The "describing outcomes vs writing code" shift most resembles which leadership transition?
12. Your vibe-coded tool works but you can't explain HOW. The leadership risk is…
Outcome: Move beyond toys: build multi-step, API-connected applications that touch real business systems.
Leadership lens: The moment your prototype calls a real API, it stops being a demo and starts being a system — with error handling, credentials, and consequences. This is where executive prototypes earn (or lose) engineering's respect.
Apply-at-work mission — Connect a prototype to a real system: Extend a workflow or app so it calls at least one real external API (search, CRM, sheet, calendar) and processes the result with a second AI step. Document what you had to fix by hand.
Reflection: What architecture decisions did I make this week without realising they were architecture decisions? What would I now ask an engineering team that I couldn't have asked before?
Build a multi-step agent that: (1) takes an input, (2) calls at least one real external API (web search, CRM, sheets, calendar), (3) processes results with a second AI step, and (4) outputs a structured action or report. The classic version: a personal research agent that searches the web and synthesises findings into a structured brief. Document your architecture decisions and everything you corrected by hand.
Deliverable: portfolio/w05-api-agent.md — architecture sketch, the working flow (screenshots/export), sample outputs, and the corrections log.
Assessment rubric
| Criterion | Weight | What good looks like |
|---|---|---|
| End-to-end flow | 30% | Input → API call → AI processing → structured output all work on 5+ real runs, including one where the API returned something unexpected. |
| Architecture articulation | 25% | A simple diagram + prose naming each step, what can fail there, and what happens when it does. |
| Structured output | 20% | The final output follows a consistent, consumable format (fields, sections) — something a downstream system or colleague could rely on. |
| Corrections log | 25% | Honest record of what the AI got wrong and your fixes — evidence you reviewed rather than trusted. |
Self-test prompts. Answers and explanations are not published here — take the quiz at https://ragentic.netlify.app/#/courses/agentic-ai-leadership to check yourself.
1. "Function calling" / tool use lets an LLM…
2. Why do multi-step agents need STRUCTURED outputs between steps?
3. An external API returns an error mid-flow. A well-designed agent…
4. The biggest NEW risk when your prototype connects to real business systems is…
5. API credentials in an agent workflow should be…
6. "Least privilege" for an agent's tools means…
7. Chaining two AI steps (process API results with a second call) is useful because…
8. Your research agent cites a "fact" not present in any retrieved source. This is…
9. Rate limits (429 responses) from an API should be handled by…
10. Documenting architecture decisions matters for an executive builder because…
11. Which design makes an agent's work AUDITABLE?
12. The corrections log ("what I fixed by hand") is required because…
Outcome: Think computationally: map real business processes into agent-friendly workflows with clear decisions, exceptions, and human gates.
Leadership lens: Process mapping is old; mapping for agents is new. Every fuzzy handoff a human papers over becomes a failure mode when an agent runs it. The canvas you draw this week is the leadership artefact of the whole programme.
Apply-at-work mission — Canvas a real workflow with a colleague: Take one painful manual process from your organisation and complete the Agentic Workflow Canvas with the person who runs it: inputs, decisions, tools, outputs, exceptions, and the 5 places human judgment stays.
Reflection: Which steps of "my" processes could I actually not describe precisely when forced to? What does that say about how much of my organisation runs on tacit knowledge?
Take one painful manual process from your work or life and map it completely as an agentic workflow: inputs, decision points, tools, outputs, exception paths — and the 5 places human judgment must remain. Then design (on paper) a multi-agent system for a content or analysis pipeline (e.g. Researcher + Writer + Editor + Publisher) with a visual diagram and structured specification. 🎯 This completes Capstone Milestone 2: a real process, fully mapped for agents.
Deliverable: portfolio/w06-workflow-canvas.md + diagram — the completed canvas, the multi-agent spec, and the 5 human-judgment points.
Assessment rubric
| Criterion | Weight | What good looks like |
|---|---|---|
| Process fidelity | 25% | Mapped with the person who actually runs the process (or your honest first-hand knowledge); includes the messy exceptions, not the idealised flow. |
| Decision & exception design | 30% | Every decision point has defined criteria; every exception has a path (retry, fallback, escalate) — nothing ends in "somehow". |
| Human-judgment placement | 25% | The 5 human gates are placed where stakes or ambiguity are genuinely high, with rationale — not sprinkled for comfort. |
| Multi-agent spec quality | 20% | Roles have distinct responsibilities and tools; handoffs specify what artifact passes between agents in what format. |
Self-test prompts. Answers and explanations are not published here — take the quiz at https://ragentic.netlify.app/#/courses/agentic-ai-leadership to check yourself.
1. The three levels of workflow abstraction this week are…
2. Computational thinking, for a non-engineer leader, chiefly means…
3. Why do human workflows break when handed directly to agents?
4. A decision point in an agent-ready workflow map must have…
5. Exception paths deserve MORE design attention than happy paths because…
6. Human-in-the-loop gates are best placed where…
7. Designing for observability means…
8. In multi-agent design, a "hierarchical" pattern means…
9. The most common failure of first-time workflow mappers is…
10. A good handoff spec between two agents defines…
11. Why produce the canvas BEFORE building anything?
12. You cannot precisely describe a step in "your" process when forced to. The leadership lesson is…
Outcome: Orchestrate multiple agents and tools into a production-style system with logging, monitoring, and a runbook.
Leadership lens: One agent is a trick; an orchestrated system is an operating model. Sequential, parallel, hierarchical, swarm — these patterns are org charts for software teammates, and you're the one drawing them.
Apply-at-work mission — Stand up a multi-agent system: Build a multi-agent workflow that solves a real problem end-to-end (e.g. research → qualify → draft outreach), add basic logging, and write a one-page runbook: how it works, what can go wrong, who to call.
Reflection: If this system ran while I slept, what's the worst thing it could plausibly do? Did my design catch that — or did I only design for the happy path?
Build a complete multi-agent system solving a real problem end-to-end — the reference build: automated lead/topic research → qualification/analysis → prepared output (outreach draft, brief, or report). Implement basic logging/observability so you can reconstruct any run. Then write a real runbook: how it works, what can go wrong, how to tell, and what to do about it.
Deliverable: portfolio/w07-orchestrated-system.md — system description + diagram, run logs from 5+ real executions, and the runbook.
Assessment rubric
| Criterion | Weight | What good looks like |
|---|---|---|
| End-to-end operation | 30% | The full chain runs on real inputs without manual patching between steps; at least 5 logged runs including one failure you can explain. |
| Orchestration pattern choice | 20% | You chose sequential/parallel/hierarchical deliberately and can defend why against one alternative. |
| Observability | 25% | Logs let you answer "what did it do and why" for any run without guessing; one failure diagnosed FROM the logs. |
| Runbook quality | 25% | A colleague could operate the system from the runbook alone: failure symptoms → diagnosis → response, including the kill switch. |
Self-test prompts. Answers and explanations are not published here — take the quiz at https://ragentic.netlify.app/#/courses/agentic-ai-leadership to check yourself.
1. Piloting vs productionising an agentic workflow differ mainly in…
2. Sequential orchestration is the right default when…
3. A "swarm" pattern (many agents, loose coordination) is…
4. The purpose of logging every agent step is…
5. A runbook exists so that…
6. The single most important control in any autonomous workflow is…
7. Two of your agents produce contradictory outputs mid-pipeline. Good orchestration design…
8. Cost runaway in multi-agent systems typically comes from…
9. "It worked in my demo" fails in operation most often because…
10. Basic observability for a business-owned agent system minimally includes…
11. The leadership reason to build this system yourself (once) is…
12. "What's the worst thing this system could plausibly do while I sleep?" is a design question because…
Outcome: Know why most AI pilots die — and design the path from experiment to pilot to operational to scaled.
Leadership lens: Every organisation has a pilot graveyard. The 4-level maturity model, redesigned SOPs, and human+agent KPIs are how you become the leader whose pilots ship instead of stall.
Apply-at-work mission — Maturity-assess a real pilot: Run the Maturity Assessor on one AI pilot in your organisation (yours or someone else's). Produce a one-page scaling plan: current level, blockers to the next level, redesigned SOP, and two human+agent KPIs.
Reflection: Which of my organisation's KPIs actively punish agentic ways of working? What would I measure instead if I trusted the system?
Take one of your own workflows (week 3 or 7) or a real pilot from your organisation and build its scaling plan on the 4-level maturity model: Experiment → Pilot → Operational → Scaled. Redesign one existing SOP to include agentic components, and define KPIs that measure BOTH efficiency and quality/judgment in the human+agent process. 🎯 This completes Capstone Milestone 3: a credible path from pilot to operations.
Deliverable: portfolio/w08-scaling-plan.md — maturity assessment, blockers per level, the redesigned SOP, and the new KPI set.
Assessment rubric
| Criterion | Weight | What good looks like |
|---|---|---|
| Honest maturity assessment | 25% | Current level justified with evidence; the temptation to grade your own pilot "operational" resisted. |
| Blocker analysis | 25% | Blockers to the next level are specific (ownership, error rate, integration, trust) with a named countermeasure each — not "needs more buy-in". |
| SOP redesign | 25% | The rewritten SOP specifies what the agent does, what humans do, and how exceptions and handoffs work — usable by the team tomorrow. |
| KPI design | 25% | At least two KPIs capture quality/judgment (not just speed/volume), each with a measurement method that would survive a sceptical CFO. |
Self-test prompts. Answers and explanations are not published here — take the quiz at https://ragentic.netlify.app/#/courses/agentic-ai-leadership to check yourself.
1. The 4-level agentic maturity model runs…
2. The most common reason AI pilots fail to scale is…
3. "Pilot purgatory" describes…
4. Moving from Pilot to Operational chiefly requires…
5. Traditional SOPs break in human+agent teams because…
6. A pure efficiency KPI ("tickets closed per hour") applied to an agentic process risks…
7. A good "quality/judgment" KPI for a human+agent workflow is…
8. Centralized vs federated workflow governance: the pragmatic answer for most orgs is…
9. The "common failure pattern" of scaling a pilot everywhere immediately after one success is dangerous because…
10. The right FUNDING model shift from pilot to scale is…
11. Your pilot's error rate is 8% with humans catching all errors. Before scaling, you must know…
12. Redefining KPIs for agent-augmented teams is a LEADERSHIP task (not an analyst task) because…
Outcome: Design agent systems for pipeline, accounts, and operations — with compliance, audit trails, and human oversight built in.
Leadership lens: Ops and sales are where agentic ROI shows up first and where compliance failures show up loudest. Lead research agents, follow-up sequences, approval workflows — leverage with a paper trail.
Apply-at-work mission — Build a lead/ops research agent: Build a "research & qualification agent" for a real ops or sales motion: input a company/case, output a structured brief. Include one human approval gate and show it to whoever owns that pipeline.
Reflection: Where is the line in my business between "agent prepares, human decides" and "agent decides"? Who should own moving that line — and is it currently owned by anyone?
Build a "Lead Research & Qualification Agent" for a real ops or sales motion: input a company name (or case), output a structured brief — ICP fit, key people, recent news, likely pain points. Add an automated follow-up-preparation step that respects compliance rules, and design a human-in-the-loop approval gate for any high-value action. Show it to whoever owns that pipeline.
Deliverable: portfolio/w09-sales-ops-agent.md — the working flow, 3 sample briefs, the compliance notes, and pipeline-owner feedback.
Assessment rubric
| Criterion | Weight | What good looks like |
|---|---|---|
| Brief quality | 30% | Structured, sourced, decision-ready briefs a real seller/operator would use — verified against what they already know about one account. |
| Human approval gate | 25% | High-value actions demonstrably cannot proceed without human release; the gate shows WHAT the human approves, not just a yes button. |
| Compliance thinking | 25% | Data sources, consent constraints, and record-keeping named explicitly; nothing scraped or stored that the business couldn't defend. |
| Stakeholder validation | 20% | Feedback from the pipeline owner captured honestly, including what they would NOT trust the agent with. |
Self-test prompts. Answers and explanations are not published here — take the quiz at https://ragentic.netlify.app/#/courses/agentic-ai-leadership to check yourself.
1. Ops and sales are typically the first agentic AI beachhead because…
2. A lead-research agent's output should be structured (ICP fit, people, news, pains) because…
3. Automated outreach WITHOUT human review risks…
4. An audit trail in a sales/ops agent context means…
5. The human approval gate for high-value actions should show the approver…
6. "Pipeline intelligence" agents create most value by…
7. Data used by a research agent must be checked for…
8. The agent confidently reports a "recent funding round" that never happened. The systemic fix is…
9. Which task should REMAIN human in an agent-augmented sales process?
10. Rolling this agent to the whole sales team after one rep's success requires first…
11. The pipeline-owner's "I wouldn't trust it with X" feedback is valuable because…
12. Measuring this agent's success should centre on…
Outcome: Build CX and content systems that scale personalisation without sacrificing brand, tone, empathy, or privacy.
Leadership lens: Marketing is the easiest place to deploy agents and the easiest place to damage a brand at machine speed. Brand-voice grounding, escalation paths, and consent-aware personalisation are leadership controls, not settings.
Apply-at-work mission — Repurpose content with brand guardrails: Build a content repurposing agent grounded in a real brand-voice document (yours or your employer's): one long-form piece → three platform-specific versions. Have the brand owner grade the outputs.
Reflection: What parts of my customers' experience should never be synthetic, even if no one could tell? Where do I draw that line and why?
Two builds. (1) A content repurposing agent grounded in a real brand-voice document: one long-form piece in, three platform-specific versions out — graded by the brand owner. (2) A customer-support triage agent design (build if time allows): categorise incoming requests, draft responses for routine cases, and define clear escalation paths to humans. Plus: a one-page personalisation policy covering privacy, consent, and tone.
Deliverable: portfolio/w10-brand-cx-agents.md — repurposer outputs + brand-owner grades, the triage design, and the personalisation policy.
Assessment rubric
| Criterion | Weight | What good looks like |
|---|---|---|
| Brand-voice fidelity | 30% | The brand owner grades outputs ≥7/10 on voice; deviations analysed — you know WHY it drifted where it did. |
| Platform adaptation | 20% | The three versions genuinely differ in form and register for their platforms, not just in length. |
| Escalation design | 25% | Triage rules name the categories agents may answer, must draft-only, and must hand straight to humans — with the signals that trigger each. |
| Personalisation policy | 25% | Privacy/consent/tone rules concrete enough to enforce: what data may personalise what, and what must never be synthetic. |
Self-test prompts. Answers and explanations are not published here — take the quiz at https://ragentic.netlify.app/#/courses/agentic-ai-leadership to check yourself.
1. The core tension in agentic marketing is…
2. Grounding a content agent in a brand-voice document works because…
3. "Human oversight" in agentic content creation is best implemented as…
4. A support triage agent should hand to a human IMMEDIATELY when…
5. Customer journey orchestration with agents means…
6. Consent-aware personalisation requires…
7. The biggest CX risk of routine-response automation is…
8. "What should never be synthetic" is a leadership question because…
9. Measuring a repurposing agent purely on output volume incentivises…
10. Brand-owner grading of agent outputs (your project) establishes…
11. An agent personalises a message using data the customer never knowingly shared. Even if legal, this is…
12. Escalation paths must be designed BEFORE deploying CX agents because…
Outcome: Apply agents to people and money decisions with bias mitigation, auditability, and accountability that would survive a regulator.
Leadership lens: HR and Finance are high-leverage AND high-risk: résumé screening, anomaly detection, performance prep. The design question is never "can the agent do it?" — it's "who is accountable when it does?"
Apply-at-work mission — Design a review-gated HR/Finance workflow: Design (build if you can) one HR or Finance agent workflow with explicit bias-mitigation steps and human review gates — e.g. screening assistant or spend-anomaly reporter. Write down its audit trail.
Reflection: If an agent-assisted decision about a person turned out wrong, could I explain the decision chain to that person's face? What would need to change so I could?
Design — and build what you can — two sensitive-domain workflows: (1) a résumé screening + initial outreach assistant with explicit bias-mitigation steps and human review gates; (2) a financial anomaly detection + reporting agent (n8n + sheets + LLM analysis works). For each, document the audit trail: what is recorded, who is accountable for each decision, and how a challenged decision would be reconstructed and explained.
Deliverable: portfolio/w11-hr-finance-agents.md — both designs, the bias-mitigation measures, audit-trail specs, and an accountability map.
Assessment rubric
| Criterion | Weight | What good looks like |
|---|---|---|
| Bias mitigation | 30% | Concrete measures (structured criteria before screening, blind fields, sampled human audits of rejections) — not a statement that bias is bad. |
| Human accountability | 25% | Every consequential decision has a named human owner; the agent recommends, a person decides — and the map shows it. |
| Audit trail design | 25% | A challenged decision (rejected candidate, flagged transaction) can be fully reconstructed: inputs, criteria, model output, human action. |
| Risk/leverage judgment | 20% | The write-up distinguishes where automation is high-leverage (drudgery) vs high-risk (judgment about people/money) with defensible placements. |
Self-test prompts. Answers and explanations are not published here — take the quiz at https://ragentic.netlify.app/#/courses/agentic-ai-leadership to check yourself.
1. HR and Finance are "high-risk, high-leverage" domains for agents because…
2. The correct division of labour for résumé screening is…
3. AI screening can AMPLIFY hiring bias because…
4. A meaningful bias-mitigation step is…
5. For a financial anomaly-detection agent, a false NEGATIVE (missed anomaly) vs false POSITIVE (false alarm) trade-off should be set by…
6. "Auditability" in these domains concretely means…
7. An agent flags an employee expense as anomalous. The next step should be…
8. Explaining an agent-assisted decision "to the person's face" is the right design test because…
9. Which HR task is the SAFEST early agent deployment?
10. "The agent recommends, the human decides" fails in practice when…
11. Tracking how often human reviewers DISAGREE with agent recommendations is valuable because…
12. Regulatory exposure for AI in HR/Finance (GDPR/AI-Act-style rules) most concerns…
Outcome: Intelligence is abundant; judgment is scarce. Learn to lead with WHY–WHAT–HOW when execution is nearly free.
Leadership lens: When AI can execute anything in minutes, the bottleneck moves to whoever decides what's worth executing. Decision velocity and learning velocity become the new leadership metrics — framing beats doing.
Apply-at-work mission — Run a WHY–WHAT–HOW conversation: Apply the WHY–WHAT–HOW framework to one live strategic question and use it to structure a real 15-minute conversation with your manager or team. Note where the framework changed the outcome.
Reflection: Write the first draft of your leadership manifesto: how will I lead differently in an age of abundant intelligence? Which of my current strengths become commodities?
Deep-thinking week. (1) Write your personal leadership manifesto: "How I will lead differently in an age of abundant intelligence" — using an AI as a Socratic sparring partner that challenges rather than agrees. (2) Apply the WHY–WHAT–HOW framework to one live strategic challenge in your organisation and document the result. (3) Identify 3 areas where FASTER AI execution would create problems without better human framing.
Deliverable: portfolio/w12-manifesto.md — the manifesto, the WHY–WHAT–HOW application, and the 3 speed-traps.
Assessment rubric
| Criterion | Weight | What good looks like |
|---|---|---|
| Manifesto depth | 30% | Names specific behaviours you will start/stop/change — commitments a colleague could hold you to, not aspirational fog. |
| Socratic process | 20% | Evidence the AI challenged you: at least two positions you revised under questioning, documented. |
| Framework application | 30% | The WHY–WHAT–HOW analysis of a real challenge shows the layers separated cleanly — and reveals something the default framing missed. |
| Speed-trap insight | 20% | The 3 areas are real and defensible: places where execution velocity would amplify a framing error. |
Self-test prompts. Answers and explanations are not published here — take the quiz at https://ragentic.netlify.app/#/courses/agentic-ai-leadership to check yourself.
1. The "AI paradox" of execution states…
2. In the WHY–WHAT–HOW framework, leaders should increasingly concentrate on…
3. "Decision velocity" as a leadership metric means…
4. "Learning velocity" matters more than stock of knowledge now because…
5. Moving from "executor" to "framer and orchestrator" means…
6. A team ships a polished, wrong deliverable in record time. The root failure is most likely…
7. Using AI as a SOCRATIC partner (vs an answer engine) means…
8. Which decision still deserves SLOW deliberation despite fast execution being available?
9. "Intelligence is abundant, judgment is scarce" implies organisations should now compete on…
10. The most dangerous leadership response to abundant execution capacity is…
11. A leadership manifesto beats vague intentions because…
12. Framing work ("what problem are we actually solving?") resists automation because…
Outcome: Master the three roles that gain value in agentic organisations — and diagnose which one you and your team are missing.
Leadership lens: Traditional management scales by headcount; agentic organisations scale by orchestration, architecture, and stewardship. Knowing which role you naturally play — and which your team lacks — is a career-defining insight.
Apply-at-work mission — Role-map your team: Map yourself and your team against Orchestrator / Architect / Steward. Identify the missing role, then draft a job description for an "Agentic AI Orchestrator" (or the role you lack) in your organisation's language.
Reflection: Which of the three roles do I gravitate to under pressure — and is that the role my organisation actually needs most from me right now?
Map your current role and team against the Orchestrator–Architect–Steward model: who covers what, where the gaps are, which role you gravitate to. Design a small team structure (3–5 people + agents) optimised around one primary role for a real objective. Write a serious job description for an "Agentic AI Orchestrator" (or your organisation's missing role) in your company's language. 🎯 This completes Capstone Milestone 4: an organisational design you could actually propose.
Deliverable: portfolio/w13-role-blueprint.md — the role map with gaps, team design, and the job description.
Assessment rubric
| Criterion | Weight | What good looks like |
|---|---|---|
| Honest role mapping | 25% | Real names/functions mapped with evidence; the missing role identified from observed failures, not theory. |
| Team design coherence | 30% | The 3–5 person + agents structure names each human's role, each agent's scope, and the decision rights between them. |
| Job description quality | 25% | The JD would survive HR review: responsibilities, competencies, success measures at 6/12 months — in your org's idiom. |
| Self-awareness | 20% | Your own gravitational role identified with supporting evidence, plus a development plan for your weakest of the three. |
Self-test prompts. Answers and explanations are not published here — take the quiz at https://ragentic.netlify.app/#/courses/agentic-ai-leadership to check yourself.
1. The three roles that scale in agentic organisations are…
2. The Orchestrator's core skill is…
3. The Architect's core skill is…
4. The Steward's core skill is…
5. These roles scale differently from traditional management because…
6. A team ships agent workflows fast but keeps having governance incidents. The missing role is…
7. Workflows exist and are governed, but nothing connects across departments and agents duplicate work. Missing role…
8. Everyone uses AI enthusiastically but workflows are ad-hoc, fragile, and undocumented. Missing role…
9. Middle management's traditional information-relay function is threatened because…
10. A serious "Agentic AI Orchestrator" JD should measure success by…
11. Knowing which role YOU gravitate toward matters because…
12. A 4-person team + agents "optimised for one primary role" means…
Outcome: Design personal and team practices where AI amplifies thinking instead of replacing it — before automation bias compounds.
Leadership lens: Every convenience is a loan against a skill. Teams that offload thinking accrue cognitive debt that comes due at the worst moment — in a crisis, when the AI is wrong and nobody can tell. Leaders set the repayment schedule.
Apply-at-work mission — Audit your AI usage: Run the Cognitive Capital Audit on your own last two weeks of AI usage: where did AI deepen your thinking, where did it replace it? Adopt one "Thinking Amplification Protocol" and practice it for 5 days.
Reflection: Which thinking skill have I quietly stopped practicing since I started using AI daily? Do I want it back — and what's my plan if the answer is yes?
Audit your own AI usage over the past two weeks: for each significant use, classify — did AI deepen your thinking (capital) or replace it (debt)? Identify 3 areas of accumulating cognitive debt. Design your personal "Thinking Amplification Protocol" — a workflow where AI deepens understanding instead of shortcutting it — and practice AI Socratic dialogue on one complex topic: the AI challenges your assumptions rather than answering.
Deliverable: portfolio/w14-cognitive-audit.md — the usage audit, 3 debt areas, your protocol, and the Socratic dialogue transcript with commentary.
Assessment rubric
| Criterion | Weight | What good looks like |
|---|---|---|
| Audit honesty | 30% | Real usage examined without flattering yourself; at least one uncomfortable finding about your own offloading. |
| Debt diagnosis | 20% | The 3 debt areas name specific skills degrading (structuring arguments, estimation, first-draft thinking) with evidence. |
| Protocol design | 30% | The protocol is concrete and practiced for 5 days: think first → AI challenges → revise — not an aspiration but a routine with a trigger. |
| Socratic transcript | 20% | The dialogue shows genuine challenge: assumptions surfaced, at least one position revised, commentary on what the process felt like. |
Self-test prompts. Answers and explanations are not published here — take the quiz at https://ragentic.netlify.app/#/courses/agentic-ai-leadership to check yourself.
1. Automation bias is…
2. Cognitive debt accumulates when…
3. Cognitive capital, by contrast, is built when…
4. The clearest warning sign of personal cognitive debt is…
5. "Think first, then consult AI" beats "ask AI first" for important problems because…
6. For a TEAM, cognitive debt shows up as…
7. Metacognition in this context means…
8. A Thinking Amplification Protocol should REQUIRE…
9. Leaders bear special responsibility for cognitive debt because…
10. Which AI use pattern builds capital rather than debt for a strategy question?
11. The crisis-scenario argument for maintaining thinking skills is…
12. "Every convenience is a loan against a skill" implies the leadership discipline of…
Outcome: Diagnose why high AI adoption so often yields low transformation — and design change strategies that beat organisational antibodies.
Leadership lens: "Everyone uses Copilot" and "nothing has changed" are both true in most enterprises. AI theater, structural mismatch, and middle-management antibodies are diagnosable and treatable — if a leader is willing to name them.
Apply-at-work mission — Run an adoption audit: Conduct an honest AI Adoption Audit of your team or organisation: where is adoption high but transformation low? Name the top 3 organisational antibodies and one countermeasure for each.
Reflection: Where am I personally performing AI theater — visible adoption without changed outcomes? What would real transformation of my own role look like?
Conduct an honest AI Adoption Audit of your team or organisation: where is adoption high (tools bought, accounts active) but transformation low (workflows, structures, and outcomes unchanged)? Identify the top 3 "organisational antibodies" resisting deeper agentic adoption in your context — and design a change strategy addressing both technical capability and organisational dynamics, with one countermeasure per antibody.
Deliverable: portfolio/w15-adoption-audit.md — the audit findings, 3 antibodies with evidence, and the change strategy.
Assessment rubric
| Criterion | Weight | What good looks like |
|---|---|---|
| Audit rigour | 30% | Adoption vs transformation distinguished with observable evidence (usage stats vs changed processes/KPIs), not impressions. |
| Antibody diagnosis | 25% | The 3 antibodies are specific to your organisation (e.g. utilisation-based billing, review bottlenecks, role-protection in layer X) — with the incentive behind each named. |
| Change strategy realism | 30% | Countermeasures address incentives and structure, not just communication; each has an owner, a first step, and a way to tell it's working. |
| Self-inclusion | 15% | Your own AI theater identified — where your visible adoption exceeds your changed outcomes. |
Self-test prompts. Answers and explanations are not published here — take the quiz at https://ragentic.netlify.app/#/courses/agentic-ai-leadership to check yourself.
1. The "AI paradox" of adoption without transformation describes…
2. "Organisational antibodies" are…
3. A classic structural mismatch blocking transformation is…
4. Middle-management resistance to agentic transformation is usually driven by…
5. "AI theater" is…
6. The most reliable test distinguishing transformation from adoption is…
7. Why do communication-only change programmes fail against antibodies?
8. A countermeasure for "utilisation-billed teams resist efficiency gains" is…
9. Real capability building (vs theater) looks like…
10. Including YOURSELF in the adoption audit matters because…
11. The correct sequencing for beating antibodies is usually…
12. High adoption with low transformation is DANGEROUS (not merely disappointing) because…
Outcome: Build governance for systems that act: guardrails + monitoring over approval gates, with trust, recourse, and rollback at scale.
Leadership lens: A hallucination in a chatbot is an embarrassment; a hallucination in an agent with system access is an incident. Governance design — autonomy tiers, monitoring, escalation, rollback — is the steward's core craft.
Apply-at-work mission — Draft a real risk register: Take one live or proposed agentic workflow in your organisation and produce a Risk Register + governance one-pager: failure modes, autonomy tiers, monitoring signals, escalation path, rollback plan.
Reflection: What's the riskiest thing my organisation currently lets AI do with no monitoring? Why has nobody asked — and what does it cost me to be the one who asks?
Design a governance framework for agentic workflows in your organisation: autonomy tiers (what agents may do freely / with approval / never), monitoring signals, escalation paths, and rollback procedures. Build a Risk Register for one real or proposed agentic system covering hallucination, action, and compliance risks — each with likelihood, impact, and a named control. If you can, add a simple monitoring/logging view for one of your own workflows. 🎯 This completes Capstone Milestone 5: governance you could table at a risk committee.
Deliverable: portfolio/w16-governance.md — the framework one-pager, the risk register, and (optional) monitoring screenshots.
Assessment rubric
| Criterion | Weight | What good looks like |
|---|---|---|
| Autonomy tier design | 25% | Three-plus tiers with concrete examples per tier from your context; tier boundaries justified by reversibility and stakes. |
| Risk register quality | 30% | 8+ real risks across hallucination/action/compliance, each with likelihood, impact, owner, and a control that would actually work. |
| Monitoring & escalation | 25% | Named signals (error rate, cost, drift, complaint rate) with thresholds, plus who gets paged and what they do. |
| Rollback realism | 20% | A stop-and-recover procedure that works at 2am without the builder: kill switch, fallback process, communication plan. |
Self-test prompts. Answers and explanations are not published here — take the quiz at https://ragentic.netlify.app/#/courses/agentic-ai-leadership to check yourself.
1. Agentic systems carry categorically higher risk than chatbots because…
2. Autonomy tiers structure governance by…
3. The shift "from approval gates to guardrails + monitoring" happens because…
4. A good monitoring SIGNAL for an agentic workflow is…
5. A risk register entry is complete when it has…
6. "Recourse" as a trust property means…
7. The rollback plan must work "at 2am without the builder" because…
8. Portfolio governance for agentic initiatives means…
9. Transparency about agent involvement (disclosure) matters because…
10. Which failure is an ACTION risk (vs hallucination risk)?
11. An agent's behaviour slowly drifts as usage patterns change. The governance control is…
12. Presenting governance as an ENABLER (not a brake) is credible when…
Outcome: Build the operating rhythm — funding, teams, iteration cadence — for an organisation where the capability curve never flattens.
Leadership lens: This transformation has no "done". AI factories, agent-to-agent ecosystems, persistent iteration teams — leaders must normalise permanent beta without exhausting their people. That's an operating-model design problem.
Apply-at-work mission — Pitch an iteration team: Draft and pitch (to a real stakeholder, even informally) a lightweight funding + governance model for a persistent AI iteration capability in your organisation: who, budget envelope, cadence, kill criteria.
Reflection: What's my personal operating rhythm for staying current without drowning? What did I stop doing to make room for it?
Write the "Continuous Transformation Playbook" for your team or organisation: operating rhythm for ongoing AI iteration, a lightweight funding + governance model for a persistent iteration capability (who, budget envelope, cadence, kill criteria), and 3 scenarios for how agentic AI reshapes your industry/function in 2028–2030 — each with a "we would start doing X now" implication. Pitch the iteration-team model to a real stakeholder, even informally, and record the reaction.
Deliverable: portfolio/w17-transformation-playbook.md — the playbook, funding model, 3 scenarios, and the pitch outcome.
Assessment rubric
| Criterion | Weight | What good looks like |
|---|---|---|
| Operating rhythm | 25% | A concrete cadence (weekly/monthly/quarterly loops) naming what gets evaluated, adopted, retired — sustainable, not heroic. |
| Funding & governance model | 30% | A real proposal: team shape, budget envelope, decision rights, and explicit kill criteria for experiments. |
| Scenario quality | 25% | Three genuinely different 2028–2030 futures with present-tense implications — each names something to START now. |
| Real pitch | 20% | You pitched a real person; their objections and your revisions documented. |
Self-test prompts. Answers and explanations are not published here — take the quiz at https://ragentic.netlify.app/#/courses/agentic-ai-leadership to check yourself.
1. AI transformation differs from ERP/cloud transformations because…
2. A persistent "AI iteration team" exists to…
3. Kill criteria for AI experiments matter because…
4. "Normalising iteration" for live agentic systems means…
5. Funding persistent iteration as OPEX/product (vs one-off project CAPEX) matters because…
6. "AI factories" as a future trend refers to…
7. Agent-to-agent (A2A) protocols would strategically matter because…
8. Scenario planning beats point predictions for 2028–2030 because…
9. The biggest HUMAN risk of permanent transformation is…
10. A "learning organisation" in the agentic era is distinguished by…
11. Your personal operating rhythm for staying current should optimise for…
12. Pitching the iteration model to a real stakeholder (this week's mission) matters because…
Outcome: Synthesise everything: identify, design, build, and govern a real agentic AI solution — then present it like a leader.
Leadership lens: The capstone is your proof-of-leadership: a real problem, a working (or credibly prototyped) agentic solution, a governance posture, measured impact, and a story that lands with executives and engineers alike.
Apply-at-work mission — Ship the capstone: Complete your capstone in the Capstone Tracker: real problem, built solution or detailed prototype, governance + risk register, impact measurement, published portfolio, and a 10–15 min recorded walkthrough.
Reflection: Final entry: read your Week 1 reflection, then write to your past self. What did you most misunderstand about leading with AI 18 weeks ago?
Identify a meaningful real problem in your work or community. Design and build a complete agentic AI solution (or detailed prototype) addressing it — including governance, monitoring, and scaling considerations from your weeks 6, 8, and 16 artifacts. Create a professional portfolio (site or Notion) showcasing the capstone, 3–4 other programme projects, and your leadership philosophy. Record a 10–15 minute video walkthrough. 🎯 This completes Capstone Milestone 6 — and the programme.
Deliverable: portfolio/w18-capstone.md + published portfolio link + video — the complete story: problem, solution, governance, impact, journey.
Assessment rubric
| Criterion | Weight | What good looks like |
|---|---|---|
| Problem significance & fit | 20% | A real problem someone actually has, matched honestly to agentic capability — not a solution seeking a problem. |
| Solution completeness | 30% | Working system or credible detailed prototype; components, autonomy tiers, and human gates all deliberate and explained. |
| Governance & impact | 25% | Risk register, monitoring, and scaling plan attached; impact measured or honestly estimated with a method. |
| Portfolio & narrative | 25% | Published portfolio a stranger could assess; the video tells a leadership story — problem, judgment calls, results — not a feature tour. |
Self-test prompts. Answers and explanations are not published here — take the quiz at https://ragentic.netlify.app/#/courses/agentic-ai-leadership to check yourself.
1. The strongest capstone problem selection criterion is…
2. A capstone with brilliant engineering but NO governance section signals…
3. Measuring capstone impact honestly, when full data isn't available, means…
4. Your portfolio's primary audience design should target…
5. The video walkthrough should be structured as…
6. "Leadership story" framing of your 18 weeks means…
7. Including FAILURES in the portfolio (what didn't work) is…
8. The multi-agent SDR system, ops command center, and governance dashboard capstone directions share…
9. Presenting to executives vs engineers differs in that executives primarily need…
10. The "letter to your Week-1 self" reflection exercise exists because…
11. After the programme, the highest-value habit to keep is…
12. Sharing your capstone publicly ("build in public") primarily buys you…
Unlocks in module 6.
Map any process for agents: inputs, decisions, tools, exceptions, and the human gates that stay.
# Agentic Workflow Canvas
**Process name:** **Owner:** **Date:**
## 1. Outcome
What does "done, and done well" look like? Who consumes the output?
## 2. Trigger & inputs
What starts the process? List every input, its source, and its format (including the messy ones).
## 3. Steps & decisions
| # | Step | Actor (human/agent) | Decision criteria (if a decision) | Tools/data used |
|---|------|--------------------|-----------------------------------|-----------------|
| 1 | | | | |
## 4. Exception paths
For every step: what can go wrong, how is it detected, and where does it route (retry / fallback / escalate)?
| Step | Failure mode | Detection | Route |
|------|-------------|-----------|-------|
## 5. Human judgment gates (minimum 5 candidates, keep the real ones)
| Gate | Why human? (stakes / ambiguity / irreversibility) | What the human sees to decide |
|------|---------------------------------------------------|-------------------------------|
## 6. Observability
What is logged at each step? How would you reconstruct a run a week later?
## 7. Kill switch
How do you stop this workflow fast, and what is the manual fallback while it's stopped?
Unlocks in module 8.
Grade any AI pilot on the 4-level model and plan the jump to the next level.
# Maturity Assessment — Experiment → Pilot → Operational → Scaled
**Workflow/pilot:** **Assessed by:** **Date:**
## Level definitions
1. **Experiment** — works on curated examples, builder-operated, no owner
2. **Pilot** — real users, real inputs, builder still on call, success criteria defined
3. **Operational** — named owner, error handling, integrated into real systems, support process exists
4. **Scaled** — multiple teams/contexts, portfolio governance, funded as a product
## Assessment
| Dimension | Evidence today | Level (1–4) |
|-----------|---------------|-------------|
| Ownership (who is accountable when it breaks?) | | |
| Input reality (curated vs whatever arrives) | | |
| Error handling & exceptions | | |
| Integration (real systems vs copy-paste) | | |
| Monitoring & metrics | | |
| Funding model (project vs product) | | |
**Overall current level:** **Target level (6 months):**
## Blockers to next level (be specific)
1.
2.
3.
## Redesigned SOP (attach)
What does the agent do, what do humans do, how do exceptions route?
## Human+agent KPIs (efficiency AND quality)
| KPI | Type | Measurement method | Target |
|-----|------|--------------------|--------|
Unlocks in module 16.
Autonomy tiers, monitoring signals, escalation, rollback — plus the risk register for any agentic system.
# Agentic Governance Playbook & Risk Register
**System:** **Owner:** **Steward:** **Date:**
## Autonomy tiers
| Tier | Definition | Examples for this system |
|------|-----------|--------------------------|
| Free | Agent acts, logs, no approval | |
| Gated | Agent prepares, human releases | |
| Forbidden | Agent may never do this | |
## Monitoring signals
| Signal | Threshold | Who is alerted | First response |
|--------|-----------|----------------|----------------|
| Error / correction rate | | | |
| Escalation rate | | | |
| Cost per run / day | | | |
| Behaviour drift vs baseline | | | |
## Escalation path
Who gets paged, in what order, with what authority?
## Rollback procedure (must work at 2am without the builder)
1. Kill switch location + who may pull it:
2. Manual fallback process while stopped:
3. Communication plan (users, stakeholders):
## Risk register
| # | Risk | Type (hallucination / action / compliance) | Likelihood | Impact | Owner | Control |
|---|------|--------------------------------------------|-----------|--------|-------|---------|
| 1 | | | | | | |
| 2 | | | | | | |
| 3 | | | | | | |
## Recourse
How does an affected person challenge an outcome, and which human can change it?
Unlocks in module 14.
Classify two weeks of your AI usage: thinking deepened (capital) or replaced (debt)?
# Cognitive Capital Audit
**Period reviewed:** **Date:**
## Usage log
| Use of AI (significant instances) | What I did first, myself | Capital or Debt? | Evidence |
|-----------------------------------|--------------------------|------------------|----------|
| | | | |
**Capital** = my understanding/skill is stronger after this pattern of use.
**Debt** = I can no longer comfortably do (or judge) this without the tool.
## Debt areas (top 3)
| Skill degrading | Evidence | Do I want it back? | Repayment plan (practice) |
|-----------------|----------|--------------------|-----------------------------|
## My Thinking Amplification Protocol
Trigger (which decisions/documents):
1. Draft my own position first (timebox: min)
2. Ask AI to attack it: weakest assumptions, missing perspectives, disconfirming evidence
3. Revise and record what changed
Practice commitment: days/week for weeks
## Team norms I will model
- Think-then-ask on:
- "The AI said so" is never a complete justification for:
Unlocks in module 13.
Map your team against the three roles that scale; find the gap; draft the missing job.
# Role Mapping — Orchestrator / Architect / Steward
**Team:** **Mapped by:** **Date:**
## Role definitions
- **Orchestrator** — aligns humans + agents across silos; owns handoffs, context, and cadence
- **Architect** — designs workflows, decision logic, and system structure
- **Steward** — owns trust, safety, accountability, and governance of human+agent systems
## Current coverage
| Person / function | Orchestrator | Architect | Steward | Evidence |
|-------------------|--------------|-----------|---------|----------|
| | | | | |
## Failure symptoms observed (map to missing role)
| Symptom | Points to gap in |
|---------|------------------|
| Governance incidents despite fast shipping | Steward |
| Fragile ad-hoc undocumented workflows | Architect |
| Silos, duplicated agent work, broken handoffs | Orchestrator |
| (your observations) | |
## My gravitational role
Under pressure I default to: Evidence:
Development plan for my weakest role:
## Draft job description for the missing role
Title:
Mission:
Responsibilities (5):
Success at 6 months / 12 months:
Unlocks in module 17.
Operating rhythm, funding model, and kill criteria for a persistent AI iteration capability.
# Continuous Transformation Playbook
**Scope (team/org):** **Author:** **Date:**
## Operating rhythm
| Cadence | Activity | Output |
|---------|----------|--------|
| Weekly | Frontier scan + one hands-on test | Tested-capability note |
| Monthly | Evaluate 1–2 capabilities against live workflows | Adopt / watch / reject decision |
| Quarterly | Portfolio review: retire, scale, re-govern | Updated workflow portfolio |
## Iteration capability
Team shape (roles, % time):
Budget envelope:
Decision rights (what they may change without approval):
## Kill criteria (pre-committed)
An experiment stops when: (e.g. no measurable value after N cycles, cost/quality regression, unowned risk)
## Change-fatigue guards
Stable anchors that do NOT change (purpose, quality bar, core rituals):
## Scenarios 2028–2030 (three futures)
| Scenario | What the industry looks like | What we start doing NOW |
|----------|------------------------------|--------------------------|
| | | |
Unlocks in module 1.
The running record of every weekly mission: what you did at work, what happened, what you learned.
# Apply-at-Work Mission Log
| Week | Mission | What I actually did | Outcome / reaction | What I'd do differently |
|------|---------|---------------------|--------------------|-------------------------|
| 1 | Hire your first AI teammate | | | |
| 2 | Brief your team on the inflection | | | |
| 3 | Automate one monitoring task | | | |
| 4 | Ship a tool your team uses | | | |
| 5 | Connect a prototype to a real system | | | |
| 6 | Canvas a real workflow with a colleague | | | |
| 7 | Stand up a multi-agent system | | | |
| 8 | Maturity-assess a real pilot | | | |
| 9 | Build a lead/ops research agent | | | |
| 10 | Repurpose content with brand guardrails | | | |
| 11 | Design a review-gated HR/Finance workflow | | | |
| 12 | Run a WHY–WHAT–HOW conversation | | | |
| 13 | Role-map your team | | | |
| 14 | Audit your AI usage | | | |
| 15 | Run an adoption audit | | | |
| 16 | Draft a real risk register | | | |
| 17 | Pitch an iteration team | | | |
| 18 | Ship the capstone | | | |
Research + qualification + personalised outreach preparation, with compliance gates and a human release step.
Monitors multiple data sources, correlates signals, and triggers coordinated (gated) responses.
Detects churn-risk signals and orchestrates intervention workflows with human owners.
A real organisation's autonomy tiers, risk register, and a live monitoring view over its agent workflows.
Orchestrator + Architect + Steward blueprint applied to one department, with workflows and decision rights.
A team-level programme using AI as thinking partner (not answer engine): protocols, norms, and measurement.
The best capstone: a meaningful problem from your work or community that an agentic approach genuinely fits.