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

plan-create skillA

plan-create is agent-read markdown (skill) from markshust/hcf: Create structured implementation plans for autonomous TDD development. Use for new features, multi-file changes, or anything requiring multiple steps or tests. Triggers on aspirational openers ("let's build", "let's start building", "I want to make", "I want an app that", "help me build"), capability lists ("users should be able to X, Y, Z"), vague-noun patterns ("a system for", "a way to", "an app that", "functionality for"), and explicit build verbs ("build", "create", "add a feature", "help m.

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 Create

Transform feature requests into structured plans with task breakdowns, dependencies, and TDD requirements for parallel autonomous execution.

## Project Architecture

<architecture>
@.claude/architecture.md
</architecture>

## Execution Flow

### Phase 0: Pre-plan hook

Run this once, at the very start, before Phase 1 discovery.

**Run the `pre-plan` hook.**

Run the discovery script — never enumerate agent files by hand:

```bash
"{skill-base-dir}/../../hooks/discover-hooks.sh" --hook=pre-plan
```

`{skill-base-dir}` is the **`Base directory for this skill`** value stated when this skill loaded. `${CLAUDE_PLUGIN_ROOT}` is not available in a skill's Bash calls.

- **Exit 0, empty stdout** → empty hook. This is the default. Return immediately: print nothing, spawn nothing, say nothing about the hook at all, and proceed to Phase 1. Do **not** narrate that the script returned no agents — that is the narration `HOOKS.md` forbids.
- **Exit 0, output** → **print the output verbatim** as the resolved agent order, then spawn each listed agent in order per its `mode`.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add markshust/hcf/plan-create@git:20260825.4aad915
Exact content
mdr add markshust/hcf/plan-create@sha256:9eaae5f7f77a2c6d

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_vvzdtofm5faqmqsd.svg)](https://markdownregistry.com/a/art_vvzdtofm5faqmqsd)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260825.4aad915 latest2026-08-25 4aad915 21,735 BA view · diff
git:20260818.e8508ad2026-08-18 e8508ad 21,669 BA view · diff
git:20260726.90fc3e52026-07-26 90fc3e5 20,522 BA view · diff
git:20260626.cc45c9d2026-06-26 cc45c9d 18,611 BA view · diff
git:20260501.b2afb742026-05-01 b2afb74 15,565 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 (21735 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_vvzdtofm5faqmqsd
GET https://markdownregistry.com/api/v1/resolve?ref=markshust/hcf/plan-create
GET https://markdownregistry.com/api/v1/blob/9eaae5f7f77a2c6db0db72d12d2f464b4d4d1e938284a02d41142d355e90005b

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-orchestrate skill
markshust/hcf · skills/plan-orchestrate/SKILL.md · Execute implementation plans with parallel TDD workers. Use when ready to run, execute, or start a plan. Triggers on…
git:20260921.27c5a3f · 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

Other files named plan-create

plan-create skill
serbanghita/plan-critique-skills · .gemini/skills/plan-create/SKILL.md · Create a new plan folder with a plan.md template
git:20260907.caab477 · audit A · 13 stars
plan-create skill
serbanghita/plan-critique-skills · .github/skills/plan-create/SKILL.md · Create a new plan folder with a plan.md template. Use when the user asks to start, create or open a new plan, or runs…
git:20260907.caab477 · audit A · 13 stars
plan-create skill
yarlson/yarstack · plugins/yarstack/skills/plan-create/SKILL.md · Create a final implementation-ready plan from a user brief, settled decisions, and repository evidence. Use when work…
git:20260911.d385958 · audit A · 3 stars

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