This is the 10-minute version.
Copy these files into your repo or OpenClaw workspace:
AGENTS.mdENGINEERING_PRINCIPLES.md- one relevant spec template
TOOLS.example.mdrenamed toTOOLS.md
Pick the right spec:
- slow page or route ->
PERFORMANCE_SPEC.md - API or worker ->
API_PERFORMANCE_SPEC.md - agent workflow ->
AGENT_RUNTIME_SPEC.md
Tell OpenClaw:
Read:
AGENTS.mdENGINEERING_PRINCIPLES.md- the relevant spec file
TOOLS.md
Then:
- propose the smallest architecture that meets the budget
- identify the biggest performance and reliability risks
- wait before implementation
Approve the blueprint.
Implement in small loops, then run verification.
Write any durable lesson back into your workspace rules.
That is it.