What problem does it solve? Automated pipelines often stall on steps that require a human operator, such as registering an application in a cloud console or configuring DNS. This Skill researches the current official method for such manual actions and produces a precise, copy-pasteable checklist so the operator knows exactly what to do. ## Core Features & Use Cases - Researched Checklists: Uses web search to find the current official CLI or GUI procedure, preferring terminal commands over dashboard clicks. - Atomic Step Formatting: Every step is a single action with single-line commands, credential callouts, and value handoff notes between steps. - Workflow Integration: Reads pending operator-todo tasks from .workflow/tasks/, writes the checklist to the task file and to .workflow/operator-todos/, and never marks the task done itself. - Use Case: A deployment pipeline needs an API key created in a third-party dashboard. The agent researches the official docs and outputs a numbered checklist with prerequisites, exact commands, and a verification section for the operator to follow. ## Quick Start Ask the agent to pick up the pending operator-todo task and produce a step-by-step checklist for the required manual setup.