From swiz-core
Configure swiz settings with presets or individual changes. Examples: "backlog worker", "creative mode", "quiet mode", "lockdown", "enable speak"
How this skill is triggered — by the user, by Claude, or both
Slash command
/swiz-core:swiz-configureThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Configure swiz settings using presets or individual changes.
Configure swiz settings using presets or individual changes.
Parse $ARGUMENTS for a preset keyword and run the corresponding commands:
| Preset | Commands | Description |
|---|---|---|
backlog | enable auto-continue + set ambition-mode aggressive + set collaboration-mode solo + enable personal-repo-issues-gate + enable git-status-gate + enable github-ci-gate | Autonomous backlog worker — picks up issues, implements, commits, pushes, and moves to the next one |
creative | enable auto-continue + set ambition-mode creative | Auto-continue with creative issue drafting |
aggressive | enable auto-continue + set ambition-mode aggressive | Auto-continue focused on biggest missing capability |
reflective | enable auto-continue + set ambition-mode reflective | Auto-continue driven by session reflections |
standard | enable auto-continue + set ambition-mode standard | Auto-continue with balanced suggestions |
quiet | disable auto-continue + disable critiques-enabled | No auto-continue, no critiques |
loud | enable auto-continue + enable critiques-enabled + enable speak | Full auto-continue with critiques and TTS |
interactive | disable auto-continue + enable critiques-enabled | Manual mode with quality feedback |
| Preset | Commands | Description |
|---|---|---|
solo | set collaboration-mode solo | Direct push to main, no PRs |
team | set collaboration-mode team | Require PRs + peer review for all changes |
relaxed-collab | set collaboration-mode relaxed-collab | Feature branches + PRs, self-review is sufficient |
| Preset | Commands | Description |
|---|---|---|
lockdown | enable sandboxed-edits + enable push-gate + enable git-status-gate + enable github-ci-gate + enable changes-requested-gate + enable non-default-branch-gate | All safety gates enabled — maximum guardrails |
relaxed | disable push-gate + disable non-default-branch-gate + disable changes-requested-gate | Fewer gates — trust the developer |
If $ARGUMENTS does not match a preset, pass it directly to swiz settings:
swiz settings $ARGUMENTSIf $ARGUMENTS contains --global, --project, or --session, append that flag to every command.
swiz settings (e.g., swiz settings enable auto-continue).swiz settings to show the resulting state.npx claudepluginhub mherod/swiz --plugin swiz-coreConfigures Plan-Build-Run settings: workflow depth, model profiles, features, git branching/mode, and gates. Interactive or direct args like 'depth standard' or 'feature auto_continue on'.
Launches parallel agents that each process a story through an SDLC pipeline (design, test, dev, verify, docs) using isolated git worktrees. Useful for multi-story feature development with automated verification loops.
Executes a lightweight plan-implement-optional PR workflow for straightforward changes. Direct-commits by default; PRs available via synthesis policy or runtime event. Suited for trivial fixes, config tweaks, single-file changes, or exploratory work.