feature-unarchivelisted
Install: claude install-skill rp1-run/rp1
# Feature Unarchive - Restore Archived Features
Restores an archived feature's documentation from the archives directory back to the active features directory.
## Usage
```
/rp1-dev:feature-unarchive <feature-id>
```
**Examples**:
```bash
# Restore an archived feature
/rp1-dev:feature-unarchive my-feature
# Restore a timestamped archive
/rp1-dev:feature-unarchive my-feature_20251129_143022
```
## Behavior
- Moves `.rp1/work/archives/features/{FEATURE_ID}/` to `.rp1/work/features/{FEATURE_ID}/`
- Fails if a feature with the same ID already exists in the active directory
- Provides guidance on resolving conflicts
## Execution
{% dispatch_agent "rp1-dev:feature-archiver" %}
Execute the feature-archiver agent to restore the specified archived feature.
MODE: unarchive
FEATURE_ID: {FEATURE_ID}
WORK_ROOT: {workRoot}
{% enddispatch_agent %}