jszmajdajszmajdaCommunityΒ·6 Agent Skills Included

lid

Design-first coding workflow keeping specs, tests, and code aligned

Guides every code change through a structured design workflow: high-level design, low-level designs, written requirements, tests, then code. Stops coding agents from building the wrong thing by forcing alignment on intent before implementation begins. Maps existing codebases into traceable design docs and audits drift between specifications and code. Works with Claude Code, Cursor, Copilot, and any tool that reads project instruction files.
npx skills add jszmajda/lid --all -g -y
Available:

Instructs the coding agent to route every code change through the linked-intent workflow (design, specs, tests, then code) and tells it where to find each design document in the project.

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install lid?β–Ό

Run `npx skills add jszmajda/lid --all -g -y` in your terminal to install all skills in this suite globally.

What problem does Linked-Intent Development solve?β–Ό

It stops coding agents from building the wrong thing by making you agree on design and written requirements before any code is written. Every change flows from design docs to specs to tests to code, so intent never drifts from implementation.

Can I use LID on an existing codebase?β–Ό

Yes. The map-codebase skill reads your existing code, proposes ways to organize it, and generates skeleton design docs and specs you then fill in.

Does LID work with Cursor or GitHub Copilot?β–Ό

Yes. Any coding tool that reads project instruction files like AGENTS.md can follow the same workflow; setup snippets for each tool are included in the docs.

Do I need to write specs manually?β–Ό

No. The agent drafts design docs and structured requirements for you at each phase, and you simply review and approve before it writes tests and code.

Related Repositories in Software Engineering

View All in Software Engineering→