Safely rollback a failed or unwanted feature with automatic artifact cleanup
/plugin marketplace add MartyBonacci/specswarm/plugin install specswarm@specswarm## User Input ## Goal Safely rollback a feature that failed or is no longer wanted, including: 1. Reverting all code changes since branch creation 2. Cleaning up feature artifacts (spec.md, plan.md, tasks.md) 3. Optionally deleting the feature branch 4. Switching back to the parent branch Provides two rollback strategies with comprehensive safety checks. --- ## Execution Steps ### Step 1: Safety Checks --- ### Step 2: Gather Rollback Information --- ### Step 3: Dry Run Mode **If `--dry-run` flag is present, show what would happen and exit:** --- ### Step 4: Interactive ...