Plate 00 / Intro For agentic coding

How to write code when your compiler speaks English.

  1. LID is the language.
  2. Claude is the compiler.
  3. Code is the output.

Modern coding agents rarely write bugs. What they write are intent gaps — places where the agent assumed one meaning and you held another. LID closes those gaps by giving your agent a dialect of English it can compile faithfully: specs are source, code is compiled output, and every intent change cascades downstream. A minimum system. Not a factory.

Plate 01 / Quickstart

Three commands, inside Claude Code.

Register the marketplace, install the plugin, bootstrap your project. After that you describe what you want to build and the skill walks you through design, specs, and tests before it writes any code.

Corporate environment blocks marketplaces? Clone the repo directly — same plugins, same behavior.

  1. /plugin marketplace add jszmajda/lid

    Register the marketplace in Claude Code.

  2. /plugin install linked-intent-dev@jszmajda-lid

    Install the core workflow plugin.

  3. /linked-intent-dev:lid-setup

    Bootstrap your project — adds a docs/ tree and LID directives to CLAUDE.md.

Plate 02 / Demonstration

See the cascade.

The most persuasive thing about LID isn't the prose — it's watching intent propagate. Describe a change in English. The agent updates the LLD, cascades through the specs, regenerates the tests, and rewrites the code. Two minutes, one real project.

001CASCADE · LLD → SPECS → TESTS → CODE