skills/openclaw-orchestrator/SKILL.md
Orchestrate the Autoflow control loop from OpenClaw or another outer agent host. Use when the system must inspect workflow state, choose the next role, dispatch a background run, and close the loop after execution.
npx skillsauth add sxyseo/autoflow openclaw-orchestratorInstall 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.
Use Autoflow as the persistent state layer.
python3 scripts/autoflow.py workflow-state --spec <slug>.scripts/workflow-dispatch.sh <slug> <role> <agent> <task-id>.python3 scripts/autoflow.py complete-run ....done.development
Build and maintain the task graph for Autoflow. Use when a spec must be decomposed into executable tasks, dependencies, priorities, and acceptance criteria in a stable machine-readable format.
development
Create or update product specs for Autoflow-style autonomous development. Use when the system needs a scoped implementation spec, interfaces, constraints, risks, or acceptance criteria before task decomposition or coding.
testing
Review Autoflow-generated changes for bugs, regressions, missing tests, and acceptance-criteria gaps. Use after any implementation run and before a task is marked complete or committed.
testing
Perform recurring maintenance inside Autoflow, including backlog grooming, dependency updates, flaky test cleanup, and low-risk repository hygiene. Use for scheduled upkeep or after autonomous delivery cycles.