Dk Local Mock First Approach

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 /dk-local-mock-first-approach. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/deepklarity--harness-kit--harness-kit commit 2edd423b12

Frequently asked questions

npx skillmds@latest add tomevault-io/dk-local-mock-first-approach