← ClaudeAtlas

design-agent-automation-workflowlisted

Design framework-neutral agent and automation workflows before implementation. Use when choosing between Codex app automations, codex exec, Codex subagents, OpenAI Agents SDK services, LangGraph graphs, Hermes-specific workflows, full-auto execution, auto-with-escalation, or no automation yet, and when the user wants a planning/scaffolding pass that delegates stack-specific implementation to the owning plugin or official docs.
gaelic-ghost/socket · ★ 7 · AI & Automation · score 67
Install: claude install-skill gaelic-ghost/socket
# Design Agent Automation Workflow Design agent and automation workflows before implementation. This skill is a framework-neutral planning surface. It helps choose the smallest defensible automation shape, name the safety and state boundaries, decide whether the task is fit for full automation or needs exact escalation gates, and produce a scaffold another stack-owned skill or implementation pass can use. ## Inputs - Required: the automation goal or workflow idea - Useful: target repository, cadence, write surface, expected outputs, full-auto eligibility, escalation points, state needs, retry needs, observability needs, and preferred runtime constraints - Optional: known framework preference, deployment target, language stack, or existing scheduler/service ## Workflow 1. Restate the intended real-world outcome and the smallest useful first run. 2. Decide whether automation is appropriate yet. Prefer safe full automation when bounded scope, validation, rollback or draft behavior, and side-effect controls make it reasonably reliable. Use human review only for the exact decision that cannot be made safe through narrower scope, deterministic checks, retries, rollback, sandboxing, or an orchestration layer. 3. Classify the best-fit surface: - Codex app automation - `codex exec` or Codex GitHub Action - Codex subagent fan-out - OpenAI Agents SDK service - LangGraph graph - Hermes-specific workflow - full-auto execution - auto-with-esc