Skip to main content

runs

Observe and CONTROL the engine's in-flight jobs: list every top-level run in the order the Stop hook will advance them (the queue), pause/resume a single job, pause/resume the WHOLE engine, delete a run, set a job's priority, and garbage-collect finished runs so `.agentflow/` doesn't grow forever. USE this skill when the user wants to ACT on runs (not just look): - "pause everything", "stop the engine", "freeze the runs", "resume" → global pause/resume; - "pause/stop this run", "hold <id>", "resume <id>" → single-job pause/resume; - "which run goes first", "what's the queue/order", "bump <id> up" → ordering / priority; - "delete this run", "remove <id>", "clean up old/finished runs", "the runs folder is huge" → rm / clean. DON'T use this for a read-only overview with suggestions (→ /agentflow:board) or to inspect one run in depth (→ /agentflow:inspect show|tree <id>). `runs` is the *control panel*; board/inspect are read-only.

Jump to install

Source facts

Repository
AleSaiani/agentflow
Last source activity
May 26, 2026 at 06:03
Detected SKILL.md language
English
Stars
5
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.