---
description: Pause TddBee autonomous work gracefully
---
# Pause TddBee
You are pausing the TddBee autonomous TDD work.
## Instructions
1. **Read current state** from `.tddbee/config.json`
2. **Update config** - Set status to indicate paused state:
- Update `.tddbee/config.json` with `"paused": true`
- Add `"paused_at": "ISO timestamp"`
- Keep `current_feature` as-is (to resume from)
3. **Report to user**:
- What feature was being worked on (if any)
- Current progress (X/Y completed)
- Remind them to use `/tddbee:resume` to continue
## Notes
- This is a graceful pause - finish current work before stopping
- All progress is preserved in `.tddbee/features.json`
- Resume anytime with `/tddbee:resume`