.agents/skills/workflow/SKILL.md
Orchestrate multi-step workflows by decomposing into subtasks, dispatching them, and monitoring via foreground polling loops. Prevents session timeout kills during long-running orchestration. Use when coordinating multiple agents or running multi-phase work that takes more than a few minutes.
npx skillsauth add raphaeltm/simple-agent-manager workflowInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Read the full workflow from .codex/prompts/workflow.md and execute it.
dispatch_task (with /do instructions)sleep 300 + get_task_details loop keeps the session aliveWhen Claude Code dispatches subtasks and waits passively, the ACP session appears idle and the control plane kills it. This skill uses explicit foreground polling (Bash sleep + MCP tool calls) to maintain visible session activity throughout the orchestration.
Maintain .workflow-state.md (gitignored) as external memory. Re-read it before every poll cycle. This survives context compaction. See .codex/prompts/workflow.md for the full state file format.
development
Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).
tools
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.
data-ai
Orchestrate multi-step workflows by decomposing into subtasks, dispatching them, and monitoring via foreground polling loops. Prevents session timeout kills during long-running orchestration. Use when coordinating multiple agents or running multi-phase work that takes more than a few minutes.
development
Marketing strategy and positioning. Builds positioning documents, messaging guides, content calendars, channel strategy, and gap analyses. Trigger when asked about positioning, messaging, marketing gaps, content planning, or channel strategy.