Stats
Actions
Tags
How this command is triggered — by the user, by Claude, or both
Slash command
/devflow:afk-finaliseThe summary Claude sees in its command listing — used to decide when to auto-load this command
# AFK finalise Uncommitted work remains after `/smoke` / `/refine`. Your job: finalise the current slice without starting new work. ## Workflow 1. Inspect the current worktree and recent commit history. 2. Include all intended worktree changes in git. 3. Prefer amending the slice commit when there is an obvious previous slice commit to amend. 4. Otherwise create one conventional commit that captures all current work. 5. Keep the task index/status and task notes consistent with the actual state. 6. Ensure `git status --porcelain` is empty before you finish. ## Failure handling Reply `B...
Uncommitted work remains after /smoke / /refine.
Your job: finalise the current slice without starting new work.
git status --porcelain is empty before you finish.Reply BLOCKED if you cannot honestly finalise and clear the worktree.
Reply NO_TASKS_REMAIN only if the queue is already exhausted and git status --porcelain is empty.
Reply with exactly one of:
BLOCKEDNO_TASKS_REMAINBLOCKED or NO_TASKS_REMAIN in a success summarynpx claudepluginhub codethread/agents --plugin devflow