From harness-flow
Implements the current active HarnessFlow task using TDD with fresh evidence via hf-test-driven-dev. Requires exactly one locked Current Active Task and met preconditions.
npx claudepluginhub hujianbest/harness-flow --plugin harness-flowcommands/Bias toward the HarnessFlow `hf-test-driven-dev` skill. Steps: 1. Enter via `skills/using-hf-workflow/SKILL.md` and hand off to `skills/hf-workflow-router/SKILL.md`. 2. Tell the router that the user's intent is "implement the current active task". 3. The router checks preconditions: - exactly one `Current Active Task` is locked, - upstream design / tasks / approvals are in place, - no blocking gate is open against this task. 4. If preconditions hold, the router routes into `skills/hf-test-driven-dev/SKILL.md`. 5. If preconditions do not hold, the router routes back to the upstrea...
/buildImplements features using TDD workflow: write failing tests, add minimal passing code, refactor, commit; verifies via quality gates including static analysis, security scan, and coverage checks.
/buildExecutes implementation plan from docs/plans/ using TDD (RED-GREEN-REFACTOR), parallel agents for independent tasks, and 2-stage code reviews. Produces code, tests, atomic git commits, and review reports.
/implementImplements feature tasks from design spec using TDD and existing codebase patterns. Accepts feature name with optional --task number and --auto mode.
/devkit.task-implementationImplements a specific task from a spec-generated task list via structured workflow including git checks, implementation, verification, and todo updates. Requires --task=name; optional --lang=java|spring|typescript|nestjs|react|python|general.
/execute-taskImplements a single development task from a specified task file by analyzing requirements, mirroring code patterns, validating acceptance criteria, running quality checks, and marking completion.
/buildImplements next planned task incrementally via TDD: write failing test, minimal implementation, full tests/build verification, commit changes.
Share bugs, ideas, or general feedback.
Bias toward the HarnessFlow hf-test-driven-dev skill.
Steps:
skills/using-hf-workflow/SKILL.md and hand off to skills/hf-workflow-router/SKILL.md.Current Active Task is locked,skills/hf-test-driven-dev/SKILL.md.hf-tasks, hf-design-review) instead of starting implementation.Hard rules carried by hf-test-driven-dev:
The user request following this command is optional implementation hint or scope reminder. The router does not need it to identify the active task.