# execute-mule-run-config Call use_skill as your FIRST and ONLY action when the user asks to RUN, START, or DEBUG a Mule application. This includes executing applications in run mode OR debug mode. Trigger phrases include "run my project", "run all projects", "debug my project", "debug all my projects", "start the app", "run <project-name>", "debug <project-name>". When you call use_skill, it must be the only tool call in that response. - **Skill Source:** [SKILL.md](https://dev-portal.mulesoft.com/skills/mule-development/execute-mule-run-config/SKILL.md) ## Steps ### Step 1: Step 1: Get Workspace Information First ### Step 2: Step 2: Ask User About Scope (Only if multi-root) ### Step 3: Step 3: List Available Configurations ### Step 4: Step 4: Execute the Selected Configuration (After User Confirms) ### Step 5: Step 5: Inform the User