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/agentflowThis skill uses the workspace's default tool permissions.
Gracefully shut down the AgentFlow pipeline.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides MCP server integration in Claude Code plugins via .mcp.json or plugin.json configs for stdio, SSE, HTTP types, enabling external services as tools.
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