plugins/swiz-core/skills/enable-auto-continue/SKILL.md
Enable swiz auto-continue globally or for a specific session. Allows the agent to automatically continue working after task completion. Use when starting autonomous workflows, enabling backlog processing, or scoping auto-continue to a specific session.
npx skillsauth add mherod/swiz enable-auto-continueInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Enable auto-continue by running the swiz settings command. Supports global or session-scoped enabling.
/enable-auto-continue — enable globally/enable-auto-continue --session — enable for the current session only/enable-auto-continue --session abc123 --dir /path/to/project — enable for a specific session and directoryIf $ARGUMENTS is empty: Run swiz settings enable auto-continue.
If $ARGUMENTS is present: Run swiz settings enable auto-continue $ARGUMENTS.
Summarize the resulting state — confirm auto-continue is now enabled and at what scope (global or session).
If the command fails: Report the error output and suggest checking swiz settings --help.
tools
Understand and comply with swiz task governance enforcement
data-ai
Run swiz continue to resume the agent's self-directed loop. Picks up the next task from the backlog or generates a new one based on ambition mode. Use when resuming autonomous work, continuing after a pause, or triggering the next iteration of the agent loop.
data-ai
Configure swiz settings with presets or individual changes. Supports workflow presets (backlog, creative, quiet), collaboration modes (solo, team), and safety presets (lockdown, relaxed). Use when changing agent behavior, switching workflow modes, or adjusting safety gates.
tools
Run swiz cleanup to remove stale hook configurations, orphaned dispatch entries, and temporary files. Use when hooks are out of sync, after uninstalling plugins, or when swiz state needs a reset.