You: The class
btn-blueis used all over the site. Rename it tobtn-primarywithout breaking the CSS.Lola:
btn-blueis on 34 elements across 12 pages, plus the header template and thecard-ctacomponent. I’ll rename it and update every reference. Here is the list. Proceed?
She named the pages. Not “34 places somewhere on your site.” She knows where that class lives because she maps your global classes, variables, theme styles, components, and templates before she writes anything.
Building a Bricks site once is the fun part. Keeping it consistent afterwards is what wears you down. A rename that touches twelve pages. A hero that has to repeat across twenty service pages with different copy in each. An inherited site full of classes nobody applies, variables nobody references, and theme styles whose conditions overlap. None of that is visible from the canvas, and none of it gets fixed by dragging. That grind has a name: admin fatigue.
LolaCore for Bricks gives Lola your Bricks site. You describe the change in plain language, she shows you which pages it touches, and she writes only after you confirm.
Same Bricks site. Same classes and pages. You stopped hopping between builder panels and started asking.
This is an addon. It needs LolaCore and the Bricks theme (2.0 or newer) on the same site. Walkthroughs and demos: lolacore.com/lolacore-for-bricks.
Bricks is developed by Bricks Builder. LolaCore for Bricks is an independent addon built by LolaCore. It is not affiliated with, endorsed by, or sponsored by Bricks Builder. You install and license Bricks separately.
If your buttons run on btn-primary, that is the class Lola applies. If your spacing runs on variables, those are the values she reaches for. She can tell when existing class names look like BEM, Tailwind-style utilities, or Bootstrap, and she works inside the convention you save — or your own pattern.
Tell her the convention once and she saves it, then reports what share of your current classes already follows it. From that point she creates classes that fit, and she tells you when a name you asked for would break the pattern. If you want that name anyway, she still writes it.
Lola styles and configures any Bricks element. The count lands at 65 because Bricks styling controls are shared: _padding is _padding on every element, so she works through that grammar instead of needing one ability per widget.
Reads run straight through. Listing classes, tracing a variable, resolving which template wins on a page: none of that changes anything, so none of it waits.
On writes she stops for your confirmation, and what she shows you is specific. A rename lists the page titles it would touch. A merge tells you how many elements move. A template condition lists the pages it will cover. A bulk operation names every destination page before the first one is written. When a class change hits pages that store CSS in files, she regenerates those files on save.
She also declares how much of the site she has mapped. If her map is 40% complete she says so before answering a question that depends on it, because looking for unused classes against a partial map would flag classes that are very much in use. Ask her to rebuild the map in batches until it is done.
Lola keeps a picture of your Bricks site and refreshes it daily: how many global classes exist and how many go unused, which variables are defined, the naming convention you agreed on, the framework she detected, component and template counts, and how far she has mapped the site. It lives in your own WordPress database, alongside everything else she remembers.
Open a client site you have not touched in six weeks and that context is already there. You describe the change instead of re-learning the site first.
The addon also registers the lolacore-bricks-system-architect skill and two playbooks: one that walks a blank site from naming convention to tokens, header, footer, templates, and first pages, and one that orients her inside a site somebody else built.
The same principle as the core: narrow on purpose.
Every client site is its own free install with its own memory, its own naming convention, and its own map. One client’s context never reaches another’s.
The 65 abilities register through the WordPress Abilities API, so they are available wherever LolaCore already puts Lola. A designer can work in the WordPress panel while a developer drives the same abilities from an editor, on the same site, with the same memory underneath.
“Show me the global classes nothing uses, and which ones do the same job under two names.”
“Rename
card-titletocard-headingeverywhere. Show me the pages first.”“Clone the hero from /services/branding onto these twenty pages and swap the heading on each.”