plugin-src/shared/skills/supervise/SKILL.md
Live flowai-workflow run supervisor. Use only for requests to run, monitor, continue, or resume a current workflow now. Exclude last-night, finished, post-mortem, root-cause-report, and conceptual questions.
npx skillsauth add korchasa/flowai-workflow superviseInstall 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.
Drive one flowai-workflow run to a clear terminal state by delegating the run
to supervisor.
Launch supervisor with the host's real subagent mechanism:
Agent / Task tool with
subagent_type=supervisor;@supervisor <task prompt> mention
syntax.worker subagent (the parent dispatches; Codex
max_depth=1 forbids nested spawns) and instruct it — by skill name — to
invoke the supervisor skill and return the SUPERVISOR_REPORT block as
its final message. The worker, not the parent, reads all run artifacts.Pass:
--resume <run-id>, if the user provided one;Ask the supervisor to return only a concise stop report: workflow, run id, final state, failed/stalled node, evidence paths read, fix surface, resume command, and remaining blocker.
If the host has neither a native subagent mechanism (Claude subagent_type,
OpenCode @mention) nor Codex-style worker dispatch, say that
context-isolated supervision is unavailable in this IDE and stop. Do not
silently run the full diagnosis loop in the parent context. Do not simulate
delegation with bash, echo, heredocs, or placeholder text.
The parent session may locate the requested workflow folder, but must not:
.flowai-workflow/ORCHESTRATION.md;flowai-workflow directly unless the user explicitly rejects subagent
delegation and asks for inline supervision.orchestrate.scaffold.development
Supervisor for one flowai-workflow run (Codex). Starts or resumes a single workflow, diagnoses failures from run artifacts, patches root causes, resumes the same run. Run inside an isolated Codex worker subagent spawned by the `supervise`/`orchestrate` skill.
development
Long-cycle flowai-workflow orchestrator (Codex). Reads project orchestration policy, selects the next workflow, and returns a structured supervisor delegation request. Run inside an isolated Codex worker subagent spawned by the `orchestrate` skill.
data-ai
Scaffold or adapt flowai-workflow DAGs in a project. Use for adding flowai-workflow, adapting an existing .flowai-workflow/<name>, validating workflow.yaml, or wiring agent prompts/scripts.
data-ai
Execute a bundled or project-local flowai-workflow DAG. Use to launch a workflow run from inside the host IDE.