harness-flow
Structured idea-to-ship workflow with reviews and TDD
All Skills in This Repository (9)
Pure Emerald Level Indicatorshf-build
Enforce test-driven development and evidence logging during HarnessFlow build stages.
hf-ship
Verify project delivery in HarnessFlow and generate a summary report.
hf-review
Review spec, plan, design, and implementation code with manual test execution.
hf-plan
Generate structured task-driven development plans with risk-tiered decision documentation for HarnessFlow.
ext-cpp
Enforce C++ standards and GoogleTest organization during build phases.
hf-frame
Define project scope and risk during HarnessFlow's Frame stage.
hf-verify
Execute three-layer verification with smoke tests, code review, and mechanical gates.
hf-workflow
Enforce disciplined coding workflows with scripts and evidence logs.
ext-ui-design
Enforce UI design and accessibility standards across development stages.
Frequently Asked Questions
FAQPage SchemaHow to install HarnessFlow?▼
Run `npx skills add hujianbest/harness-flow --all -g -y` in your terminal to install all workflow skills globally.
What does HarnessFlow do?▼
It drives your coding agent through a disciplined pipeline from idea to shipped feature: interview, architecture, spec, tickets, TDD implementation, independent review, and closeout.
How does HarnessFlow prevent bad AI-generated code?▼
It enforces an independent review stage where a separate subagent re-runs tests and reads the git diff, so the author can never approve its own work.
Does HarnessFlow work with Cursor and Claude Code?▼
Yes. It installs into Cursor, OpenCode, and Claude Code, and all skills follow the standard SKILL.md format.
Can I resume work after closing the session?▼
Yes. Progress is written to progress.md files on disk, so any new session can recover the exact stage and next step without relying on chat history.
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