Recovery Skill - Workflow recovery protocol for resuming workflows after context loss, session interruption, or errors. Handles state reconstruction, artifact recovery, and seamless workflow continuation.
| BROKENBUILD | Build errors, syntax errors, module not found | ROLLBACK + fix | | VERIFICATIONFAILED | Test failures, validation errors, assertion errors | RETRY with fix (max 3 attempts) | | CIRCULARFIX | Same error 3+ times, similar approaches repeated | SKIP or ESCALATE |
| CONTEXTEXHAUSTED | Token limit reached, maximum length exceeded | Compress context, continue | | UNKNOWN | No pattern match | RETRY once, then ESCALATE |
Protocollo di ripristino del flusso di lavoro per riprendere i flussi di lavoro dopo perdita di contesto, interruzione della sessione o errori. Gestisce la ricostruzione dello stato, il ripristino degli artefatti e la continuazione fluida del flusso di lavoro. Fonte: oimiragieo/agent-studio.