
Safely rollback failed features (DESTRUCTIVE). ALWAYS confirms on rollback/undo/revert/abort intent.
Fix bugs with regression testing and auto-retry. Triggers on fix/debug/broken/error/not-working intent.
Initialize SpecSwarm for a project with constitution and standards. Triggers on setup/initialize/configure intent.
Spec-driven feature development workflow. Triggers on build/create/add/implement/develop intent.
Quality-gated merge to parent branch (DESTRUCTIVE). ALWAYS confirms on ship/deploy/merge/release intent.
Show feature metrics and sprint analytics. Triggers on metrics/stats/analytics/how-did-we-do intent.
Prepare releases with changelog, version bump, and tagging. Confirms on release/tag/publish/version intent.
Modify features with impact analysis and compatibility checks. Triggers on modify/change/update/refactor intent.
Check build progress and session status. Triggers on progress/status/done/how's-the-build intent.
Upgrade deps/frameworks with breaking change analysis. Triggers on upgrade/update/migrate/modernize intent.