Plan Create
Wandelt eine feature request in einen TDD task-and-dependency plan für autonome parallele Ausführung um.
Funktioniert mit Setup
Was es kann
Führt codebase discovery durch, asks scope/data-model/architecture clarifying questions, then writes a _plan.md plus numbered task files with test-description requirements and a dependency graph for autonomous TDD workers. Triggers on aspirational build requests ('let's build', 'I want an app that...'), capability lists, and explicit build verbs; explicitly skips quick bug fixes, single-line changes, and 'run/implement the plan' requests (routed to plan-orchestrate instead).
Testbericht
Führte eine 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 with 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).
Getestet am: 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
Befehle & Beispiel-Prompts
/plan-createWandelt eine feature request in einen TDD task-and-dependency plan für autonome parallele Ausführung um.
Skills reagieren auf normale Anfragen — keine Slash-Befehle nötig. Nach der Installation aktivieren Prompts wie diese den Skill (auf Englisch):
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.