Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Summary

Skills based on Sandro's EMBA Advanced Management Program at HWZ Zurich. Each skill operationalizes a specific module's frameworks for practical business application — strategy, leadership, AI governance, sustainability, change, and more.

Install to Claude Code

/plugin install emba-hwz@hwz-emba-marketplace

Run in Claude Code. Add the marketplace first with /plugin marketplace add sansan88/hwz-emba-claude-plugin if you haven't already.

README.md

EMBA HWZ Plugin

A Cowork / Claude Code plugin containing 16 specialized skills derived from the Advanced Management Program EMBA at HWZ Zurich. Each skill operationalizes the content of one teaching day (or a multi-day module) for practical business application.

Modules covered

| # | Skill | Module | Dozent/in | |---|-------|--------|-----------| | 01 | zukunftsforschung | B1T1 – Insights aus der Schweizer Zukunftsforschung | Krafft | | 02 | politische-rechtliche-landkarte | B1T2 – (Menschen)rechtliche Landkarte & SDGs | Afflerbach, Oser, Nonnen | | 03 | entscheiden-unter-unsicherheit | B1T3 – Entscheiden unter Unsicherheit | Fieres | | 04 | ai-data-science-new-normal | B2T1 – AI & Data Science als New Normal | Blattner | | 05 | people-analytics | B2T2 – People Analytics at Microsoft | Büchsenschuss, Schafheitle | | 06 | digital-law-ai-governance | B2T3 – Digital Law & AI Governance | Morand | | 07 | strategie-als-kompass | B3T1+2 – Strategic Power / Strategie als Kompass | Straub | | 08 | nachhaltigkeit-strategisch | B3T3 – Nachhaltigkeit als Strategischer Plan | Fieres | | 09 | regenerative-organisation | B4T1 – Zielbild re-generative Organisation | Weibel, Nonnen | | 10 | psychologie-veraenderung | B4T2 – Psychologie der Veränderung | Berenbold | | 11 | organisationsevolution | B4T3 – Transformative Organisationsevolution | Stoisser | | 12 | mindful-self-leadership | B5T1 – Mindful (Self-)Leadership | Rieber, Sievers | | 13 | sinnstiftendes-leadership | B5T2+3 – Sinnstiftendes Leadership & Dialog | Gross, Bauer | | 14 | purpose-driven-companies | B6T1 – Purpose-driven Companies | Hügli | | 15 | sales-excellence | B6T2 – Marketing & CRM / Sales Excellence | Staudacher | | 16 | ethisches-fuehren | Themenübergreifend – Ethisches Führen | Palazzo |

Skill anatomy

Each skill follows the same structure:

<skill-name>/
├── SKILL.md           — Main entry: when to trigger, mental model, workflow, pitfalls
├── references/        — Deep-dive documentation loaded as needed
│   └── *.md
├── templates/         — Fill-in canvases for executive use
│   └── *.md
└── scripts/           — Python helpers that render briefs/reports from YAML
    └── *.py

The SKILL.md description field is the primary triggering mechanism — when you ask Claude something that matches, the skill activates and Claude uses the workflow + references to deliver.

Installation

Via Claude Code marketplace (GitHub) — recommended

The repo doubles as a single-plugin Claude Code marketplace, so you can install directly from GitHub:

/plugin marketplace add sansan88/hwz-emba-claude-plugin
/plugin install emba-hwz@hwz-emba-marketplace

To update later, re-run /plugin marketplace update hwz-emba-marketplace.

Via Claude Code marketplace (local path)

For local testing without pushing to GitHub, point the marketplace at a local clone:

/plugin marketplace add /path/to/hwz-emba-claude-plugin
/plugin install emba-hwz@hwz-emba-marketplace

As a Cowork plugin (zip upload)

Upload emba-hwz.plugin (the zip file at the repo root) in Cowork under Plugins → Add local plugin. Cowork unpacks the zip and registers the skills automatically.

As local skills (Cowork)

Alternatively, place the contents of emba-hwz/skills/* directly under Cowork's user skills directory.

Slash commands

Every skill is also reachable through a slash command with the emba- prefix, so typing /emba- in Claude Code surfaces all 16 modules at once:

  • /emba-zukunftsforschung, /emba-politische-rechtliche-landkarte, /emba-entscheiden-unter-unsicherheit
  • /emba-ai-data-science-new-normal, /emba-people-analytics, /emba-digital-law-ai-governance
  • /emba-strategie-als-kompass, /emba-nachhaltigkeit-strategisch
  • /emba-regenerative-organisation, /emba-psychologie-veraenderung, /emba-organisationsevolution
  • /emba-mindful-self-leadership, /emba-sinnstiftendes-leadership
  • /emba-purpose-driven-companies, /emba-sales-excellence, /emba-ethisches-fuehren

Each command is a thin wrapper that activates the matching skill and forwards any text you type after it. Use the command form when you want to pin the skill explicitly; use natural-language prompts when you want the skill to trigger from context.

Usage examples

Once installed, ask Claude questions like:

  • "Help me build a scenario plan for our 2030 product strategy" → triggers zukunftsforschung
  • "I need to make a high-stakes decision with incomplete information" → triggers entscheiden-unter-unsicherheit
  • "Draft an AI governance policy for our company" → triggers digital-law-ai-governance
  • "What's the strategic positioning play for our market entry?" → triggers strategie-als-kompass
  • "Help me think through our sustainability strategy" → triggers nachhaltigkeit-strategisch
  • "We have a culture issue around speak-up — what should I do?" → triggers ethisches-fuehren
  • "I need to lead a transformation that has stalled" → triggers psychologie-veraenderung
  • "Help me develop a Zukunftsbild for our strategy retreat" → triggers strategie-als-kompass
  • "Our People Analytics program has eroded trust — how do we fix it?" → triggers people-analytics
  • "What does good work actually look like in our organization?" → triggers regenerative-organisation

Most skills work together. A serious strategy refresh will pull zukunftsforschung + strategie-als-kompass + possibly nachhaltigkeit-strategisch + regenerative-organisation into a coherent piece of work.

Building blocks

Across the 16 skills, the plugin contains:

  • 16 SKILL.md files — the main entry points
  • 71 reference documents — operational depth on specific topics
  • 41 template canvases — fill-in tools for executive use
  • 16 Python scripts — YAML → markdown brief renderers for specific artifacts (scenario briefs, decision journals, AI use case classification, emissions summaries, etc.)

Maintenance

The skills are written to be useful as the world changes. Specific things worth refreshing periodically:

  • AI Act timeline in digital-law-ai-governance — application dates and case law
  • SBTi methodology in nachhaltigkeit-strategisch — pathway updates
  • Scandal cases in ethisches-fuehren — new cases that illustrate the patterns
  • Megatrend catalog in zukunftsforschung — trends shift

The skill structure makes these refreshes localized — update the relevant reference file, not the whole skill.

Origin

Built collaboratively between Sandro and Claude in Cowork mode, May 2026, from the curriculum PDFs and Sandro's notes for the HWZ Executive MBA Advanced Management Program. The skills represent operational versions of the academic content — designed to be useful in business decision-making rather than for exam preparation.

Related plugins

Browse all →