Framework Checklist
Problem
Teams agree that “context engineering matters” but stall at adoption. Most people will not read long documentation before acting.
Value
This checklist turns guide-LLiMes into a short execution path:
- what to define first
- what to enforce automatically
- what “done” looks like
When to use
Use this page when you need to align a team quickly, onboard a project, or audit whether your framework setup is actionable.
Document Responsibility
- Mission: provide a simple whole-project checklist for required guidance artifacts.
- In scope: checklist coverage, completion criteria, and audit correlation points.
Whole-Project Checklist
Must-Have Artifact Checklist
-
Project Scope guidance is documented and current. (Project Scope)
-
Tech Stack guidance is documented and current. (Tech Stack)
-
Coding Standards guidance is documented and current. (Coding Standards)
-
Testing Strategy guidance is documented and current. (Testing Strategy)
-
Directory Structure guidance is documented and current. (Directory Structure)
-
API Contracts guidance is documented and current. (API Contracts)
-
Security Basics guidance is documented and current. (Security Basics)
-
LLM Guardrails guidance is documented and current. (LLM Guardrails)
Should-Have Artifact Checklist
-
Spec Templates guidance is documented and current. (Spec Templates)
-
Architecture Decision Records guidance is documented and current. (Architecture Decision Records)
-
Review Guidelines guidance is documented and current. (Review Guidelines)
-
Error Handling guidance is documented and current. (Error Handling)
-
Performance Expectations guidance is documented and current. (Performance Expectations)
-
Test Data Conventions guidance is documented and current. (Test Data Conventions)
-
Documentation Structure guidance is documented and current. (Documentation Structure)
Nice-to-Have Artifact Checklist
-
CI Quality Gates guidance is documented and current. (CI Quality Gates)
-
Architecture Tests guidance is documented and current. (Architecture Tests)
-
Domain Glossary guidance is documented and current. (Domain Glossary)
-
Migration Rules guidance is documented and current. (Migration Rules)
-
Security Playbook guidance is documented and current. (Security Playbook)
-
LLM Evaluation Loop guidance is documented and current. (LLM Evaluation Loop)
-
Applied Practice Patterns guidance is documented and current. (Applied Practice Patterns)
Tool-Fit Checklist
-
Claude Code guidance is documented and current. (Claude Code)
-
Hooks guidance is documented and current. (Hooks)
-
Skills guidance is documented and current. (Skills)
-
Sub-Agents guidance is documented and current. (Sub-Agents)
-
Agent Teams guidance is documented and current. (Agent Teams)
-
Cursor guidance is documented and current. (Cursor)
-
GitHub Copilot guidance is documented and current. (GitHub Copilot)
-
AGENTS.md guidance is documented and current. (AGENTS.md)
Checklist Execution Flow
Use skills to turn checklist items into concrete action:
llimes-audit: verify coverage and highlight missing or weak artifacts that block reliable LLM output.llimes-knowledge: expand audit findings into concrete artifact planning and document responsibility boundaries.validation-protocol: add reproducible runtime verification guidance inDEBUG.mdwhen checklist items depend on runtime behavior.playwright-doc-bootstrap: add Playwright testing documentation when E2E guidance is missing.
Traceability Pattern (Use This Table)
| Failure Pattern | Rule Added | Enforcement |
|---|---|---|
| LLM changed protected files | LLM Guardrails | Pre-tool hook or CI policy check |
| Wrong stack/library suggestions | Tech Stack | Review gate + type/lint failures |
| Inconsistent file placement | Directory Structure | Path lint/check script |
Related Skills
llimes-audit: audits documentation coverage and highlights the highest-risk gaps.llimes-knowledge: helps plan artifact rollout and document responsibility boundaries.validation-protocol: builds/refreshes runtime validation guidance inDEBUG.md.playwright-doc-bootstrap: adds Playwright-specific testing documentation when E2E coverage is missing.
Full skill catalog and installation steps: Skills.