The irreducible target truth: what is being made, why it matters, what must remain true, what is excluded, and what counts as done.
KSL is not a productivity slogan. It is a traversal discipline for AI-assisted work: map the goal, walk the map, and verify the artifact against the Kernel.
Only Stage 1 iterates the Goal and Map
Stage 1 is iterative contemplation with a job: produce the bounded Spine that Stage 2 can walk.
Stage 2 thinks locally, not globally
Build work can reason inside the current Vertebra, but it cannot silently widen scope or rewrite the Spine.
Stage 3 judges alignment
The artifact is checked against the Kernel. Pass means done. Failure means a new hardening map.
Why the distinction matters
AI can make work faster, but speed makes drift cheaper. Without a map, implementation can quietly become a different project. KSL prevents that by separating mapmaking from traversal.
Stage 1 maps. Stage 2 walks. Stage 3 verifies.
The Loop
Every bounded pass through the work uses the same loop:
Exit is not a vibe. It is the proof that the loop may close: an artifact, a receipt, a test result, a handoff, or a clear deficiency marker.
The Amendment Law
Upstream is set. Downstream may be amended. If Stage 2 reveals that scope must widen or the map is wrong, stop the walk. Save progress. Mark the exit point. Preserve completed upstream work. Return to Stage 1 and amend the downstream map safely.
KSL and local agents
Frontier models can often hold the whole room. Small local models cannot. KSL makes limited-context agents useful by breaking the work into bounded Cards with required context, output contracts, purge rules, carried state, and receipts.
Local-agent version: a big task becomes a Spine; the Spine becomes Vertebrae; each Vertebra becomes small executable Cards; every Card exits with carried state and a receipt.
The hardening cycle
If the artifact is done but needs pressure testing, KSL it again. Break it. Surface the deficiency. Map the fix in Stage 1. Walk the hardening Spine in Stage 2. Verify the hardened artifact in Stage 3.