Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Gracefully shut down the AgentFlow pipeline. In plugin mode, also cleans up agent teams and uses SendMessage for faster shutdown signaling.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | 16% | 0% |
| case-04 | ✗→✓ | ▲ Improved | 16% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 24% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -24% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 23% | 0% |
Gracefully shut down the AgentFlow pipeline.
In plugin mode, also:
Find the pinned Status task across all [SDLC] projects.
Post comment: [SYSTEM:PAUSING] Graceful shutdown initiated. Active workers will finish their current stage. No new tasks will be dispatched.
Check all tasks in Research/Build/Review/Test/Integrate stages:
For tasks with [BUILD:STARTED] and recent heartbeat (< 10 min):
For tasks in Research or Build WITHOUT [BUILD:STARTED] (not started yet):
[SLOT:T<N>] → [SLOT:--][STAGE:X] → [STAGE:Backlog]git worktree remove feat/<task-code>-<slug> --forceFor tasks in Review/Test that are waiting (no worker actively processing):
git worktree remove feat/<task-code>-<slug> --forceReport which tasks are still being worked on.
Tell the user: "Active workers are finishing. The system will be fully paused when all active work completes. You can check your Kanban board for current status."
Update the Status task:
[SYSTEM:PAUSED]
Graceful shutdown complete — <timestamp>
Tasks returned to Backlog: <N>
Tasks still completing: <N> (if any workers were mid-build)
To resume: run /sdlc-orchestrateTell the user:
To fully stop the orchestrator, comment out or remove the crontab entry:
crontab -e
# Comment out: */15 * * * * /usr/local/bin/claude -p "Run /sdlc-orchestrate" ...
To resume later, uncomment it and run /sdlc-orchestrate once to kick things off.[SYSTEM:PAUSING] status on their next board read and should stop picking up new work/sdlc-stop is idempotent — running it twice is harmlessOther measured skills in the registry, with their headline benchmark lift.