Help us improve
Share bugs, ideas, or general feedback.
From agentflow
Gracefully shut down the AgentFlow pipeline. In plugin mode, also cleans up agent teams and uses SendMessage for faster shutdown signaling.
npx claudepluginhub urrhb/agentflowHow this skill is triggered — by the user, by Claude, or both
Slash command
/agentflow:sdlc-stopThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Gracefully shut down the AgentFlow pipeline.
Stops a running MEGA-Code skill extraction pipeline by run ID or interactive selection. Useful for aborting stuck or unnecessary pipeline processes.
Runs team-based orchestration for agent squads using work items, ownership, Kanban, merge gates, and control pane handoffs. Useful when work spans multiple agents, tools, or branches.
Orchestrates autonomous AI development pipelines via Kanban boards (Asana, GitHub Projects, Linear). Manages multi-worker Claude Code dispatch, quality gates, adversarial review, and crash-proof execution.
Share bugs, ideas, or general feedback.
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-orchestrate
Tell 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 harmless