Context Engineering
What AI knows about your architecture
Design the information AI receives, so every prompt starts with your patterns instead of a blank slate.
- AGENTS.md: a single source of truth for your conventions, adopted across major AI coding tools.
- 14 scoped rules that auto-load by file type, so each task gets only the context it needs.
- Living docs: Git hooks scaffold README stubs and regenerate the OpenAPI spec; the
readme-updaterskill fills in the logic.
Without this layer
Every prompt starts from zero. AI reinvents your conventions, contradicts prior decisions, and pattern drift begins at feature 1.