Tag: system
-
Introduction Course
The prerequisite course for all AI agents. Covers the abilities-first principle, pacing rule, diagnostic reading, and handoff protocols.
-
Security
How the Abilities API protects your site: path containment, capability checks, extension whitelists, schema validation, and permission gating.
-
Agent Quick Start
Zero-context onboarding for AI agents. Boot into a WordPress site, discover abilities, run your first diagnostic, and start operating — all through the Abilities API.
-
Site Maintenance Routine
Routine maintenance workflow: check site health, audit plugins for updates, review cron events, flush stale caches, and verify user accounts.
-
Pacing Rule
After each ability call, pause. Review the result. Update your model. The pacing rule prevents hallucinations built on unread data.
-
Health Check Protocol
Deep system audit after the Initial Read. PHP health tests, database checks, file permissions, security scan, and cron state. Use when issues are suspected.
-
Diagnostician
A structured read-only agent for site investigation, health assessment, and diagnostic reporting. Never writes. Never guesses.
-
Initial Read Protocol
A structured boot sequence for AI agents entering an unfamiliar WordPress site. Read-only. Ordered for maximum signal with minimum calls.