Revert WIP limit to original value after temporary adjustment
Restores WIP limit to original value after temporary adjustment. Use this after completing work when you've increased your work-in-progress limit for emergencies.
/plugin marketplace add anton-abyzov/specweave/plugin install sw@specweavePurpose: Restore WIP (Work In Progress) limit to original value after temporary adjustment
When you temporarily adjust the WIP limit using the migration system:
bash plugins/specweave/hooks/lib/migrate-increment-work.sh adjust-wip 3
This command reverts it back to the original value (usually 2).
/sw:revert-wip-limit
hardCap value (stored in config.limits.originalHardCap)wipAdjustedAt removed)# 1. WIP limit reached, temporarily adjust
bash plugins/specweave/hooks/lib/migrate-increment-work.sh adjust-wip 3
# 2. Work on both increments (20% productivity cost)
# 3. Complete one increment
/sw:done 0026
# 4. Revert WIP limit back to 2
/sw:revert-wip-limit
✅ WIP limit reverted to original value: 2
Previous limit: 3
Adjusted at: 2025-11-11T15:30:00Z
Duration: 2 hours 15 minutes
You should:
.specweave/config.jsonlimits.originalHardCap existslimits.hardCap = limits.originalHardCaplimits.wipAdjustedAtlimits.originalHardCap.specweave/config.json.bak)Revert ASAP! Temporary WIP adjustments are for emergencies only. The longer you work with 3+ active increments, the more productivity suffers.
Research shows: