Autonomous Ops Copilot
Use this skill when the user wants AXPA to move from analysis into controlled operational planning without directly changing production systems.
Workflow
- Generate the Autonomous Ops pack with
scripts/autonomous_ops.py. - Review
evidenceAcquisitionPlannerfirst; missing evidence must be collected or explicitly accepted as a limitation. - Use
investigationQueueandrootCauseDecisionTreeto decide the next diagnostic step. - Use
changeDraftsandvalidationRunPlanneronly for findings with enough evidence and an owner. - Keep admin execution gated by approval, rollback, validation evidence, and a confirmation token.
Safety
- Treat every generated command as read-only unless explicitly reviewed by an admin.
- Do not create indexes, alter SQL configuration, update AX data, or change batch schedules from this skill.
- If Trace Parser, DynamicsPerf, or plan XML evidence is missing, state that X++ attribution is evidence-gated.