hujianbesthujianbestCommunity·9 Agent Skills Included

harness-flow

Structured idea-to-ship workflow with reviews and TDD

Guides coding agents through a full delivery pipeline: requirements interview, product architecture, specs, tickets, TDD implementation, independent review, and shipping. Eliminates vague prompts, lost progress, and self-approved code by writing progress files, assumption ledgers, and review records to disk. Supports interactive and auto modes so features move from idea to verified release with clear checkpoints.
npx skills add hujianbest/harness-flow --all -g -y

All Skills in This Repository (9)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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