Agentic Product Lifecycle

mxa-run

Runs the development loop for someone who never wants to touch a terminal: starts the server, confirms a change landed, saves a checkpoint and undoes back to one.

  • Starts, restarts and watches the development server, so nobody has to open a terminal.
  • Confirms a change landed on the screen rather than assuming it did, and says how it checked.
  • Saves a checkpoint after each step and undoes back to any of them.
  • Reads the console when something breaks and says what went wrong in plain words.

What is inside

Instructions. Nothing here runs on its own: the judgement is the skill.

Evals
3

Works with

The outside tools and connectors this skill drives.

  • The project's local development server· our default
  • git

The first is what we reach for on our own projects. A project that already uses one of the others keeps it, and the skill works with that instead.

Install it

npx skills add madebymany/madebyagents --skill mxa-run
Read the skill itself