Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 835 Bytes

File metadata and controls

41 lines (31 loc) · 835 Bytes

Quickstart

This is the 10-minute version.

Step 1

Copy these files into your repo or OpenClaw workspace:

  • AGENTS.md
  • ENGINEERING_PRINCIPLES.md
  • one relevant spec template
  • TOOLS.example.md renamed to TOOLS.md

Step 2

Pick the right spec:

  • slow page or route -> PERFORMANCE_SPEC.md
  • API or worker -> API_PERFORMANCE_SPEC.md
  • agent workflow -> AGENT_RUNTIME_SPEC.md

Step 3

Tell OpenClaw:

Read:

  • AGENTS.md
  • ENGINEERING_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

Step 4

Approve the blueprint.

Step 5

Implement in small loops, then run verification.

Step 6

Write any durable lesson back into your workspace rules.

That is it.