hcf
Autonomous feature planning and parallel test-driven implementation
All Skills in This Repository (4)
Pure Emerald Level Indicatorsplan-orchestrate
Orchestrate parallel TDD worker agents to implement development plans with commit-gated quality checks.
project-setup
Generates standardized configuration files and pipeline hooks for autonomous TDD development based on detected tech stack dependencies.
project-update
Synchronize .claude configuration files and migrate legacy pipeline definitions to frontmatter-based agent enrollment.
plan-create
Generate structured implementation plans with task breakdowns and TDD requirements.
Frequently Asked Questions
FAQPage SchemaHow to install HCF?โผ
Run `npx skills add markshust/hcf --all -g -y` in your terminal to install all skills in this suite globally.
What does HCF do?โผ
HCF separates planning from execution: it helps you define feature requirements interactively, then implements them autonomously using parallel test-driven development workers.
How does HCF run tasks in parallel?โผ
It builds a dependency graph from your plan, groups independent tasks into batches, and spawns multiple workers simultaneously so large plans finish in a fraction of the time.
Does HCF work with my existing project?โผ
Yes. The project-setup skill auto-detects your tech stack, test runner, and linter, then generates configuration files tailored to your project.
Can I review plans before code is written?โผ
Yes. Planning is human-in-the-loop: you approve the task breakdown, and a built-in devil's advocate reviewer flags gaps before any autonomous execution begins.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core