parallel-orchestrator skillA
parallel-orchestrator is agent-read markdown (skill) from vmobifystudio/app-dev-team: Use to actually launch multiple developer agents in parallel via the subagent tool (Task/Agent), given a sprint plan and board. Triggers from /app-build or when the tech-manager says "spawn the pod". Encapsulates the rules for safe concurrent agent execution..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Parallel orchestrator
You launch IC agents concurrently. This skill exists because parallel agent launches need rules — without them, agents stomp each other.
## When to use
Called from `/app-build` or by the tech-manager once `docs/31-board.md` has tickets in `todo` ready to start.
## Procedure
0. **Doctor gate.** Run the `board-doctor` skill first. If it exits non-zero, spawn nobody — a
parallel launch against an incoherent board multiplies the damage across every track at once.
0a. **Budget gate.** The loop has no economic brake other than this one:
```bash
node "${CLAUDE_PLUGIN_ROOT}/scripts/round-journal.mjs" check
```
Exit `1` means a ceiling is reached: **stop the loop**, print the line verbatim, and report what
is unfinished. Do not start a round you cannot finish. Ceilings come from `--max-rounds` /
`--max-spawns` / `--max-retries` / `--max-spend-usd`, or `APP_TEAM_MAX_*` in the environment.
Raising one is a decision the user makes, not one you make to keep going.
1. **Read the board.** Find tickets where `Status = todo` and all `Depends on` IDs are **merged**
…Read the whole file at its exact version.
How to install
mdr add vmobifystudio/app-dev-team/parallel-orchestrator@git:20260807.83a67f0mdr add vmobifystudio/app-dev-team/parallel-orchestrator@sha256:d61797b2f4764127Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_sr7szf4ocz7dvgti)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260807.83a67f0 latest | 2026-08-07 | 83a67f0 | 15,722 B | A | view · diff |
| git:20260807.98058c3 | 2026-08-07 | 98058c3 | 14,594 B | A | view · diff |
| git:20260729.9e6e064 | 2026-07-29 | 9e6e064 | 13,672 B | A | view · diff |
| git:20260729.c85775c | 2026-07-29 | c85775c | 11,950 B | A | view · diff |
| git:20260729.ec446b0 | 2026-07-29 | ec446b0 | 7,305 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (15722 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
vmobifystudio/app-dev-team · 4 stars · license MIT · pushed 2026-09-19 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_sr7szf4ocz7dvgti GET https://markdownregistry.com/api/v1/resolve?ref=vmobifystudio/app-dev-team/parallel-orchestrator GET https://markdownregistry.com/api/v1/blob/d61797b2f4764127f06026cf05d423bb1fef64f33d95e906805a2168fd5686ef
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.