Mock-first, layer-by-layer feature development. Instead of building a feature end-to-end and hoping the interface works, start by mocking at the user-facing surface with realistic data, get user acceptance on the experience, then deepen one complexity layer at a time with TDD. Everything is anchored on disk so work survives across sessions. Use whenever building a new feature, adding significant UI, planning a multi-layer change, or when the user mentions 'mock first', 'let me see it first', 'prototype this', 'simulate this feature', 'build this layer by layer', or /hk-mock-first.
$npx -y skills add deepklarity/harness-kit --skill hk-mock-firstInstalls into the current project.
Run `npx skills use "https://github.com/deepklarity/harness-kit" --skill "deepklarity/harness-kit/hk-mock-first"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/deepklarity/harness-kit" that are relevant to the current task. Run `npx skills add "https://github.com/deepklarity/harness-kit"` and select the relevant skills, then follow their instructions.