Commands Shipped
The full command surface, including the six run commands every run-producing team answers to.
Every call is myteams devteam <command>. Installing the team also registers it as a Claude Code skill, so the same commands are reachable from inside a session as /myagenticteams:devteam <command> — one definition, two front doors.
Commands
| Command | What it does |
|---|---|
| myteams devteam review code | Quality review by specialist reviewers. |
| myteams devteam review conformance | Check a change against an acceptance contract (met / unmet / divergent). |
| myteams devteam review finish | Adjudicate a review's findings and guide it to merge-ready. |
| myteams devteam code-review | Alias for myteams devteam review code |
| myteams devteam plan code | Author a code acceptance contract. |
| myteams devteam build stats | Show the build loop's convergence curve (tuning view). |
| myteams devteam build brief | Select the build lane + emit the grounded coder brief (JSON). |
| myteams devteam report |
The six it gets for free
Because this team declares a report command it produces runs, and every run-producing team answers the same six commands without declaring them. They default to the team's most recent run, so the common case takes no run id at all.
| Command | What it does |
|---|---|
| myteams devteam report | Write the run's field report — the facts, plus the driver's own reflection on them. |
| myteams devteam pause | Stop the run at the next safe point, leaving it resumable. |
| myteams devteam resume | Pick a paused run back up where it stopped. |
| myteams devteam log | The run's event stream, as it happened. |
| myteams devteam findings | Everything the run raised, filterable. |
| myteams devteam insights | What the run learned that outlives it. |