Home / markshust / hcf · skills/plan-orchestrate/SKILL.md · GitHub

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

Latest version
mdr add markshust/hcf/plan-orchestrate@git:20260921.27c5a3f
Exact content
mdr add markshust/hcf/plan-orchestrate@sha256:904e939bf36f335e

Pin 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.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_ucnojkwe2qqr7ufu.svg)](https://markdownregistry.com/a/art_ucnojkwe2qqr7ufu)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260921.27c5a3f latest2026-09-21 27c5a3f 23,700 BA view · diff
git:20260825.4aad9152026-08-25 4aad915 23,002 BA view · diff
git:20260818.e8508ad2026-08-18 e8508ad 23,014 BA view · diff
git:20260726.90fc3e52026-07-26 90fc3e5 21,899 BA view · diff
git:20260626.cc45c9d2026-06-26 cc45c9d 19,610 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • 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

GitHub

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.

More from markshust/hcf

CLAUDE.md@.claude claude
markshust/hcf · .claude/CLAUDE.md
git:20260726.95364dc · audit A · 75 stars
plan-create skill
markshust/hcf · skills/plan-create/SKILL.md · Create structured implementation plans for autonomous TDD development. Use for new features, multi-file changes, or…
git:20260825.4aad915 · audit A · 75 stars
project-setup skill
markshust/hcf · skills/project-setup/SKILL.md · One-time interactive setup to configure a project for autonomous development. Use when setting up a new project for…
git:20260825.4aad915 · audit A · 75 stars
project-update skill
markshust/hcf · skills/project-update/SKILL.md · Update project configuration to match the latest HCF plugin defaults. Use when the HCF plugin has been updated and you…
git:20260825.4aad915 · audit A · 75 stars

Every file in markshust/hcf

Browse by kind, by grade A, or by owner.