What problem does it solve?
Deploy-test-debug retry strategy introduces a formalised loop for the deploy → verify → test → fix cycle. Cantrip's autodeploy helpers already generate follow-up tasks after a failed BUILD, DEPLOY, or TEST run ( [Red/Green retry], [Acceptance fix], Diagnose deployment failure:, and [Watcher] tasks). This skill explains how to interpret that feedback, what to fix first, when to stop, and when to ask for help.
Core Features & Use Cases
- Structured triage categorises failures into Environment, Deployment, Workload, and Test to guide prioritisation.
- Bounded retries & escalation enforces a three-attempt budget and escalates when progress stalls.
- Guided debugging workflow recommends interactive tools and steps to isolate root causes during follow-ups.
Quick Start
Start by identifying the failing BUILD/DEPLOY/TEST task and invoke the iterate-fix workflow to triage the failure and bound retries.