ae-experiment
Installation
SKILL.md
ae-experiment
AE CLI (ae-cli) exposes Atlas AB Experiment capabilities through the experiment domain.
Global Rules
- Prefer
ae-cli experiment <command>for Atlas AB Experiment work. - Use
--project-id/-pfor project-scoped commands. - Use
--reqJSON for complex save, status, and delete DTOs. - Do not invent experiment IDs, traffic layer IDs, bucket IDs, Feature keys, metric IDs, or payload field names.
- Bind only metric IDs returned by
experiment metric list; create and verify a missing metric before saving the experiment. - Read commands can run directly after IDs are verified.
- Write commands require explicit user intent and normally keep the confirmation prompt. Use
--dry-runbefore write calls when composing JSON.
Naming and response boundary: