techygarg/lattice is an open-source MIT framework of composable skills designed to "install an engineering discipline into any AI coding assistant" (Claude Code, Cursor). The repo lays out a concise diagnosis: "AI assistants jump straight to code, silently make design decisions, forget constraints mid-conversation, and produce code that nobody reviews against real standards."

Lattice addresses this with three principle-aphorisms: Skills over prompts (versioned, team-owned files > personal prompts), Composability over monoliths (composable single-purpose skills > exhaustive documents), Living context over static config (the .lattice/ folder "grows smarter across feature cycles").

The conceptual originality lies in the three-tier architecture: - Atoms: single-principle guardrails covering clean code, architecture, DDD, secure coding, test quality, design-first. - Molecules: multi-step workflows composing the atoms — design, implement, refactor, fix, review. - Refiners: guided interviews producing project-specific standards that customize the atoms' behavior for a given team.

The canonical pipeline sequences lattice-initdesign-blueprintcode-forgereview, with refactor-safely and bug-fix as offshoots. The /design-blueprint command imposes a five-level progressive design approach — design-first as a non-negotiable convention. The .lattice/ folder accumulates project standards, decisions, review insights as the project's living memory.

Installation is either via a Claude Code plugin (/plugins marketplace add techygarg/lattice) compatible with Cursor, or via clone + the install.sh shell script. Dense documentation (Origin Story, How It Works, Practical Guide, Configuration Reference, Framework Intelligence, Collaborative Judgment) extended by a series of articles on martinfowler.com on five collaboration patterns — the same editorial network as Böckeler (Harness engineering for coding agent users, 2026-04-02) and Fowler (Thoughtworks Retreat, 2026-02-13).

Lattice fits within the 2026 doctrinal convergence of skills frameworks for coding agents, alongside Vincent Superpowers (2026-04-02), Anthropic Skills (2025-10-16), Curran Skills-Based Plugin Architecture (Intercom 2026-04-16), Habert PROJ-AI (WEnvision 2026-05-05), Wescale Usine Logicielle Augmentée (2026-05-03) and — the strongest convergence in the corpus with no declared lineage — Compound Engineering (Every, Shipper/Klaassen 2025-12-11): isomorphic pipelines (lattice-init → design-blueprint → code-forge → reviewce:brainstorm → ce:plan → ce:work → ce:review), living context layer (.lattice/docs/plans/+solutions/+brainstorms/), Lattice's three principles mappable onto three CE doctrinal choices. Compared to Vincent (130k+ stars, mature), Lattice (18 stars) offers a more formal architecture (atoms/molecules/refiners) and an explicit design-first stance as level zero.

Limitations: still a young repo, no established validation through massive adoption, the author has little institutional documentation, code is 100% shell. But the positioning is mature: this is doctrine packaged and installable as a plugin, not a hasty prototype. A useful reference for comparing skills architectures between FR approaches (PROJ-AI, Wescale) and Anglo-Saxon ones (Lattice, Superpowers).