Resume implementation of a requirement that was interrupted.
/plugin marketplace add bandofai/puerto/plugin install essentials@puerto# Continue implementation
Resume implementation of a requirement that was interrupted.
# Instructions
When the user runs `/continue [name]`:
1. **Determine which requirement to continue**
a. **If name is provided**: `/continue user-authentication`
- Use that specific requirement
b. **If no name provided**: `/continue`
- Read `.requirements/_index.json`
- Find the requirement with the most recent `lastWorked` timestamp
- If none found or multiple with same timestamp, ask user to specify
2. **Load the requirement and current state**
- Read `.requirement...