Tutorial: Create a New Capability
Audience: AI engineer
Time: ~45 minutes
Prerequisites: PLATFORMS/PL-003-ai-runtime.md, AI/capability-matching.md
Last updated: 2026-07-05
Outcome
A registered capability matched by intent and routed by PL-003 planners.
Steps
1. Define capability key
Use dot notation: {domain}.{resource}.{action} (e.g. crm.appointments.schedule).
2. Map intents
Document in capability page which intents and signals trigger this capability.
3. Register tools
Bind required tools with permissions in product AI module.
4. Register capability metadata
Follow product AI module registration pattern (PL-003 consumer adapter).
5. Document
6. Add benchmark cases
Extend ground-truth dataset; run benchmark (read-only).
Related
Breadcrumbs: Home → Tutorials → Create Capability