How this command is triggered — by the user, by Claude, or both
Slash command
/byt8:wf-cleanupThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Workflow Cleanup Räumt den `.workflow/` Folder auf. ## Anweisung Führe das Cleanup-Script aus: **Bei Erfolg (exit 0):** Bestätige dem User dass der Workflow aufgeräumt wurde. **Bei Fehler (exit 1):** Ein aktiver Workflow wurde gefunden. Frage den User: - "Workflow fortsetzen?" → `/byt8:wf-resume` - "Workflow abbrechen und löschen?" → `rm -rf .workflow` **Hinweis:** Dieses Command wird auch automatisch bei `/byt8:full-stack-feature` aufgerufen.
Räumt den .workflow/ Folder auf.
Führe das Cleanup-Script aus:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/wf_cleanup.sh
Bei Erfolg (exit 0): Bestätige dem User dass der Workflow aufgeräumt wurde.
Bei Fehler (exit 1): Ein aktiver Workflow wurde gefunden. Frage den User:
/byt8:wf-resumerm -rf .workflowHinweis: Dieses Command wird auch automatisch bei /byt8:full-stack-feature aufgerufen.
npx claudepluginhub byteagenten/byteagenten-marketplace --plugin byt8/cancelCancels the active dev workflow loop, archiving artifacts by default or wiping them with --hard. Stops any in-flight subagents to prevent post-cancel writes.
/buidl-cleanCancels active loop by removing Git worktree, branch, and state files after confirmation. Also cleans orphaned loop worktrees.
/council-cleanupRemoves the .council/ working directory and temporary files from LLM Council sessions. Idempotent and safe to run multiple times.
/deleteDeletes a specified workspace and its git worktrees after checking repositories for uncommitted changes or unpushed commits, prompting confirmation if issues found.
/cleanupArchives completed milestone phase directories from .planning/phases/ to keep it clean, executing the learnship cleanup workflow with gates and validations.
/cleanupResolves merged workflow to completed state: verifies PR merges, invokes cleanup action, removes worktrees, prunes branches, outputs summary.