What problem does it solve?
This Skill automates cloud-based orchestration of the AlgoBooth '/lazy' workflow by dispatching at most one sub-skill per invocation, while gracefully deferring any step that cannot run in a cloud Linux environment and documenting the deferral for a workstation resumption.
Core Features & Use Cases
- Cloud-mode wrapper around the /lazy workflow running in ephemeral cloud Linux containers, enforcing the one-skill-per-invocation rule and preserving the same state-machine contracts as the workstation variant.
- Deferral and sentinel workflow: when a step requires a desktop/MCP environment, the skill writes DEFERRED_NON_CLOUD.md and halts, guiding the workstation to complete testing later.
- Special actions and operator-free progression: supports actions like write_deferred_non_cloud, write_validated_from_skip, flip_plan_complete_cloud_saturated, and mark_complete to advance or defer parts of the pipeline without multi-step chaining.
- Status bookends: prints cloud-specific before/after status messages that describe the current feature, the action taken, and what the workstation will do next.
Quick Start
Run the cloud variant for your project to let the state machine dispatch a single sub-skill or issue a deferred action.