# OpenCLI Agent Pack: mprocs

Use this when an AI agent needs to work with `mprocs`.

## What this CLI is for
Process orchestration, dev services, and parallel commands from the terminal. Built by Pavol Vargovcik.

Best for: process orchestration, dev services, and parallel commands from the terminal.

## Agent readiness
Human-first CLI (10/100)


## Install
```sh
brew install mprocs
```

## Verify before real work
```sh
mprocs --version
```
Expected signal: mprocs responds locally and is ready for the first real command.

## Safe starting commands
```sh
mprocs --version
```

```sh
mprocs 'npm:dev' 'worker:dev'
```

## Guardrails for agents
- Prefer small commands and ask the agent to summarize plain text output.
- Expect prompts; keep a human in the loop for interactive flows.
- Start read-only, then ask before mutations.

## Suggested agent instruction
You may use mprocs (`mprocs`) for process orchestration, dev services, and parallel commands from the terminal.. First install it if missing, then run the verify command. Start with read-only or inspection commands. Summarize what you found before changing anything. Ask for confirmation before commands that mutate remote state, spend money, deploy, delete data, merge code, or expose secrets.

Source: OpenCLI
