---
description: Show current TddBee status and progress
---
# TddBee Status
You are checking the current status of the TddBee project.
## Instructions
1. **Read state files**:
- `.tddbee/features.json` - feature list
- `.tddbee/config.json` - current state
2. **Calculate progress**:
- Count features where `completed: true`
- Count features where `completed: false`
- Calculate percentage
3. **Present status clearly**:
```
TddBee Status
Project: [project name]
Status: [initialized/in-progress/paused/completed]
Progress: [X/Y] features completed ([Z]%)
[=========> ]
Current Feature: [ID] - [title] (if any)
Completed:
[ID] [title]
[ID] [title]
...
Remaining:
[ID] [title]
[ID] [title]
...
```
4. **Provide next steps**:
- If paused: suggest `/tddbee:resume`
- If in progress: suggest `/tddbee:pause` to stop
- If not started: suggest `/tddbee:run`
- If completed: congratulate and summarize
## Notes
- Show at most 5 most recent completed features
- Show at most 5 next pending features
- Include total counts for full picture