lattice
Structured design, coding, review, and refactoring workflows
All Skills in This Repository (30)
Pure Emerald Level Indicatorsknowledge-priming-refiner
Generate a project knowledge-base.md from guided tech stack and architecture interviews.
clean-code
Enforce clean-code standards across code generation, refactoring, and reviews.
knowledge-priming
Load project identity and ambient context from `.lattice/config.yaml` and a knowledge-base document.
architecture-compass
Scan repository structure and dependencies to document current architecture, gaps, and recommended direction.
refactor-safely
Coordinate incremental code refactoring while preserving externally observable behavior.
test-quality
Guide unit test creation and review with Arrange-Act-Assert structure.
code-forge
Generate implementation code from approved design blueprints and verbal requirements.
clean-code-refiner
Generate a clean-code standards document from an interactive interview.
architecture
Enforce architectural rules during code generation and review.
requirement-forge-refiner
Generate a formal requirement-standards.md document from guided interviews.
review
Produces actionable code and docstring/stylelint/typeScript-eslint compliant diffs with intelligent, rule-based checks.
collaborative-judgment
Surface structured judgment calls with options and escalation rules during design and code review.
Frequently Asked Questions
FAQPage SchemaHow to install Lattice?βΌ
Run `npx skills add techygarg/lattice --all -g -y` in your terminal to install all skills globally.
What problem does Lattice solve?βΌ
It stops coding assistants from jumping straight to code, silently making design decisions, and forgetting constraints mid-conversation by enforcing a design-first pipeline with built-in quality checks.
How does the Lattice pipeline work?βΌ
Skills chain into a delivery lifecycle: requirement-forge creates specs, design-blueprint plans the design, code-forge implements it, and review audits the result, with refactor-safely and bug-fix for existing code.
Does Lattice work with Claude Code, Cursor, and Codex?βΌ
Yes. All skills follow the universal SKILL.md standard and ship as plugins for Claude Code, Cursor, and Codex.
Can I customize Lattice for my team's standards?βΌ
Yes. Guided refiner interviews produce project-specific standards documents for architecture, clean code, DDD, testing, and reviews that override the built-in defaults.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core