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.

majiayu000 5187c72 2 files · 16.4 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/development/dk-local-mock-first-approach commit 5187c72953

Frequently asked questions

npx skillmds add majiayu000/dk-local-mock-first-approach