plan-orchestrate skillA
plan-orchestrate is agent-read markdown (skill) from markshust/hcf: Execute implementation plans with parallel TDD workers. Use when ready to run, execute, or start a plan. Triggers on "run the plan", "execute the plan", "implement the plan", "start the plan", "start implementation", "orchestrate", "begin autonomous execution". Requires a plan created by plan-create..
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
# Plan Orchestrate
Execute all tasks in a plan using parallel TDD workers. Fully autonomous after invocation.
## Usage
```
plan-orchestrate {plan-name}
```
Example: `plan-orchestrate user-auth`
## Prerequisites
**First, resolve the plans directory,** once, and reuse `$PLANS_DIR` for every path below. It is `.claude/plans` unless the project overrides it in `.claude/hcf.json` (see [Plans Directory](#plans-directory) in the README). The script answers with an absolute path resolved from the project root, so the result does not depend on the working directory:
```bash
PLANS_DIR="$("{skill-base-dir}/../../hooks/resolve-plans-dir.sh")" || exit 1
```
**Never substitute a hand-written `jq` line or a literal `.claude/plans`.** A non-zero exit means the project root or the configured value is unusable; surface the script's stderr verbatim and stop. Quote every path built from `$PLANS_DIR` — a configured directory may contain spaces.
Then:
1. Plan must exist at `$PLANS_DIR/{plan-name}/`
2. Project must be configured (`.claude/testing.md` exists)
3. Plan status must be `ready` or `in_progress`
Check prerequisites:
```bash
…Read the whole file at its exact version.
How to install
mdr add markshust/hcf/plan-orchestrate@git:20260921.27c5a3fmdr add markshust/hcf/plan-orchestrate@sha256:904e939bf36f335ePin 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_ucnojkwe2qqr7ufu)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260921.27c5a3f latest | 2026-09-21 | 27c5a3f | 23,700 B | A | view · diff |
| git:20260825.4aad915 | 2026-08-25 | 4aad915 | 23,002 B | A | view · diff |
| git:20260818.e8508ad | 2026-08-18 | e8508ad | 23,014 B | A | view · diff |
| git:20260726.90fc3e5 | 2026-07-26 | 90fc3e5 | 21,899 B | A | view · diff |
| git:20260626.cc45c9d | 2026-06-26 | cc45c9d | 19,610 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 (23700 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
markshust/hcf · 75 stars · license MIT · pushed 2026-09-21 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_ucnojkwe2qqr7ufu GET https://markdownregistry.com/api/v1/resolve?ref=markshust/hcf/plan-orchestrate GET https://markdownregistry.com/api/v1/blob/904e939bf36f335e6cefcd9439a8f341fe51c360bee077b6b6fec4d12660e1e0
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.