Kubicle
Project
Content Releases
Labels
AI
Content
Course

Summary

Our new course, Connecting AI Agents to Systems, moves learners past the conversational AI they already know and into the technical and governance realities of AI agents that can read, update, and trigger live business processes. It covers agent anatomy, APIs, read and action tools, the Model Context Protocol, risk assessment, least privilege, approval design, failure handling, and staged rollout. Now available in the AI collection.


Asking an AI a question is low stakes. Giving an AI the ability to act on your systems is not. Our new course, Connecting AI Agents to Systems, takes learners beyond the chatbot and into the decisions that have to be made before an AI agent is let loose on real business processes.

Starting from a completed process map, the course walks through every layer of a safe connection: how systems open up via APIs, the difference between tools that read and tools that act, how to limit an agent's access to only what its task requires, how to design approval steps that put real judgment back in human hands, and what to do when a connection fails mid-task.

🎯 What This Course Enables

Learners will be able to:

  • Explain the difference between an AI that answers questions and an AI agent that acts on live systems

  • Describe the three components of an AI agent: goal, model, and tools

  • Trace the loop an agent runs, from assessing a situation to using a tool, checking the result, and deciding the next step

  • Explain what an API is, why it sets the outer limit of an agent's reach, and why opening one is a real organisational decision

  • Distinguish between read tools, which change nothing, and action tools, which change the system

  • Explain how the Model Context Protocol (MCP) enables scalable, governable agent connections

  • Assess the risk of any agent action using a reversibility gradient from low to high

  • Apply the principle of least privilege to limit an agent's access to only what its task requires

  • Design approval steps that place genuinely informed human judgment at high-risk decision points

  • Describe the failure modes a live connection can produce, including the most dangerous: a silent timeout on an irreversible action

  • Explain what it means for an agent to fail safe, and why a full action record is essential

  • Plan a staged rollout starting from shadow runs, and define what to monitor once an agent is live

📚 Course Highlights

  • From Map to Connection: Establishes why connecting an agent changes how a process behaves rather than just how fast it runs, and why the process map is the right starting point for every integration decision.

  • The Anatomy of an Agent: Breaks an agent into three parts (goal, model, and tools) and walks the agent loop using an invoice processing example, showing exactly how a real task is handled step by step.

  • APIs and System Boundaries: Explains how systems control what an agent can reach by opening a single defined access point, and why the API is the first thing to examine when planning a connection.

  • Read vs. Action Tools: Draws the fundamental distinction between tools that gather information (low risk, reversible by nature) and tools that change a system (higher risk, sometimes impossible to undo).

  • The Model Context Protocol: Introduces MCP as the emerging standard for agent connections, showing how a single standard setup lets multiple agents connect without rebuilding each integration from scratch.

  • Reversibility and Risk: Applies a gradient from low to high risk based on how easily an action can be undone and how far its effects reach, using the invoice agent to make each level concrete.

  • Least Privilege: Explains why broad access is a trap, and how starting from no access and adding only what each task requires limits the reach of any mistake or misuse.

  • Approval Design: Covers where to place approval steps, what makes an approval step real rather than a rubber stamp, and how to keep the volume manageable so people can genuinely review what they are approving.

  • When Connections Fail: Addresses four common failure modes, with particular attention to the silent timeout on an irreversible action, and introduces the principle of failing safe by stopping and handing off rather than retrying.

  • Going Live: Describes a staged rollout approach starting with shadow runs, sets out what to watch once an agent is live, and makes the case for treating a live connection as a living system rather than a one-time build.

đź’ˇ Why This Matters

The shift from AI that advises to AI that acts is one of the most significant changes currently happening in professional environments. Done well, it reduces manual work and speeds up processes without reducing human control. Done without care, it creates systems that act on your behalf in ways you cannot always see, reverse, or explain. This course gives learners the vocabulary and discipline to be on the right side of that line.

📍 Now available in the AI collection.

Project
Content Releases
Labels
AI
Content
Course

Summary

Our new course, Mapping Business Systems for AI Integration, teaches learners how to build and read process maps as a structured method for deciding where AI agents can be responsibly deployed. It covers process mapping notation, decision analysis, AI candidate identification, technical and ethical constraints, human oversight design, and ripple effect testing. Now available in the AI collection.


Most AI integration decisions are made without the one thing that would make them defensible: a map. Our new course, Mapping Business Systems for AI Integration, gives learners the practical skills to draw, read, and annotate process maps specifically for assessing where AI agents can be introduced safely, and where they cannot.

The course builds from core mapping notation to a complete colour-coded integration framework, using green, amber, and red classifications to mark where AI fits, where technical or ethical constraints rule it out, and where human judgment must remain in control.

🎯 What This Course Enables

Learners will be able to:

  • Explain why process mapping is a prerequisite for responsible AI integration decisions

  • Build a process map using standard notation: steps, decision diamonds, swim lanes, and flow arrows

  • Capture what happens, who is responsible, and what rule governs each decision point

  • Choose the appropriate level of detail so that decision points remain visible and the map stays readable

  • Map both simple single-actor and complex multi-function processes, including branches, loops, and handoffs

  • Identify decision points, bottlenecks, handoffs, and single points of failure in a completed map

  • Distinguish routine, automatable decisions from judgment calls that require human authority

  • Identify strong AI candidate nodes based on input and output structure, decision logic, context stability, and cost of error

  • Mark technical constraints where hallucination, drift, or brittleness make automation a risk

  • Apply ethical and accountability criteria to identify nodes that must remain under human control

  • Design human oversight checkpoints appropriate to the risk level of each decision

  • Stress-test a proposed AI integration by tracing ripple effects upstream and downstream before any recommendation is made

📚 Course Highlights

  • From Concept to Map: Opens by bridging systems thinking and visual process mapping, showing how drawing a process surfaces decision points, undocumented handoffs, and assumptions that conversation alone cannot expose.

  • Process Map Notation: Introduces a minimal four-element vocabulary (steps, decisions, swim lanes, and arrows) and the three things every useful map must capture: what happens, who is responsible, and what rule decides the next move.

  • Simple and Complex Processes: Walks through worked examples at both levels, from a single-actor expense claim to a multi-function client onboarding, revealing how complexity changes the patterns worth looking for.

  • Reading for Risk: Teaches learners to sort decision diamonds into routine (rule-governed) and judgment (context-dependent) categories, and to identify handoffs, single points of failure, and information loss across a map.

  • The Green Dot Framework: Establishes the criteria for a strong AI candidate node, covering input and output structure, decision logic, context stability, and cost of error, and introduces the annotated map as the working document for integration decisions.

  • Red Dots: Technical Constraints: Examines the three AI failure modes most relevant to process design: hallucination, drift, and brittleness, and provides language for explaining technical constraints to non-technical stakeholders.

  • Amber Dots: Ethical Boundaries: Covers the categories of decision, including those affecting people directly and those under audit requirements, where human responsibility is a structural requirement rather than an optional safeguard.

  • Human Oversight Design: Explores three checkpoint types (pre-approval, in-flight review, and post-action audit) and the conditions that produce rubber-stamp oversight, where a human is nominally in the loop but not genuinely reviewing.

  • Stress-Testing for Ripple Effects: Provides a four-question pre-integration checklist covering downstream workload, feedback signal integrity, new single points of failure, and accountability reassignment before any integration moves forward.

đź’ˇ Why This Matters

Organisations that skip process mapping before deploying AI do not just risk poor outcomes. They risk outcomes they cannot explain, audit, or reverse. This course gives learners the tools to make AI integration decisions that are visible, defensible, and built on an accurate understanding of how work actually moves through a business.

📍 Now available in the AI collection.

Project
Content Releases
Labels
AI
Content
Course

Summary

Our new course, Systems Thinking Foundations, introduces learners to the discipline of analysing complex, recurring business problems by examining underlying structures rather than surface events. It covers core concepts including stocks and flows, feedback loops, delays, emergence, and leverage points, and equips learners with a practical framework for diagnosing and intervening in complex systems. Now available in the AI collection.


When the same problem keeps returning despite repeated fixes, the issue usually is not the solution. It is the way the problem was framed in the first place. Our new course, Systems Thinking Foundations, gives learners the vocabulary, frameworks, and practical discipline to move beyond linear cause-and-effect reasoning and understand the structural conditions that drive complex organisational behaviour.

This course builds from first principles, starting with the difference between linear and systemic thinking, and progressing through the core building blocks of any system: stocks, flows, feedback loops, delays, and mental models. It closes with a practical framework for identifying leverage points and applying a systems lens to real-world decisions.

🎯 What This Course Enables

Learners will be able to:

  • Contrast linear, cause-and-effect thinking with the systemic approach, and identify when each is appropriate

  • Define a system and identify its three essential components: elements, interconnections, and purpose

  • Distinguish between simple and complex systems, and explain why complex systems resist straightforward fixes

  • Describe stocks and flows, and explain how inertia determines a system's capacity for change

  • Identify reinforcing and balancing feedback loops, and predict the characteristic behaviours each produces

  • Explain how delays distort decision-making and lead to overreaction and oscillation

  • Define emergence and shift analysis away from individual blame toward structural conditions

  • Anticipate unintended consequences by applying the "and then what?" discipline

  • Recognise how mental models shape decisions and surface hidden assumptions in teams

  • Apply a three-step systems lens to define a system boundary, map interconnections, and formulate better questions

  • Identify leverage points and distinguish high-leverage structural interventions from low-leverage parameter adjustments

📚 Course Highlights

  • Linear vs. Systems Thinking: Contrasts simple cause-and-effect reasoning with a structural approach, using recurring workplace problems to show where linear thinking breaks down.

  • The Anatomy of a System: Introduces elements, interconnections, and purpose as the three essential components of any system, and shows why complex systems behave unpredictably when one part changes.

  • Stocks, Flows, and Inertia: Explains why interventions often take longer than expected to show results, and how managing flows is the only way to shift a stock over time.

  • Feedback Loops: Covers reinforcing loops (engines of growth or decline) and balancing loops (stabilisers), and maps the characteristic behaviour patterns each one produces.

  • Delays and Oscillation: Explores how time lags between action and effect cause decision-makers to overshoot their targets, and how to build the discipline to wait before intervening again.

  • Emergence: Reframes surprising organisational outcomes as the product of collective interactions and structural conditions, rather than individual decisions.

  • Fixes That Fail: Examines why well-intentioned solutions often make problems worse over time, and introduces the "and then what?" habit for surfacing second and third-order effects.

  • Mental Models: Shows how invisible assumptions shape strategy and culture, and provides a technique for surfacing and testing them without triggering defensiveness.

  • Leverage Points: Identifies where small structural changes produce outsized results, from low-leverage parameters to the high-leverage goals and mental models that govern the whole system.

đź’ˇ Why This Matters

Most persistent organisational problems are not people problems. They are structural ones. Systems thinking gives professionals a more accurate map of how complex environments actually work, shifting the focus from short-term fixes to interventions that change the conditions producing the problem. The result is better decisions, fewer unintended consequences, and a more honest understanding of why things keep going wrong.

📍 Now available in the AI collection.

Project
Content Releases
Labels
Content
Project Management
Course

Summary

Our new course, Vendor Management, equips learners with a thorough understanding of procurement within predictive project environments, fully aligned to PMI's CAPM framework. It covers the complete procurement lifecycle, from planning and contract selection through vendor monitoring, change control, and formal closure. Now available in the Project Management collection.


Vendor relationships can make or break a project. When procurement is poorly planned, contracts are mismatched to risk, or vendor performance goes unchecked, the consequences show up in delayed schedules, budget overruns, and failed deliverables. Our new course, Vendor Management, gives learners the frameworks and vocabulary to manage the full procurement lifecycle with confidence, fully aligned to PMI's CAPM standards.

This course moves through every stage of procurement in a predictive environment, from the make-or-buy decision and early baseline planning to contract award, performance monitoring, and formal closure.

🎯 What This Course Enables

Learners will be able to:

  • Define vendor management using PMI terminology and distinguish it from procurement and contract administration

  • Describe the four-phase procurement lifecycle and identify when each activity occurs

  • Explain how procurement decisions affect project scope, schedule, and cost baselines

  • Differentiate fixed-price, cost-reimbursable, and time-and-materials contracts, and identify which party carries the most risk in each

  • Select the appropriate contract type based on the level of uncertainty in a project

  • Identify key procurement documents, including the SOW, RFP, RFQ, and IFB, and explain the role of each

  • Describe the source selection criteria and evaluation logic used to award contracts

  • Manage vendor relationships as part of the broader project stakeholder environment

  • Monitor vendor performance and contract compliance using the Control Procurements process

  • Handle contract changes, amendments, and claims in line with formal change control requirements

  • Verify and accept vendor deliverables and integrate them into project baselines

  • Close procurements formally and distinguish between centralised and decentralised procurement governance

📚 Course Highlights

  • The Procurement Lifecycle: Walks through the plan, conduct, control, and close processes, showing how procurement decisions made during planning shape the rest of the project.

  • Integration with Baselines: Explores how vendor work influences the scope baseline via the SOW, the schedule through lead times and milestones, and the cost baseline through contract pricing.

  • Contract Types and Risk: A focused look at fixed-price, cost-reimbursable, and T&M contracts, with clear guidance on risk allocation and when each type is appropriate. A high-frequency CAPM exam topic.

  • Procurement Documents: Covers the purpose and differences between RFP, RFQ, and IFB, and explains what a procurement SOW must include to solicit the right vendors.

  • Vendor Evaluation and Selection: Describes source selection criteria, proposal evaluation logic, and the role of negotiation in the contract award process.

  • Performance Monitoring: Covers the tools and processes used to track contract compliance and vendor performance, and distinguishes monitoring from relationship management.

  • Changes, Claims, and Disputes: Addresses why all contract changes require formal control, how amendments are handled, and how claims arise when disputes go unresolved.

  • Procurement Closure: Outlines the formal steps to close procurements, including final acceptance, documentation, and organisational roles.

đź’ˇ Why This Matters

Procurement is one of the highest-weighted knowledge areas in the CAPM exam, and one of the most practical skills for anyone managing projects in the real world. This course gives learners the PMI-aligned vocabulary, frameworks, and decision-making logic they need to handle vendor relationships with confidence, whether sitting an exam or managing a live project.

📍 Now available in the Project Management collection.

Project
Content Releases
Labels
For Learners
AI
Content
Course

Summary

Our new course, Using Microsoft Copilot 365, gives learners a hands-on introduction to Microsoft's generative AI assistant across Excel, PowerPoint, Word, Outlook, and Teams. It covers everything from analysing data and drafting documents to summarising meetings and extending Copilot's reach with plugins and graph connectors. Now available in the [Collection] collection.


Generative AI is no longer something that lives outside your workflow, Microsoft has embedded it directly into the tools most professionals already use every day. Our new course, Using Microsoft Copilot 365, gives learners a practical, application-by-application introduction to Copilot across the full Microsoft 365 suite.

Using a real-world business case study, learners see how Copilot can analyse spreadsheets, build presentations, draft documents, manage email, and extract insights from meetings, all without leaving the familiar Microsoft 365 environment.

🎯 What This Course Enables

Learners will be able to:

  • Describe what Copilot is, how it integrates with Microsoft 365, and when an additional subscription is required

  • Analyse datasets and surface pivot chart insights in Excel using natural language prompts

  • Add formula-driven columns, sort, filter, and format spreadsheets without needing to know the underlying formula

  • Create and edit PowerPoint presentations from scratch, including slides, images, and speaker notes

  • Draft, rewrite, and extend Word documents using Copilot's generation and rewrite tools

  • Summarise email threads and draft tone-controlled responses using Copilot in Outlook

  • Enable meeting transcription in Teams and use Copilot to extract decisions, actions, and talking points

  • Use Copilot Chat to draw on knowledge from Microsoft 365 files, emails, meetings, and the wider internet

  • Write effective prompts that produce accurate, relevant outputs from Copilot

  • Extend Copilot's capabilities using plugins for real-time external data and graph connectors for static knowledge bases

📚 Course Highlights

  • Copilot in Excel: Covers both general insight generation (pivot charts, trend spotting) and specific data questions, giving learners a complete workflow for AI-assisted analysis.

  • Spreadsheet Adjustments: Shows how plain-language prompts can add formula-driven columns, apply conditional highlighting, and sort or filter data — no formula knowledge required.

  • Building Presentations: Demonstrates how to create a full presentation from a Word document or prompt, complete with layouts, images, and speaker notes, in seconds.

  • Writing in Word: Explores drafting text from scratch, rewriting selected passages, and using the "Inspire Me" option when writer's block strikes.

  • Email Management in Outlook: Covers thread summarisation and tailored email drafting, with learner control over tone and length.

  • Meeting Intelligence in Teams: Shows how to enable transcription, access Copilot during or after a meeting, and extract what was said, agreed, and actioned.

  • Copilot Chat: Introduces the cross-app chat experience that pulls together files, emails, meetings, and external knowledge in a single interface.

  • Plugins and Graph Connectors: Explains the difference between plugins (real-time external data) and graph connectors (static knowledge bases), and when each is the right tool.

đź’ˇ Why This Matters

Most organisations already pay for Microsoft 365. Copilot turns that existing investment into a genuine productivity multiplier - but only if people know how to use it. This course gives learners the practical skills to get immediate value from Copilot across every application in their daily workflow.

📍 Now available in the AI Fundamentals collection.

New Course: Requirements Documentation and Traceability
Project
Content Releases
Labels
Content
Project Management
Course

Requirements documentation is the "nervous system" of project delivery, bridging the gap between strategic intent and operational reality. Our new course, Requirements Discovery and Documentation, provides the tools to move beyond simple note-taking to creating a codified "single source of truth" that prevents scope creep and project failure.

This course strengthens the ability to translate vague stakeholder "wants" into concrete, measurable requirements that ensure the right product is built to solve the business problem.

🎯 What This Course Enables Learners will be able to:

  • Classify requirements into a four-tier architecture (Business, Stakeholder, Solution, Transition)

  • Distinguish between product scope (the features) and project scope (the work)

  • Bridge the "Say-Do" gap using observation and job-shadowing techniques

  • Resolve contradictory requirements through cross-functional facilitated workshops

  • Visualize complex system boundaries using context diagrams and swimlane process models

  • Draft formal Business Requirements Documents (BRDs) for predictive environments

  • Manage dynamic backlogs using User Stories and "Just-in-Time" elaboration in Agile

  • Apply vertical slicing to deliver functioning pieces of value within a single sprint

  • Utilize a Requirements Traceability Matrix (RTM) to eliminate "orphan scope" and gold plating

  • Perform data-driven impact analysis to determine the "blast radius" of proposed changes

📚 Course Highlights

  • The Hierarchy of Needs: Moving from high-level "North Star" business goals down to technical non-functional constraints.

  • The Elicitation Lifecycle: Preparing via document analysis to find "known knowns" before conducting stakeholder sessions.

  • Visualizing Scope: Using swimlane diagrams to reveal inefficiencies and bottlenecks that text-heavy descriptions might hide.

  • Predictive vs. Adaptive Standards: Comparing the formal contract of a BRD with the living, reprioritized nature of a Product Backlog.

  • Advanced Agile Analysis: Decomposing large Epics and using Gherkin syntax (Given, When, Then) for clear acceptance criteria.

  • Traceability & the RTM: Forward and backward tracing to ensure every line of code links to a strategic objective.

  • Managing Change: Comparing formal Change Control Boards in Waterfall with backlog reprioritization in Agile.

  • Quality Gates: Implementing the Definition of Ready (DoR) and Definition of Done (DoD) to prevent technical debt and rework.

đź’ˇ Why This Matters A project delivered on time and under budget is still a failure if it doesn't solve the original business problem. This course provides a holistic "Business Analysis Mindset" that prioritizes shared understanding over templates, ensuring that the final solution aligns perfectly with organizational goals.

📍 Now available in the Business Analysis subject.

New Course: Creating and Managing Product Roadmaps
Project
Content Releases
Labels
Content
Project Management
Course

A product roadmap is a strategic bridge between high-level vision and the daily backlog. Our new course, Creating and Managing Product Roadmaps, equips learners with the frameworks to navigate uncertainty, align stakeholders, and deliver incremental value.

This course strengthens the ability to communicate the "why" and "what" of a product, ensuring every feature is a purposeful step toward a strategic "North Star."

🎯 What This Course Enables Learners will be able to:

  • Distinguish between strategic roadmaps and tactical project plans

  • Align roadmap initiatives with the "North Star" vision and business goals

  • Manage the flow of work from high-level themes into actionable user stories

  • Apply prioritization frameworks like MoSCoW, Kano, and RICE scoring

  • Utilize Cost of Delay (WSJF) for data-driven, objective decision-making

  • Structure roadmaps using horizons (Now, Next, Later) to manage the "Cone of Uncertainty"

  • Define Minimum Viable Products (MVPs) to test hypotheses with minimal effort

  • Visualize technical dependencies and mitigate market risks through "Spikes"

  • Establish a governance cadence to keep the roadmap a living document

📚 Course Highlights

  • The Strategic Role: Defines roadmaps as outcome-focused summaries rather than rigid output schedules.

  • Vision Alignment: Using the "North Star" as a filter to exclude features that dilute product focus.

  • Roadmap vs. Backlog: Managing granularity—from broad strategic themes to high-resolution user stories.

  • Prioritization Frameworks: Deep dives into MoSCoW for necessity, Kano for delight, and RICE for ROI.

  • Story Mapping: Slicing horizontal user journeys against vertical feature priorities for end-to-end value.

  • Tailoring for Life Cycles: Adapting roadmaps for Predictive, Adaptive, and Hybrid delivery environments.

  • Risk-Adjusted Planning: Using time-boxed investigations and dependency mapping to prevent gridlock.

  • Communication & Governance: Using the roadmap as a negotiation tool for "Yes, but..." stakeholder discussions.

đź’ˇ Why This Matters Roadmaps are the primary tool for protecting a team's focus and managing expectations. Without one, products often become a disjointed collection of features. This course provides the discipline to say "no" to distractions and the flexibility to pivot when the market shifts.

📍 Now available in the Product Management collection.

New Course: Stakeholder Analysis and Requirement Elicitation
Project
Content Releases
Labels
Content
Project Management
Course

Released 27/02/2026

Building solutions that people actually want requires more than just technical skill; it requires a deep understanding of the people involved. Our new course, Stakeholder Analysis & Elicitation, provides a comprehensive roadmap for identifying project influencers, humanizing user needs, and ensuring every requirement delivers measurable business value.

This course strengthens the ability to move beyond passive "requirement gathering" to active elicitation, using strategic frameworks to manage expectations and prevent the costly "gold plating" of unnecessary features.

🎯 What This Course Enables Learners will be able to:

  • Identify hidden internal and external stakeholders using org charts and process flow analysis.

  • Construct a Stakeholder Engagement Assessment Matrix to bridge the gap between current and desired support levels.

  • Build research-grounded user personas to shift design focus from abstract specs to human needs.

  • Navigate the requirements hierarchy, from high-level business goals to detailed solution features.

  • Execute the three-phase Elicitation Lifecycle: Prepare, Conduct, and Confirm.

  • Master diverse elicitation techniques, including facilitated workshops, job shadowing, and collaborative games.

  • Implement a Requirements Traceability Matrix (RTM) to ensure bidirectional alignment between code and business value.

  • Contrast requirements management in predictive (Waterfall) vs. adaptive (Agile) environments.

  • Mitigate project risk by identifying resistant stakeholders and conflicting priorities early in the lifecycle.

📚 Course Highlights Stakeholder Ecosystems Redefines stakeholders as a dynamic ecosystem. Focuses on analyzing influence, interest, and attitude to tailor communication strategies.

Mapping Engagement Introduces the Engagement Assessment Matrix. Provides a strategic framework for identifying "Unaware" or "Resistant" stakeholders and moving them toward "Leading" champions.

Humanizing Requirements with Personas Teaches the creation of archetypes (like "Henry the Homeowner") to generate empathy and ensure design decisions are rooted in real-world psychographics.

The Elicitation Lifecycle A deep dive into the active process of drawing out information. Covers the preparation of objectives, the conduct of sessions, and the critical "Confirm" phase to resolve discrepancies.

Core & Advanced Techniques Explores traditional interviews and workshops alongside innovative collaborative games like Product Box and Speedboat to uncover tacit knowledge.

The RTM & Gold Plating Demonstrates how to use the Requirements Traceability Matrix as a safeguard against scope creep, ensuring no "extra" features are added without a business justification.

Adaptive vs. Predictive Delivery Compares the static RTM of Waterfall with the dynamic Product Backlog and "Just-in-Time" elaboration used in Agile projects.

Real-World Application: The Smart Home Case Applies all course tools—from personas to traceability—to a case study involving SCC Construction’s "Smart Home Retrofit" service to solve a specific market failure.

đź’ˇ Why This Matters The leading cause of project failure isn't a lack of talent; it's a lack of alignment. Without clear elicitation and stakeholder management, teams risk building technically perfect products that nobody uses.

This course provides the discipline to bridge the gap between "what was asked for" and "what is actually needed." It supports Business Analysts and Project Leaders in building trust, maintaining scope, and delivering solutions that are both functional and valuable.

📍 Now available in the Business Analysis collection.

New Course: Managing Project Risk
Project
Content Releases
Labels
Content
Project Management
Course

Released: 25/02/2026

Uncertainty is an inherent part of every project, but it doesn’t have to be a barrier to success. Our new course, Managing Project Risk, provides learners with a structured, proactive framework for identifying, assessing, and responding to the variables that impact project outcomes.

This course strengthens the ability to distinguish between proactive risk management and reactive issue resolution, ensuring teams can safeguard their objectives while capitalizing on unexpected opportunities.

🎯 What This Course Enables Learners will be able to:

  • Differentiate between risks (future uncertainties) and issues (current problems)

  • Identify both negative risks (threats) and positive risks (opportunities)

  • Define organizational risk appetite, tolerance, and actionable thresholds

  • Tailor risk management processes based on project size, complexity, and scale

  • Write clear risk statements that link specific causes to potential impacts

  • Prioritize risks using probability and impact scales and priority matrices

  • Apply quantitative techniques like simulations and decision trees for numerical forecasting

  • Establish contingency and management reserves based on confidence ranges

  • Execute specific response strategies, including mitigation, transfer, and exploitation

  • Monitor risk triggers and transition risks to issues when they occur

📚 Course Highlights Foundations of Uncertainty Defines risk as a future uncertainty. Introduces the critical distinction between individual risks and overall project exposure.

Risks, Assumptions, and Constraints Explores how "hidden" risks often live within planning assumptions and how fixed constraints like budgets and deadlines create pressure on project quality.

Risk Appetite and Thresholds Covers how organizations set the "rules of engagement" for risk, from broad cultural attitudes (appetite) to specific triggers for escalation (thresholds).

Planning and Tailoring Focuses on creating a right-sized risk approach that adds value without administrative bloat. Defines the vital roles of risk ownership and timing.

Identification Techniques Teaches structured brainstorming, historical data review, and expert judgment to uncover threats. Highlights the importance of the risk register as a living document.

Qualitative and Quantitative Analysis Moves from simple relative prioritization (Probability vs. Impact) to advanced numerical analysis for complex projects requiring high-confidence cost and schedule ranges.

Response Strategies A deep dive into the "Four Ts" (and more) of risk response. Covers how to avoid or mitigate threats and how to actively exploit or enhance opportunities.

Secondary and Residual Risks Addresses the "side effects" of risk responses, ensuring that solving one problem doesn’t inadvertently create a new, unmanaged secondary risk.

Monitoring and Environment Adaptation Provides strategies for maintaining risk relevance in dynamic or Agile environments, ensuring the risk process evolves as new information emerges.

đź’ˇ Why This Matters Effective risk management is the difference between a project that stays on track and one that is constantly derailed by "surprises."

By shifting from a reactive mindset to a proactive one, teams can reduce the cost of failure, improve stakeholder confidence, and build more resilient delivery cycles. This course provides the discipline to manage what is known and the flexibility to respond to what is not.

📍 Now available in the Project Management collection.

New Course: Hybrid Approaches
Project
Content Releases
Labels
Content
Project Management
Course

Released: 19/02/2026

Effective project management in the real world rarely fits into a single box. Our new course, Hybrid Approaches, equips learners with the versatile toolkit needed to blend the structured oversight of Waterfall with the iterative speed of Agile.

This course strengthens the practical ability to navigate complex organizational constraints—such as fixed deadlines, regulatory requirements, and multi-vendor environments—without sacrificing the benefits of modern delivery.

🎯 What This Course Enables Learners will be able to:

  • Define hybrid project management and its strategic purpose

  • Compare and contrast Agile, Waterfall, and hybrid methods to determine the best fit

  • Identify specific real-world situations where hybrid approaches offer the most value

  • Describe common hybrid frameworks including Water-Scrum-Fall, SAFe, and DAD

  • Apply layered planning techniques that integrate Gantt charts with Agile backlogs

  • Design workflows that accommodate both iterative sprints and sequential milestones

  • Evaluate trade-offs between scope certainty, schedule, and delivery flexibility

  • Adapt traditional and Agile roles to ensure clear accountability in hybrid contexts

  • Implement "Minimum Viable Documentation" and governance within regulated models

  • Develop tailored delivery strategies that evolve based on organizational maturity

📚 Course Highlights The Case for Hybrid Explores why "pure" Agile isn't always enough. Covers real-world constraints like fixed deadlines, legacy systems, and multi-vendor coordination.

Comparing Methodologies A deep dive into the linear nature of Waterfall versus the cyclical nature of Agile, and how Hybrid sits in the middle to provide both predictability and speed.

Common Hybrid Patterns Examines industry-standard frameworks: Water-Scrum-Fall for structured delivery, SAFe for enterprise scaling, and Disciplined Agile Delivery (DAD) for toolkit-based flexibility.

Layered Planning & Roadmapping Demonstrates how to use Gantt charts for high-level milestones alongside backlogs for daily execution. Introduces Rolling Wave Planning to keep long-term goals adaptable.

Managing Scope & Change Addresses the negotiation between fixed regulatory requirements and flexible feature sets. Blends formal change control with continuous backlog grooming.

Roles & Accountability Clarifies how Product Owners, Scrum Masters, and Project Managers collaborate across layers to prevent friction and maintain delivery momentum.

Communication & Stakeholder Management Shows how to align sprint reviews with steering committees and use visual dashboards to build executive trust.

Risk, Compliance & Documentation Introduces Minimum Viable Documentation and the use of compliance stage-gates to move fast in highly regulated industries like finance and healthcare.

Tailoring & Evolution Provides a roadmap for choosing the right model, running low-risk pilots, and using retrospectives to continuously refine the hybrid approach.

đź’ˇ Why This Matters Most modern organizations operate in a "messy middle" where they need the agility to innovate but the structure to remain compliant and predictable.

This course moves beyond theoretical purity to provide a pragmatic framework for delivery. It ensures that teams can meet rigorous business demands while still fostering a culture of continuous improvement and rapid feedback.

📍 Now available in the Agile collection.

New Interactive Project: Lean Thinking
Project
Content Releases
Labels
Content
Project Management
Project

Released: 16/02/2026

We’re excited to introduce a new hands-on project focused on applying Lean principles in modern project and knowledge-work environments.

Lean Thinking moves beyond theory. It guides learners through practical tools to eliminate waste, improve flow, and build a culture of continuous improvement across cross-functional teams.

Originally popularised through the Toyota Production System, Lean is now widely applied in software, services, and project delivery. This project translates those principles directly into a team and workflow context.


🎯 What This Project Enables

Learners will be able to:

  • Define Lean principles and apply them beyond manufacturing

  • Identify and classify the seven forms of waste using the TIMWOOD framework

  • Use value stream mapping to visualise work and uncover hidden delays

  • Improve flow efficiency by reducing bottlenecks and rework

  • Measure performance using lead time, cycle time, and throughput

  • Apply pull systems and WIP limits to control multitasking

  • Implement continuous improvement using small, structured experiments

  • Connect Lean principles to Agile delivery approaches

  • Evaluate system maturity and improve cross-functional collaboration


đź§­ Project Journey Highlights

Step 1 – What is Lean Thinking?
Introduces Lean as a system-focused mindset. Contrasts resource efficiency with flow efficiency and shifts focus from keeping people busy to finishing valuable work.

Step 2 – Principles of Lean
Explores the five core principles: Value, Value Stream, Flow, Pull, and Perfection. Introduces the PDCA Cycle as a structured approach to improvement.

Step 3 – Identifying Waste (TIMWOOD)
Applies the TIMWOOD framework to project environments, uncovering hidden digital and cognitive waste such as waiting, overproduction, motion, and defects.

Step 4 – Value Stream Mapping
Teaches teams how to visualise end-to-end workflows and calculate flow efficiency to reveal where work truly slows down.

Step 5 – Flow Efficiency & Bottlenecks
Explains system constraints, swarming, and WIP limits. Shifts thinking from local optimisation to system-wide performance improvement.

Step 6 – Lean Metrics & Feedback Loops
Covers lead time, cycle time, throughput, and cumulative flow diagrams. Demonstrates how metrics trigger improvement conversations, not blame.

Step 7 – Continuous Improvement (Kaizen)
Builds practical habits of experimentation and structured learning. Introduces improvement backlogs and root cause analysis techniques such as the 5 Whys.


đź’ˇ Why This Matters

Many teams focus on keeping people productive. Lean focuses on keeping work moving.

This interactive project helps teams reduce friction, shorten delivery times, and improve quality without increasing workload. It equips learners to design better systems, not just manage tasks.

📍 Now available in the Operations & Agile collection.

New Course: Delivering Agile Projects
Project
Content Releases
Labels
Content
Project Management
Course

Released: 16/02/2026

Effective Agile delivery depends on strong planning, realistic estimation, and continuous alignment. Our new course, Delivering Agile Projects, equips learners with the tools and techniques needed to plan iteratively, forecast confidently, and deliver value in dynamic environments.

This course strengthens practical understanding of how Agile teams structure work, estimate effort, and adapt plans without losing momentum.


🎯 What This Course Enables

Learners will be able to:

  • Define core planning concepts within Agile frameworks

  • Differentiate between story points, t-shirt sizing, and time-based estimates

  • Structure work using vision, themes, epics, and user stories

  • Apply collaborative estimation techniques such as Planning Poker

  • Forecast delivery using velocity, capacity, lead time, and cycle time

  • Construct sprint plans aligned to priority and team capacity

  • Use backlog refinement and rolling wave planning to stay adaptable

  • Identify common estimation and planning anti-patterns

  • Integrate sprint planning with stakeholder communication and delivery milestones

  • Tailor planning approaches for distributed, hybrid, and compliance-heavy environments


📚 Course Highlights

Agile Planning Foundations
Reframes planning as iterative, adaptive, and collaborative. Contrasts Agile planning with traditional predictive models.

From Vision to Backlog
Explores how strategic vision is translated into actionable backlog items through themes, epics, and user stories. Covers prioritisation methods including MoSCoW and value vs. effort.

Estimation Techniques
Covers relative estimation using story points and t-shirt sizing, alongside time-based approaches and when each is appropriate.

Team-Based Estimation
Demonstrates how Planning Poker builds shared understanding and surfaces hidden risk.

Velocity & Capacity Forecasting
Explains how historical data improves forecasting accuracy and strengthens sprint commitments.

Sprint Planning in Practice
Walks through real sprint planning sessions, including sprint goals, selection logic, and definition of done.

Backlog Refinement & Rolling Planning
Shows how Agile teams maintain forward visibility while keeping plans flexible.

Tracking & Metrics
Introduces burndown charts, burnup charts, and cumulative flow diagrams to monitor delivery and support stakeholder transparency.

Anti-Patterns & Recovery
Addresses overcommitment, underestimation, gold plating, and poorly defined stories, along with corrective strategies.

Planning for Real-World Complexity
Explores how Agile planning adapts in distributed teams, regulated environments, and hybrid delivery models.


đź’ˇ Why This Matters

Strong Agile delivery is not about rigid schedules. It is about maintaining rhythm, transparency, and adaptability.

This course reinforces practical planning discipline while preserving flexibility. It supports teams in building predictable delivery cycles, improving stakeholder confidence, and sustaining long-term performance.

📍 Now available in the Agile collection.

New Project: Kanban in Practice

Released: 13/02/2026

We’re excited to introduce a new hands-on learning experience focused on applying Kanban in real-world environments.

This interactive project walks learners step-by-step through the Kanban mindset, core practices, flow metrics, and hybrid applications. Instead of theory alone, learners actively engage with boards, WIP limits, feedback loops, and real-world bottleneck scenarios.


🎯 What Learners Will Be Able To:

  • Define the key principles of the Kanban method

  • Compare Kanban with frameworks like Scrum

  • Visualize work using boards, columns, and cards

  • Apply and adjust WIP limits to improve flow

  • Distinguish pull vs push systems and manage overload

  • Analyze lead time, cycle time, throughput, and CFDs

  • Use feedback loops to drive continuous improvement

  • Apply Kanban in hybrid environments, including Scrumban

  • Differentiate between Kanban boards in tools like Jira and Trello


đź§­ Project Journey Highlights

Module 1 – Kanban Foundations
Understand the flow-based mindset and how Kanban evolved from manufacturing into modern knowledge work.

Module 2 – Core Practices
Learn why visualizing work, limiting WIP, and managing flow form the backbone of Kanban.

Module 3 – Designing Effective Boards
Build meaningful columns, define workflow states, and create cards that reflect real value delivery.

Module 4 – WIP Limits in Action
Experiment with capacity-based limits to reduce multitasking and improve predictability.

Module 5 – Pull vs Push Systems
Shift from overload to sustainable pace using capacity-driven pull.

Module 6 – Measuring Flow
Use lead time, cycle time, throughput, and Cumulative Flow Diagrams to guide improvement with data.

Module 7 – Feedback Loops
Apply stand-ups, replenishment meetings, and retrospectives to improve system behavior.

Module 8 – Kanban in the Real World
Spot bottlenecks, optimize flow, and layer Kanban into existing Scrum or functional team structures.


đź’ˇ Why This Project Matters

Kanban isn’t about replacing your current process. It’s about making work visible, controlling overload, and improving how value flows through your system.

This interactive experience gives learners practical tools they can immediately apply to reduce bottlenecks, improve responsiveness, and create a more sustainable pace of delivery.

📍 Now available in the Agile collection.

New Project: Scrum Methodology
Project
Content Releases
Labels
Content
Project Management
Project

Released: 13/02/2026

A new hands-on learning experience is now available. This interactive project guides learners step-by-step through Scrum fundamentals, practical execution, and scaled application.

Unlike a traditional course, this project combines short learning segments with challenge-based progression. Learners explore concepts, apply them immediately, and unlock the next step by demonstrating understanding.

What this project enables:

  • Define the key principles, artifacts, events, and accountabilities of Scrum

  • Explain how Scrum applies Agile values through transparency, inspection, and adaptation

  • Plan, run, and review a complete Sprint with confidence

  • Apply techniques such as backlog refinement, WIP limits, and effective retrospectives

  • Interpret metrics including velocity, burndown, burnup, lead time, and CFDs

  • Manage capacity, interruptions, and dependencies during live Sprints

  • Understand scaling options including Nexus, LeSS, SAFe, and Scrum of Scrums

Project highlights include:

  • Interactive Sprint simulations

  • Real-world scenario challenges

  • Built-in knowledge checks and adaptive feedback

  • Visual tools for forecasting, flow, and risk management

  • Practical guidance on scaling Scrum across multiple teams

This project strengthens applied understanding of Scrum in real delivery environments. It supports teams in building better flow, protecting quality, and maintaining empirical decision-making across single and multi-team contexts.

📍 Now live in the Agile collection.

New Course Release: Stakeholders and Communication Management
Project
Content Releases
Labels
Content
Project Management
Course

Effective project delivery relies not just on planning—but on people. This course gives project professionals the tools to manage stakeholders and communication with confidence in predictive (plan-driven) environments.

What learners will explore:

  • How to identify, map, and prioritise both visible and hidden stakeholders

  • Tools to classify engagement levels and plan influence strategies

  • Methods for aligning communication with project phases and stakeholder needs

  • Techniques for selecting the right communication channels—push, pull, or interactive

  • A structured approach to monitoring engagement and adapting plans as projects evolve

From stakeholder registers to communication models, this course connects strategic engagement with day-to-day delivery—ensuring the right people have the right information at the right time.

New Course: Resource Management
Project
Content Releases
Labels
Content
Project Management
Course

Strong resource management ensures projects are delivered on time, on budget, and with the right people and assets in place. This new course gives teams the tools to plan, secure, and manage both human and physical resources across a variety of project environments.

What learners will gain:

  • A clear understanding of how resources affect project scope, schedule, cost, and risk

  • Practical techniques for estimating, assigning, and integrating resources into project plans

  • Insights into team leadership, motivation, and conflict resolution

  • Tools for tracking usage and communicating status to stakeholders

  • Guidance on adapting resource strategies for predictive, agile, and hybrid delivery models

From estimating needs to resolving resource conflicts and adapting to change, this course supports more reliable, efficient, and people-centric project delivery.

New Course Release: Project Quality Management
Project
Content Releases
Labels
Content
Project Management
Course

Effective quality management ensures project outcomes are consistent, reliable, and aligned with expectations. Our latest course explores how teams can plan for quality, embed it into processes, and verify results through clear standards and proven techniques.

In this course, learners will:

  • Define quality in a project context and understand why prevention is more cost-effective than correction.

  • Explore the three key quality processes: Plan Quality, Manage Quality, and Control Quality.

  • Learn how tools like checklists, control charts, Pareto analysis, and audits support delivery excellence.

  • Understand the Cost of Quality and how quality assurance reduces long-term risk.

  • Apply concepts through a full-lifecycle case study and explore how to tailor quality practices for different project types.

This course builds foundational knowledge in delivering project outputs that meet stakeholder needs—without waste, rework, or compromise.

New Course: Introduction to Business Analysis in Projects
Project
Content Releases
Labels
Content
Project Management
Course

Strengthen project outcomes with better-defined needs and smarter solutions.
This course introduces Business Analysis as a strategic function that supports value delivery, clarity, and stakeholder alignment throughout the project lifecycle. It equips professionals with the tools and mindset to translate business needs into actionable requirements—supporting better planning, delivery, and results.

Key topics include:

  • The role of Business Analysis and how it differs from project management

  • Core phases of the Business Analysis lifecycle

  • Requirements elicitation, documentation, and change management

  • Stakeholder engagement models and planning integration

  • Tools and artifacts such as business cases, user stories, and prototypes

  • Business Analysis in managing uncertainty, ambiguity, and evolving scope

Why it matters:
By embedding Business Analysis practices into project workflows, teams can reduce risk, increase stakeholder satisfaction, and improve solution quality—whether working in predictive, agile, or hybrid environments.

New Course: Master ChatGPT
Project
Content Releases
Labels
AI
Content
Course

Empower your teams to work smarter with AI.
This comprehensive course equips learners with the skills to effectively use ChatGPT across a wide range of workplace scenarios. Covering everything from model selection to automation with Agent Mode, learners will gain a deep understanding of the platform’s core features and how to apply them to real-world tasks.

Key topics include:

  • Navigating the ChatGPT interface

  • Choosing and using different AI models (Instant, Thinking, Pro)

  • Working with multimodal inputs (text, files, images)

  • Using advanced features like Projects, Custom GPTs, and Deep Research

  • Automating workflows with Agent Mode

  • Managing personalization and memory settings

  • Ensuring safe, effective, and compliant use

Ideal for: Teams exploring how AI can boost productivity, decision-making, and efficiency across roles.

New Course Release: Project Cost Management
Project
Content Releases
Labels
Content
Project Management
Course

Effective cost management is a cornerstone of successful project delivery. This new course provides a practical, end-to-end guide to managing project costs—from planning and estimating to budgeting, tracking, and reporting—across a variety of project types.

Ideal for teams working in predictive, agile, or hybrid environments, the course builds both strategic understanding and hands-on skills.

âś… Key topics include:

  • Core cost management processes: plan, estimate, budget, and control

  • Forecasting tools and Earned Value Management (EVM)

  • Tailoring cost management for predictive, adaptive, or hybrid projects

  • Linking cost control to risk, value delivery, and return on investment

  • Best practices for cost reporting, stakeholder communication, and governance

  • A full case study that shows how cost management supports delivery and business outcomes

🎯 What learners will gain:

  • A complete framework for managing project costs effectively

  • Skills to forecast and respond to cost variances with confidence

  • Tools to tailor cost approaches based on project size and delivery model

  • Insights into how cost management contributes to long-term value

This course helps build cost-aware project teams that make informed financial decisions and align delivery with business strategy.

New Course Release: Agile Project Management
Project
Content Releases
Labels
Content
Project Management
Course

Agile is more than a buzzword—it’s a proven approach to delivering value in complex, fast-changing environments. This course offers a complete introduction to Agile project management, from foundational principles to real-world application, tools, and scaling strategies.

Whether your teams are new to Agile or looking to refine existing practices, this course supports consistent understanding and confident implementation across the organization.

âś… Key topics include:

  • Agile foundations: values, principles, and the Agile Manifesto

  • The Agile lifecycle: backlogs, sprints, feedback loops, and iteration

  • Core roles in Scrum-based teams: Product Owner, Scrum Master, Developers

  • Popular frameworks: Scrum, Kanban, Lean—and how to choose or combine them

  • Agile planning: User Stories, Epics, Themes, and prioritization techniques

  • Estimation methods: Story Points, Planning Poker, and velocity tracking

  • Ceremonies and tools: from Sprint Reviews to Kanban Boards

  • Practical scenarios: adapting Agile workflows to real-world demands

  • Scaling Agile across teams with frameworks like SAFe, LeSS, and DAD

  • When Agile fits best—and when a hybrid or traditional approach may be more effective

🎯 What learners will gain:

  • A shared language and toolkit for Agile delivery

  • Confidence in applying Agile in diverse business settings

  • Tools for tracking, estimating, and prioritizing work

  • Insight into scaling Agile effectively across larger teams or projects

  • A practical foundation for improving speed, flexibility, and value delivery

Ideal for anyone working in—or transitioning to—Agile environments, this course helps bridge theory and practice, so teams can work smarter, collaborate better, and deliver faster.

New Course Release: Agentic AI
Project
Content Releases
Labels
AI
Content
Course

AI agents are no longer theoretical—they're operational. This course explores Agentic AI: systems that can think, plan, and act independently to complete real-world tasks.

From tool integration and orchestration layers to emerging standards like MCP and A2A, this course helps professionals understand what agentic systems are, how they work, and how to deploy them responsibly across business functions.

✅ What’s covered:

  • What makes Agentic AI possible—and how it differs from traditional AI

  • The ReAct framework: how agents reason, act, and iterate autonomously

  • Tool use, function calling, and how agents communicate with APIs and systems

  • Designing single vs. multi-agent architectures and managing autonomy

  • Real-world business applications: from customer support to personalized marketing

  • Future standards: Model Context Protocol (MCP) and Agent-to-Agent (A2A) communication

  • Key challenges in governance, bias, hallucination, and agent drift

  • A practical roadmap for strategic adoption and continuous learning

📌 Outcomes:

Learners will gain the knowledge to:

  • Understand the architecture behind modern AI agents

  • Design and deploy agentic systems suited to their organization’s needs

  • Identify high-impact use cases across operations, marketing, and support

  • Govern and monitor agent behavior to ensure safety, compliance, and alignment

  • Stay ahead in a rapidly evolving AI landscape

This course is ideal for anyone building or overseeing AI systems—and essential for teams evaluating the next frontier in automation.

New Course: Project Governance and Delivery
Project
Content Releases
Labels
Content
Project Management
Course

Strong project governance is what transforms delivery into value. Our latest course explores the structures, roles, and principles that ensure projects stay aligned with strategy—while remaining flexible enough to adapt to change.

From defining governance roles to applying frameworks like RACI, dashboards, and stakeholder maps, this course equips learners to lead and support projects that deliver meaningful outcomes, not just outputs.

✅ What’s covered:

  • The core function of project governance and why it matters

  • Key governance roles (Sponsor, PM, PMO, Steering Committees)

  • RACI charts and decision logs in real-world governance

  • Guiding principles: stewardship, adaptability, transparency, and more

  • Connecting governance to delivery across all project types—predictive, adaptive, and hybrid

  • Performance domains: stakeholders, teams, planning, measurement, and risk

  • Practical tools: risk matrices, dashboards, stakeholder maps

  • How governance manages change, escalations, and benefits realization

📌 Outcomes:

Learners will gain the knowledge to:

  • Build governance structures that support clarity, accountability, and coordination

  • Tailor governance to suit project size, risk, and delivery approach

  • Use tools to enable data-driven decisions and support strategic outcomes

  • Guide projects from initiation to close with effective checkpoints and controls

This course supports any team looking to improve delivery consistency and align project work with wider business goals.

New Course: Schedule Management
Project
Content Releases
Labels
Content
Project Management
Course

A well-structured schedule is one of the most critical tools in successful project delivery. Kubicle’s latest course, Schedule Management, equips learners with the skills to build, analyze, and adapt project schedules in both traditional and Agile environments.

This course supports project managers, team leads, and professionals involved in time-sensitive initiatives who need to manage complexity, anticipate risk, and deliver on time.


Course Overview: Schedule Management
This course covers the full lifecycle of project scheduling—from building activity sequences to identifying the critical path and applying schedule compression techniques. Learners will also explore tools like Gantt charts, network diagrams, and earned value metrics to track performance and adapt plans as needed.

Topics include:

  • Building schedules using activities, durations, and dependencies

  • Creating Work Breakdown Structures (WBS) and network diagrams

  • Applying the Critical Path Method (CPM) to find schedule bottlenecks

  • Using float to manage risk and resource flexibility

  • Fast-tracking and crashing to compress timelines

  • Managing constraints, performance tracking, and forecasting

  • Applying scheduling tools in Agile and hybrid environments


Key Outcomes:
After completing this course, learners will be able to:

  • Build accurate and realistic project schedules

  • Identify and manage dependencies, constraints, and milestones

  • Use the Critical Path Method to prioritize and control timelines

  • Apply schedule compression techniques effectively

  • Track progress using baselines, earned value metrics, and forecasts

  • Adapt scheduling tools for Agile or hybrid project delivery

This course is ideal for cross-functional teams working on strategic projects where time, clarity, and coordination are essential.

New Course: Prompt Engineering
Project
Content Releases
Labels
AI
Content
Course

Generative AI is transforming how professionals work—but unlocking its full potential requires skill. Kubicle’s latest course, Prompt Engineering, equips learners with a practical toolkit for crafting high-quality prompts that drive better AI responses, increase productivity, and support responsible AI use across business functions.

This course is ideal for professionals who use AI tools in their day-to-day work and want to improve the quality, consistency, and impact of their outputs.


Course Overview: Prompt Engineering
Learners will explore prompt engineering techniques step-by-step—from basic structures to advanced approaches like role prompting, format guidance, and iterative refinement. The course also introduces reasoning models, multimodal AI, ethical considerations, and strategies for maintaining a prompt library that supports ongoing business tasks.

Topics Covered:

  • What prompt engineering is and why it matters

  • Zero-shot and few-shot prompting techniques

  • Role prompting to tailor tone, focus, and perspective

  • Meta-prompting and format guidance for structured outputs

  • Combining techniques and refining prompts iteratively

  • Working with reasoning models and multimodal AI

  • Using AI tools for calculations, web searches, and data analysis

  • Addressing hallucinations, bias, and ethical risks in AI

  • Building and maintaining a prompt library for recurring use


Key Outcomes:
By the end of this course, learners will be able to:

  • Craft clear, specific prompts that improve the quality of AI responses

  • Choose and apply the right prompting techniques for different tasks

  • Refine prompts through iteration and self-evaluation

  • Leverage AI for complex problem-solving, structured outputs, and content generation

  • Identify limitations and apply ethical practices in business use

  • Build and manage a prompt library for consistency and scalability

This course supports teams working in all areas of business where prompt quality directly impacts efficiency and output quality.

New Course: Project Integration
Project
Content Releases
Labels
Content
Project Management
Course

Successful projects require more than just planning—they rely on integration. Kubicle’s new course, Project Integration, equips learners with the tools and mindset to align all parts of a project, from initiation to delivery.

This course emphasizes the role of integration in strategic execution and introduces the Project Charter as a central tool for maintaining alignment, authority, and direction throughout the project lifecycle.


Course Overview: Project Integration
Learners will explore how integration supports coordination, communication, and accountability across stakeholders and project phases. The course also breaks down the structure, purpose, and application of the Project Charter, offering practical guidance for creating charters that lead to well-governed, aligned projects.

Included Lessons:

  • Why Project Integration Matters
    Introduces integration as a critical function for maintaining alignment and stability across the project lifecycle.

  • The Role of the Charter in Integration
    Explains how the Project Charter serves as a foundation for integration—establishing authority, vision, and direction.

  • Charter Purpose and Strategic Fit
    Covers how to write a purpose statement that links the project to broader strategic goals.

  • Building a Strong Project Charter
    Breaks down key components of the charter, including scope, objectives, stakeholders, and constraints.

  • Establishing Governance and Accountability
    Explores how roles, responsibilities, and governance structures are defined and reinforced through the charter.

  • Tailoring the Charter to the Project
    Demonstrates how to adapt the charter to different delivery models—predictive, agile, or hybrid.

  • From Charter to Planning
    Shows how the charter informs early planning decisions around scope, schedule, and risk.

  • Kickoff and Progress Tracking
    Explains how to use the charter to support alignment and tracking once project delivery begins.

  • Integration in Action
    Presents real-world examples of how integration helps teams adapt and stay aligned during delivery.

  • The PM as Integrator
    Highlights how project managers act as integrators throughout the lifecycle—leading with clarity and coordination.


Key Outcomes:
By the end of this course, learners will be able to:

  • Understand the importance of integration in project success

  • Develop effective, strategic Project Charters

  • Align charter content with governance, accountability, and delivery models

  • Use the charter to bridge initiation and planning, and maintain alignment through delivery

  • Lead with an integration mindset to coordinate teams and drive strategic outcomes

This course is ideal for project managers, delivery leads, and cross-functional teams working on complex or high-impact initiatives.

New Course: Report Writing
Project
Content Releases
Labels
Content
Course

Well-structured reports are a cornerstone of effective business communication. Kubicle’s new course, Report Writing, equips learners with the skills to plan, structure, and write reports that communicate clearly, persuade effectively, and support informed decision-making across a wide range of professional contexts.

This course builds core communication skills for professionals working in operations, analysis, compliance, and management roles.


Course Overview: Report Writing
The course provides a complete guide to business report writing—from identifying the right format to organizing content, making persuasive arguments, and refining tone and structure. It covers both written clarity and visual presentation, supporting learners in creating reports that are credible, reader-focused, and action-oriented.

Included Lessons:

  • What Is Report Writing
    Explains how reports differ from other workplace communication and why clear, structured writing builds credibility.

  • Types of Reports
    Introduces four core business report types—status, analytical, decision, and compliance—and how to match them to business needs.

  • Knowing Your Audience
    Focuses on adapting content, tone, and structure based on who will read and act on the report.

  • Clarifying the Purpose
    Covers how to align each report with both immediate goals and broader organizational outcomes.

  • Planning with the 5 Ws
    Introduces a framework for organizing report content before drafting begins.

  • Structuring a Report
    Guides learners through the key components and logical flow of a professional report.

  • Building a Persuasive Argument
    Explains how to support key messages with structured reasoning, evidence, and consideration of alternative viewpoints.

  • Writing with Clarity
    Provides techniques for writing in plain, professional language that supports accessibility and impact.

  • Executive Summaries
    Covers how to distill complex reports into high-value summaries for decision-makers.

  • Using Visuals
    Explores how to enhance communication using tables, charts, and visuals that reinforce data-driven points.

  • Editing and Finalizing Reports
    Walks through editing, formatting, and feedback techniques to improve report quality and tone.

  • Finalizing and Submitting
    Covers version control, approvals, and delivery strategies to ensure reports land with professionalism and confidence.


Key Outcomes:
By the end of this course, learners will be able to:

  • Identify appropriate report types for different business purposes

  • Structure and write clear, concise, and persuasive reports

  • Use visuals and summaries to enhance understanding and accessibility

  • Apply editing and formatting techniques to improve quality and readability

  • Submit polished reports that support decision-making and professional reputation

This course supports teams that produce written outputs in finance, strategy, operations, compliance, HR, and cross-functional roles.

New Course: Project Management Approaches
Project
Content Releases
Labels
Content
Project Management
Course

Choosing the right project methodology is essential for driving outcomes, managing risk, and aligning teams. Kubicle’s new course, Project Management Approaches, introduces a comprehensive range of traditional, adaptive, and efficiency-focused project management frameworks—enabling learners to select and apply the best approach for their specific project context.

This course supports capability development across delivery teams, operations, and project governance functions.


Course Overview: Project Management Approaches
From structured methods like Waterfall and PRINCE2 to flexible and iterative approaches such as Agile, Scrum, and Kanban, this course builds a practical, cross-functional understanding of the tools and principles behind major methodologies. Learners will also explore frameworks for quality improvement, efficiency, and standardization.

Included Lessons:

  • Intro to Project Management Approaches
    Explains the value of using formal methodologies and introduces key frameworks used across industries.

  • Waterfall Methodology
    Covers the step-by-step, linear project model suited for defined scopes and tightly controlled processes.

  • Agile Project Management
    Introduces Agile principles and workflows that support flexibility and iterative delivery.

  • Scrum
    Explores the structure and roles within Scrum, including sprints, ceremonies, and team accountabilities.

  • Lean Project Management
    Focuses on value-driven delivery by minimizing waste and streamlining workflows.

  • Six Sigma Methodology
    Introduces the data-driven DMAIC cycle for improving process quality and reducing variation.

  • Kanban Methodology
    Highlights visual task management tools and WIP limits for improved flow and adaptability.

  • PRINCE2 Framework
    Explores a stage-gated, governance-focused framework for high-risk or complex projects.

  • The PMBOK® Guide
    Presents PMBOK as a foundational knowledge base supporting standard practices and vocabulary across projects.

  • The Critical Path Method
    Explains how to schedule and manage task dependencies by identifying the project’s critical path.


Key Outcomes:
By the end of this course, learners will be able to:

  • Understand and compare leading project management methodologies

  • Identify the strengths, use cases, and limitations of each framework

  • Select and tailor an approach based on project scope, risk, and delivery needs

  • Improve consistency, communication, and decision-making within project teams

  • Apply core tools like Scrum sprints, Kanban boards, Lean principles, and CPM scheduling

This course is ideal for professionals working across delivery, operations, strategy, or governance—particularly those managing varied or cross-functional project types.

New Course: Project Planning
Project
Content Releases
Labels
Content
Project Management
Course

Clear, structured planning remains one of the strongest predictors of project success. Kubicle’s new course, Project Planning, builds foundational and practical planning skills—enabling learners to define project objectives, scope, schedules, resources, and budgets while navigating risk.

This course supports both predictive and adaptive approaches, helping professionals tailor plans to their project context and delivery goals.


Course Overview: Project Planning
Learners will gain the tools and frameworks needed to plan projects from initiation to execution. The course explores planning methodologies, scheduling techniques, resource and cost estimation, and risk mitigation—providing end-to-end planning knowledge suitable for a variety of business and project environments.

Included Lessons:

  • The Value of Planning
    Explains how structured planning improves clarity, efficiency, and stakeholder satisfaction.

  • Setting Objectives
    Introduces the SMART framework to create measurable, aligned project goals.

  • Defining Project Scope
    Covers how to develop a clear scope statement to guide deliverables and expectations.

  • Predictive Planning
    Outlines structured, upfront planning approaches for defined project paths.

  • Adaptive Planning
    Explores iterative planning for dynamic or uncertain project conditions.

  • Tailoring Your Planning Approach
    Shows how to combine predictive and adaptive strategies for context-specific planning.

  • Work Breakdown Structure (WBS)
    Teaches how to deconstruct project work into manageable components.

  • Creating Activity Lists
    Explains how to define, sequence, and verify project tasks based on deliverables.

  • Scheduling and Dependencies
    Covers timeline creation using estimation, dependency mapping, and critical path identification.

  • Resource Planning
    Introduces tools and strategies for allocating people, tools, and budgets effectively.

  • Cost Estimation and Budgeting
    Guides learners through estimating project costs, creating budgets, and setting cost baselines.

  • Risk Assessment and Mitigation
    Helps identify project risks and build actionable mitigation and response plans.


Key Outcomes:
By the end of this course, learners will be able to:

  • Develop clear project goals, scope, and timelines

  • Apply predictive, adaptive, or hybrid planning approaches

  • Create Work Breakdown Structures and task lists

  • Estimate resources, budgets, and timelines using proven techniques

  • Identify and manage project risks proactively

This course is ideal for teams involved in project delivery, operations, or change management—especially where alignment, predictability, and risk awareness are critical.

New Course: Inline Coding with AI
Project
Content Releases
Labels
AI
Content
Course

Generative AI is reshaping how non-technical professionals contribute to software and workflow development. Kubicle’s new course, Inline Coding with AI, introduces the concept of “Vibe Coding”—a practical approach to building applications and automation using AI chat tools directly within coding environments.

This course empowers business professionals to engage in technical problem-solving, prototype digital tools, and streamline workflows—without requiring deep programming expertise.


Course Overview: Inline Coding with AI
Learners will gain hands-on experience planning, prompting, and iterating on real AI-generated applications—from client-facing tools to automated internal workflows. The course also covers coding environments, debugging, AI model selection, and responsible use of AI coding platforms.

Included Lessons:

  • Introduction to Coding Concepts
    Explains the value of coding literacy for professionals in decision-making, communication, and innovation.

  • Defining Vibe Coding
    Introduces the core concept and realistic expectations around using AI to write functional code inline.

  • The Vibe Coder Mindset
    Presents a product-oriented approach to AI coding, focusing on clarity, purpose, and user outcomes.

  • Selecting Appropriate Tech Stacks
    Outlines how to choose technologies that suit project needs and the capabilities of AI tools.

  • Using a Product Requirement Document
    Introduces documentation practices that enhance the precision and success of AI-generated code.

  • Inline AI Coding Environments
    Explores tools and platforms that support embedded coding experiences, along with their pros and cons.

  • Case Studies: Planning and Building Projects
    Walks through the development of multiple small-scale apps, from concept to iteration.

  • Debugging and Error Resolution
    Covers common troubleshooting methods and techniques to maintain code quality.

  • Effective Feature Requests
    Shares best practices for communicating with AI tools to guide functionality and iteration.

  • Workflow Automation Projects
    Demonstrates how to build and refine tools that automate repetitive tasks and improve efficiency.

  • Managing Limitations and Constraints
    Provides strategies for working around technical limitations in inline environments.

  • Interactive Dashboard Projects
    Covers the design and development of advanced data dashboards with interactive elements.

  • Managing Extended Iterations
    Explains how to maintain project continuity across sessions and avoid AI context loss.

  • Selecting AI Models
    Reviews how to assess and select AI tools, including considerations for performance and updates.

  • Security and Compliance Considerations
    Outlines key legal and ethical requirements when using AI to build software or process data.


Key Outcomes:
By the end of this course, learners will be able to:

  • Understand and apply Vibe Coding methods using AI-powered coding environments

  • Plan and build functional tools through structured prompting and iteration

  • Troubleshoot errors and guide AI through development processes

  • Automate simple workflows and visualize data with interactive dashboards

  • Evaluate AI tools for business needs while addressing compliance and security considerations

This course is ideal for cross-functional professionals and teams exploring AI-enhanced workflows, internal tooling, or low-code software development.

New Course: Microsoft Teams
Project
Content Releases
Labels
Content
Course
Microsoft

Microsoft Teams has become a cornerstone of modern collaboration—especially in hybrid and remote work environments. Kubicle’s new course, Microsoft Teams, introduces the full range of core and advanced features that support communication, document sharing, task management, and meeting coordination across teams and departments.

This course equips learners with practical skills to make full use of Teams as an integrated workspace.


Course Overview: Microsoft Teams
The course walks through the Teams interface, key collaboration tools, and best practices for daily usage. It also introduces integrations with Microsoft Planner, SharePoint, and OneDrive—giving learners the tools to streamline work, manage tasks, and collaborate effectively.

Included Lessons:

  • Introduction to Microsoft Teams
    Outlines how Teams supports hybrid collaboration and compares it to alternative platforms like Google Workspace.

  • Navigating the Teams Interface
    Explores the main dashboard and how to customize the user profile for visibility and usability.

  • Understanding Teams and Channels
    Explains how to organize workspaces using Teams and Channels and manage access to relevant groups.

  • Chats
    Covers private and group chat functionality, including formatting, file sharing, and etiquette.

  • Communicating in Channels
    Highlights structured communication through Channel posts, mentions, replies, and notifications.

  • Working with Files
    Explains how to collaborate on shared documents, with integrations across SharePoint and OneDrive.

  • Meetings
    Demonstrates how to schedule and run meetings, use breakout rooms, and manage in-meeting settings.

  • Staying Organized with Your Teams Calendar
    Covers calendar use, activity tracking, and search functions to stay up to date across Teams.

  • Best Practices for Using Teams
    Offers guidance on when to use Chats vs. Channels, naming conventions, and productivity shortcuts.

  • Task Management with Planner
    Introduces Microsoft Planner as a task tracking tool within Teams, including visual task boards and assignments.

  • Advanced Teams
    Explores apps, bots, workflows, and emerging features like AI copilots to extend Teams’ capabilities.


Key Outcomes:
By the end of this course, learners will be able to:

  • Navigate and use core features within Microsoft Teams

  • Communicate effectively through Chats and Channels

  • Organize meetings, manage calendars, and collaborate on shared documents

  • Use integrated tools like Planner, SharePoint, and OneDrive for seamless task management

  • Apply best practices and explore advanced features to tailor Teams to organizational needs

This course supports teams looking to improve digital collaboration, standardize usage of Microsoft Teams, or onboard new users to the platform.

New Course: AI Ethics and the Workplace
Project
Content Releases
Labels
AI
Course

As AI adoption grows across all areas of business, so do the ethical challenges that come with it. Kubicle’s new course, AI Ethics and the Workplace, helps learners understand how to use AI responsibly by exploring core ethical principles and practical frameworks for evaluation, oversight, and decision-making.

This course is designed to build awareness and promote accountability in the use of AI tools—across teams, processes, and procurement.


Course Overview: AI Ethics and the Workplace
The course introduces learners to six core principles of ethical AI—transparency, accountability, fairness, privacy, reliability and safety, and beneficence—and shows how these can be applied in everyday workplace scenarios. It supports critical thinking, risk recognition, and values-based implementation.

Included Lessons:

  • Introduction to AI Ethics and the Workplace
    Defines AI in the workplace and outlines why ethical use is a growing concern for organizations and individuals.

  • The Pillars of Trustworthy AI
    Introduces a six-pillar ethical framework for evaluating and managing AI use.

  • Building Ethical AI Practices through Values
    Links ethical AI use to organizational values and culture, supporting trust and alignment.

  • When Speed Overrides Ethics
    Explores how performance-driven decisions can compromise fairness and integrity.

  • Who’s Accountable when AI Fails?
    Highlights the importance of clear oversight and accountability structures.

  • Understanding Ethical Risks in AI
    Identifies common risks such as bias, privacy invasion, and systemic exclusion.

  • Uncovering Bias in Algorithms
    Explains how training data and design choices can lead to discriminatory outcomes.

  • Transparency and Explainability
    Emphasizes the need to understand and communicate how AI systems make decisions.

  • Data, Privacy, and Consent
    Focuses on the ethical management of user data and the role of consent in responsible AI.

  • Ethical AI in Content and Communication
    Addresses risks associated with AI-generated content and communication.

  • Hallucinations, Hidden Logic, and Exclusion
    Covers the risk of AI misinformation, hidden logic, and the exclusion of diverse voices.

  • Spotting the Red Flags Early
    Provides techniques for early detection of problematic AI behaviors or use cases.

  • Asking the Right Questions
    Introduces a questioning mindset to guide ethical evaluations of AI tools.

  • Evaluating AI Tools and Vendors
    Applies ethical criteria to vendor selection and procurement decisions.


Key Outcomes:
By the end of this course, learners will be able to:

  • Apply ethical principles to evaluate AI tools and workplace practices

  • Identify common risks such as bias, exclusion, and misinformation

  • Understand the importance of transparency, accountability, and data protection

  • Recognize early warning signs of unethical AI behavior

  • Support values-based procurement and implementation decisions

This course is ideal for teams adopting or scaling AI tools and for organizations building responsible AI practices into governance, procurement, and training.

New Course: Getting Started with SharePoint
Project
Content Releases
Labels
Course
Microsoft

SharePoint is a core part of the Microsoft 365 suite, widely used for document management, internal communication, and team collaboration. Kubicle’s latest course, Getting Started with SharePoint, introduces the key features and tools of SharePoint Online, helping learners build confidence in creating, managing, and collaborating through SharePoint sites.

This course provides foundational training suitable for both new users and those transitioning from legacy systems.


Course Overview: SharePoint Essentials
Learners will explore SharePoint’s structure, functionality, and integration across Microsoft 365. From navigation and document libraries to custom lists and Microsoft Teams integration, this course enables learners to support everyday collaboration and file management more effectively.

Included Lessons:

  • Introduction to SharePoint
    Explains SharePoint’s role in Microsoft 365 and its value as a collaboration and information-sharing tool.

  • SharePoint Navigation
    Introduces the SharePoint Online interface, including the Start Page and navigation options.

  • SharePoint and OneDrive
    Clarifies the differences between SharePoint and OneDrive, and how they work together in shared and personal file storage.

  • SharePoint Sites
    Explores Team Sites and Communication Sites—how they differ and when to use each.

  • Creating and Managing Sites
    Covers site setup, template use, member permissions, and basic site management tasks.

  • Pages
    Shows how to create and customize pages using web parts like text blocks, buttons, and images.

  • Document Libraries
    Explains how to manage files collaboratively using version control, metadata, and organization best practices.

  • Lists
    Introduces SharePoint Lists as tools for tracking, data entry, and structured team workflows.

  • SharePoint and Teams
    Details how SharePoint integrates with Microsoft Teams for seamless communication and content access.

  • Best Practices
    Provides guidance on organizing sites, managing access, and maintaining long-term usability.

  • Avoiding Common Pitfalls
    Outlines frequent SharePoint mistakes and how to avoid or troubleshoot them effectively.


Key Outcomes:
By the end of this course, learners will be able to:

  • Navigate and use key features in SharePoint Online

  • Set up and manage Team Sites and Communication Sites

  • Use document libraries and lists to organize content and track work

  • Integrate SharePoint with Teams for more efficient collaboration

  • Apply best practices and avoid common configuration issues

This course is ideal for teams adopting SharePoint or expanding its use across departments, supporting digital collaboration and structured content management.

New Course: Project Roles and Responsibilities
Project
Content Releases
Labels
Content
Project Management
Course

Effective project execution depends on more than just tools and timelines—it requires clearly defined roles, aligned responsibilities, and structured collaboration. Kubicle’s latest course, Project Roles and Responsibilities, provides a comprehensive guide to the key players in any project, helping organizations improve communication, accountability, and performance across teams.

This course is designed to support cross-functional collaboration and enable professionals to understand their responsibilities within varied project environments.


Course Overview: Project Roles and Responsibilities
This course explores how project teams are structured, the critical functions of each role, and how to foster effective leadership, communication, and stakeholder engagement throughout the project lifecycle.

Included Lessons:

  • Project Roles Overview
    Introduces the four primary project roles—project manager, sponsor, team members, and stakeholders—and their contributions to project outcomes.

  • The PM – Responsibilities and Competencies
    Outlines the core duties of the project manager, including planning, execution, monitoring, and the leadership and strategic skills required to succeed.

  • The PM – Ethics and Professional Conduct
    Examines how ethical principles—responsibility, respect, fairness, and honesty—inform project decisions and leadership behavior.

  • The Project Sponsor
    Explores the sponsor’s role in strategic oversight, resource allocation, and high-level support for project governance.

  • Project Team Members
    Defines the responsibilities of team members and introduces the RACI model to clarify accountability and streamline coordination.

  • Organizational Structures and Project Impact
    Analyzes how different organizational models (functional, matrix, projectized) affect decision-making, authority, and communication.

  • Stakeholders
    Identifies internal and external stakeholders and examines their role in shaping project direction and delivery.

  • Stakeholder Engagement Strategies
    Provides tools for mapping stakeholder influence and tailoring engagement approaches based on interest and impact.

  • Communication: Tools and Channels
    Explores communication styles and platforms, helping learners choose appropriate tools for context and audience.

  • Building a Communication Plan
    Guides the creation of structured communication plans aligned to stakeholder needs and project phases.

  • Leadership Styles
    Introduces various leadership approaches and the importance of emotional intelligence in project environments.

  • Building a High-Performing Team
    Focuses on building team cohesion, navigating conflict, and applying motivational strategies through the stages of team development.


Key Outcomes:
By the end of this course, learners will be able to:

  • Identify key project roles and define their responsibilities

  • Understand how organizational structure affects project communication and authority

  • Apply ethical principles in project management practices

  • Engage stakeholders effectively through tailored strategies and structured communication

  • Choose leadership styles and communication tools that support team success

  • Build, manage, and sustain high-performing project teams

This course is ideal for organizations aiming to strengthen cross-functional collaboration, align teams around clear expectations, and improve project leadership at all levels.

New Course: The EU Artificial Intelligence Act
Project
Content Releases

As AI becomes increasingly embedded in business operations, understanding how to manage its risks and comply with emerging regulations is essential. Kubicle’s new course, The EU Artificial Intelligence Act, offers a comprehensive overview of the world's first major AI regulatory framework and its implications for AI adoption, governance, and compliance across industries.

This course enables learners to build the regulatory literacy required to navigate the evolving legal landscape around artificial intelligence.


Course Overview: The EU Artificial Intelligence Act
The course examines the EU’s risk-based approach to AI oversight and details the responsibilities of organizations that develop, deploy, or manage AI systems. It also explores the impact of the regulation across sectors, offering guidance on compliance strategies and governance best practices.

Included Lessons:

  • Foundations of EU AI Act
    Introduces the purpose, principles, and regulatory objectives behind the EU AI Act, with a focus on privacy, security, and fairness.

  • Obligations
    Explains the distinct responsibilities for AI providers and deployers, and the role of ethical awareness in responsible AI usage.

  • AI Risk Categories
    Outlines the four risk levels—unacceptable, high, limited, and minimal—and the compliance expectations tied to each.

  • Compliance Frameworks
    Details the operational and governance measures required for regulated AI systems, including risk management and transparency.

  • General-Purpose AI
    Explores regulatory approaches to broad-use AI models, addressing challenges like accountability and algorithmic transparency.

  • Governance and Oversight
    Breaks down the role of oversight bodies, including the European AI Office and national supervisory authorities.

  • Preparing for Compliance
    Highlights practical steps for organizations to align with the Act, from internal governance to system monitoring and audits.

  • Implications for Industry
    Analyzes how sector-specific regulations apply to industries such as healthcare, finance, and public services.

  • Impact on Business
    Concludes with the strategic implications for businesses, including how regulatory readiness can support innovation and trust.


Key Outcomes:
After completing this course, learners will be able to:

  • Define the intent and structure of the EU AI Act

  • Classify AI systems by risk level and identify corresponding compliance measures

  • Recognize prohibited AI practices and their legal implications

  • Identify actions organizations must take to support AI governance and compliance

  • Analyze the impact of the regulation across different industries and business models

This course supports organizations preparing for regulatory shifts in AI usage and equips teams with the knowledge to implement responsible AI practices across their operations.

New Course: Getting Started with Projects
Project
Content Releases
Labels
Project Management
Course

Effective project management is a critical capability across industries, enabling teams to deliver work more efficiently and align with strategic goals. At Kubicle, we are continuing to build our project management curriculum with our newest course, Getting Started with Projects. This course introduces the key principles, tools, and stages of project management—designed to build foundational knowledge that supports improved execution, collaboration, and organizational alignment.

This course is suitable for learners who are new to project-based work or who support initiatives that require structured planning and delivery.


Course Overview: Getting Started with Projects
This course provides a practical introduction to managing projects in a business environment. It covers the full project lifecycle—from planning to execution and closure—and equips learners with frameworks to manage time, scope, risk, and stakeholder expectations more effectively.

Included Lessons:

  • Intro to Project Management
    Outlines the purpose and value of structured project management in driving operational efficiency and strategic execution.

  • The Project Manager
    Explores the role of a project manager and how they lead teams, influence stakeholders, and navigate organizational dynamics.

  • Lifecycle and Methodologies
    Introduces key project methodologies (Agile, Waterfall) and how they structure the project lifecycle from initiation to closure.

  • Defining Scope
    Covers how to define project scope, prevent scope creep, and set boundaries using clear documentation.

  • Deliverables and Milestones
    Explains how to structure outputs and checkpoints to track progress and maintain accountability.

  • Planning
    Introduces planning tools such as Work Breakdown Structures and estimation methods to create realistic project plans.

  • Budgeting and Resource Management
    Focuses on aligning budgets and resources to project objectives, with guidance on estimating costs and managing constraints.

  • Scheduling
    Demonstrates how to build effective schedules using tools like Gantt Charts and Critical Path analysis.

  • Risk Management
    Provides tools to identify, assess, and mitigate risks to improve project resilience and adaptability.

  • Stakeholder Management
    Covers best practices for identifying stakeholders, managing expectations, and maintaining engagement throughout the project.

  • Execution and Performance Tracking
    Outlines strategies for monitoring progress, ensuring quality, and using KPIs to assess project health.

  • Closure
    Details the steps for closing a project effectively, including performance reviews and lessons learned for continuous improvement.


Key Outcomes:
After completing this course, learners will be able to:

  • Determine the difference between projects and operations

  • Assess the relative strengths of different scheduling techniques

  • Accurately outline the scope of a potential project

  • Determine the difference between deliverables and milestones

  • Draft a work breakdown structure

  • Identify tools like Gantt Charts and Critical Path Method

  • Identify the potential risks of a given project

  • Identify key stakeholders for a given project

This course supports organizations looking to build core project management capabilities across business functions. It can be used as an onboarding resource, a foundation for cross-functional teams, or part of a wider learning path on operational excellence.

Stay Ahead of Global Privacy Laws with Our New Course on International Data Regulation
Project
Content Releases
Labels
Data
Content
Course

In the global digital economy, understanding how to manage data across borders isn’t just a compliance checkbox—it’s a critical business skill. Our latest course, International Data Regulation, gives learners a comprehensive guide to navigating global data privacy laws, implementing compliance strategies, and staying prepared for the future of ethical tech and privacy.


New Course: International Data Regulation
Explore the legal, ethical, and operational dimensions of protecting personal data worldwide. This course equips professionals with the knowledge to manage compliance risk, handle cross-border data flows, and respond to the privacy challenges emerging from AI, big data, and surveillance technologies.

What’s included?

  • The Importance of International Data Regulation
    Understand the global regulatory landscape and why privacy is a growing strategic priority for businesses.

  • Data Privacy Fundamentals
    Learn the key principles of data privacy—like transparency and accountability—and how they differ from data security.

  • Implementing Privacy and Data Security
    Discover how to embed privacy into systems through Privacy by Design and the crucial role of security in protecting data.

  • Key International Data Regulations
    Compare major regulations like GDPR, CCPA, PIPL, and LGPD—understanding their differences, penalties, and global impact.

  • International Data Transfers and Compliance
    Dive into the complexities of cross-border data transfers and the tools organizations use to stay compliant.

  • Data Breaches
    Analyze the causes and consequences of data breaches—and how proactive compliance can reduce risk.

  • Emerging Technologies and Data Privacy
    Explore how AI, IoT, and big data challenge traditional privacy frameworks and require agile governance.

  • Ethical Challenges of AI
    Understand how to approach AI ethically—balancing innovation with fairness, transparency, and international standards.

  • Balancing Surveillance and Consumer Privacy
    Navigate the tension between regulatory surveillance requirements and individual privacy rights.

  • Evolving Data Regulations and Technologies
    Prepare for the future with insights on how laws and technologies continue to shift—and how to stay ahead.


Learning Outcomes:

By the end of this course, learners will be able to:

  • Explain the importance of international data regulation and the risks of non-compliance

  • Distinguish between data privacy and data security

  • Identify and compare global regulations like GDPR, CCPA, PIPL, and LGPD

  • Understand challenges around cross-border data transfers

  • Analyze causes of data breaches and prevention strategies

  • Anticipate data privacy challenges introduced by emerging tech

  • Discuss ethical concerns around AI, surveillance, and transparency

  • Stay informed and adaptable in an evolving regulatory landscape


Whether in compliance, tech, legal, or leadership — this course is an essential guide to managing global data responsibly.

Build Smarter AI Agents with Microsoft Copilot Studio 
Project
Content Releases
Labels
AI

We’re excited to launch a brand-new course that empowers learners to build intelligent, no-code AI agents using Microsoft Copilot Studio. Whether you're in IT, operations, or any role looking to automate and enhance everyday workflows, this course will help you design, build, and deploy Copilots that deliver real business value.


New Course: Introduction to Copilot Studio
Learn how to create powerful, AI-driven Copilots without writing a single line of code. This course explores how generative AI transforms task automation, and walks you through building a fully functional HR Copilot using topics, actions, and custom knowledge sources.

What’s included?

  • Introduction to Copilots
    Understand how AI Copilots differ from traditional chatbots—and how they support smarter business interactions.

  • Exploring Copilot Studio’s Capabilities
    Discover how Copilots connect with enterprise systems to automate and assist with real-time decisions.

  • Generative AI in Microsoft Copilot Studio
    Learn how Copilot Studio uses generative AI to deliver dynamic responses and manage fallback behavior.

  • Building Our First Copilot
    Step-by-step guidance to build your first Copilot using Microsoft’s intuitive no-code interface.

  • Adding Knowledge Sources to Help Our Agent
    Use documents and custom data to enhance your Copilot’s intelligence while minimizing AI “hallucinations.”

  • Creating and Editing a New Topic
    Design structured conversation flows that guide your Copilot’s responses with accuracy and intent.

  • Getting Our Copilot to Perform Actions
    Add real-world functionality like fetching data, triggering automations, or integrating with your tech stack.

  • Activity, Analytics, and Channels
    Track performance with analytics and deploy your Copilot to Microsoft Teams, websites, and more.

  • Testing Agents in Copilot Studio
    Debug and simulate real user interactions to refine your Copilot before launch.

  • Publishing Our Agent
    Wrap up the course by publishing your Copilot for real-world use across your preferred channels.


Prepare your team to start building their first Copilots!
Check out Introduction to Copilot Studio today and see how no-code AI can transform workflows.