plugins/swiz-core/skills/swiz-continue/SKILL.md
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.
npx skillsauth add mherod/swiz swiz-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.
Run the swiz continue command to resume or advance the self-directed agent loop.
/swiz-continue — resume the default continue flow/swiz-continue --pick-issue — pick a specific issue to work on nextIf $ARGUMENTS is empty: Run swiz continue.
If $ARGUMENTS is present: Run swiz continue $ARGUMENTS.
Summarize key output: what task was selected, what the agent will work on next, and report any errors clearly.
If continue fails: Report the error and suggest checking swiz status for the current agent state.
If no tasks available: Report that the backlog is empty and suggest using swiz idea to generate new work items.
tools
Understand and comply with swiz task governance enforcement
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.
testing
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.