Project-local senior-partner agent for Mendix work. Fans out parallel research across the toolkit's skills, rules, MCP tools, and project history -- then synthesizes a multi-step plan with explicit risk classification. Use when (a) the user asks "what should I do about X?" and the answer requires consulting multiple…
First-message orchestrator. Health check + state recap + top-3 next steps with rationale. Use this when opening a fresh session in MendixToolkit or TestOSApp3.
Invoke a named recipe from WORKFLOWS.md by name (verify-toolkit, audit-page, clone-page, scaffold-microflow, add-entity, investigate-broken, prep-for-handover). Pauses for explicit go-ahead before any gated-write step.
Mid-session orchestrator. Given the current project state and what was just done, propose the next move. Lighter than /start-here -- skips the health check, focuses on "what's the highest-leverage next thing." Spawns mendix-orchestrator agent for the synthesis. Use when a skill just finished and the user asks "what…
First-message orchestrator for any session opened in MendixToolkit or its testbed. Auto-runs a health check (MCP servers, scheduled tasks, ports, mx version), reads MISSION.md + LEARNINGS.md + recent git activity to recap the project state, then proposes the top 3 next steps with concrete commands and rationale. Use…
Invoke a named recipe from WORKFLOWS.md by name. Each workflow is a defined skill chain with a verification step and rollback path. Use when the user types /workflow or asks "run the X workflow" -- the skill reads WORKFLOWS.md, finds the matching recipe, and executes the steps in order with proper preconditions…
Mendix domain specialist. Use for Studio Pro 11+ questions, the Mendix CLI, microflows, domain models, widgets, themes, marketplace modules, and the OneSource portal. Always reads /.claude/rules/mendix.md, rules/mendix-cli.md, and relevant wiki pages before answering.
Specialist on the three Mendix Studio Pro extensibility surfaces — Model SDK (TS/JS, offline, against Team Server only), Web Extensibility API (@mendix/extensions-api 11.10.0 GA, runs as a web extension inside Studio Pro), and C# Extensibility API (Mendix.StudioPro.ExtensionsAPI 11.8.0 beta, compiles to .dll and…
Gracefully close Mendix Studio Pro + its children (runtime, MxBuild, Java helpers) and clean up orphan toolchain from a previous crash. Sends WMCLOSE first; reports counts of what was closed. Default project: TestOSApp3 testbed; default port: 8082.
Fresh-context reviewer for a proposed Mendix design. Audits against the /mx-discover inventory for naming collisions, anti-patterns, missing tests, security, marketplace overlap, migration risk. Read-only.
Mendix-specialized domain inventory. Auto-uses mendix-expert subagent. Refuses to proceed to design until in-scope entities, microflows, and module overlaps are on the table. Born from the NextBestAction rewrite.
Generate copy-paste-ready Studio Pro instruction sheets when a human-in-loop step is required. Exact paths, classes, widgets, bindings -- no vague guidance. Auto-runs verification (mx-doctor + impact + playwright) after the human replies "done".
Blast-radius analysis for a Mendix entity/attribute/microflow/page. Read-only. Answers "what breaks if I rename or change X?" before the change. Wraps mxcli refs/callers/impact.
GATED WRITE. Clone a Mendix page to a new name + optional entity rebinding via the mxcli MDL round-trip. Routes through the shadow-write engine (7 safety pillars). Pre-classifies the source as SIMPLE / COMPLEX / UNCLONEABLE; refuses UNCLONEABLE, requires --allow-lossy on COMPLEX. Auto-emits a /mx-handoff sheet for…
GATED WRITE. Scaffold a new Mendix microflow with the 8 safety pillars. Pre-tag, clean-tree check, Studio Pro lock check, version check, pre/post mx check, auto-restore on fail.
Drive Playwright against the testbed (port 8082). MANDATORY testbed-fingerprint guard (URL :8082 + "Test Project" ribbon) before any other assertion -- safety gate against driving the live project.