markshustmarkshustCommunityยท4 Agent Skills Included

hcf

Autonomous feature planning and parallel test-driven implementation

Turns plain-English feature requests into structured implementation plans with task breakdowns, dependencies, and test requirements. Runs those plans autonomously with parallel workers following strict test-driven development, eliminating manual task coordination. Includes project setup, config syncing, and review gates so code ships tested and standards-compliant without constant supervision.
npx skills add markshust/hcf --all -g -y

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’