Lid banner
jszmajda jszmajda

Lid

Development community

Description

Linked-Intent Development - a SDD methodology for agentic coding

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Linked-Intent Development

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![Stars](https://img.shields.io/github/stars/jszmajda/lid?logo=github&label=stars)](https://github.com/jszmajda/lid/stargazers) [![Works with Claude Code](https://img.shields.io/badge/works%20with-Claude%20Code-d97757?logo=anthropic&logoColor=white)](#quickstart) [![Website](https://img.shields.io/badge/site-linked--intent.dev-1f6feb)](https://linked-intent.dev) [![PRs welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md) [![Built with LID](https://img.shields.io/badge/built%20with-LID-8957e5)](docs/high-level-design.md)

A structured design-before-code methodology for agentic coding. Stop building the wrong thing — get alignment on *what* before writing *how*. Works with any coding agent that reads per-project instructions.

Quickstart

**Using Claude Code?** Install the plugins — richest integration, auto-invoking skills, slash commands:

/plugin marketplace add jszmajda/lid
/plugin install linked-intent-dev@jszmajda-lid
/plugin install arrow-maintenance@jszmajda-lid
/linked-intent-dev

**Optional:** the `lid-experimental` plugin adds opt-in skills that aren't part of the core workflow but layer on top of it. Currently includes `bidirectional-differential` for auditing EARS↔code coherence on a chosen scope. See [`plugins/lid-experimental/README.md`](plugins/lid-experimental/README.md) for what's in it and how to use it. Install separately:

/plugin install lid-experimental@jszmajda-lid

**Using Cursor, Windsurf, GitHub Copilot, Aider, Continue, Junie, Codex, Zed, or other tools?** Drop a small rule file into your project that points the agent at an `AGENTS.md`. Copy-paste snippets for each tool are in [`docs/setup.md`](docs/setup.md).

Then just describe what you want to build. The methodology handles the rest. For existing codebases, see [Getting Started: Brownfield Project](#getting-started-brownfield-proje