Plan Create
Omdanner en feature-anmodning til en TDD-opgave- og afhængighedsplan for autonom parallel udførelse.
Virker med opsætning
Hvad det gør
Udfører codebase discovery, asks scope/data-model/architecture clarifying questions, then writes a _plan.md plus numbered task files med test-description requirements og a dependency graph for autonomous TDD workers. Udløses ved aspirational build requests ('let's build', 'I want an app that...'), capability lists, og explicit build verbs; explicitly skips quick bug fixes, single-line changes, og 'run/implement the plan' requests (routed to plan-orchestrate instead).
Testrapport
Kørte en real feature request through it end-to-end: it produced a proper _plan.md (scope in/out, success criteria, task table) plus a numbered task file med atomic test-description requirements, versus a baseline that just started coding off a flat 5-bullet list. Real friction though: it's built as a Claude Code plugin, not a standalone skill — a bare cp -r of skills/plan-create alone leaves dangling references (a code-standards.md the body cites doesn't exist anywhere in the repo, and its hook-discovery mechanism needs the plugin's agents/ dir two levels up from SKILL.md, which a lone skill copy won't have).
Testet: 2026-07-14 · Claude Code 2.x (agent harness)
Installation
git clone https://github.com/markshust/hcf cd hcf mkdir -p ~/.claude/skills cp -r skills/plan-create ~/.claude/skills/plan-create
Kommandoer og eksempelprompter
/plan-createOmdanner en feature-anmodning til en TDD-opgave- og afhængighedsplan for autonom parallel udførelse.
Skills udløses af almindelige forespørgsler — ingen kommandoer at huske. Efter installationen aktiverer prompter som disse skillen (på engelsk):
I want an app where users can track books they're currently reading.Let's build a user authentication system with JWT from scratch.Users should be able to sign up, log in, and reset their password.